:root {
  --logo-base-height: 81.8%;
  --logo-offset-x: 0px;
  --logo-offset-y: 12px;
  --logo-scale: 1;
  --arkos-header-space: clamp(120px, 12vw, 246px);
  --arkos-compact-header-height: clamp(62px, 5.6vw, 96px);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
  overflow-x: hidden;
}

body {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.debug-tools {
  position: fixed;
  z-index: 20;
  right: 12px;
  top: 12px;
  display: none;
  grid-template-columns: repeat(3, max-content);
  gap: 8px;
}

.debug-tools button {
  min-height: 32px;
  padding: 0 12px;
  color: #ffffff;
  font: 400 12px/1 "Jost", Arial, Helvetica, sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}

.debug-tools button[aria-pressed="true"] {
  color: #060606;
  border-color: #f0d412;
  background: #f0d412;
}

.debug-tools button:focus-visible {
  outline: 2px solid #f0d412;
  outline-offset: 2px;
}

.logo-controls {
  grid-column: 1 / -1;
  width: 300px;
  padding: 10px;
  display: grid;
  gap: 8px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.78);
}

.logo-controls[hidden] {
  display: none;
}

.logo-controls label {
  display: grid;
  grid-template-columns: 44px 1fr 52px;
  align-items: center;
  gap: 8px;
  font: 400 12px/1 "Jost", Arial, Helvetica, sans-serif;
}

.logo-controls input {
  width: 100%;
  accent-color: #f0d412;
}

.logo-controls output,
.logo-readout {
  color: #f0d412;
  font: 400 12px/1 "Jost", Arial, Helvetica, sans-serif;
  text-align: right;
}

.logo-readout {
  text-align: left;
}

.debug-tools .logo-reset {
  width: 100%;
  border-color: rgba(240, 212, 18, 0.65);
}

body.slider-debug-off .hero-slider {
  display: none;
}

body.slider-debug-off {
  background: #060606;
}

body.debug-hide-header-bg .header-bg {
  display: none;
}

body.debug-hide-header-bg .header-tail-bg {
  display: none;
}

body.debug-hide-header-box .arkos-header {
  height: 0;
  overflow: visible;
  box-shadow: none;
}

body.debug-hide-header-box .arkos-header > * {
  display: none;
}

body.debug-hide-accents .accent-line {
  display: none;
}

body.debug-hide-menu .main-nav {
  display: none;
}

body.debug-hide-dividers .nav-link::before,
body.debug-hide-dividers .utility::before {
  display: none;
}

body.debug-hide-mini-lines .mini-line {
  display: none;
}

body.arkos-menu-text-only .main-nav .nav-icon,
body.arkos-menu-text-only .main-nav .mini-line {
  display: none;
}

body.arkos-menu-text-only .main-nav .nav-link {
  gap: 0;
}

body.debug-hide-logo .brand-panel {
  display: none;
}

body.debug-hide-search .utility,
body.debug-hide-search .header-search {
  display: none;
}

.option-screen {
  width: min(100%, 2048px);
  margin: 0 auto;
  padding-top: 0;
}

.option-screen.has-compact-header {
  padding-top: var(--arkos-header-space);
}

.arkos-header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: var(--arkos-header-space);
  overflow: visible;
  border-radius: 0;
  color: #f7f7f7;
  background: transparent;
  box-shadow: none;
  transition: height 220ms ease, filter 220ms ease;
  will-change: height;
}

