/* =========================================================
   Air-Soft — Global system
   File: airsoft-global.css
   Clean version with shared sections, products, galleries,
   contact cards and controlled hero title lines.
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  background: var(--as-cream);
  color: var(--as-dark);
  font-family: var(--as-font-main);
}

body .site-main,
body #main,
body .content-area {
  overflow: hidden;
}

.as-page,
.as-section {
  position: relative;
}

.as-container {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.as-container-wide {
  width: min(1360px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   Sections
   ========================================================= */

.as-section {
  position: relative;
  padding: clamp(70px, 8vw, 120px) 0;
  overflow: hidden;
}

.as-section--compact {
  padding: 64px 0;
}

.as-section--light,
.as-section--cream {
  background: #f4f0e8;
  color: #171717;
}

.as-section--dark {
  background: #060606;
  color: #ffffff;
}

.as-section-head {
  max-width: 820px;
  margin-bottom: 44px;
}

.as-section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.as-section-head--light,
.as-section-head--light h2,
.as-section-head--light p {
  color: #ffffff !important;
}

.as-section-head h2,
.as-title {
  margin: 0;
  color: inherit;
  font-family: var(--as-font-display);
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.as-title--sm {
  font-size: clamp(28px, 3.6vw, 52px);
}

.as-section-head h2 {
  color: #111111;
}

.as-section-head p,
.as-lead {
  margin: 18px 0 0;
  color: currentColor;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.6;
  opacity: 0.78;
}

.as-lead {
  max-width: 720px;
}

.as-text {
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.75;
  opacity: 0.82;
}

.as-kicker,
.as-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #f15a27 !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.as-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #f15a27;
}

.as-section-head--center .as-eyebrow {
  justify-content: center;
}

.as-section-head--center .as-eyebrow::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #f15a27;
}

.as-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  text-align: center;
}

.as-center .as-lead {
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   Buttons
   ========================================================= */

.as-actions,
.as-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.as-actions--center {
  justify-content: center;
}

.as-hero__actions {
  justify-content: flex-start;
  margin-top: 34px;
}

.as-btn,
.as-btn:visited,
a.as-btn,
a.as-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #f15a27;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 16px 36px rgba(241, 90, 39, 0.28);
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.as-btn:hover,
a.as-btn:hover {
  transform: translateY(-2px);
  background: #d94314;
  border-color: #d94314;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 22px 46px rgba(241, 90, 39, 0.32);
}

.as-btn--primary,
.as-btn--primary:visited,
a.as-btn--primary,
a.as-btn--primary:visited {
  background: #f15a27;
  border-color: #f15a27;
  color: #ffffff !important;
}

.as-btn--primary:hover,
a.as-btn--primary:hover {
  background: #d94314;
  border-color: #d94314;
  color: #ffffff !important;
}

.as-btn--ghost,
.as-btn--ghost:visited,
a.as-btn--ghost,
a.as-btn--ghost:visited {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff !important;
  box-shadow: none;
}

.as-btn--ghost:hover,
a.as-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.66);
  color: #ffffff !important;
  box-shadow: none;
}

.as-btn--dark,
.as-btn--dark:visited,
a.as-btn--dark,
a.as-btn--dark:visited {
  background: #111111;
  border-color: #111111;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.as-btn--dark:hover,
a.as-btn--dark:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #ffffff !important;
}

/* =========================================================
   Hero title controlled lines
   First/last line white, accent line orange.
   ========================================================= */

.as-hero__title--stacked {
  max-width: 920px;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.as-hero__title--stacked .as-title-line {
  display: block;
  white-space: nowrap;
  color: #ffffff !important;
}

.as-hero__title--stacked .as-title-line--accent {
  color: #f15a27 !important;
}

/* =========================================================
   Cards / grids / camo
   ========================================================= */

.as-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--as-radius-lg);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--as-shadow-soft);
}

