@charset "UTF-8";
:root {
  color-scheme: dark;
  --bg: #111518;
  --surface: rgba(24, 30, 34, 0.92);
  --surface-2: rgba(35, 43, 48, 0.88);
  --line: rgba(196, 218, 228, 0.18);
  --text: #edf4f6;
  --muted: #a9b8be;
  --accent: #a0c3d0;
  --accent-strong: #c3e0e9;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}
* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(rgba(14,18,20,.86), rgba(14,18,20,.94)),
    url("body.jpg") center / 200px 200px repeat;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent-strong); outline-offset: 4px; }
.page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: min(690px, 78vh);
  background:
    linear-gradient(to bottom, rgba(10,13,15,.05), rgba(10,13,15,.82)),
    url("layout_wrapper2.jpg") center top / 1260px 687px no-repeat;
  opacity: .68;
  pointer-events: none;
}
.wrap { position: relative; width: min(1080px, calc(100% - 32px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 13px; display: grid; place-items: center; background: rgba(160,195,208,.10); color: var(--accent-strong); font-weight: 800; letter-spacing: -.05em; }
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-size: 1.05rem; letter-spacing: -.02em; }
.brand-text small { color: var(--muted); font-size: .75rem; margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 8px; }
.nav a { text-decoration: none; color: var(--muted); padding: 9px 12px; border-radius: 10px; }
.nav a:hover { color: var(--text); background: rgba(255,255,255,.05); }
.hero { padding: clamp(70px, 12vw, 150px) 0 74px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-strong); font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1 { max-width: 840px; margin: 20px 0 24px; font-size: clamp(3rem, 9vw, 7rem); line-height: .95; letter-spacing: -.065em; font-weight: 760; }
.lead { max-width: 690px; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 13px; text-decoration: none; font-weight: 750; border: 1px solid var(--line); }
.button.primary { background: var(--accent-strong); color: #182126; border-color: transparent; }
.button.primary:hover { background: #d3eaf1; }
.button.secondary { background: rgba(255,255,255,.035); }
.button.secondary:hover { background: rgba(255,255,255,.075); }
.grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; padding-bottom: 72px; }
.card { border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.card-body { padding: clamp(24px, 4vw, 40px); }
.card h2 { margin: 0 0 12px; font-size: clamp(1.55rem, 3vw, 2.2rem); letter-spacing: -.035em; }
.card p { margin: 0; color: var(--muted); }
.archive-preview { min-height: 100%; display: grid; grid-template-rows: auto 1fr; }
.archive-image { padding: 28px 28px 0; background: linear-gradient(135deg, rgba(160,195,208,.13), transparent 60%); }
.archive-image img { display: block; width: 100%; max-width: 468px; height: auto; margin: auto; border-radius: 6px; box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.meta-list { display: grid; gap: 18px; }
.meta-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.meta-number { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: rgba(160,195,208,.1); color: var(--accent-strong); font-weight: 800; }
.meta-item strong { display: block; margin-bottom: 3px; }
.meta-item span { color: var(--muted); font-size: .94rem; }
.note { margin-top: 20px; padding: 15px 17px; border-radius: 14px; background: rgba(160,195,208,.08); color: var(--muted); font-size: .92rem; }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 24px 0 32px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.site-footer nav { display: flex; gap: 16px; }
.site-footer a:hover { color: var(--text); }
.content-page { padding: 72px 0; }
.content-shell { max-width: 780px; padding: clamp(26px, 5vw, 50px); border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); }
.content-shell h1 { font-size: clamp(2.4rem, 7vw, 4.8rem); margin-top: 10px; }
.content-shell h2 { margin-top: 32px; }
.content-shell p, .content-shell address { color: var(--muted); }
.content-shell address { font-style: normal; }
.back { display: inline-flex; margin-bottom: 20px; color: var(--muted); text-decoration: none; }
.back:hover { color: var(--text); }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 30px; }
.error-page h1 { margin-inline: auto; font-size: clamp(5rem, 22vw, 12rem); color: var(--accent); }
.error-page p { color: var(--muted); }
@media (max-width: 760px) {
  .nav a:not(.nav-archive) { display: none; }
  .hero { padding-top: 80px; }
  .grid { grid-template-columns: 1fr; }
  .archive-image { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