.header-bg {
  position: absolute;
  top: 20.6%;
  right: 0;
  bottom: calc(23.8% - 2px);
  left: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 52%, rgba(90, 90, 90, 0.17), rgba(10, 10, 10, 0.04) 25%, transparent 45%),
    radial-gradient(circle at 78% 53%, rgba(70, 70, 70, 0.15), rgba(10, 10, 10, 0.05) 26%, transparent 47%),
    linear-gradient(180deg, #050606 0%, #151616 18%, #0c0d0d 49%, #111212 86%, #050606 100%);
  transition: top 220ms ease, bottom 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.header-tail-bg {
  display: none;
}

.accent-line {
  position: absolute;
  z-index: 3;
  display: block;
  height: 2px;
  filter: drop-shadow(0 0 6px currentColor);
  opacity: 0.95;
  clip-path: polygon(0 50%, 28% 50%, 38% 0, 62% 0, 72% 50%, 100% 50%, 100% 100%, 0 100%);
  transition: top 220ms ease, height 220ms ease, opacity 220ms ease;
}

.accent-line::after {
  content: none;
}

.accent-line.red {
  color: #e6131d;
  background: linear-gradient(90deg, rgba(119, 0, 6, 0.25), #eb151f 28%, #d60c15 100%);
}

.accent-line.yellow {
  color: #e8d30a;
  background: linear-gradient(90deg, #e3c80a, #ddca11 55%, rgba(204, 184, 10, 0.28));
}

.accent-line.top-left {
  top: 20.6%;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(119, 0, 6, 0.25), #eb151f 28%, #d60c15 49.8%, #e3c80a 50.2%, #ddca11 72%, rgba(204, 184, 10, 0.28));
}

.accent-line.bottom-left {
  top: 76.2%;
  left: 0;
  width: 100%;
  height: 2px;
  clip-path: polygon(0 50%, 28% 50%, 38% 0, 62% 0, 72% 50%, 100% 50%, 100% 100%, 0 100%);
  background: linear-gradient(90deg, rgba(119, 0, 6, 0.25), #eb151f 28%, #d60c15 49.8%, #e3c80a 50.2%, #ddca11 72%, rgba(204, 184, 10, 0.28));
}

.accent-line.bottom-left::before {
  content: none;
}

.accent-line.bottom-left::after {
  content: none;
}

.top-right {
  display: none;
}

.bottom-right {
  display: none;
}

.brand-panel {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  width: 23.83%;
  height: var(--logo-base-height);
  transform: translate(calc(-50% + var(--logo-offset-x)), var(--logo-offset-y)) scale(var(--logo-scale));
  transform-origin: 50% 0;
  display: block;
  pointer-events: auto;
  transition: top 220ms ease, width 220ms ease, height 220ms ease, transform 220ms ease;
}

.brand-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 9px 8px rgba(0, 0, 0, 0.45));
}

.main-nav,
.utility,
.header-search {
  position: absolute;
  z-index: 8;
}

.main-nav {
  top: 30.4%;
  height: 36%;
  display: flex;
  align-items: center;
  transition: top 220ms ease, height 220ms ease, width 220ms ease, left 220ms ease, right 220ms ease, opacity 180ms ease, filter 180ms ease;
}

.nav-left {
  left: 3.35%;
  width: 34.7%;
  justify-content: space-between;
  gap: 0;
}

.nav-right {
  right: 10%;
  left: auto;
  width: 29.6%;
  justify-content: space-between;
  transition: opacity 180ms ease, filter 180ms ease;
}

.nav-item {
  position: relative;
  height: 100%;
  display: flex;
}

.nav-link {
  position: relative;
  min-width: clamp(54px, 5.2vw, 106px);
  height: 100%;
  padding: 0 clamp(5px, 0.5vw, 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 0.48vw, 10px);
  color: #f1f1f1;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  font-size: clamp(12px, 0.96vw, 18px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.85);
  transition: color 180ms ease, text-shadow 180ms ease, min-width 220ms ease, padding 220ms ease, gap 220ms ease, font-size 220ms ease;
}

.nav-menu-trigger {
  margin: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
}

.nav-wide {
  min-width: clamp(100px, 10.6vw, 218px);
}

.nav-medium {
  min-width: clamp(87px, 9.2vw, 188px);
}

.nav-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: clamp(-16px, -0.9vw, -8px);
  top: 16%;
  width: 1px;
  height: 68%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.24), transparent);
}

.has-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  right: clamp(-10px, -0.6vw, -5px);
  left: clamp(-10px, -0.6vw, -5px);
  z-index: 11;
  height: clamp(14px, 1.25vw, 28px);
  background: transparent;
}