.as-card--light {
  border-color: rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.as-grid,
.as-grid-2,
.as-grid-3,
.as-grid-4 {
  display: grid;
  gap: 22px;
}

.as-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.as-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.as-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.as-grid--cards {
  align-items: stretch;
}

.as-grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.as-camo-bg {
  background-color: var(--as-green-dark);
  background-image:
    radial-gradient(circle at 18% 24%, rgba(123, 118, 93, 0.75) 0 8%, transparent 9%),
    radial-gradient(circle at 42% 22%, rgba(79, 93, 79, 0.7) 0 10%, transparent 11%),
    radial-gradient(circle at 66% 18%, rgba(17, 24, 22, 0.8) 0 13%, transparent 14%),
    radial-gradient(circle at 84% 46%, rgba(82, 96, 77, 0.78) 0 10%, transparent 11%),
    radial-gradient(circle at 22% 70%, rgba(38, 49, 38, 0.86) 0 12%, transparent 13%),
    radial-gradient(circle at 56% 82%, rgba(123, 118, 93, 0.62) 0 11%, transparent 12%);
  background-size: 380px 240px;
}

.as-no-total-link a,
.as-no-total-link a:hover,
.as-card a,
.as-card a:hover {
  text-decoration: none !important;
}

/* =========================================================
   Content panels / accordions / video
   ========================================================= */

.as-content-panel {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 28px;
  background: #ffffff;
  color: #222222;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
}

.as-content-panel--light {
  background: rgba(255, 255, 255, 0.94);
}

.as-content-panel--transparent {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.as-content-panel h3 {
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.as-content-panel--transparent h3 {
  color: #ffffff;
}

.as-content-panel p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.72;
}

.as-content-panel p:last-child {
  margin-bottom: 0;
}

.as-accordion {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.as-accordion details {
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.045);
  overflow: hidden;
}

.as-accordion--cards details {
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
}

.as-accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  color: #141414;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  list-style: none;
}

.as-accordion summary::-webkit-details-marker {
  display: none;
}

.as-accordion summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #f15a27;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.as-accordion details[open] summary::after {
  content: "–";
}

.as-accordion details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #3f3f3f;
  font-size: 17px;
  line-height: 1.7;
}

.as-content-panel--transparent .as-accordion details {
  background: rgba(255, 255, 255, 0.09);
}

.as-content-panel--transparent .as-accordion summary,
.as-content-panel--transparent .as-accordion details p {
  color: #ffffff;
}

.as-video-frame {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  background: #000000;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.as-video-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.as-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* =========================================================
   Mission cards
   ========================================================= */

.as-missions-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(241, 90, 39, 0.10), transparent 28%),
    linear-gradient(180deg, #f4f0e8 0%, #ebe5da 100%);
}

.as-missions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.as-mission-card {
  position: relative;
  min-height: 280px;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(15, 15, 15, 0.96), rgba(35, 32, 28, 0.96));
  color: #ffffff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
  isolation: isolate;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.as-mission-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(241, 90, 39, 0.18), transparent 46%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0, rgba(255,255,255,0.035) 1px, transparent 1px, transparent 18px);
  z-index: -1;
}

.as-mission-card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(241, 90, 39, 0.42);
  border-radius: 999px;
  z-index: -1;
}

.as-mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}

.as-mission-card__number {
  display: inline-flex;
  margin-bottom: 58px;
  color: #f15a27;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.as-mission-card h3 {
  margin: 0;
  color: #ffffff !important;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.as-mission-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.65;
}

.as-mission-card--wide {
  grid-column: span 4;
  min-height: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 28px;
  align-items: center;
}

.as-mission-card--wide .as-mission-card__number {
  margin-bottom: 0;
  font-size: 22px;
}

.as-mission-card--wide h3,
.as-mission-card--wide p {
  grid-column: 2;
}

/* =========================================================
   Location / Contact / Social cards
   ========================================================= */

.as-location-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
  overflow: hidden;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.14);
}

.as-location-card__content {
  padding: clamp(30px, 4vw, 54px);
  background: radial-gradient(circle at 0% 0%, rgba(241,90,39,0.18), transparent 34%), #121212;
  color: #ffffff;
}

.as-location-card__label {
  display: inline-flex;
  margin-bottom: 18px;
  color: #f15a27;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.as-location-card h3 {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.as-location-card p {
  margin: 16px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.55;
}

.as-location-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.as-location-card__map {
  min-height: 430px;
  background: #000000;
}

.as-location-card__map iframe,
.as-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
}

.as-map-frame {
  overflow: hidden;
  border-radius: 32px;
  background: #000000;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.as-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.as-contact-card {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  color: #151515;
  text-align: center;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.as-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(241,90,39,0.12), transparent 34%);
  pointer-events: none;
}

