/**
 * Axis Wake brand overrides on top of stark_child.
 *
 * Round 1: brand tokens + header. Overlay menu and full footer columns are
 * Round 2 work -base stark_child footer rules carry the page-end render for
 * now.
 */

:root {
  --font-primary: "Druk", Arial, sans-serif;
  --font-secondary: "Atlas Grotesk", Arial, sans-serif;
  --font-tertiary: "Atlas Typewriter", Arial, sans-serif;
  --font-body: "Atlas Grotesk", Arial, sans-serif;
  --color-primary:    #e13425;
  --color-secondary:  #000000;
  --color-gray:       #333333;
  --color-white:      #ffffff;
  --color-bg-dark:    #000000;
  --color-text-light: #ffffff;
  --color-over:      rgba(0,0,0,0.5);
  --color-mediumgray: #999999;
  --color-lightgray: #eeeeee;
  --header-height:    96px;
  --header-pad-y:     1rem;
  --header-pad-x:     2.5rem;
  --btn-radius:       0;
  --hv-ui-color:        #ffffff;
  --hv-ui-muted:        rgba(255, 255, 255, 0.45);
  --hv-ui-margin:       3rem;
  --hv-scrim:           linear-gradient(180deg,
                          rgba(0, 0, 0, 0)   0%,
                          rgba(0, 0, 0, 0)   45%,
                          rgba(0, 0, 0, 0.55) 100%);
  --hv-dot-width:       4px;
  --hv-dot-height:      18px;
  --hv-dot-active-height: 36px;
}

