:root {
  --ink: #1f2328;
  --muted: #606770;
  --paper: #ffffff;
  --soft: #f6f1ea;
  --warm: #efe2cf;
  --line: #ded3c3;
  --accent: #a7472a;
  --accent-dark: #7d2f1d;
  --gold: #d59f32;
  --shadow: 0 14px 36px rgba(31, 35, 40, 0.10);
  font-family: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--soft); line-height: 1.65; }
a { color: var(--accent-dark); }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.nav-wrap { max-width: 1120px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 12px; flex-wrap: nowrap; }
.brand { text-decoration: none; color: var(--ink); font-weight: 800; margin-right: auto; display: flex; flex-direction: column; line-height: 1.15; flex: 0 0 auto; }
.brand small { font-weight: 500; color: var(--muted); }
.brand-row { display: flex; align-items: center; gap: 10px; }
.brand-logo { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); background: #fff; }
.nav-links { display: flex; flex-wrap: nowrap; gap: 4px; justify-content: flex-end; font-size: .84rem; white-space: nowrap; }
.nav-links a { color: var(--ink); text-decoration: none; padding: 7px 6px; border-radius: 999px; }
.nav-links a:hover, .nav-links a:focus, .nav-links a.active { background: var(--warm); color: var(--accent-dark); }
.language-switch { display: flex; flex-wrap: nowrap; gap: 4px; border-left: 1px solid var(--line); padding-left: 10px; font-size: .84rem; white-space: nowrap; }
.language-switch a { color: var(--muted); text-decoration: none; padding: 6px 6px; border-radius: 999px; }
.language-switch a.active { color: var(--accent-dark); background: #fff3df; font-weight: 700; }
.hero { background: radial-gradient(circle at 12% 10%, rgba(213,159,50,.22), transparent 34%), radial-gradient(circle at 88% 28%, rgba(55,95,70,.18), transparent 28%), linear-gradient(135deg, #fff9f0 0%, #efe2cf 100%); border-bottom: 1px solid var(--line); }
.hero-inner { max-width: 1120px; margin: 0 auto; padding: 72px 24px; display: grid; grid-template-columns: 1.35fr .8fr; gap: 34px; align-items: center; }
.eyebrow { color: var(--accent-dark); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .82rem; }
h1, h2, h3 { line-height: 1.2; }
h1 { font-size: clamp(2.1rem, 4vw, 4.25rem); margin: 10px 0 16px; }
h2 { font-size: clamp(1.45rem, 2.2vw, 2.05rem); margin: 0 0 14px; }
h3 { font-size: 1.2rem; margin-top: 0; }
.lead { font-size: 1.15rem; color: #3b3b3b; max-width: 700px; }
.hero-card { background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 24px; padding: 24px; box-shadow: var(--shadow); }
.hero-card.center { text-align: center; }
.hero-logo { width: min(100%, 300px); aspect-ratio: 1 / 1; display: block; margin: 0 auto 18px; border-radius: 50%; object-fit: cover; box-shadow: 0 12px 28px rgba(31,35,40,.18); border: 6px solid rgba(255,255,255,.85); }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.badge { border: 1px solid var(--line); background: rgba(255,255,255,.76); border-radius: 999px; padding: 7px 11px; font-size: .9rem; color: var(--muted); }
.main { max-width: 1120px; margin: 0 auto; padding: 44px 24px; }
.page-title { background: #fff; border-bottom: 1px solid var(--line); }
.page-title .main { padding-top: 42px; padding-bottom: 34px; }
.breadcrumb { color: var(--muted); font-size: .9rem; margin-bottom: 12px; }
.grid { display: grid; gap: 20px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .info-panel, .section, .signup-highlight, .location-card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 24px; box-shadow: 0 8px 22px rgba(31,35,40,.06); }
.signup-highlight { background: linear-gradient(135deg, #fff8ed 0%, #ffffff 100%); border-left: 6px solid var(--accent); }
.card p:last-child, .info-panel p:last-child, .section p:last-child, .signup-highlight p:last-child, .location-card p:last-child { margin-bottom: 0; }
.card-link { text-decoration: none; color: inherit; display: block; transition: transform .16s ease, box-shadow .16s ease; }
.card-link:hover, .card-link:focus { transform: translateY(-3px); box-shadow: var(--shadow); }
.meta-list { list-style: none; padding: 0; margin: 0; }
.meta-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.meta-list li:last-child { border-bottom: 0; }
.meta-list strong { display: inline-block; min-width: 170px; }
.button { display: inline-block; padding: 11px 16px; background: var(--accent); color: white; border-radius: 999px; text-decoration: none; font-weight: 700; }
.button.secondary { background: transparent; color: var(--accent-dark); border: 1px solid var(--accent-dark); }
.map-link { display: inline-block; margin-top: 10px; font-weight: 700; }
.timeline { border-left: 3px solid var(--gold); padding-left: 22px; }
.timeline-item { margin-bottom: 22px; }
.timeline-item strong { color: var(--accent-dark); }
.footer { background: #27221e; color: #f6f1ea; margin-top: 48px; }
.footer a { color: #fff3d5; }
.footer-inner { max-width: 1120px; margin: 0 auto; padding: 32px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (min-width: 921px) { .brand small { display: none; } }
@media (max-width: 920px) {
  .nav-wrap { align-items: stretch; flex-direction: column; gap: 8px; }
  .brand { margin-right: 0; }
  .nav-links { justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
  .language-switch { border-left: 0; padding-left: 0; }
  .hero-inner, .grid.two, .grid.three, .footer-inner { grid-template-columns: 1fr; }
  .hero-inner { padding: 48px 24px; }
  .meta-list strong { min-width: 0; display: block; }
}