.as-contact-card > * {
  position: relative;
  z-index: 2;
}

.as-contact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #f15a27;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.as-contact-card__label {
  display: block;
  margin-bottom: 10px;
  color: #f15a27;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.as-contact-card h3 {
  margin: 0 0 16px;
  color: #111111 !important;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.as-contact-card p {
  margin: 0 0 12px;
  color: #333333;
  font-size: 17px;
  line-height: 1.5;
}

.as-contact-card a:not(.as-btn) {
  color: #222222 !important;
  text-decoration: none !important;
}

.as-contact-card a:not(.as-btn):hover {
  color: #f15a27 !important;
  text-decoration: none !important;
}

.as-contact-card__muted {
  color: #7a7a7a !important;
}

.as-contact-card .as-btn {
  margin-top: 18px;
}

.as-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 760px;
  margin: 0 auto;
}

.as-social-card {
  display: block;
  padding: 38px 28px;
  border-radius: 30px;
  background: linear-gradient(145deg, #141414, #24211d);
  color: #ffffff !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 24px 80px rgba(0,0,0,0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.as-social-card:hover {
  transform: translateY(-5px);
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 32px 90px rgba(0,0,0,0.25);
}

.as-social-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #f15a27;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.as-social-card h3 {
  margin: 0;
  color: #ffffff !important;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.as-social-card p {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
}

/* =========================================================
   Products page / galleries
   ========================================================= */

.as-product-nav-section {
  padding-bottom: 70px;
}

.as-product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.as-product-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.as-product-nav a:hover {
  transform: translateY(-2px);
  background: #f15a27;
  color: #ffffff !important;
  text-decoration: none !important;
}

.as-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.as-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04));
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 24px 80px rgba(0,0,0,0.22);
}

.as-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(241,90,39,0.18), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0, rgba(255,255,255,0.025) 1px, transparent 1px, transparent 18px);
  pointer-events: none;
}

.as-product-card > * {
  position: relative;
  z-index: 2;
}

.as-product-card--light {
  background: #ffffff;
  color: #171717;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 22px 70px rgba(0,0,0,0.10);
}

.as-product-card__tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #f15a27;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.as-product-card h3 {
  margin: 0 0 18px;
  color: inherit !important;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.as-product-card img,
.as-product-card img[data-as-wp-image] {
  order: 2;
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin: 0 0 18px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.025);
  opacity: 1;
  transition: opacity 0.25s ease;
}

.as-product-card img[data-as-wp-image]:not(.is-loaded):not(.is-missing) {
  opacity: 0;
}

.as-product-card img[data-as-wp-image].is-loaded {
  opacity: 1;
}

.as-product-card img[data-as-wp-image].is-missing {
  display: none;
}

.as-product-card ul,
.as-product-card strong {
  order: 3;
}

.as-product-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.as-product-card li {
  color: inherit;
  opacity: 0.78;
  font-size: 15px;
  line-height: 1.35;
}

.as-product-card strong {
  display: inline-flex;
  margin-top: 18px;
  color: #f15a27;
  font-size: 15px;
  font-weight: 900;
}

