:root {
  --color-bg: #ffffff;
  --color-raise: #f5f6f4;
  --color-text: #15190f;
  --color-muted: #575e50;
  --color-accent: #2f6b34;
  --color-accent-deep: #235227;
  --color-border: #e0e3dd;
  --font-head: Georgia, "Times New Roman", Times, serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-mark: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --container: 1180px;
  --radius: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
}

img { max-width: 100%; height: auto; }
a { color: var(--color-accent); }
a:hover { color: var(--color-accent-deep); }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 400; line-height: 1.22; margin: 0 0 16px; }
h1 { font-size: clamp(2rem, 5.6vw, 3.05rem); }
h2 { font-size: clamp(1.5rem, 3.6vw, 2rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 17px; }

.wq-wrap { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }

.wq-skip { position: absolute; left: -9999px; }
.wq-skip:focus { left: 20px; top: 10px; z-index: 20; background: var(--color-accent); color: #fff; padding: 10px 16px; }

.wq-head { border-bottom: 2px solid var(--color-text); padding-top: 14px; }
.wq-head__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.wq-logo {
  font-family: var(--font-head); font-size: 1.6rem; letter-spacing: 0.5px;
  color: var(--color-text); text-decoration: none; display: inline-block; padding: 6px 0;
}
.wq-burger {
  display: inline-flex; align-items: center; min-height: 44px; padding: 10px 14px;
  background: none; border: 1px solid var(--color-border); font: inherit; font-size: 0.92rem;
  color: var(--color-text); cursor: pointer;
}
.wq-nav[data-open="no"] { display: none; }
.wq-nav { width: 100%; }
.wq-nav ul { list-style: none; margin: 0; padding: 8px 0 12px; display: flex; flex-direction: column; }
.wq-nav a {
  display: block; padding: 11px 0; min-height: 44px; text-decoration: none;
  color: var(--color-text); font-size: 0.95rem;
}
.wq-nav a:hover { color: var(--color-accent); text-decoration: underline; }
.wq-head__mail { display: none; font-family: var(--font-mark); font-size: 0.8rem; }

.wq-hero { padding: 44px 0 34px; }
.wq-hero h1 { max-width: 18ch; }
.wq-hero__lead { font-size: 1.1rem; max-width: 62ch; }
.wq-byline {
  font-family: var(--font-mark); font-size: 0.76rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--color-muted); margin: 24px 0 0;
}

.wq-index { margin: 30px 0 0; padding: 22px 0 0; border-top: 1px solid var(--color-border); }
.wq-index h2 { font-size: 0.78rem; font-family: var(--font-mark); letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-muted); margin-bottom: 12px; }
.wq-index ol { margin: 0; padding-left: 22px; }
.wq-index li { margin-bottom: 6px; }
.wq-index a { text-decoration: none; }
.wq-index a:hover { text-decoration: underline; }

.wq-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 14px 26px;
  border: 1px solid var(--color-accent); background: none; color: var(--color-accent);
  font-family: var(--font-mark); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase; text-decoration: none;
  transition: background 140ms ease, color 140ms ease;
}
.wq-btn:hover { background: var(--color-accent); color: #fff; }
.wq-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.wq-arrow { display: inline-block; font-weight: 600; text-decoration: none; }
.wq-arrow::after { content: " \2192"; display: inline-block; transition: transform 140ms ease; }
.wq-arrow:hover { text-decoration: underline; }
.wq-arrow:hover::after { transform: translateX(4px); }

.wq-sec { padding: 34px 0; }
.wq-sec--part { border-top: 2px solid var(--color-text); padding-top: 44px; margin-top: 26px; }
.wq-sec--raise { background: var(--color-raise); }
.wq-body { max-width: 68ch; }
.wq-body ul, .wq-body ol { padding-left: 22px; }
.wq-body li { margin-bottom: 9px; }
.wq-figure { margin: 0 0 26px; }
.wq-figure img { display: block; }
.wq-figure figcaption { font-family: var(--font-mark); font-size: 0.72rem; letter-spacing: 0.05em; color: var(--color-muted); margin-top: 8px; }

.wq-table__scroll { overflow-x: auto; margin: 24px 0 10px; }
table { border-collapse: collapse; width: 100%; min-width: 660px; font-size: 0.95rem; }
caption { text-align: left; font-family: var(--font-head); font-size: 1.05rem; margin-bottom: 12px; }
th, td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--color-border); vertical-align: top; }
thead th {
  font-family: var(--font-mark); font-size: 0.68rem; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--color-muted); font-weight: 600;
}
tbody th { font-weight: 600; }
td.wq-numcell { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.wq-source { font-style: italic; color: var(--color-muted); font-size: 0.9rem; margin: 0; }

.wq-feed { list-style: none; margin: 26px 0 0; padding: 0; }
.wq-feed > li { border-top: 1px solid var(--color-border); padding: 24px 0; }
.wq-feed__row { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; }
.wq-feed h3 { margin: 0; }
.wq-feed__meta { font-family: var(--font-mark); font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-muted); white-space: nowrap; }
.wq-feed__inner { display: grid; gap: 18px; margin-top: 14px; min-width: 0; }
.wq-feed p { max-width: 66ch; }
.wq-feed img { display: block; }
.wq-icon { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }

.wq-mail { border-top: 2px solid var(--color-text); padding-top: 26px; }
.wq-mail a { font-family: var(--font-head); font-size: clamp(1.25rem, 4.4vw, 1.8rem); word-break: break-word; display: inline-block; padding: 4px 0; }
.wq-mail p { color: var(--color-muted); }

.wq-note { font-size: 0.9rem; color: var(--color-muted); }

.wq-foot { border-top: 1px solid var(--color-border); padding: 36px 0 44px; margin-top: 34px; font-size: 0.94rem; color: var(--color-muted); }
.wq-foot h2 { font-family: var(--font-mark); font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-text); margin-bottom: 12px; }
.wq-foot ul { list-style: none; margin: 0 0 18px; padding: 0; }
.wq-foot a { display: inline-block; padding: 8px 0; }
.wq-foot__grid { display: grid; gap: 22px; }

.wq-cookie { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; background: var(--color-text); color: #fff; padding: 18px 0; }
.wq-cookie p { margin: 0 0 14px; font-size: 0.92rem; }
.wq-cookie a { color: #b7d9ba; }
.wq-cookie__row { display: flex; flex-wrap: wrap; gap: 10px; }
.wq-cookie button {
  min-height: 44px; padding: 12px 22px; font: inherit;
  font-family: var(--font-mark); font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase;
  background: #fff; color: var(--color-text); border: 1px solid #fff; cursor: pointer;
  transition: background 140ms ease;
}
.wq-cookie button:hover { background: #dcded9; }

.wq-mail p a[href^="tel:"] { font-size: 1.05rem; font-weight: 600; }

[hidden] { display: none !important; }

@media (min-width: 780px) {
  .wq-burger { display: none; }
  .wq-nav[data-open="no"] { display: block; }
  .wq-nav ul { flex-direction: row; gap: 28px; padding: 10px 0 14px; }
  .wq-nav a { padding: 10px 0; }
  .wq-head__mail { display: block; }
  .wq-hero { padding: 62px 0 44px; }
  .wq-sec { padding: 44px 0; }
  .wq-feed__inner { grid-template-columns: 300px minmax(0, 1fr); gap: 32px; align-items: start; }
  .wq-foot__grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
  .wq-cookie__row { flex-wrap: nowrap; }
  .wq-index ol { columns: 2; column-gap: 40px; }
}