.nav-link:focus-visible,
.theme-button:focus-visible,
.search-button:focus-visible,
.header-search button:focus-visible,
.header-search input:focus-visible {
  outline: 2px solid #f0d412;
  outline-offset: 3px;
}

.nav-item:hover > .nav-link,
.nav-item:focus-within > .nav-link,
.nav-item.is-open > .nav-link {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(240, 212, 18, 0.34), 0 2px 4px rgba(0, 0, 0, 0.85);
}

.nav-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2px, 0.18vw, 4px);
  max-width: 100%;
}

.dropdown-caret {
  position: static;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  font-size: clamp(5px, 0.34vw, 7px);
  line-height: 1;
  color: currentColor;
  opacity: 0.78;
  transition: transform 180ms ease, opacity 180ms ease;
}

.dropdown-caret::before {
  -webkit-text-fill-color: currentColor;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

.nav-item:hover .dropdown-caret,
.nav-item:focus-within .dropdown-caret,
.nav-item.is-open .dropdown-caret {
  opacity: 1;
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + clamp(10px, 1vw, 22px));
  left: 50%;
  z-index: 12;
  width: max-content;
  min-width: clamp(188px, 14vw, 286px);
  padding: clamp(10px, 0.9vw, 16px);
  display: grid;
  gap: 4px;
  color: #f6f6f6;
  border: 1px solid rgba(240, 212, 18, 0.26);
  background:
    linear-gradient(135deg, rgba(232, 18, 30, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(24, 25, 25, 0.98), rgba(7, 8, 8, 0.98));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease;
  visibility: hidden;
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(240, 212, 18, 0.26);
  border-left: 1px solid rgba(240, 212, 18, 0.26);
  background: #181919;
  transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown--right {
  right: 0;
  left: auto;
  transform: translate(0, -6px);
}

.nav-dropdown--right::before {
  right: clamp(26px, 2.4vw, 48px);
  left: auto;
  transform: rotate(45deg);
}

.nav-dropdown--mega {
  left: 50%;
  right: auto;
  width: min(78vw, 980px);
  grid-template-columns: minmax(185px, 1.25fr) repeat(3, minmax(132px, 1fr));
  align-items: start;
  gap: clamp(12px, 1.2vw, 22px);
  transform: translate(-38%, -6px);
}

.nav-dropdown--mega::before {
  left: 38%;
  right: auto;
  transform: translateX(-50%) rotate(45deg);
}

.nav-item:hover > .nav-dropdown,
.nav-item:focus-within > .nav-dropdown,
.nav-item.is-open > .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.nav-item:hover > .nav-dropdown--right,
.nav-item:focus-within > .nav-dropdown--right,
.nav-item.is-open > .nav-dropdown--right {
  transform: translate(0, 0);
}

.nav-item:hover > .nav-dropdown--mega,
.nav-item:focus-within > .nav-dropdown--mega,
.nav-item.is-open > .nav-dropdown--mega {
  transform: translate(-38%, 0);
}

.nav-dropdown a {
  position: relative;
  min-height: 30px;
  padding: 8px 10px 8px 18px;
  display: flex;
  align-items: center;
  color: #efefef;
  text-decoration: none;
  text-transform: none;
  font-size: clamp(14px, 0.96vw, 17px);
  line-height: 1.18;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: color 150ms ease, border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.nav-dropdown a::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #f0d412;
  box-shadow: 0 0 8px rgba(240, 212, 18, 0.38);
  transform: translateY(-50%);
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  color: #ffffff;
  border-color: rgba(240, 212, 18, 0.28);
  background: rgba(255, 255, 255, 0.07);
  outline: 0;
  transform: translateX(2px);
}

.dropdown-group {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.dropdown-group h3 {
  margin: 0 0 5px;
  padding: 0 0 7px;
  color: #f0d412;
  border-bottom: 1px solid rgba(240, 212, 18, 0.24);
  font-size: clamp(12px, 0.86vw, 16px);
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-icon,
.nav-link .fa-solid:not(.dropdown-caret),
.search-button .fa-solid,
.phone-link .fa-solid {
  width: clamp(11px, 1.04vw, 21px);
  height: clamp(11px, 1.04vw, 21px);
  display: inline-grid;
  place-items: center;
  font-size: clamp(11px, 1.04vw, 21px);
  line-height: 1;
  background: transparent;
  box-shadow: none;
  filter: none;
  text-shadow: none;
}

.nav-icon {
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.nav-link .fa-solid:not(.dropdown-caret) {
  color: #eeeeee;
}

.home-link {
  min-width: clamp(45px, 4.4vw, 90px);
  justify-content: center;
  transform: none;
}

.mini-line {
  display: block;
  width: clamp(10px, 1.05vw, 21px);
  height: 1px;
  border-radius: 999px;
  margin-top: clamp(-4px, -0.2vw, -1px);
}

.mini-line.red {
  background: #e3101a;
  box-shadow: 0 0 5px rgba(227, 16, 26, 0.55);
}

.mini-line.yellow {
  background: #e2d116;
  box-shadow: 0 0 5px rgba(226, 209, 22, 0.5);
}

.utility {
  top: 48.4%;
  right: 2.2%;
  z-index: 16;
  height: clamp(20px, 1.8vw, 38px);
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.8vw, 16px);
  transform: translateY(-50%);
}

.utility::before {
  content: "";
  width: 1px;
  height: clamp(29px, 3.29vw, 67px);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transition: opacity 180ms ease;
}

.theme-button,
.search-button {
  width: clamp(20px, 1.8vw, 38px);
  height: clamp(20px, 1.8vw, 38px);
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  color: #eeeeee;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.theme-button:hover,
.theme-button[aria-pressed="true"],
.search-button:hover,
.search-button[aria-expanded="true"] {
  color: #f0d412;
}

.theme-button[aria-pressed="true"],
.search-button[aria-expanded="true"] {
  transform: scale(1.04);
}

.header-search {
  top: 30.4%;
  right: 2.2%;
  left: 60.4%;
  z-index: 14;
  height: 36%;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px) scaleX(0.08);
  transform-origin: right center;
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.header-search__form {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 clamp(48px, 4.5vw, 92px) 0 clamp(14px, 1.2vw, 25px);
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.8vw, 16px);
  color: #f5f5f5;
  border: 1px solid rgba(240, 212, 18, 0.66);
  border-left-color: rgba(230, 18, 28, 0.88);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(230, 18, 28, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(22, 23, 23, 0.98), rgba(5, 6, 6, 0.98));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.header-search__form::after {
  content: none;
}

.header-search__submit,
.header-search__close {
  position: relative;
  z-index: 1;
  width: clamp(22px, 2vw, 40px);
  height: clamp(22px, 2vw, 40px);
  margin: 0;
  padding: 0;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #f0d412;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.header-search__close {
  color: #eeeeee;
}

.header-search input {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #ffffff;
  border: 0;
  background: transparent;
  font: 400 clamp(13px, 1.02vw, 21px)/1 "Jost", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.header-search input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.header-search input::-webkit-search-cancel-button {
  display: none;
}

.header-search input:focus {
  outline: 0;
}

.arkos-header.search-open .header-search {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scaleX(1);
}

.arkos-header.search-open .nav-right {
  opacity: 0.12;
  filter: blur(1px);
  pointer-events: none;
}

.arkos-header.search-open .utility::before {
  opacity: 0;
}

.arkos-header.is-compact {
  position: fixed;
  top: 0;
  left: 50%;
  height: var(--arkos-compact-header-height);
  width: min(100%, 2048px);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.34));
  transform: translateX(-50%);
}

.arkos-header.is-compact .header-bg {
  top: 0;
  bottom: 0;
  background:
    linear-gradient(90deg, rgba(230, 18, 28, 0.1), transparent 23%, transparent 77%, rgba(240, 212, 18, 0.1)),
    linear-gradient(180deg, rgba(20, 21, 21, 0.98), rgba(5, 6, 6, 0.98));
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.28);
}

.arkos-header.is-compact .accent-line {
  height: 1px;
  opacity: 0.88;
}

.arkos-header.is-compact .accent-line.top-left {
  top: 0;
}

.arkos-header.is-compact .accent-line.bottom-left {
  top: calc(100% - 1px);
}

.arkos-header.is-compact .brand-panel {
  top: 6%;
  width: clamp(112px, 10.5vw, 168px);
  height: 88%;
  transform: translateX(-50%);
}

.arkos-header.is-compact .main-nav {
  top: 22%;
  height: 56%;
}

.arkos-header.is-compact .nav-left {
  left: 2.1%;
  width: 38.8%;
}

.arkos-header.is-compact .nav-right {
  right: 10.2%;
  width: 33.0%;
}

.arkos-header.is-compact .nav-link {
  min-width: clamp(52px, 4.4vw, 84px);
  padding: 0 clamp(4px, 0.42vw, 8px);
  gap: clamp(3px, 0.32vw, 6px);
  font-size: clamp(11px, 0.82vw, 15px);
  line-height: 1;
}

.arkos-header.is-compact .nav-wide {
  min-width: clamp(88px, 8.2vw, 152px);
}

.arkos-header.is-compact .nav-medium {
  min-width: clamp(82px, 7.3vw, 136px);
}

.arkos-header.is-compact .nav-icon,
.arkos-header.is-compact .nav-link .fa-solid:not(.dropdown-caret),
.arkos-header.is-compact .search-button .fa-solid {
  width: clamp(10px, 0.82vw, 16px);
  height: clamp(10px, 0.82vw, 16px);
  font-size: clamp(10px, 0.82vw, 16px);
}

.arkos-header.is-compact .mini-line {
  width: clamp(8px, 0.72vw, 14px);
  margin-top: -2px;
}

.arkos-header.is-compact .utility {
  top: 50%;
  right: 1.55%;
}

.arkos-header.is-compact .theme-button,
.arkos-header.is-compact .search-button {
  width: clamp(20px, 1.55vw, 30px);
  height: clamp(20px, 1.55vw, 30px);
}

.arkos-header.is-compact .utility::before {
  height: clamp(24px, 2.6vw, 44px);
}

.arkos-header.is-compact .header-search {
  top: 22%;
  height: 56%;
  left: 60.8%;
}

.arkos-header.is-compact .nav-dropdown {
  top: calc(100% + clamp(8px, 0.65vw, 14px));
}

.phone-link {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.68vw, 14px);
  color: #eeeeee;
  text-decoration: none;
  white-space: nowrap;
}

.phone-link .fa-solid {
  width: clamp(25px, 2.35vw, 48px);
  height: clamp(25px, 2.35vw, 48px);
  font-size: clamp(25px, 2.35vw, 48px);
  color: #f0d412;
}

.phone-link span {
  display: flex;
  flex-direction: column;
  gap: clamp(2px, 0.25vw, 5px);
}

.phone-link strong {
  font-size: clamp(9px, 0.9vw, 18px);
  line-height: 1;
  font-weight: 800;
}

.phone-link em {
  color: #bdbdbd;
  font-size: clamp(6px, 0.54vw, 11px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.nav-link .fa-solid:not(.dropdown-caret)::before,
.theme-button .fa-solid::before,
.search-button .fa-solid::before,
.header-search .fa-solid::before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.6px currentColor;
  text-stroke: 0.6px currentColor;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}

.search-button .fa-magnifying-glass::before,
.header-search .fa-magnifying-glass::before {
  -webkit-text-fill-color: currentColor;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

body.header-menu-light .arkos-header {
  color: #171717;
}

body.header-menu-light .header-bg {
  background:
    radial-gradient(circle at 24% 52%, rgba(255, 255, 255, 0.74), rgba(235, 238, 236, 0.3) 27%, transparent 48%),
    radial-gradient(circle at 78% 53%, rgba(255, 255, 255, 0.68), rgba(230, 233, 231, 0.28) 29%, transparent 50%),
    linear-gradient(180deg, #f7f8f7 0%, #ebeded 19%, #ffffff 50%, #e5e8e7 86%, #f8f9f8 100%);
  box-shadow: inset 0 10px 18px rgba(255, 255, 255, 0.86), inset 0 -12px 22px rgba(0, 0, 0, 0.08);
}

body.header-menu-light .brand-panel img {
  filter: drop-shadow(0 9px 8px rgba(0, 0, 0, 0.28));
}

body.header-menu-light .nav-link {
  color: #151515;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.header-menu-light .nav-item:hover > .nav-link,
body.header-menu-light .nav-item:focus-within > .nav-link,
body.header-menu-light .nav-item.is-open > .nav-link {
  color: #000000;
  text-shadow: 0 0 8px rgba(240, 212, 18, 0.24), 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.header-menu-light .nav-item:not(:first-child)::before,
body.header-menu-light .utility::before {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2), transparent);
}

body.header-menu-light .nav-icon {
  filter: brightness(0);
  opacity: 0.82;
}

body.header-menu-light .theme-button,
body.header-menu-light .search-button {
  color: #171717;
}

body.header-menu-light .theme-button:hover,
body.header-menu-light .theme-button[aria-pressed="true"],
body.header-menu-light .search-button:hover,
body.header-menu-light .search-button[aria-expanded="true"] {
  color: #c9aa00;
}

body.header-menu-light .nav-dropdown {
  color: #171717;
  border-color: rgba(226, 16, 26, 0.26);
  background:
    linear-gradient(135deg, rgba(240, 212, 18, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 240, 239, 0.98));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.header-menu-light .nav-dropdown::before {
  border-top-color: rgba(226, 16, 26, 0.26);
  border-left-color: rgba(226, 16, 26, 0.26);
  background: #ffffff;
}

body.header-menu-light .nav-dropdown a {
  color: #202020;
}

body.header-menu-light .nav-dropdown a:hover,
body.header-menu-light .nav-dropdown a:focus-visible {
  color: #000000;
  border-color: rgba(226, 16, 26, 0.22);
  background: rgba(226, 16, 26, 0.06);
}

body.header-menu-light .dropdown-group h3 {
  color: #bd000b;
  border-bottom-color: rgba(226, 16, 26, 0.2);
}

body.header-menu-light .header-search__form {
  color: #171717;
  border-color: rgba(201, 170, 0, 0.72);
  border-left-color: rgba(230, 18, 28, 0.78);
  background:
    linear-gradient(90deg, rgba(230, 18, 28, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 240, 239, 0.98));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.header-menu-light .header-search__submit {
  color: #bd000b;
}

body.header-menu-light .header-search__close,
body.header-menu-light .header-search input {
  color: #171717;
}

body.header-menu-light .header-search input::placeholder {
  color: rgba(0, 0, 0, 0.46);
}

body.header-menu-light .arkos-header.is-compact .header-bg {
  background:
    linear-gradient(90deg, rgba(226, 16, 26, 0.08), transparent 23%, transparent 77%, rgba(201, 170, 0, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 240, 239, 0.98));
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.arkos-mobile-header {
  display: none;
}

@media (max-width: 900px) {
  .debug-tools {
    position: absolute;
    top: 76px;
    right: 10px;
    z-index: 360;
  }

  .option-screen {
    width: 100%;
    padding-top: 64px;
  }

  .option-screen.has-compact-header {
    padding-top: 64px;
  }

  .option-screen > .arkos-header {
    display: none;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .arkos-mobile-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 300;
    display: block;
    color: #f7f7f7;
    background:
      linear-gradient(90deg, rgba(230, 18, 28, 0.16), transparent 34%, rgba(240, 212, 18, 0.14)),
      linear-gradient(180deg, #141515 0%, #070808 100%);
    border-top: 1px solid #e6131d;
    border-bottom: 1px solid rgba(240, 212, 18, 0.62);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  }

  .mobile-header-bar {
    min-height: 64px;
    padding: 0 14px 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mobile-brand {
    width: 118px;
    min-width: 0;
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
  }

  .mobile-brand img {
    display: block;
    width: 100%;
    max-height: 52px;
    object-fit: contain;
  }

  .mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-search-toggle,
  .mobile-menu-toggle,
  .mobile-search button {
    width: 40px;
    height: 40px;
    padding: 0;
    display: grid;
    place-items: center;
    color: #f7f7f7;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
  }

  .mobile-search-toggle[aria-expanded="true"],
  .mobile-menu-toggle[aria-expanded="true"] {
    color: #f0d412;
    border-color: rgba(240, 212, 18, 0.58);
    background: rgba(240, 212, 18, 0.1);
  }

  .mobile-search-toggle:focus-visible,
  .mobile-menu-toggle:focus-visible,
  .mobile-search input:focus-visible,
  .mobile-search button:focus-visible,
  .mobile-menu-link:focus-visible,
  .mobile-submenu-link:focus-visible {
    outline: 2px solid #f0d412;
    outline-offset: 2px;
  }

  .mobile-search {
    padding: 10px 12px 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(6, 6, 6, 0.98);
  }

  .mobile-search[hidden],
  .mobile-menu[hidden],
  .mobile-submenu[hidden] {
    display: none;
  }

  .mobile-search input {
    min-width: 0;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    color: #ffffff;
    border: 1px solid rgba(240, 212, 18, 0.42);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    font: 400 16px/1 "Jost", Arial, Helvetica, sans-serif;
  }

  .mobile-search input::placeholder {
    color: rgba(255, 255, 255, 0.62);
  }

  .mobile-menu {
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background:
      linear-gradient(180deg, rgba(18, 19, 19, 0.99), rgba(5, 6, 6, 0.99));
  }

  .mobile-menu-list {
    padding: 6px 0 14px;
  }

  .mobile-menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-menu-link {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    color: #f7f7f7;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
    text-decoration: none;
    font: 500 15px/1.15 "Jost", Arial, Helvetica, sans-serif;
    cursor: pointer;
  }

  .mobile-menu-link .nav-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
  }

  .mobile-menu-link .dropdown-caret {
    font-size: 10px;
    transition: transform 180ms ease;
  }

  .mobile-menu-item.is-open > .mobile-menu-link .dropdown-caret {
    transform: rotate(180deg);
  }

  .mobile-submenu {
    padding: 0 14px 12px 48px;
    display: grid;
    gap: 5px;
    background: rgba(255, 255, 255, 0.035);
  }

  .mobile-submenu-group {
    display: grid;
    gap: 5px;
  }

  .mobile-submenu-group h3 {
    margin: 10px 0 2px;
    color: #f0d412;
    font: 600 12px/1.1 "Jost", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }

  .mobile-submenu-link {
    min-height: 36px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    font: 400 14px/1.2 "Jost", Arial, Helvetica, sans-serif;
  }

  .mobile-submenu-link:hover,
  .mobile-submenu-link:focus-visible {
    color: #ffffff;
  }

  body.header-menu-light .arkos-mobile-header {
    color: #171717;
    background:
      linear-gradient(90deg, rgba(226, 16, 26, 0.08), transparent 34%, rgba(201, 170, 0, 0.13)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 240, 239, 0.98));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  }

  body.header-menu-light .mobile-search-toggle,
  body.header-menu-light .mobile-menu-toggle,
  body.header-menu-light .mobile-search button,
  body.header-menu-light .mobile-menu-link {
    color: #171717;
  }

  body.header-menu-light .mobile-menu,
  body.header-menu-light .mobile-search {
    background: rgba(255, 255, 255, 0.98);
  }

  body.header-menu-light .mobile-menu-link .nav-icon {
    filter: brightness(0);
  }

  body.header-menu-light .mobile-search input {
    color: #171717;
    background: rgba(0, 0, 0, 0.04);
  }

  body.header-menu-light .mobile-search input::placeholder,
  body.header-menu-light .mobile-submenu-link {
    color: rgba(0, 0, 0, 0.64);
  }

  body.header-menu-light .mobile-submenu {
    background: rgba(0, 0, 0, 0.035);
  }

  body.header-menu-light .mobile-submenu-group h3 {
    color: #bd000b;
  }
}

.arkos-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20.6%;
  background-color: #000000;
  z-index: 0;
}