.as-product-group {
  margin-top: 34px;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.as-product-group:first-of-type {
  margin-top: 0;
}

.as-product-group h3 {
  margin: 0 0 20px;
  color: #ffffff !important;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.as-mini-products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.as-mini-products span {
  display: inline-flex;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.84);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.as-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.as-photo-grid img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 22px 70px rgba(0,0,0,0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.as-photo-grid img:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 30px 90px rgba(0,0,0,0.22);
}

.as-photo-grid--dark img {
  box-shadow: 0 22px 70px rgba(0,0,0,0.34);
}

/* =========================================================
   Reveal / motion
   ========================================================= */

.as-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.as-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1180px) {
  .as-grid--5,
  .as-missions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .as-mission-card--wide {
    grid-column: span 2;
  }

  .as-shop-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .as-products-grid,
  .as-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .as-hero__title--stacked {
    font-size: clamp(40px, 8vw, 76px);
  }

  .as-location-card,
  .as-contact-grid,
  .as-social-grid {
    grid-template-columns: 1fr;
  }

  .as-location-card__map,
  .as-location-card__map iframe,
  .as-map-frame iframe {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .as-container,
  .as-container-wide {
    width: min(100% - 28px, 1180px);
  }

  .as-section {
    padding: 64px 0;
  }

  .as-section-head {
    margin-bottom: 32px;
  }

  .as-section-head h2 {
    font-size: clamp(32px, 11vw, 48px);
  }

  .as-section-head p {
    font-size: 16px;
  }

  .as-hero__title--stacked {
    font-size: clamp(34px, 11vw, 54px);
    line-height: 0.92;
  }

  .as-hero__title--stacked .as-title-line {
    white-space: normal;
  }

  .as-hero__actions,
  .as-actions,
  .as-location-card__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .as-btn {
    width: 100%;
  }

  .as-grid--5,
  .as-shop-categories,
  .as-feature-band__inner,
  .as-hero__stats,
  .as-missions-grid,
  .as-products-grid,
  .as-photo-grid {
    grid-template-columns: 1fr !important;
  }

  .as-mission-card,
  .as-content-panel,
  .as-contact-card,
  .as-social-card,
  .as-product-card,
  .as-product-group {
    padding: 24px;
    border-radius: 22px;
  }

  .as-mission-card {
    min-height: auto;
  }

  .as-mission-card__number {
    margin-bottom: 38px;
  }

  .as-mission-card--wide {
    grid-column: span 1;
    display: block;
  }

  .as-mission-card--wide .as-mission-card__number {
    display: inline-flex;
    margin-bottom: 38px;
    font-size: 13px;
  }

  .as-mission-card h3 {
    font-size: 22px;
  }

  .as-content-panel p {
    font-size: 16px;
  }

  .as-game-card {
    padding: 28px 22px;
  }

  .as-game-card__image {
    width: 112px;
    height: 112px;
    margin-top: 0;
  }

  .as-product-nav {
    justify-content: stretch;
  }

  .as-product-nav a,
  .as-mini-products span {
    width: 100%;
  }

  .as-product-card img,
  .as-product-card img[data-as-wp-image] {
    height: 190px;
  }

  .as-photo-grid img {
    height: 240px;
    border-radius: 22px;
  }

  .as-location-card {
    border-radius: 24px;
  }

  .as-location-card__map,
  .as-location-card__map iframe,
  .as-map-frame iframe {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .as-reveal,
  .as-btn,
  a.as-btn,
  .as-mission-card,
  .as-social-card,
  .as-photo-grid img {
    transition: none !important;
    transform: none !important;
  }
}
/* =========================================================
   AIRSOFT — Custom Footer
   ========================================================= */

.as-site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(241, 90, 39, 0.20), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(111, 118, 83, 0.18), transparent 30%),
    linear-gradient(180deg, #151515 0%, #070707 100%);
  color: #ffffff;
  isolation: isolate;
}

.as-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(123, 118, 93, 0.22) 0 8%, transparent 9%),
    radial-gradient(circle at 42% 22%, rgba(79, 93, 79, 0.20) 0 10%, transparent 11%),
    radial-gradient(circle at 66% 18%, rgba(17, 24, 22, 0.35) 0 13%, transparent 14%),
    radial-gradient(circle at 84% 46%, rgba(82, 96, 77, 0.20) 0 10%, transparent 11%);
  background-size: 420px 260px;
  opacity: 0.34;
  z-index: -1;
}

.as-site-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

.as-site-footer a:hover {
  color: #f15a27 !important;
  text-decoration: none !important;
}

.as-site-footer__top {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 7vw, 96px) 0 34px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: stretch;
}

.as-site-footer__brand,
.as-site-footer__cta,
.as-site-footer__card {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.065);
  box-shadow: 0 28px 90px rgba(0,0,0,0.28);
  backdrop-filter: blur(10px);
}

.as-site-footer__brand {
  padding: clamp(28px, 4vw, 42px);
  border-radius: 34px;
}

.as-site-footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 26px;
}

.as-site-footer__logo img {
  display: block;
  width: 118px;
  height: auto;
}

.as-site-footer__brand p {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  line-height: 1.75;
}

.as-site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.as-site-footer__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(241,90,39,0.14);
  color: #ffffff;
  border: 1px solid rgba(241,90,39,0.34);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.as-site-footer__cta {
  position: relative;
  padding: clamp(32px, 4.5vw, 54px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0% 0%, rgba(241,90,39,0.22), transparent 36%),
    rgba(255,255,255,0.075);
  overflow: hidden;
}

