:root {
  --bg: #080808;
  --bg-soft: #101010;
  --panel: #151515;
  --panel-raised: #1b1b1b;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #f5f5f3;
  --muted: #a7a7a2;
  --red: #ed1b24;
  --red-dark: #9c0c13;
  --red-soft: rgba(237, 27, 36, 0.14);
  --white: #ffffff;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --font: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-transform: uppercase;
}
p { margin: 0; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 10000; left: 16px; top: 12px;
  padding: 10px 16px; color: #000; background: #fff;
  transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.site-header {
  position: sticky; z-index: 100; top: 0;
  background: rgba(8, 8, 8, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 42px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 225px; }
.brand img { width: 180px; max-height: 46px; object-fit: contain; object-position: left center; }
.brand span {
  padding-left: 12px; border-left: 1px solid var(--line-strong);
  color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.site-nav a {
  position: relative; padding: 30px 0 27px; color: #d8d8d4;
  font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.site-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px;
  background: var(--red); transition: right .25s ease;
}
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 17px; }
.language-switcher { display: flex; padding: 3px; background: #141414; border: 1px solid var(--line); border-radius: 99px; }
.language-switcher a {
  min-width: 31px; padding: 4px 7px; border-radius: 99px; color: var(--muted);
  font-size: 10px; line-height: 1.6; font-weight: 900; text-align: center;
}
.language-switcher a.is-active { color: #fff; background: var(--red); }
.header-shop {
  padding: 10px 15px; border: 1px solid var(--line-strong); border-radius: 4px;
  font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  transition: border-color .2s ease, background .2s ease;
}
.header-shop:hover { border-color: var(--red); background: var(--red-soft); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: min(840px, calc(100vh - 84px)); overflow: hidden; overflow: clip; border-bottom: 1px solid var(--line); }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, #000, transparent 86%);
}
.hero-glow {
  position: absolute; width: 620px; height: 620px; right: -120px; top: 5%; border-radius: 50%;
  background: radial-gradient(circle, rgba(237,27,36,.28), rgba(237,27,36,.05) 42%, transparent 69%);
  filter: blur(12px);
}
.hero::before {
  content: "SERVICE"; position: absolute; left: -23px; bottom: -54px; z-index: 0;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.045);
  font: 900 clamp(160px, 23vw, 370px)/.7 var(--font); letter-spacing: -.06em;
}
.hero-inner { position: relative; z-index: 2; min-height: inherit; display: grid; grid-template-columns: 52% 48%; align-items: center; }
.hero-copy { padding: 70px 0 110px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #d2d2ce; font-size: 11px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--red); }
.hero h1 { max-width: 760px; margin-top: 26px; font-size: clamp(52px, 6.3vw, 92px); }
.hero h1::first-line { color: #fff; }
.hero-lead { max-width: 620px; margin-top: 28px; color: #b9b9b4; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.65; }
.hero-search {
  width: min(100%, 620px); margin-top: 38px; display: grid; grid-template-columns: 38px 1fr auto;
  align-items: center; padding: 7px 7px 7px 14px; border: 1px solid var(--line-strong); border-radius: 8px;
  background: rgba(20,20,20,.9); box-shadow: 0 18px 45px rgba(0,0,0,.28);
}
.hero-search > span { width: 16px; height: 16px; border: 2px solid #888; border-radius: 50%; position: relative; }
.hero-search > span::after { content: ""; position: absolute; width: 7px; height: 2px; right: -5px; bottom: -2px; background: #888; transform: rotate(45deg); }
.hero-search input { min-width: 0; padding: 13px 8px; color: #fff; background: transparent; border: 0; outline: 0; }
.hero-search input::placeholder { color: #777; }
.hero-search button { padding: 12px 18px; border: 0; border-radius: 4px; background: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.hero-search:focus-within { border-color: var(--red); box-shadow: 0 0 0 3px var(--red-soft); }
.hero-cta { margin-top: 26px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 21px; border: 1px solid transparent; border-radius: 5px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 30px rgba(237,27,36,.18); }
.button-primary:hover { background: #ff2b34; transform: translateY(-1px); }
.button-secondary { background: transparent; color: #fff; border-color: var(--line-strong); }
.button-secondary:hover { border-color: #fff; }
.text-link { font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { color: var(--red); margin-left: 7px; }
.hero-visual { position: relative; align-self: stretch; display: flex; justify-content: center; align-items: flex-end; }
.hero-visual::after {
  content: ""; position: absolute; z-index: -1; width: 76%; aspect-ratio: 1; bottom: 11%; border-radius: 50%;
  background: #111; border: 1px solid var(--line); box-shadow: inset 0 0 100px rgba(237,27,36,.08), 0 40px 90px rgba(0,0,0,.7);
}
.hero-visual img { position: relative; z-index: 2; max-height: 760px; width: auto; object-fit: contain; transform: translate(4%, 7%); filter: drop-shadow(0 35px 38px rgba(0,0,0,.55)); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(237,27,36,.32); border-radius: 50%; }
.orbit-one { width: 78%; aspect-ratio: 1; bottom: 9%; }
.orbit-two { width: 61%; aspect-ratio: 1; bottom: 17%; border-style: dashed; }
.hero-badge {
  position: absolute; z-index: 4; right: 0; top: 23%; display: flex; align-items: center; gap: 10px;
  padding: 12px 15px; border-left: 2px solid var(--red); background: rgba(12,12,12,.88); backdrop-filter: blur(10px);
}
.hero-badge strong { font: 900 23px/1 var(--font); }
.hero-badge span { color: #a8a8a3; font-size: 9px; line-height: 1.25; letter-spacing: .11em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 4; left: max(24px, calc((100% - var(--max))/2)); bottom: 26px; display: flex; align-items: center; gap: 11px; color: #777; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 29px; background: linear-gradient(var(--red) 45%, #333 45%); }

.service-section, .latest-section { padding: 120px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-heading h2 { margin-top: 18px; font-size: clamp(38px, 4.2vw, 60px); }
.section-heading > p { max-width: 480px; color: var(--muted); }
.section-heading.compact { margin-bottom: 38px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .25s ease, transform .25s ease; }
.service-card::before { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -100px; border-radius: 50%; background: var(--red); filter: blur(80px); opacity: 0; transition: opacity .25s ease; }
.service-card:hover { background: var(--panel); transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover::after { opacity: .24; }
.service-number { position: absolute; right: 24px; top: 18px; color: #363636; font: 900 56px/1 var(--font); }
.service-icon { display: block; width: 46px; height: 46px; margin-top: 40px; border: 2px solid var(--red); border-radius: 50%; position: relative; }
.service-icon::before, .service-icon::after { content: ""; position: absolute; background: var(--red); }
.service-icon::before { width: 18px; height: 2px; left: 12px; top: 20px; }
.service-icon::after { width: 2px; height: 18px; left: 20px; top: 12px; }
.service-card h3 { margin-top: 28px; font-size: 27px; }
.service-card p { margin-top: 15px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.card-arrow { position: absolute; left: 28px; bottom: 25px; color: var(--red); font-size: 19px; }

.feature-section { display: grid; grid-template-columns: 52% 48%; min-height: 640px; background: var(--white); color: #111; }
.feature-photo { min-height: 580px; background: linear-gradient(90deg, transparent 75%, #fff 100%), url('../images/darts-atmosphere.jpg') center 45% / cover no-repeat; }
.feature-content { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(34px, 7vw, 120px); }
.feature-content .eyebrow { color: #555; }
.feature-content h2 { max-width: 640px; margin-top: 25px; font-size: clamp(40px, 5vw, 70px); }
.feature-content > p:not(.eyebrow) { margin-top: 28px; color: #525252; font-size: 16px; }
.feature-content ul { margin: 34px 0 0; padding: 0; list-style: none; }
.feature-content li { padding: 13px 0 13px 30px; border-bottom: 1px solid #ddd; position: relative; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.feature-content li::before { content: ""; position: absolute; left: 0; top: 20px; width: 12px; height: 2px; background: var(--red); }

.latest-section { background: var(--bg-soft); }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.content-card { position: relative; display: flex; flex-direction: column; min-height: 300px; padding: 26px; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.content-card:hover { transform: translateY(-4px); border-color: rgba(237,27,36,.65); }
.card-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.content-card .card-kind,
.content-card .card-vendor { display: inline-flex; padding: 5px 8px; border-radius: 3px; font-size: 9px; font-weight: 900; letter-spacing: .12em; line-height: 1.25; text-transform: uppercase; }
.content-card .card-kind { background: var(--red-soft); color: #ff6970; }
.content-card .card-vendor { background: var(--vendor-color, #777); color: var(--vendor-text, #111); }
.content-card h3 { margin-top: 32px; font-size: 17.5px; line-height: 1.15; letter-spacing: -.01em; }
.content-card p { margin-top: 17px; color: var(--muted); font-size: 13px; }
.card-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; padding-top: 28px; color: #777; font-size: 11px; }
.card-meta span + span::before { content: "•"; margin-right: 12px; color: var(--red); }
.empty-state { padding: 55px; border: 1px dashed var(--line-strong); text-align: center; color: var(--muted); }
.empty-state > span { display: block; margin-bottom: 8px; color: #292929; font: 900 64px/1 var(--font); }

.page-hero { position: relative; padding: 95px 0 64px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.page-hero::after { content: attr(data-label); position: absolute; right: -15px; bottom: -45px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.05); font: 900 170px/1 var(--font); }
.page-hero h1 { margin-top: 21px; font-size: clamp(46px, 6vw, 82px); }
.page-hero p:not(.eyebrow) { max-width: 650px; margin-top: 22px; color: var(--muted); font-size: 16px; }
.archive-layout { padding: 52px 0 110px; }
.filter-form { display: grid; grid-template-columns: minmax(240px, 1fr) 210px 210px auto auto; align-items: end; gap: 12px; margin-bottom: 40px; padding: 18px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.filter-form-faq { grid-template-columns: minmax(240px, 1fr) 210px auto auto; }
.field label { display: block; margin-bottom: 7px; color: #898984; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 47px; padding: 10px 13px; color: #fff; background: #0d0d0d; border: 1px solid var(--line-strong); border-radius: 4px; }
.field input:focus, .field select:focus { border-color: var(--red); outline: 3px solid var(--red-soft); }
.filter-reset { min-height: 47px; padding: 12px 10px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.faq-topic-nav { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 58px; }
.faq-topic-button {
  display: inline-flex; align-items: center; gap: 10px; min-height: 43px; padding: 9px 14px;
  color: #bdbdb8; background: #0d0d0d; border: 1px solid var(--line-strong); border-radius: 4px;
  font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.faq-topic-button span {
  display: grid; place-items: center; min-width: 22px; height: 22px; padding-inline: 6px;
  color: var(--muted); background: #1c1c1c; border-radius: 99px; font-size: 10px;
}
.faq-topic-button:hover { color: #fff; border-color: rgba(237,27,36,.7); transform: translateY(-1px); }
.faq-topic-button[aria-pressed="true"] { color: #fff; background: var(--red); border-color: var(--red); }
.faq-topic-button[aria-pressed="true"] span { color: #fff; background: rgba(0,0,0,.24); }
.faq-topic-group { scroll-margin-top: 120px; padding: 0 0 72px; }
.faq-topic-group + .faq-topic-group { padding-top: 62px; border-top: 1px solid var(--line); }
.faq-topic-group[hidden] { display: none; }
.faq-topic-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 25px; }
.faq-topic-title { display: flex; align-items: center; gap: 18px; }
.faq-topic-number {
  flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center;
  color: #fff; background: var(--red); border-radius: 50%; font: 900 18px/1 var(--font);
  box-shadow: 0 12px 30px rgba(237,27,36,.18);
}
.faq-topic-heading .eyebrow { margin-bottom: 10px; }
.faq-topic-heading h2 { font-size: clamp(21px, 2.25vw, 31px); }
.faq-topic-count { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); background: var(--panel); border-radius: 8px; overflow: clip; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 27px; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h2, .faq-item summary h3 { font-size: clamp(13px, 1.1vw, 16px); line-height: 1.25; text-transform: none; letter-spacing: 0; }
.faq-toggle { flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid var(--line-strong); border-radius: 50%; position: relative; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; left: 9px; top: 14px; width: 12px; height: 2px; background: var(--red); }
.faq-toggle::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-item[open] .faq-toggle::after { transform: rotate(0); }
.faq-item[open] { border-color: rgba(237,27,36,.52); }
.faq-body { padding: 0 72px 30px 27px; color: #c1c1bc; }
.faq-body img { border-radius: 6px; }
.faq-body a, .entry-content a { color: #ff5960; text-decoration: underline; text-underline-offset: 3px; }
.pagination { margin-top: 44px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 40px; padding: 7px 10px; text-align: center; border: 1px solid var(--line); border-radius: 4px; }
.page-numbers.current, .page-numbers:hover { background: var(--red); border-color: var(--red); }

.single-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; padding: 70px 0 120px; }
.entry-content { color: #d2d2cd; font-size: 15px; }
.entry-content > * + * { margin-top: 1.35em; }
.entry-content h2, .entry-content h3 { margin-top: 1.7em; line-height: 1.1; }
.entry-content h2 { font-size: 34px; }
.entry-content h3 { font-size: 23px; }
.entry-content ul, .entry-content ol { padding-left: 24px; }
.entry-content blockquote { margin-left: 0; padding: 20px 24px; border-left: 3px solid var(--red); background: var(--panel); }
.entry-content figure { margin-left: 0; margin-right: 0; }
.entry-content img { border-radius: 8px; }
.b3d-lightbox-trigger {
  cursor: zoom-in;
  transition: filter .2s ease, box-shadow .2s ease, transform .2s ease;
}
.b3d-lightbox-trigger:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 0 2px rgba(237,27,36,.65), 0 18px 45px rgba(0,0,0,.4);
  transform: translateY(-2px);
}
.b3d-lightbox {
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(56px, 7vw, 90px) clamp(18px, 5vw, 72px) clamp(24px, 5vw, 58px);
  overflow: auto;
  color: #fff;
  background: rgba(5,5,5,.94);
  border: 0;
}
.b3d-lightbox::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(8px); }
.b3d-lightbox-figure {
  min-height: calc(100dvh - clamp(80px, 12vw, 148px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0;
}
.b3d-lightbox-image {
  width: auto;
  max-width: min(100%, 1500px);
  max-height: calc(100dvh - 150px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0,0,0,.75);
}
.b3d-lightbox-caption {
  max-width: 850px;
  color: #d3d3ce;
  font-size: 14px;
  text-align: center;
}
.b3d-lightbox-close {
  position: fixed;
  z-index: 2;
  top: 18px;
  right: 20px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0 0 4px;
  color: #fff;
  background: var(--red);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 35px rgba(0,0,0,.45);
}
.b3d-lightbox-close:hover { background: #ff3038; }
.entry-sidebar { align-self: start; position: sticky; top: 110px; padding: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.entry-sidebar h2 { font-size: 21px; }
.file-facts { margin: 20px 0; padding: 0; list-style: none; }
.file-facts li { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.file-facts span { color: var(--muted); }
.entry-sidebar .button { width: 100%; }
.back-link { display: inline-flex; margin-bottom: 28px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.back-link::before { content: "←"; color: var(--red); margin-right: 9px; }

.b3d-youtube { position: relative; aspect-ratio: 16/9; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 8px; background: radial-gradient(circle at center, #2a1112, #101010 55%); }
.b3d-youtube::before { content: ""; position: absolute; width: 74px; height: 52px; border-radius: 13px; background: var(--red); }
.b3d-youtube::after { content: ""; position: absolute; border-left: 17px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; transform: translateX(3px); }
.youtube-consent-copy { position: relative; z-index: 2; width: min(88%, 480px); padding: 24px; margin-top: 170px; text-align: center; background: rgba(7,7,7,.9); border: 1px solid var(--line); border-radius: 6px; }
.youtube-consent-copy strong { display: block; font-family: var(--font); font-size: 20px; text-transform: uppercase; }
.youtube-consent-copy p { margin: 6px 0 13px; color: var(--muted); font-size: 12px; }
.b3d-youtube iframe { width: 100%; height: 100%; border: 0; }

.legal-page { padding: 80px 0 120px; }
.legal-page .entry-content { max-width: 850px; }
.legal-notice { margin-bottom: 35px; padding: 18px 20px; background: #2b210f; border-left: 3px solid #ffad23; color: #ffdca4; }
.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { font-size: clamp(80px, 17vw, 220px); color: var(--red); }

.site-footer { padding: 72px 0 22px; border-top: 1px solid var(--line); background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .6fr .6fr; gap: 80px; }
.footer-brand img { width: 220px; max-height: 60px; object-fit: contain; object-position: left; }
.footer-brand p { max-width: 400px; margin-top: 22px; color: #777; }
.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-nav strong { margin-bottom: 7px; color: #666; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-nav a, .footer-link { padding: 0; color: #bdbdb8; background: none; border: 0; font-size: 12px; text-align: left; cursor: pointer; }
.footer-nav a:hover, .footer-link:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 19px; border-top: 1px solid var(--line); color: #555; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-admin-link { color: #666; text-decoration: none; transition: color .2s ease; }
.footer-admin-link:hover, .footer-admin-link:focus-visible { color: var(--red); }

.consent-panel {
  position: fixed; z-index: 500; left: 50%; bottom: 20px; width: min(calc(100% - 32px), 980px); transform: translateX(-50%);
  display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 24px;
  padding: 22px; border: 1px solid var(--line-strong); border-radius: 10px; background: rgba(18,18,18,.98); box-shadow: var(--shadow);
}
.consent-panel[hidden] { display: none; }
.consent-mark { color: #fff; font: 900 18px/1 var(--font); letter-spacing: .04em; }
.consent-content h2 { font-size: 20px; text-transform: none; }
.consent-content p { margin-top: 5px; color: var(--muted); font-size: 12px; }
.consent-content a { color: #fff; text-decoration: underline; }
.consent-actions { display: flex; gap: 9px; }
.consent-actions .button { min-height: 42px; padding: 9px 14px; font-size: 10px; }

@media (max-width: 1100px) {
  .site-nav { gap: 18px; }
  .header-shop { display: none; }
  .hero-inner { grid-template-columns: 56% 44%; }
  .hero-visual img { transform: translate(7%, 4%); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-form { grid-template-columns: 1fr 1fr 1fr; }
  .filter-form .field:first-child { grid-column: span 3; }
  .filter-form-faq { grid-template-columns: 1fr 1fr; }
  .filter-form-faq .field:first-child { grid-column: span 2; }
  .single-layout { gap: 40px; }
  .consent-panel { grid-template-columns: 92px 1fr; }
  .consent-actions { grid-column: 2; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 72px; gap: 8px; }
  .brand { min-width: 0; }
  .brand img { width: 150px; }
  .menu-toggle { display: block; order: 3; width: 42px; height: 42px; margin-left: 2px; padding: 10px; cursor: pointer; }
  .menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 22px; height: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle-lines { position: relative; }
  .menu-toggle-lines::before, .menu-toggle-lines::after { content: ""; position: absolute; left: 0; }
  .menu-toggle-lines::before { top: -7px; }
  .menu-toggle-lines::after { top: 7px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 16px 28px; background: #090909; border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 16px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .site-nav a::after { display: none; }
  .header-actions { margin-left: auto; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 20px; }
  .hero-copy { padding: 58px 0 18px; }
  .hero h1 { font-size: clamp(48px, 12vw, 72px); }
  .hero-visual { height: 520px; }
  .hero-visual img { max-height: 570px; transform: translate(0, 8%); }
  .hero-badge { right: 4%; top: 18%; }
  .scroll-cue { display: none; }
  .service-section, .latest-section { padding: 82px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .feature-section { grid-template-columns: 1fr; }
  .feature-photo { min-height: 520px; background-image: linear-gradient(0deg, #fff 0%, transparent 28%), url('../images/darts-atmosphere.jpg'); }
  .feature-content { padding: 60px 28px 80px; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .single-layout { grid-template-columns: 1fr; }
  .entry-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
}

@media (max-width: 580px) {
  .brand span { display: none; }
  .header-actions { gap: 6px; }
  .hero-copy { padding-top: 46px; }
  .hero h1 { font-size: clamp(36px, 11vw, 48px); }
  .hero-lead { font-size: 15px; }
  .hero-search { grid-template-columns: 30px 1fr; padding-right: 7px; }
  .hero-search button { grid-column: 1 / -1; width: 100%; }
  .hero-cta { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { height: 430px; }
  .hero-badge { display: none; }
  .service-grid, .content-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .feature-photo { min-height: 420px; }
  .filter-form { grid-template-columns: 1fr; }
  .filter-form .field:first-child { grid-column: auto; }
  .filter-form .button { width: 100%; }
  .faq-topic-nav { display: grid; margin-bottom: 46px; }
  .faq-topic-button { justify-content: space-between; width: 100%; }
  .faq-topic-group { padding-bottom: 52px; }
  .faq-topic-group + .faq-topic-group { padding-top: 45px; }
  .faq-topic-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .faq-topic-title { align-items: flex-start; gap: 13px; }
  .faq-topic-number { flex-basis: 44px; width: 44px; height: 44px; font-size: 16px; }
  .faq-topic-heading h2 { font-size: clamp(18px, 5.6vw, 24px); }
  .faq-item summary { padding: 21px 18px; }
  .faq-body { padding: 0 18px 24px; }
  .page-hero { padding: 66px 0 44px; }
  .page-hero h1 { font-size: clamp(36px, 11vw, 46px); }
  .single-layout { padding-top: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .consent-panel { grid-template-columns: 1fr; padding: 18px; }
  .consent-mark { display: block; margin-bottom: -4px; }
  .consent-actions { grid-column: 1; flex-direction: column-reverse; }
  .consent-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