@font-face {
	font-family: 'Druk';
	src: url('../webfonts/Druk-Super.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern";
    font-kerning: normal;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'Atlas Grotesk';
	src: url('../webfonts/AtlasGrotesk-Regular.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Atlas Typewriter';
	src: url('../webfonts/AtlasTypewriter-Bold.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/* Base */
body {
	font-family: var(--font-secondary) !important;
	font-size: 16px;
	color: var(--color-gray);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern";
    font-kerning: normal;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-primary);
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--color-secondary);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern";
    font-kerning: normal;
	text-rendering: optimizeLegibility;
	font-weight: lighter !important;
}
p {
	color: var(--color-gray);
}
h2.subhead,h3.subhead,h4.subhead,h5.subhead,h6.subhead {
	font-family: var(--font-tertiary) !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.primary-gradient h1,
.primary-gradient h2,
.primary-gradient h3,
.primary-gradient h4,
.primary-gradient h5,
.primary-gradient h6,
.primary-gradient p,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary p,
.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6,
.bg-tertiary p,
.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6,
.bg-gray p {
	color: var(--color-white) !important;
}
@media (min-width: 768px) {
	body {
  		font-size: 18px;
  	}
}

/* Backgrounds */
.primary-gradient {
	background: var(--color-primary);
	background: -webkit-linear-gradient(140deg, rgba(189, 16, 0, 1) 0%, rgba(225, 52, 37, 1) 50%, rgba(189, 16, 0, 1) 100%) !important;
	background: -moz-linear-gradient(140deg, rgba(189, 16, 0, 1) 0%, rgba(225, 52, 37, 1) 50%, rgba(189, 16, 0, 1) 100%) !important;
	background: linear-gradient(140deg, rgba(189, 16, 0, 1) 0%, rgba(225, 52, 37, 1) 50%, rgba(189, 16, 0, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-primary)", endColorstr="var(--color-primary)", GradientType=0) !important;
}
.secondary-gradient {
	background: var(--color-lightgray);
	background: -webkit-linear-gradient(140deg, rgba(221, 221, 221, 1) 0%, rgba(238, 238, 238, 1) 50%, rgba(221, 221, 221, 1) 100%) !important;
	background: -moz-linear-gradient(140deg, rgba(221, 221, 221, 1) 0%, rgba(238, 238, 238, 1) 50%, rgba(221, 221, 221, 1) 100%) !important;
	background: linear-gradient(140deg, rgba(221, 221, 221, 1) 0%, rgba(238, 238, 238, 1) 50%, rgba(221, 221, 221, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-lightgray)", endColorstr="var(--color-lightgray)", GradientType=0) !important;
}
.gray-gradient {
	background: var(--color-lightgray);
	background: -webkit-linear-gradient(120deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(229, 229, 229, 1) 100%);
	background: -moz-linear-gradient(120deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(229, 229, 229, 1) 100%);
	background: linear-gradient(120deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(229, 229, 229, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-lightgray)", endColorstr="var(--color-white)", GradientType=0);
}
.bg-primary {
	background-color: var(--color-primary);
}
.bg-secondary {
	background-color: var(--color-secondary);
}
.bg-tertiary {
	background-color: var(--color-tertiary);
}
.bg-white {
	background-color: var(--color-white);
}
.bg-gray {
	background-color: var(--color-gray);
}
.bg-lightgray {
	background-color: var(--color-lightgray);
}
.grey,.gray {
 	background-color: var(--color-gray);
}
.white {
	background-color: var(--color-white);
}

/* Buttons */
.btn,.btn-pill-light,.btn-pill-dark {
	font-family: var(--font-primary) !important;
	font-size: 1rem !important;
	letter-spacing: 1px !important;
	padding: 0.5em 1em !important;
	font-weight: lighter !important;
}
.btn-ghost {
  border: 1px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
}
.btn-ghost:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}
.btn-ghost.btn-white {
  border: 1px solid var(--color-white);
  background: transparent;
  color: var(--color-white);
}
.btn-ghost.btn-white:hover {
  border: 1px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-primary);
}
.btn-ghost.btn-primary {
  border: 1px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
}
.btn-ghost.btn-primary:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}
.btn-ghost.btn-secondary {
  border: 1px solid var(--color-secondary);
  background: transparent;
  color: var(--color-secondary);
}
.btn-ghost.btn-secondary:hover {
  border: 1px solid var(--color-secondary);
  background: var(--color-secondary);
  color: var(--color-white);
}
.btn-full {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}
.btn-full:hover {
  border: 1px solid var(--color-secondary);
  background: var(--color-secondary);
  color: var(--color-white);
}

/* Header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	padding: var(--header-pad-y) var(--header-pad-x);
	filter: none;
	transition: background 0.2s ease, padding 0.2s ease;
	background: rgba(0, 0, 0, 0.05) !important;
background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 90%) !important;
background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 90%) !important;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 90%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000000D", endColorstr="#000000", GradientType=0) !important;
}
.header.is-scrolled,
.is-scrolled .header {
	background: rgba(255,255,255,0.65) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
	padding: 0.75em 2em;
}
.interior .header {
  background: var(--color-bg-dark);
  box-shadow: none;
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  max-width: 1920px;
  margin: 0 auto;
}
.header .menu-trigger {
  position: static;              /* Base set absolute; we use grid. */
  justify-self: start;
  width: 48px;
  height: 48px;
  padding: 4px;
  border: 0;
  background: none;              /* Kill base background-image. */
  text-indent: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .menu-trigger img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-trigger, .is-scrolled .menu-trigger, .search-trigger, .is-scrolled .search-trigger {
	display: inline-flex !important;
}
.is-scrolled .menu-trigger {
    background: transparent !important;
}
.search-trigger {
    position: static !important;
    top: unset !important;
    right: unset !important;
    background: transparent !important;
}
.search-trigger img,.menu-trigger img,.header-pin img {
    width: 40px !important;
    height: 40px !important;
    filter: brightness(0) invert(1);
}
.is-scrolled .search-trigger img,.is-scrolled .menu-trigger img,.is-scrolled .header-pin img {
    filter: unset;
}
.interior .header {
	background: rgba(255,255,255,0.65) !important;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.interior .menu-trigger {
	background: none !important;
	background-size: unset !important;
}
.interior .search-trigger img,.interior .menu-trigger img,.interior .header-pin img {
    filter: brightness(0) invert(0) !important;
}
@media (min-width: 768px){
	.interior .header {
		padding: 1em 2em !important;
	}
}

/* Centered logo */
.header-logo {
  justify-self: center;
  display: inline-block;
  line-height: 0;
}
.header-logo img,
.header-logo picture {
  display: block;
  height: 54px;
  width: auto;
}
.header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.header-actions .search-trigger { order: 1; }
.header-actions .header-pin     { order: 2; }
.header-actions .build-buy      { order: 3; }
.header-actions .build-buy {
	font-family: var(--font-primary);
	font-size: 0.8rem;
	letter-spacing: 0;
	padding: 1em 1.5em;
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
	color: var(--color-white);
	font-weight: lighter !important;
}
.header-actions .build-buy:hover {
	border: 1px solid var(--color-secondary);
	background: var(--color-secondary);
	color: var(--color-white);
}
.header-icon {
  /* `position: static` overrides base stark_child's
     `.search-trigger { position: absolute; top: 1em; right: 1em; }` rule,
     which otherwise yanks the search icon out of the flex layout and pins
     it to the corner. */
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  text-indent: 0;
}
.header-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.header-pin img {
  filter: brightness(0) invert(1);
}
.header-icon.search-close {
  background: none;
}
.search-trigger-lg {
  top: 0;
  width: 21px;
  height: 21px;
}
.search {
  margin-top: 0.5em;
  background: var(--color-secondary);
}
.search-container .search-btn {
}
.header-actions .build-buy {
  padding: 0.9em 1.6em;
  font-size: 0.95em;
}
@media (max-width: 767px) {
  :root {
    --header-pad-x: 1rem;
  }
  .header-logo img,
  .header-logo picture {
    height: 48px;
  }
  /* Mobile drops the BUILD & BUY pill — icons only. */
  .header-actions .build-buy {
    display: none;
  }
  .header-actions {
    gap: 0.75rem;
  }
}

/* Breadcrumbs */
.bcr {
	padding: 0.5em 1em;
}
.bcr-container {
	font-size: 0.9em;
}
.bcr-container a {
	color: var(--color-gray);
}
.bcr-container a:hover {
	color: var(--color-primary);
}
.bcr-container a:after {
	content: '/';
	color: var(--color-lightgray);
	margin: 0 0.5em;
}
.bcr-container a.bcr-active:after {
	content: none;
	margin: 0;
}
@media (min-width: 768px){
	.bcr {
		padding: 0.75em 1.5em;
	}
}

/* Sticky Nav Component */
.sm {
	padding: 1em 2em !important;
	top: calc(65px + var(--drupal-displace-offset-top, 0px)) !important;
}
.sm-nav a {
	color: var(--color-secondary);
}
.sm-nav a:hover,.sm-nav a.sm-nav-active {
	color: var(--color-primary);
}
@media (min-width: 768px){
	.sm {
		top: calc(70px + var(--drupal-displace-offset-top, 0px)) !important;
	}
}

/* Hero Carousel */
.hv-content {
	display: flex;
	flex-direction: column;
  	align-items: stretch;
}
.hv-content .hv-content-lg {
	order: 1;
}
.hv-content .hv-content-sm {
	order: 2;
}
.hv-content .hv-content-btns {
	order: 3;
}
.hv-content-sm {
	font-family: var(--font-tertiary);
	font-size: 1.25em;
	margin: 0 0 0.5em !important;
	text-transform: none;
}
.hv-content-lg {
	font-family: var(--font-primary);
	margin: 0;
	text-transform: uppercase;
	font-weight: lighter !important;
}
.hi.semiopaque-image .hi-image img {
	opacity: 0.25;
}
.hi.bg-primary {
	background-color: var(--color-secondary);
}
.hi-content-lg {
	font-family: var(--font-primary);
	margin: 0;
	text-transform: uppercase;
	font-weight: lighter !important;
}
.hi-content-sm {
	font-family: var(--font-tertiary);
	text-transform: none !important;
	letter-spacing: 0 !important;
}
.hi-content-copy {
    margin: 0 auto 1em !important;
    font-size: 1rem !important;
}
.hv-dot {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.hi-content-btns .btn {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--color-white);
}
.hi-content-btns .btn:hover {
	border-color: var(--color-white) !important;
	background: var(--color-white) !important;
	color: var(--color-primary) !important;
}
.hv-slide .hv-content-btns .btn,.hv-slide .hi-content-btns .btn {
	border-color: var(--color-white);
	background: transparent;
	color: var(--color-white);
}
.hv-slide .hv-content-btns .btn:hover,.hv-slide .hi-content-btns .btn:hover {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--color-white);
}
.hi-content .hi-content-btns .btn {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--color-white);
}
.hi-content .hi-content-btns .btn:hover {
	border-color: var(--color-white);
	background: var(--color-white);
	color: var(--color-primary);
}
.node-type-product-detail-template-extended .hi-content-lg,.node-type-product-detail-template-extended .hi-content-lg a {
	color: var(--color-secondary) !important;
}
.node-type-product-detail-template-extended .hi-content-sm,.node-type-product-detail-template-extended .hi-content-copy,.node-type-product-detail-template-extended .hi-content-copy p {
	color: var(--color-gray) !important;
}
@media (max-width: 767px){
	.hv-content-lg {
		font-size: 2rem !important;
	}
	.hv-content-sm {
		font-size: 1.25rem !important;
	}
}
@media (min-width: 768px){
	.hi-content-lg {
		font-size: 3.25rem !important;
	}
}

/* Model Carousel Component */
.mc-container {
  padding: 4rem 0;
}
.mc-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 0 2em;
  margin-bottom: 2rem;
  text-align: left;
}
.mc-header > :first-child {
  margin: 0;
  /*font-size: clamp(1.5rem, 2.6vw, 2.25rem);*/
  color: var(--color-secondary);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.mc-header.align-left {
	text-align: center !important;
}
.mc-tabs {
  display: flex;
  width: auto;
  overflow: visible;
  white-space: nowrap;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.mc-tab {
  padding: 0.6em 1em;
  border-bottom: 2px solid transparent;
  font-size: 0.95rem;
  color: var(--color-secondary);
  text-decoration: none;
}
.mc-tab-active {
  font-weight: 600;
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}
.mc-slide {
  padding: 0 2rem;
}
.mc-content-container {
	margin: 1em 0 0;
  	text-align: center;
}
.mc-content-contain {
  	margin: 0 0 1em;
  	text-align: center;
}
.mc-content-lg {
	font-family: var(--font-primary);
	font-size: 2rem;
	color: var(--color-secondary) !important;
	line-height: 1;
	font-weight: lighter !important;
}
.mc-content-lg a {
	color: var(--color-secondary) !important;
}
.mc-content-lg a:hover {
	color: var(--color-primary) !important;
}
.mc-content-sm {
	font-family: var(--font-tertiary);
	margin-top: 0.5em !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
    font-size: 1.25rem !important;
    letter-spacing: 0 !important;
}
.mc-content-attributes {
	margin: 0 0 2em !important;
}
.mc-content-attr {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25em;
	padding: 0 1.25em;
	border-right: 1px solid var(--color-secondary) !important;
	font-family: var(--font-secondary) !important;
	text-transform: uppercase;
}
.mc-content-attr:last-child {
	border: 0 !important;
}
.mc-content-attr-dark {
	font-family: var(--font-secondary) !important;
	color: var(--color-secondary) !important;
	font-size: 1rem;
	text-transform: none !important;
	letter-spacing: 0 !important;
}
.mc-content-attr-light {
	font-family: var(--font-secondary) !important;
	color: var(--color-secondary) !important;
	font-size: 0.8rem;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
}
.mc-carousel .swiper-wrapper {
	z-index: 2 !important;
}
.mc-nav {
	padding: 0;
	pointer-events: none;
	top: unset !important;
	bottom: 0;
	z-index: 9999 !important;
}
.mc-nav .swiper-button-next {
	pointer-events: auto;
	position: absolute;
	right: 2rem;
	float: none;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: transparent url('../images/arrow-black-right.png') center center no-repeat !important;
	background-size: 100% auto !important;
	text-indent: 0;
}
.mc-nav .swiper-button-prev {
	pointer-events: auto;
	position: absolute;
	float: none;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: transparent url('../images/arrow-black-left.png') center center no-repeat !important;
	background-size: 100% auto !important;
}
.mc-carousel .swiper-slide img {
	transform: unset !important;
}
@media (max-width: 767px) {
	.mc-container {
    padding: 2.5rem 1rem;
  }
	.mc-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
	.mc-tabs {
    width: 100%;
    overflow-x: auto;
  }
	.mc-content-attributes {
    gap: 0.5em;
  }
	.mc-nav .swiper-button-prev {
    left: 0;
  }
	.mc-nav .swiper-button-next {
    right: 0;
  }
}
@media (min-width: 768px) {
	.mc-header {
  		padding: 0 4em;
  	}
	.mc-carousel {
		position: relative;
		padding-bottom: 0;
	}
	.mc-carousel .swiper-slide {
		position: relative;
	}
	.mc-content-container .mc-content-attributes {
		flex: 1 1 auto;
		justify-content: center;
		margin: 0;
	}
	.mc-nav {
		top: unset;
		bottom: 6em;
	}
	.mc-nav .swiper-button-prev,
	.mc-nav .swiper-button-next {
		top: calc(50% - 5.5rem);
	}
}

/* Model Grid Component */
.mg.bg-lightgray {
	background: var(--color-white) !important;
}
.mg-header h2,
.mg-header h3,
.mg-header h4,
.mg-header h5,
.mg-header h6 {
	color: var(--color-secondary) !important;
}
.mg-header h2 a,
.mg-header h3 a,
.mg-header h4 a,
.mg-header h5 a,
.mg-header h6 a {
	color: var(--color-secondary) !important;
}
.mg-header h2 a:hover,
.mg-header h3 a:hover,
.mg-header h4 a:hover,
.mg-header h5 a:hover,
.mg-header h6 a:hover {
	color: var(--color-primary) !important;
}
.mg-name {
	margin: 0.75em 0;
}
.mg-name p {
	margin: 0 0 0.75em;
}
.mg-name h2,.mg-name h2 a {
	color: var(--color-secondary);
}
.mg-name h2 a:hover {
	color: var(--color-primary);
}

/* Two Column Repeating Blocks */
.tcrb {
	padding: 4rem 2.5rem;
	max-width: 1600px;
	margin: 0 auto;
}
.tcrb-header {
	text-align: center;
	margin: 0 auto 3rem;
	max-width: 980px;
}
.tcrb-header.align-left {
	text-align: center !important;
}
.tcrb-header h2,
.tcrb-header h3,
.tcrb-header h4 {
	position: relative;
	display: inline-block;
	margin: 0 0 1.25rem;
	font-size: clamp(1.75rem, 2.6vw, 2.5rem);
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding-bottom: 0;
}
.tcrb-header p {
  margin: 0;
}
.tcrb-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.tcrb-block {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.tcrb-block > a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.tcrb-block img,
.tcrb-block video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.tcrb-block:hover img,
.tcrb-block:hover video {
  transform: scale(1.04);
}
.tcrb-copy {
	position: absolute;
	inset: 0;
	display: flex;
	padding: 1.5rem 2rem;
	background: linear-gradient(180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 100%);
	color: var(--color-white);
	line-height: 1.2;
}
.tcrb-copy h2,
.tcrb-copy h3,
.tcrb-copy h4,
.tcrb-copy h5,
.tcrb-copy h6 {
	color: var(--color-white);
	margin: 0;
	font-size: clamp(1.1rem, 1.6vw, 2rem);
	text-transform: uppercase;
}
.tcrb-copy p {
	color: var(--color-white);
	margin: 0.5rem 0 0;
}
.tcrb-block a:hover .tcrb-copy {
  background: linear-gradient(180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 100%);
  padding: 1.5rem 2rem;
}
@media (max-width: 767px) {
  .tcrb {
    padding: 2.5rem 1rem;
  }
  .tcrb-blocks {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .tcrb-copy {
    padding: 1.25rem 1.25rem;
  }
}

/* Feature Cards */
.fcs-header {
	max-width: 980px !important;
	padding: 0 2em;
}
.fcs-header.align-left {
	text-align: center !important;
}
.fcs-header h2,
.fcs-header h3,
.fcs-header h4,
.fcs-header h5,
.fcs-header h6 {
	display: block;
	font-size: clamp(1.75rem, 2.6vw, 2.5rem);
	padding-bottom: 0;
	margin: 0 0 1rem;
}
.fcs-header h2 a,
.fcs-header h3 a,
.fcs-header h4 a,
.fcs-header h5 a,
.fcs-header h6 a {
	color: var(--color-secondary);
}
.fcs-header h2 a:hover,
.fcs-header h3 a:hover,
.fcs-header h4 a:hover,
.fcs-header h5 a:hover,
.fcs-header h6 a:hover {
	color: var(--color-primary);
}
.fcs-header h2.subhead,
.fcs-header h3.subhead,
.fcs-header h4.subhead,
.fcs-header h5.subhead,
.fcs-header h6.subhead {
	font-size: 1.5rem !important;
	margin: 0 0 1rem;
}
.fcs-box h2,
.fcs-box h3,
.fcs-box h4,
.fcs-box h5,
.fcs-box h6 {
	font-size: 2rem !important;
}
.fcs-box h2.subhead,
.fcs-box h3.subhead,
.fcs-box h4.subhead,
.fcs-box h5.subhead,
.fcs-box h6.subhead {
	font-size: 1.25rem !important;
	margin: 0.25em 0;
}
.fcs-box p {
	font-size: 1rem !important;
}
.fcs-cards .fcs-box .btn {
	background: var(--color-primary) !important;
	border-color: var(--color-primary) !important;
	color: var(--color-white) !important;
}
.fcs-cards .fcs-box .btn:hover {
	background: var(--color-secondary) !important;
	border-color: var(--color-secondary) !important;
	color: var(--color-white) !important;
}
.fcs-card:hover video,.fcs-card:hover img {
	transform: unset !important;
}
.fcs.primary-gradient .fcs-box,.fcs.secondary-gradient .fcs-box,.fcs.bg-primary .fcs-box,.fcs.bg-tertiary .fcs-box,.fcs.bg-gray .fcs-box {
	background: var(--color-white);
	color: var(--color-primary);
}
.fcs.primary-gradient .fcs-box h2,
.fcs.primary-gradient .fcs-box h3,
.fcs.primary-gradient .fcs-box h4,
.fcs.primary-gradient .fcs-box h5,
.fcs.primary-gradient .fcs-box h6,
.fcs.bg-primary .fcs-box h2,
.fcs.bg-primary .fcs-box h3,
.fcs.bg-primary .fcs-box h4,
.fcs.bg-primary .fcs-box h5,
.fcs.bg-primary .fcs-box h6,
.fcs.bg-secondary .fcs-box h2,
.fcs.bg-secondary .fcs-box h3,
.fcs.bg-secondary .fcs-box h4,
.fcs.bg-secondary .fcs-box h5,
.fcs.bg-secondary .fcs-box h6,
.fcs.bg-tertiary .fcs-box h2,
.fcs.bg-tertiary .fcs-box h3,
.fcs.bg-tertiary .fcs-box h4,
.fcs.bg-tertiary .fcs-box h5,
.fcs.bg-tertiary .fcs-box h6,
.fcs.bg-gray .fcs-box h2,
.fcs.bg-gray .fcs-box h3,
.fcs.bg-gray .fcs-box h4,
.fcs.bg-gray .fcs-box h5,
.fcs.bg-gray .fcs-box h6 {
	color: var(--color-primary);
}
.fcs.primary-gradient .fcs-box p,.fcs.bg-primary .fcs-box p,.fcs.bg-secondary .fcs-box p,.fcs.bg-tertiary .fcs-box p,.fcs.bg-gray .fcs-box p {
	color: var(--color-white) !important;
}
.fcs.primary-gradient.fc-unboxed .fcs-box,
.fcs.bg-primary.fc-unboxed .fcs-box,
.fcs.bg-secondary.fc-unboxed .fcs-box,
.fcs.bg-tertiary.fc-unboxed .fcs-box,
.fcs.bg-gray.fc-unboxed .fcs-box {
	background: transparent;
}
.fcs.primary-gradient.fc-unboxed .fcs-box h2,
.fcs.primary-gradient.fc-unboxed .fcs-box h3,
.fcs.primary-gradient.fc-unboxed .fcs-box h4,
.fcs.primary-gradient.fc-unboxed .fcs-box h5,
.fcs.primary-gradient.fc-unboxed .fcs-box h6,
.fcs.bg-primary.fc-unboxed .fcs-box h2,
.fcs.bg-primary.fc-unboxed .fcs-box h3,
.fcs.bg-primary.fc-unboxed .fcs-box h4,
.fcs.bg-primary.fc-unboxed .fcs-box h5,
.fcs.bg-primary.fc-unboxed .fcs-box h6,
.fcs.bg-secondary.fc-unboxed .fcs-box h2,
.fcs.bg-secondary.fc-unboxed .fcs-box h3,
.fcs.bg-secondary.fc-unboxed .fcs-box h4,
.fcs.bg-secondary.fc-unboxed .fcs-box h5,
.fcs.bg-secondary.fc-unboxed .fcs-box h6,
.fcs.bg-tertiary.fc-unboxed .fcs-box h2,
.fcs.bg-tertiary.fc-unboxed .fcs-box h3,
.fcs.bg-tertiary.fc-unboxed .fcs-box h4,
.fcs.bg-tertiary.fc-unboxed .fcs-box h5,
.fcs.bg-tertiary.fc-unboxed .fcs-box h6,
.fcs.bg-gray.fc-unboxed .fcs-box h2,
.fcs.bg-gray.fc-unboxed .fcs-box h3,
.fcs.bg-gray.fc-unboxed .fcs-box h4,
.fcs.bg-gray.fc-unboxed .fcs-box h5,
.fcs.bg-gray.fc-unboxed .fcs-box h6 {
	color: var(--color-white) !important;
}
.fcs.primary-gradient.fc-unboxed .fcs-box p,
.fcs.bg-primary.fc-unboxed .fcs-box p,
.fcs.bg-secondary.fc-unboxed .fcs-box p,
.fcs.bg-tertiary.fc-unboxed .fcs-box p,
.fcs.bg-gray.fc-unboxed .fcs-box p {
	color: var(--color-white) !important;
}
.fcs.primary-gradient.fc-unboxed .fcs-box .btn,
.fcs.bg-primary.fc-unboxed .fcs-box .btn,
.fcs.bg-secondary.fc-unboxed .fcs-box .btn,
.fcs.bg-tertiary.fc-unboxed .fcs-box .btn,
.fcs.bg-gray.fc-unboxed .fcs-box .btn {
	border-color: var(--color-primary) !important;
	background: var(--color-primary) !important;
	color: var(--color-white) !important;
}
.fcs.primary-gradient.fc-unboxed .fcs-box .btn:hover,
.fcs.bg-primary.fc-unboxed .fcs-box .btn:hover,
.fcs.bg-secondary.fc-unboxed .fcs-box .btn:hover,
.fcs.bg-tertiary.fc-unboxed .fcs-box .btn:hover,
.fcs.bg-gray.fc-unboxed .fcs-box .btn:hover {
	border-color: var(--color-white) !important;
	background: var(--color-white) !important;
	color: var(--color-primary) !important;
}
.fcs .fcs-cards.fcs-white .fcs-card {
	padding: 1.5rem !important;
}
.fcs.primary-gradient .fcs-white .fcs-card,
.fcs.bg-primary .fcs-white .fcs-card,
.fcs.bg-secondary .fcs-white .fcs-card,
.fcs.bg-tertiary .fcs-white .fcs-card,
.fcs.bg-gray .fcs-white .fcs-card {
	background: transparent !important;
}
.fcs-white .fcs-box, .fcs-white .fcs-box h2, .fcs-white .fcs-box h3, .fcs-white .fcs-box h4, .fcs-white .fcs-box h5, .fcs-white .fcs-box h6 {
	color: var(--color-secondary) !important;
}
.fcs-white .fcs-box p {
	color: var(--color-gray) !important;
}
@media (min-width: 768px) {
	.fcs-cards {
		gap: 3rem !important;
	}
	/*.fcs-box {
		min-height: 240px;
	}*/
}

/* CTA Component */
.cta-header {
	max-width: 980px !important;
	padding: 0 2em;
}
.cta-header.align-left {
	text-align: center !important;
}
.cta-header h2,
.cta-header h3,
.cta-header h4,
.cta-header h5,
.cta-header h6 {
	display: block;
	margin: 0;
	font-size: clamp(1.75rem, 2.6vw, 2.5rem);
	padding-bottom: 0;
	color: var(--color-secondary) !important;
}
.cta-header h2 a,
.cta-header h3 a,
.cta-header h4 a,
.cta-header h5 a,
.cta-header h6 a {
	color: var(--color-secondary) !important;
}
.cta-header h2 a:hover,
.cta-header h3 a:hover,
.cta-header h4 a:hover,
.cta-header h5 a:hover,
.cta-header h6 a:hover {
	color: var(--color-primary) !important;
}

/* Image Gallery Component */
.ig-container {
	padding: 0 !important;
}
.ig-header {
	max-width: 980px !important;
	padding: 0 2em;
	margin: 0 auto 2em !important;
}
.ig-header.align-left {
	text-align: center !important;
}
.ig-header h2,
.ig-header h3,
.ig-header h4,
.ig-header h5,
.ig-header h6 {
	display: block;
	margin: 0;
	font-size: clamp(1.75rem, 2.6vw, 2.5rem);
	padding-bottom: 0;
	color: var(--color-secondary) !important;
}
.ig-header h2 a,
.ig-header h3 a,
.ig-header h4 a {
	color: var(--color-secondary) !important;
}
.ig-header h2 a:hover,
.ig-header h3 a:hover,
.ig-header h4 a:hover {
	color: var(--color-primary) !important;
}
.ig-larger .ig-image {
	padding-bottom: 0 !important;
}


/* Columns Component */
.cols-header {
	max-width: 980px !important;
	padding: 0 2em;
	margin: 0 auto 2em !important;
}
.cols-header.align-left {
	text-align: center !important;
}
.cols-header h2,
.cols-header h3,
.cols-header h4 {
	position: relative;
	display: inline-block;
	margin: 0 0 1.25rem;
	font-size: clamp(1.75rem, 2.6vw, 2.5rem);
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding-bottom: 0;
	color: var(--color-secondary);
}
.cols-header h2 a,
.cols-header h3 a,
.cols-header h4 a {
	color: var(--color-secondary);
}
.cols-header h2 a:hover,
.cols-header h3 a:hover,
.cols-header h4 a:hover {
	color: var(--color-primary);
}

/* Expanding Feature Component */
.ef-copy,.ef-copy h2,.ef-copy h3,.ef-copy h4,.ef-copy h5,.ef-copy h6,.ef-copy p,.ef-copy a {
	color: var(--color-white);
}
@media (min-width: 768px) {
	.ef-copy h2, .ef-copy h3, .ef-copy h4, .ef-copy h5, .ef-copy h6 {
		font-size: 1.5em;
  }
}

/* Webform Embed */
.fc {
  padding: 5rem 2.5rem;
  /* Override base which forces white text on bg-img/bg-* — Malibu has dark
     text on a ghosted-light bg. */
  color: var(--color-primary);
}
.fc.bg-img,
.fc.bg-primary,
.fc.bg-secondary,
.fc.bg-tertiary,
.fc.bg-gray,
.fc.primary-gradient,
.fc.secondary-gradient {
  color: var(--color-primary);
}
.fc-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 !important;
}
.fc-header {
  text-align: center;
  margin: 0 auto 3rem;
  max-width: 980px !important;
  padding: 0 2em !important;
}
.fc-header.align-left {
	text-align: center !important;
}
.fc-header h2,
.fc-header h3,
.fc-header h4 {
	position: relative;
	display: inline-block;
	margin: 0 0 1.25rem;
	font-size: clamp(1.75rem, 2.6vw, 2.5rem);
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding-bottom: 0;
}
.fc-header p {
  margin: 0;
  padding: 0;
}
.fc-form-container .webform-submission-form input.form-text,
.fc-form-container .webform-submission-form input.form-email,
.fc-form-container .webform-submission-form input.form-tel,
.fc-form-container .webform-submission-form input.form-url,
.fc-form-container .webform-submission-form input.form-number,
.fc-form-container .webform-submission-form input.form-search,
.fc-form-container .webform-submission-form select,
.fc-form-container .webform-submission-form textarea.form-textarea {
  	background: var(--color-white);
  	font-family: var(--font-secondary) !important;
  	color: var(--color-secondary) !important;
  	box-shadow: none;
  	font-size: 1rem;
  	border: 1px solid var(--color-mediumgray) !important;
}
.fc-form-container .webform-submission-form input::placeholder {
  	color: var(--color-secondary) !important;
}
.fc-form-container .form-type-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 0.6rem;
}
.fc-form-container .optin label {
	font-size: 0.9rem;
  	color: var(--color-secondary) !important;
}
.fc-form-container .form-type-checkbox input[type="checkbox"] {
  flex: none;
  width: 18px;
  height: 18px;
  accent-color: var(--color-action);
  margin-top: 2px;
}
.fc-form-container .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.fc.bg-img {
  position: relative;
}
.fc.bg-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
  pointer-events: none;
}
.fc.bg-img > .fc-container {
  position: relative;
}
.fcs-box p {
	display: block;
	margin: 0.5rem 0 0 !important;
}
.fc-unboxed .fcs-box {
	margin: 1.5rem 0 0 !important;
}
.fc-form-container .webform-submission-form input.webform-button--submit, .fc-form-container .webform-submission-form input.form-submit {
	background: var(--color-primary) !important;
	border-color: var(--color-primary) !important;
	color: var(--color-white) !important;
	font-size: 1rem !important;
	padding: 0.5em 1em !important;
}
.fc-form-container .webform-submission-form input.webform-button--submit:hover, .fc-form-container .webform-submission-form input.form-submit:hover {
	background: var(--color-secondary) !important;
	border-color: var(--color-secondary) !important;
	color: var(--color-white) !important;
}
.fc.primary-gradient input.form-submit,.fc.bg-primary input.form-submit {
	border: 1px solid var(--color-white) !important;
	background: transparent !important;
	color: var(--color-white) !important;
}
.fc.primary-gradient input.form-submit:hover,.fc.bg-primary input.form-submit:hover {
	border: 1px solid var(--color-white) !important;
	background: transparent !important;
	color: var(--color-white) !important;
}
@media (max-width: 767px) {
  .fc {
    padding: 3rem 1rem;
  }
}

/* Two Column Single Block */
.tcsb-container {
  gap: 4rem;
}
.tcsb.tcsb-padded .tcsb-container {
  padding: 5rem 2.5rem;
  max-width: 1600px;
  margin: 0 auto;
}
.tcsb-img img {
  display: block;
  width: 100%;
  height: auto;
}
.tcsb-copy {
  padding: 0;
}
.tcsb-copy h2,
.tcsb-copy h3,
.tcsb-copy h4,
.tcsb-copy h5,
.tcsb-copy h6 {
	display: block;
	margin: 0 0 1.5rem !important;
	font-size: clamp(1.75rem, 2.6vw, 2.5rem);
	padding-bottom: 0;
	text-align: left;
	color: var(--color-secondary);
}
.tcsb-copy h2 a,
.tcsb-copy h3 a,
.tcsb-copy h4 a,
.tcsb-copy h5 a,
.tcsb-copy h6 a {
	color: var(--color-secondary) !important;
}
.tcsb-copy h2 a:hover,
.tcsb-copy h3 a:hover,
.tcsb-copy h4 a:hover,
.tcsb-copy h5 a:hover,
.tcsb-copy h6 a:hover {
	color: var(--color-primary);
}
.tcsb-copy p {
  margin: 0 0 1.5rem;
}
.tcsb-copy-secondary-hd {
	display: block;
	font-size: 1.1rem !important;
	font-family: var(--font-tertiary) !important;
	text-transform: none !important;
	margin-bottom: 1em;
}
.tcsb-copy .btns {
  margin-top: 0.5rem;
}
.tcsb-copy .btn-full.btn-primary {
  padding: 1em 2.5em;
  border-radius: 0;
  font-size: 0.85em;
  letter-spacing: 0.12em;
}
.tcsb.bg-primary .tcsb-copy p,.tcsb.bg-secondary .tcsb-copy p,.tcsb.bg-tertiary .tcsb-copy p,.tcsb.bg-gray .tcsb-copy p,.tcsb.primary-gradient .tcsb-copy p,.tcsb.secondary-gradient .tcsb-copy p {
	color: var(--color-white);
}
.tcsb.bg-primary .tcsb-copy h2,.tcsb.bg-secondary .tcsb-copy h2,.tcsb.bg-tertiary .tcsb-copy h2,.tcsb.bg-gray .tcsb-copy h2,.tcsb.primary-gradient .tcsb-copy h2,.tcsb.secondary-gradient .tcsb-copy h2,
.tcsb.bg-primary .tcsb-copy h3,.tcsb.bg-secondary .tcsb-copy h3,.tcsb.bg-tertiary .tcsb-copy h3,.tcsb.bg-gray .tcsb-copy h3,.tcsb.primary-gradient .tcsb-copy h3,.tcsb.secondary-gradient .tcsb-copy h3,
.tcsb.bg-primary .tcsb-copy h4,.tcsb.bg-secondary .tcsb-copy h4,.tcsb.bg-tertiary .tcsb-copy h4,.tcsb.bg-gray .tcsb-copy h4,.tcsb.primary-gradient .tcsb-copy h4,.tcsb.secondary-gradient .tcsb-copy h2 {
	color: var(--color-white);
}
.tcsb.bg-primary .tcsb-copy h2 a,.tcsb.bg-secondary .tcsb-copy h2 a,.tcsb.bg-tertiary .tcsb-copy h2 a,.tcsb.bg-gray .tcsb-copy h2 a,.tcsb.primary-gradient .tcsb-copy h2 a,.tcsb.secondary-gradient .tcsb-copy h2 a,
.tcsb.bg-primary .tcsb-copy h3 a,.tcsb.bg-secondary .tcsb-copy h3 a,.tcsb.bg-tertiary .tcsb-copy h3 a,.tcsb.bg-gray .tcsb-copy h3 a,.tcsb.primary-gradient .tcsb-copy h3 a,.tcsb.secondary-gradient .tcsb-copy h3 a,
.tcsb.bg-primary .tcsb-copy h4 a,.tcsb.bg-secondary .tcsb-copy h4 a,.tcsb.bg-tertiary .tcsb-copy h4 a,.tcsb.bg-gray .tcsb-copy h4 a,.tcsb.primary-gradient .tcsb-copy h4 a,.tcsb.secondary-gradient .tcsb-copy h2 a {
	color: var(--color-white);
}
.tcsb.bg-primary .tcsb-copy .btn:hover,.tcsb.bg-secondary .tcsb-copy .btn:hover,.tcsb.bg-tertiary .tcsb-copy .btn:hover,.tcsb.bg-gray .tcsb-copy .btn:hover,.tcsb.primary-gradient .tcsb-copy .btn:hover,.tcsb.secondary-gradient .tcsb-copy .btn:hover {
	background: var(--color-white);
	color: var(--color-primary);
}
@media (max-width: 767px) {
  .tcsb.tcsb-padded {
    padding: 3rem 1rem;
  }
  .tcsb-container {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
	.tcsb-copy {
		min-width: 40% !important;
	}
}

/* Events Carousel (.ec) */
.ec {
  padding: 4rem 2.5rem;
  max-width: 1600px;
  margin: 0 auto;
}
.ec-header {
	text-align: center;
	margin: 0 auto 3rem !important;
	max-width: 980px !important;
	padding: 0 2em;
}
.ec-header.align-left {
	text-align: center !important;
}
.ec-header h2,
.ec-header h3,
.ec-header h4 {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5rem !important;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding-bottom: 0;
	color: var(--color-secondary);
}
.ec-header h2 a,
.ec-header h3 a,
.ec-header h4 a {
	color: var(--color-secondary);
}
.ec-header h2 a:hover,
.ec-header h3 a:hover,
.ec-header h4 a:hover {
	color: var(--color-primary);
}
.ec-event {
  text-align: left;
}
.ec-event img {
  width: 100%;
  height: 280px;
  object-fit: cover;             /* Base used `contain`; mockup fills card. */
  margin: 0 0 1.25rem;
}
.ec-event h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  letter-spacing: 0.01em;
}
.ec-event h3 a {
  color: var(--color-action);
  text-decoration: none;
}
.ec-event h3 a:hover {
  text-decoration: underline;
}
.ec-event p {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 1rem;
}
.ec-event .btn.btn-ghost.btn-primary {
  display: inline-block;
  padding: 0.65em 1.25em;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.ec-events-carousel .swiper-pagination,
.ec-articles-carousel .swiper-pagination {
  margin: 2.5rem 0 0;
}
.ec-events-carousel .swiper-pagination-bullet,
.ec-articles-carousel .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25) !important;
  opacity: 1;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  margin: 0 0.35rem;
}
.ec-events-carousel .swiper-pagination-bullet-active,
.ec-articles-carousel .swiper-pagination-bullet-active {
  background: var(--color-action) !important;
  width: 60px;
}
@media (max-width: 767px) {
  .ec {
    padding: 2.5rem 1rem;
  }
  .ec-event img {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .ec-events-carousel .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .ec-events-carousel .swiper-slide > .ec-event {
    width: 100%;
    max-width: 480px;
  }
}

/* Menu Overlay */
body.menu-open {
	overflow: hidden;
	background: #000;
}
body.menu-open .page.mm-page {
	opacity: 0.5;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

/* ---------- Overlay menu ----------
   ~75% width panel sliding from the left. Header stays fixed on top of the
   page; when overlay is open it transforms: hamburger becomes an X, logo
   hides, the right action cluster stays visible.
   Left rail = top-level `main` items; right pane = per-category product
   cards (or a simple list for non-products items). Nothing is active until
   the user clicks a rail item. */
.axis-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75%;
  z-index: 1000;
  background: #ffffff;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s ease, visibility 0s linear 0.3s;
}
.axis-overlay.is-open {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.3s ease, visibility 0s linear 0s;
}
.axis-overlay-close {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  color: var(--color-secondary);
  cursor: pointer;
  z-index: 1;
}
.axis-overlay-grid {
  display: grid;
  grid-template-columns: minmax(260px, 400px) 1fr;
  height: 100%;
  padding-top: var(--header-height);
}

/* ---------- Header background when overlay is open ----------
   Right cluster sits on the uncovered 25% (over the page/video) so the
   header background needs to stay transparent there. */
body.menu-open .header,
body.menu-open .header.is-scrolled {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* --- Left rail --- */
.axis-overlay-rail {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1rem;
  overflow-y: auto;
}
.axis-overlay-rail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.axis-overlay-rail-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 2rem;
	border: 0;
	background: transparent;
	text-align: left;
	font-family: var(--font-primary);
	font-size: 1.5rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-secondary);
	cursor: pointer;
	font-weight: lighter !important;
}
.axis-overlay-rail-item:hover {
  background: rgba(0, 0, 0, 0.03);
  color: var(--color-primary);
}
.axis-overlay-rail-item.is-active {
  background: rgba(0, 0, 0, 0.04);
  color: var(--color-primary);
}
.axis-overlay-rail-item .rail-chevron {
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-size: 1.5rem;
  line-height: 1;
}
.axis-overlay-rail-item.is-active .rail-chevron {
  color: var(--color-primary);
}

/* --- Right pane(s) --- */
.axis-overlay-panes {
  background: #f5f5f5;
  overflow-y: auto;
  padding: 3rem 3rem;
}
.axis-overlay-pane {
  display: none;
}
.axis-overlay-pane.is-active {
  display: block;
}
@media (min-width: 768px) {
	.axis-overlay-panes {
		margin-top: -6rem;
	}
}

/* Products Cards Component */
.axis-overlay-cards {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.overlay-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 2rem;
  align-items: center;
}
.overlay-card:not(:has(.overlay-card-image)) {
  grid-template-columns: 1fr;
}
.overlay-card-image {
  display: block;
  line-height: 0;
}
.overlay-card-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}
.overlay-card-title {
	display: inline-block;
	font-size: 2rem;
	font-family: var(--font-primary);
	text-transform: uppercase;
	color: var(--color-secondary);
	text-decoration: none;
	margin-bottom: 0.4rem;
	font-weight: lighter !important;
}
.overlay-card-title:hover {
  color: var(--color-primary);
}
.overlay-card-tagline {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.65);
  margin: 0 0 1rem;
}
.overlay-card-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.overlay-card-pill {
	display: inline-block;
	padding: 0.4em 0.5em;
	font-family: var(--font-primary);
	background: var(--color-white);
	color: var(--color-secondary);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.15s ease, color 0.15s ease;
	font-weight: lighter !important;
}
.overlay-card-pill:hover {
	background: var(--color-primary);
	color: var(--color-white);
}