.as-site-footer__cta::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 178px;
  height: 178px;
  border-radius: 999px;
  border: 1px solid rgba(241,90,39,0.42);
  pointer-events: none;
}

.as-site-footer__eyebrow,
.as-site-footer__label {
  display: inline-flex;
  color: #f15a27;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.as-site-footer__cta h2 {
  margin: 18px 0 0;
  color: #ffffff !important;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.as-site-footer__cta p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.7;
}

.as-site-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.as-site-footer__middle {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.as-site-footer__card {
  position: relative;
  min-height: 190px;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
}

.as-site-footer__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(241,90,39,0.14), transparent 46%),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.026) 0,
      rgba(255,255,255,0.026) 1px,
      transparent 1px,
      transparent 18px
    );
  pointer-events: none;
}

.as-site-footer__card > * {
  position: relative;
  z-index: 2;
}

.as-site-footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #f15a27;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.as-site-footer__label {
  display: block;
  margin-bottom: 13px;
}

.as-site-footer__card a {
  display: inline-block;
  color: #ffffff !important;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.as-site-footer__card small {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.4;
}

.as-site-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.30);
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}

.as-site-footer__nav,
.as-site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.as-site-footer__nav {
  justify-content: flex-start;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
}

.as-site-footer__social {
  justify-content: center;
}

.as-site-footer__nav a,
.as-site-footer__social a,
.as-site-footer__copy {
  color: rgba(255,255,255,0.72) !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-site-footer__copy {
  margin: 0;
  text-align: right;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
}

.as-site-footer__copy a {
  color: #ffffff !important;
}

@media (max-width: 980px) {
  .as-site-footer__top,
  .as-site-footer__middle,
  .as-site-footer__bottom {
    grid-template-columns: 1fr;
  }

  .as-site-footer__bottom {
    text-align: center;
  }

  .as-site-footer__nav,
  .as-site-footer__social {
    justify-content: center;
    padding-left: 0;
  }

  .as-site-footer__copy {
    text-align: center;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .as-site-footer__top,
  .as-site-footer__middle {
    width: min(100% - 28px, 1180px);
  }

  .as-site-footer__brand,
  .as-site-footer__cta,
  .as-site-footer__card {
    border-radius: 24px;
  }

  .as-site-footer__logo img {
    width: 96px;
  }

  .as-site-footer__cta h2 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .as-site-footer__actions {
    flex-direction: column;
  }

  .as-site-footer__card {
    min-height: auto;
    padding: 24px;
  }

  .as-site-footer__bottom {
    padding: 28px 14px;
  }

  .as-site-footer__nav {
    gap: 12px;
  }

  .as-site-footer__nav a,
  .as-site-footer__social a,
  .as-site-footer__copy {
    font-size: 11px;
  }
}
/* =========================================================
   AIRSOFT — Footer bottom stacked layout
   ========================================================= */

.as-site-footer__bottom--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 34px 20px 28px;
  text-align: center;
}

.as-site-footer__bottom--stacked .as-site-footer__nav {
  justify-content: center;
  padding-left: 0;
}

.as-site-footer__bottom--stacked .as-site-footer__nav a {
  position: relative;
  color: rgba(255,255,255,0.78) !important;
}

.as-site-footer__bottom--stacked .as-site-footer__nav a:hover {
  color: #ffffff !important;
}

.as-site-footer__bottom--stacked .as-site-footer__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: #f15a27;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.as-site-footer__bottom--stacked .as-site-footer__nav a:hover::after {
  transform: scaleX(1);
}

