/* archery / лучный тир — vavada-play11.online — namespace arc- */

:root {
  --arc-butt: #efe6d4;
  --arc-gold: #d9a92a;
  --arc-ten: #b4302b;
  --arc-ink: #21201c;
  --arc-soft: #6e6a5e;
  --arc-edge: #d3c7ac;
  --arc-card: #fbf7ee;
  --arc-dark: #2b2a24;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--arc-butt);
  color: var(--arc-ink);
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.66;
  overflow-x: hidden;
}

/* ---------- каркас: левый рельс + полотно ---------- */

.arc-frame {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px 0 108px;
  position: relative;
}

.arc-frame::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46px;
  width: 26px;
  background:
    linear-gradient(var(--arc-edge), var(--arc-edge)) center / 2px 100% no-repeat,
    repeating-linear-gradient(180deg, var(--arc-gold) 0 2px, transparent 2px 34px);
  opacity: .55;
}

/* ---------- hero ---------- */

.arc-head {
  background: var(--arc-dark);
  color: #f4eede;
  padding: 0 0 34px;
}

.arc-head .arc-frame { padding-top: 0; }

.arc-rings {
  display: block;
  width: 100%;
  max-width: 1120px;
  height: 104px;
  margin: 0 auto;
}

.arc-tag {
  display: inline-block;
  margin: 18px 0 12px;
  padding: 4px 14px 5px;
  background: var(--arc-ten);
  color: #fdf6e6;
  font-family: "Rubik Wet Paint", "Jost", cursive;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

h1 {
  margin: 0 0 14px;
  max-width: 21em;
  font-family: "Rubik Wet Paint", "Jost", cursive;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.2;
  color: #fdf6e6;
}

.arc-lead {
  max-width: 46em;
  margin: 0 0 24px;
  font-size: 18px;
  color: #ddd5c2;
}

/* ---------- KPI: серия выстрелов ---------- */

.arc-series {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  border: 1px solid #4a473d;
}

.arc-series li {
  padding: 14px 14px 16px;
  border-right: 1px solid #4a473d;
}

.arc-series li:last-child { border-right: 0; }
.arc-series li:nth-child(odd) { background: rgba(217, 169, 42, .07); }

.arc-series .arc-val {
  display: block;
  font-family: "Rubik Wet Paint", "Jost", cursive;
  font-size: 23px;
  line-height: 1.25;
  color: var(--arc-gold);
}

.arc-series span { display: block; font-size: 13px; color: #b9b2a1; }

/* ---------- CTA ---------- */

.arc-shot {
  display: inline-block;
  padding: 13px 30px;
  background: var(--arc-ten);
  color: #fdf6e6;
  font-family: "Rubik Wet Paint", "Jost", cursive;
  font-size: 17px;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}

.arc-shot:hover { background: #cc3b34; }

.arc-shot-row { margin: 24px 0 0; }

/* ---------- секции со смещением ---------- */

.arc-body { padding: 30px 0 12px; }

.arc-mark {
  position: relative;
  margin: 0 0 26px;
  padding: 22px 26px 18px;
  background: var(--arc-card);
  border: 1px solid var(--arc-edge);
  border-left: 4px solid var(--arc-gold);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.arc-mark:nth-of-type(even) {
  margin-left: 46px;
  border-left-color: var(--arc-ten);
}

.arc-mark:nth-of-type(3n) { margin-right: 28px; }

.arc-mark::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -62px;
  width: 44px;
  height: 12px;
  background:
    linear-gradient(135deg, var(--arc-gold) 25%, transparent 25%) 0 0 / 8px 6px,
    linear-gradient(225deg, var(--arc-gold) 25%, transparent 25%) 0 6px / 8px 6px;
}

h2 {
  margin: 0 0 12px;
  font-family: "Rubik Wet Paint", "Jost", cursive;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.26;
  color: var(--arc-dark);
}

h3 {
  margin: 22px 0 8px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: var(--arc-ten);
}

p { margin: 0 0 13px; }

a { color: var(--arc-ten); }

.arc-hit { color: var(--arc-ten); font-weight: 600; }
.arc-ring-txt { color: #8c6c10; font-weight: 600; }

/* ---------- списки ---------- */

.arc-rows { margin: 0 0 13px; padding: 0; list-style: none; }

.arc-rows li {
  position: relative;
  padding: 0 0 7px 26px;
}

.arc-rows li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 11px solid var(--arc-gold);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* ---------- таблицы ---------- */

.arc-pan {
  overflow-x: auto;
  margin: 0 0 15px;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 15px;
}

caption {
  margin: 0 0 7px;
  font-size: 14px;
  color: var(--arc-soft);
  text-align: left;
}

th, td {
  padding: 9px 11px;
  border: 1px solid var(--arc-edge);
  text-align: left;
}

thead th {
  background: var(--arc-gold);
  color: #2b2317;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: .03em;
}

tbody tr:hover td { background: #f5eddd; }

/* ---------- кольца клуба ---------- */

.arc-tiers { margin: 0 0 15px; padding: 0; list-style: none; }

.arc-tiers li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--arc-edge);
}

.arc-tiers .arc-ringno {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 4px solid var(--arc-gold);
  color: var(--arc-ten);
  font-family: "Rubik Wet Paint", "Jost", cursive;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
}

.arc-tiers .arc-tname { flex: 0 0 auto; width: 148px; font-weight: 600; }

/* ---------- отзыв ---------- */

.arc-word {
  margin: 20px 0;
  padding: 16px 20px;
  background: #f5eddd;
  border-top: 3px solid var(--arc-ten);
  font-size: 16px;
}

.arc-word .arc-who {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  color: var(--arc-soft);
}

/* ---------- FAQ ---------- */

details {
  margin: 0 0 7px;
  padding: 9px 15px;
  background: var(--arc-card);
  border: 1px solid var(--arc-edge);
  border-left: 3px solid var(--arc-gold);
}

summary { cursor: pointer; font-size: 17px; font-weight: 600; }

details[open] { border-left-color: var(--arc-ten); }

details p { margin: 9px 0 2px; font-weight: 400; }

/* ---------- источники ---------- */

.arc-log {
  margin: 28px 0 0;
  padding: 22px 26px;
  background: var(--arc-dark);
  color: #ded6c3;
  font-size: 15px;
}

.arc-log h3 { color: var(--arc-gold); margin-top: 0; }

.arc-log a { color: var(--arc-gold); }

/* ---------- подвал ---------- */

.arc-foot {
  margin-top: 34px;
  padding: 24px 0 32px;
  border-top: 6px solid var(--arc-gold);
  background: #e6dcc6;
  font-size: 14px;
  color: #4a463c;
}

.arc-foot p { margin: 0 0 7px; }

.arc-legal {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 13px;
  background: var(--arc-dark);
  color: #f0e8d6;
}

/* ---------- мобильный ---------- */

@media (max-width: 640px) {
  body { font-size: 16px; }
  .arc-frame { padding: 0 16px; }
  .arc-frame::before { display: none; }
  .arc-rings { height: 68px; }
  h1 { font-size: 26px; }
  h2 { font-size: 20px; }
  .arc-series { grid-template-columns: repeat(2, 1fr); }
  .arc-series li { border-right: 0; border-bottom: 1px solid #4a473d; }
  .arc-series li:last-child { grid-column: span 2; border-bottom: 0; }
  .arc-mark { padding: 18px 16px 14px; }
  .arc-mark:nth-of-type(even) { margin-left: 0; }
  .arc-mark:nth-of-type(3n) { margin-right: 0; }
  .arc-mark::before { display: none; }
  .arc-tiers li { flex-wrap: wrap; gap: 10px; }
  .arc-tiers .arc-tname { width: auto; }
  .arc-shot { display: block; text-align: center; padding: 12px 16px; }
}