/* Simple list pane (non-products items) */
.axis-overlay-list-title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0 0 2rem;
}
.axis-overlay-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.axis-overlay-list li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1.1rem;
}
.axis-overlay-list a {
  color: var(--color-primary);
  text-decoration: none;
}
.axis-overlay-list-cta a {
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-primary);
}

/* --- Mobile overlay --- */
@media (max-width: 767px) {
	.axis-overlay {
		width: 100%;
	}
	.axis-overlay-grid {
		grid-template-columns: 1fr;
	}
	.axis-overlay-rail {
		border-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	.axis-overlay-rail-item {
		padding: 1rem 1.25rem;
		font-size: 1.25rem;
	}
	.axis-overlay-panes {
		padding: 1.5rem 1.25rem;
	}
	.overlay-card {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

/* Footer - colour/visual overrides only. The responsive layout (company /
   columns / social as flex, mobile stacking, columns hidden < 768px) comes
   from the shared stark_child base CSS; Axis only recolours for its dark
   footer, matching the way stark_cobalt overrides the same base. */
.footer {
	background: var(--color-white);
	color: var(--color-secondary);
}
.footer a,.footer p {
	color: var(--color-secondary);
}
.footer-header {
	margin: 0 0 0.5em !important;
}
.footer .footer-header,
.footer .footer-header a,
.footer .footer-col,
.footer .footer-col li,
.footer .footer-col li a,
.footer-links,
.footer-links a {
	color: var(--color-secondary);
}
.footer .footer-header,
.footer .footer-header a {
	font-family: var(--font-primary);
	font-size: 1.4rem;
	letter-spacing: 1px !important;
	font-weight: lighter !important;
}
.footer .footer-header a:hover,.footer .footer-col li a:hover,.footer-links a:hover {
	color: var(--color-primary) !important;
}
.footer-company {
	text-align: left !important;
}
.footer-company p,.footer-copyright,.footer-links,.footer-copyright p,.footer-links p {
	font-size: 1rem !important;
}
.footer-cols {
	gap: 2em;
}
.footer-col > ul > li > a {
	text-transform: unset !important;
	letter-spacing: 0 !important;
	margin: 0 0 0.5em !important;
}
.footer-btns .btn {
	text-align: center !important;
}
.footer-btns .btn.btn-ghost-light {
	border: 1px solid var(--color-secondary);
	background: transparent;
	color: var(--color-secondary);
}
.footer-btns .btn.btn-ghost-light:hover {
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
	color: var(--color-white);
}
.footer-btns .btn.btn-pill-light {
	border: 1px solid var(--color-secondary);
	background: var(--color-secondary);
	color: var(--color-white);
}
.footer-btns .btn.btn-pill-light:hover {
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
	color: var(--color-white);
}
.footer-social-icons img {
	filter: brightness(0) invert(0) !important;
}
.footer-legal {
	color: var(--color-secondary);
}
@media (min-width: 768px) {
	.footer-links {
		min-width: 65%;
	}
}

/* Highlight carousel: nav arrows bottom-center (Axis-only override). */
.hc-items-carousel-wrap {
  padding-bottom: 3em;
}
.hc .swiper-button-prev,
.hc .swiper-button-next {
  display: flex !important;
  top: auto;
  bottom: 0;
  transform: none;
  width: 32px;
  height: 32px;
  position: absolute;
}
.hc .swiper-button-prev {
  left: calc(50% - 44px);
  right: auto;
}
.hc .swiper-button-next {
  right: calc(50% - 44px);
  left: auto;
}
.hc-items-carousel .swiper-pagination {
  display: none;
}
@media (min-width: 768px) {
  .hc-items-carousel-wrap {
    padding: 0 0 3em;
  }
}

/* Newsletter Signup (.ns) — webform_embed: newsletter_subscribe. */
.ns {
	background: var(--color-secondary);
	color: var(--color-white);
	padding: 2em 1.25em;
}
.ns-hd {
	font-family: var(--font-primary);
	text-transform: uppercase;
	font-size: clamp(1.5rem, 5vw, 2rem);
	color: var(--color-white);
	margin: 0 0 0.35em;
	font-weight: lighter !important;
}
.ns-header p {
	font-family: var(--font-secondary);
	color: var(--color-white);
	margin: 0 0 1.25em;
}
.ns .webform-submission-form {
	margin: 0;
}
.ns input.form-email,
.ns input.form-text {
	width: 100%;
	padding: 1em 1.1em;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: var(--color-white);
	color: var(--color-secondary);
	font-size: 1rem;
	box-shadow: none;
}
.ns input.form-email::placeholder,
.ns input.form-text::placeholder {
	color: rgba(0, 0, 0, 0.55);
}
.ns input.form-email:focus,
.ns input.form-text:focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 2px rgba(0, 136, 187, 0.35);
}
.ns .form-row {
	margin: 0 0 1em;
}
.ns .form-item {
	margin: 0;
}
.ns .form-checkbox,
.ns .form-type-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin: 0;
}
.ns .form-checkbox label,
.ns .form-type-checkbox label {
	font-size: 0.72rem;
	line-height: 1.4;
	font-weight: 400;
	color: var(--color-white);
}
.ns input[type="checkbox"] {
	flex: none;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	accent-color: var(--color-primary);
}
.ns .form-actions {
	margin: 1.25em 0 0;
}
.ns .form-actions .webform-button--submit,
.ns .form-actions input[type="submit"] {
	width: 100%;
	border-radius: 0;
}
.ns .ns-confirmation p {
	color: var(--color-white);
	margin: 0;
}
.ns .captcha,
.ns .form-item-captcha {
	margin: 0;
}
@media (max-width: 767px) {
	.ns .form-item {
		margin-bottom: 0.5em;
	}
}
@media (min-width: 768px) {
	.ns {
		padding: 2.5em 4em;
	}
	.ns-container {
		display: flex;
		align-items: center;
		gap: 2.5em;
	}
	.ns-header {
		flex: 0 0 28%;
	}
	.ns-header p {
		margin: 0;
	}
	.ns-form-col {
		flex: 1;
	}
	.ns-form {
		display: flex;
		align-items: flex-start;
		gap: 1.5em;
		flex-wrap: wrap;
	}
	.ns-form-left {
		flex: 1 1 320px;
	}
	.ns-form-left .form-row {
		margin: 0 0 0.9em;
	}
	.ns-form-left .form-row:first-child {
		display: flex;
		gap: 1em;
	}
	.ns-form-left .form-row:first-child .form-item {
		flex: 1;
	}
	.ns .form-actions.ns-form-right {
		flex: 0 0 auto;
		align-self: flex-start;
		margin: 0;
	}
	.ns .form-actions.ns-form-right .webform-button--submit,
	.ns .form-actions.ns-form-right input[type="submit"] {
		width: auto;
	}
	.ns-form .captcha,
	.ns-form .form-item-captcha {
		flex-basis: 100%;
	}
}

/* Button Component */
.bc-item {
	overflow: hidden;
}
.bc-item a {
	font-family: var(--font-primary) !important;
	font-size: 2rem !important;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px !important;
    background: var(--color-over) !important;
    text-shadow: 0 0 10px var(--color-over);
	font-weight: lighter !important;
}
.bc-item img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.bc-item:hover img {
	transform: scale(1.25);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

/* Accordion Component */
.acc h2 {
	margin: 0 0 1em;
}
@media (min-width: 768px) {
	.acc-item h3 {
		font-size: 1.75em !important;
		line-height: 1.4 !important;
	}
}

/* Highlight Carousel Component */
.hc-header h2,
.hc-header h3,
.hc-header h4,
.hc-header h5,
.hc-header h6 {
	color: var(--color-secondary);
}
.hc-header h2 a,
.hc-header h3 a,
.hc-header h4 a,
.hc-header h5 a,
.hc-header h6 a {
	color: var(--color-secondary);
}
.hc-header h2 a:hover,
.hc-header h3 a:hover,
.hc-header h4 a:hover,
.hc-header h5 a:hover,
.hc-header h6 a:hover {
	color: var(--color-primary);
}

/* Tabbed Specifications */
.ts .ts-header {
	margin: 0 0 2em !important;
}
.ts-tab {
	color: var(--color-secondary) !important;
}
.ts-tab-active {
	color: var(--color-primary) !important;
}
.ts .spec-attr {
	font-family: var(--font-tertiary) !important;
	color: var(--color-secondary);
}
.ts .spec-attr-light {
	font-family: var(--font-tertiary) !important;
	letter-spacing: 0;
}
.ts .spec-attr-dark {
	font-family: var(--font-tertiary) !important;
}
.ts .ts-tab-panel .more-specs.btn {
  border: 1px solid var(--color-primary) !important;
  background: transparent !important;
  color: var(--color-primary) !important;
}
.ts .ts-tab-panel .more-specs.btn:hover {
  border: 1px solid var(--color-primary) !important;
  background: var(--color-primary) !important;
  color: var(--color-white) !important;
}
.spec-content-extended .spec-attr {
    background: var(--color-lightgray) !important;
}

/* Columns Component */
.col-media {
	margin: 0 0 1em;
}

/* Blog & News */
.node-type-news .bdc {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 2em;
    padding-bottom: 2em;
}
.node-type-news .bdc .text-align-left {
	text-align: left !important;
}
.node-type-news .bdc .text-align-center {
	text-align: center !important;
}
.node-type-news .bdc .text-align-right {
	text-align: right !important;
}
.node--type-news {
    padding-bottom: 2em;
}
.node--type-news .paragraph {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.node--type-news .tcsb.tcsb-padded .tcsb-container {
	padding: 2rem 0;
}
.post-meta {
	border-top: 1px solid var(--color-secondary) !important;
    border-bottom: 1px solid var(--color-secondary) !important;
}
.blog-detail .paragraph {
	max-width: 1140px !important;
    margin: 0 auto !important;
}
@media (min-width: 768px) {
	.node-type-news .bdc {
    	padding-top: 4em;
    }
    .node--type-news {
    	padding-bottom: 4em;
	}
}

/* Text Component */
.text-container.text-left,.text-container.text-center,.text-container.text-right {
    max-width: 1240px;
    margin: 0 auto;
}

/* Dealer Locator */
.dealer-result {
	border: 2px solid var(--color-lightgray);
}
.dealer-result .distance {
	color: var(--color-mediumgray);
}
.directions a {
	display: block;
	background: transparent url('../images/directions-icon.png') center left no-repeat;
	background-size: 18px auto;
	padding-left: 24px;
	margin: 0.25em 0 0;
}
.telephone a {
	display: block;
	background: transparent url('../images/phone-icon.png') center left no-repeat;
	background-size: 18px auto;
	padding-left: 24px;
	margin: 0.25em 0 0;
}
.dealer-page a {
	display: block;
	background: transparent url('../images/person-icon.png') center left no-repeat;
	background-size: 18px auto;
	padding-left: 24px;
	margin: 0.25em 0 0;
}
.dealer-website a {
	display: block;
	background: transparent url('../images/website-icon.png') center left no-repeat;
	background-size: 18px auto;
	padding-left: 24px;
	margin: 0.25em 0 0;
}