.as-site-footer__social--featured {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.as-site-footer__social--featured a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 16px 42px rgba(0,0,0,0.22);
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.as-site-footer__social--featured a:hover {
  transform: translateY(-2px);
  background: rgba(241,90,39,0.20);
  border-color: rgba(241,90,39,0.55);
  color: #ffffff !important;
  text-decoration: none !important;
}

.as-site-footer__social--featured span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f15a27;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.as-site-footer__bottom--stacked .as-site-footer__copy {
  margin: 2px 0 0;
  padding-right: 0;
  color: rgba(255,255,255,0.52) !important;
  text-align: center;
}

.as-site-footer__bottom--stacked .as-site-footer__copy a {
  color: rgba(255,255,255,0.86) !important;
}

.as-site-footer__bottom--stacked .as-site-footer__copy a:hover {
  color: #f15a27 !important;
}

@media (max-width: 767px) {
  .as-site-footer__bottom--stacked {
    gap: 22px;
    padding: 30px 14px 26px;
  }

  .as-site-footer__bottom--stacked .as-site-footer__nav {
    gap: 14px 16px;
  }

  .as-site-footer__social--featured {
    width: 100%;
    flex-direction: column;
  }

  .as-site-footer__social--featured a {
    width: 100%;
    justify-content: center;
  }
}
/* =========================================================
   AIRSOFT — Footer language visibility
   Shows SR footer on Serbian, EN footer on English
   ========================================================= */

.as-footer-lang {
  display: none !important;
}

/* Serbian */
html:lang(sr) .as-footer-lang--sr,
html:lang(sr-RS) .as-footer-lang--sr {
  display: block !important;
}

/* English */
html:lang(en) .as-footer-lang--en,
html:lang(en-US) .as-footer-lang--en,
html:lang(en-GB) .as-footer-lang--en {
  display: block !important;
}
/* =========================================================
   AIRSOFT — Custom Header Builder
   ========================================================= */

.as-header-lang {
  display: none !important;
}

html:lang(sr) .as-header-lang--sr,
html:lang(sr-RS) .as-header-lang--sr {
  display: block !important;
}

html:lang(en) .as-header-lang--en,
html:lang(en-US) .as-header-lang--en,
html:lang(en-GB) .as-header-lang--en {
  display: block !important;
}

.as-custom-header {
  position: relative;
  z-index: 999;
  width: 100%;
  background:
    radial-gradient(circle at 0% 0%, rgba(241, 90, 39, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(10,10,10,0.96), rgba(10,10,10,0.90));
  border-bottom: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
}

.as-custom-header,
.as-custom-header * {
  box-sizing: border-box;
}

.as-custom-header__inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.as-custom-header__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.as-custom-header__logo img {
  display: block;
  width: 96px;
  height: auto;
}

.as-custom-header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.as-custom-header__nav a {
  position: relative;
  color: rgba(255,255,255,0.78) !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}

.as-custom-header__nav a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.as-custom-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: #f15a27;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.as-custom-header__nav a:hover::after {
  transform: scaleX(1);
}

.as-custom-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.as-custom-header__lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  color: #ffffff !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none !important;
}

.as-custom-header__lang:hover {
  background: rgba(241,90,39,0.22);
  border-color: rgba(241,90,39,0.58);
  color: #ffffff !important;
  text-decoration: none !important;
}

.as-custom-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 999px;
  background: #f15a27;
  border: 1px solid #f15a27;
  color: #ffffff !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 16px 36px rgba(241,90,39,0.26);
  white-space: nowrap;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.as-custom-header__button:hover {
  transform: translateY(-2px);
  background: #d94314;
  border-color: #d94314;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Mobile header */

@media (max-width: 980px) {
  .as-custom-header__inner {
    min-height: auto;
    padding: 18px 0;
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .as-custom-header__logo {
    justify-content: center;
  }

  .as-custom-header__logo img {
    width: 86px;
  }

  .as-custom-header__nav {
    flex-wrap: wrap;
    gap: 16px 20px;
  }

  .as-custom-header__actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .as-custom-header__inner {
    width: min(100% - 28px, 1180px);
  }

  .as-custom-header__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
  }

  .as-custom-header__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 12px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    font-size: 11px;
  }

  .as-custom-header__nav a::after {
    display: none;
  }

  .as-custom-header__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 48px 1fr;
  }

  .as-custom-header__lang {
    width: 48px;
    height: 48px;
  }

  .as-custom-header__button {
    width: 100%;
    min-height: 48px;
  }
}
/* =========================================================
   AIRSOFT — Header hamburger from tablet down
   ========================================================= */

.as-mobile-menu {
  display: none;
}

.as-mobile-menu summary {
  list-style: none;
}

.as-mobile-menu summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 980px) {
  .as-custom-header__inner {
    min-height: 82px;
    padding: 14px 0;
    grid-template-columns: auto 1fr;
    gap: 16px;
  }

  .as-custom-header__logo {
    justify-content: flex-start;
  }

  .as-custom-header__logo img {
    width: 86px;
  }

  .as-custom-header__nav--desktop,
  .as-custom-header__actions--desktop {
    display: none !important;
  }

  .as-mobile-menu {
    display: block;
    justify-self: end;
    position: relative;
  }

  .as-mobile-menu summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .as-mobile-menu summary i {
    position: relative;
    display: block;
    width: 18px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }

  .as-mobile-menu summary i::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 2px;
    background: #ffffff;
  }

  .as-mobile-menu[open] summary {
    background: rgba(241,90,39,0.22);
    border-color: rgba(241,90,39,0.58);
  }

  .as-mobile-menu__nav,
  .as-mobile-menu__actions {
    position: absolute;
    right: 0;
    width: min(340px, calc(100vw - 28px));
    z-index: 1000;
  }

  .as-mobile-menu__nav {
    top: calc(100% + 12px);
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 0% 0%, rgba(241,90,39,0.16), transparent 34%),
      rgba(8,8,8,0.98);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 26px 80px rgba(0,0,0,0.34);
  }

  .as-mobile-menu__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    color: #ffffff !important;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
  }

  .as-mobile-menu__nav a:hover {
    background: rgba(241,90,39,0.18);
    border-color: rgba(241,90,39,0.44);
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .as-mobile-menu__actions {
    top: calc(100% + 296px);
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    padding: 0 14px 14px;
  }

  .as-mobile-menu__actions .as-custom-header__lang {
    width: 50px;
    height: 48px;
  }

  .as-mobile-menu__actions .as-custom-header__button {
    width: 100%;
    min-height: 48px;
  }
}

@media (max-width: 480px) {
  .as-mobile-menu__nav,
  .as-mobile-menu__actions {
    right: -2px;
    width: calc(100vw - 28px);
  }
}
/* =========================================================
   AIRSOFT — Mobile menu panel background fix
   ========================================================= */

@media (max-width: 980px) {
  .as-mobile-menu {
    position: relative;
  }

  .as-mobile-menu__panel {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: min(360px, calc(100vw - 28px));
    padding: 14px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 0% 0%, rgba(241,90,39,0.18), transparent 36%),
      linear-gradient(180deg, rgba(18,18,18,0.98), rgba(6,6,6,0.98));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 26px 80px rgba(0,0,0,0.38);
    z-index: 1000;
  }

  .as-mobile-menu__nav,
  .as-mobile-menu__actions {
    position: static !important;
    width: 100% !important;
    right: auto !important;
    top: auto !important;
  }

  .as-mobile-menu__nav {
    display: grid;
    gap: 8px;
    padding: 0 !important;
    border-radius: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .as-mobile-menu__actions {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    margin-top: 12px;
    padding: 12px 0 0 !important;
    border-top: 1px solid rgba(255,255,255,0.10);
  }

  .as-mobile-menu__actions .as-custom-header__lang {
    width: 50px;
    height: 48px;
  }

  .as-mobile-menu__actions .as-custom-header__button {
    width: 100%;
    min-height: 48px;
  }
}

@media (max-width: 480px) {
  .as-mobile-menu__panel {
    right: -2px;
    width: calc(100vw - 28px);
  }
}
/* =========================================================
   AIRSOFT — Mobile/tablet header vertical alignment fix
   ========================================================= */

@media (max-width: 980px) {
  .as-custom-header__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 82px;
    padding: 12px 0 !important;
    gap: 16px;
    text-align: left !important;
  }

  .as-custom-header__logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 auto;
    line-height: 0;
  }

  .as-custom-header__logo img {
    display: block;
    width: 86px;
    height: auto;
  }

  .as-mobile-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto;
    margin: 0 !important;
    line-height: 1;
  }

  .as-mobile-menu summary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 46px;
    min-height: 46px;
    margin: 0 !important;
    padding: 0 16px !important;
    line-height: 1 !important;
  }

  .as-mobile-menu summary span {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .as-mobile-menu summary i {
    flex: 0 0 auto;
  }

  .as-mobile-menu__panel {
    top: calc(100% + 12px) !important;
  }
}

@media (max-width: 480px) {
  .as-custom-header__logo img {
    width: 78px;
  }

  .as-mobile-menu summary {
    height: 44px;
    min-height: 44px;
    padding: 0 14px !important;
  }
}