/* === HERCULES DESIGN TOKENS ===
 * Single source of truth for brand colours and surfaces.
 * Override in a child theme or Customizer without touching component rules.
 */
:root {
	--hercules-accent: #4f46e5;
	--hercules-accent-dark: #3730a3;
	--hercules-accent-soft: #ecebfc;
	--hercules-accent-rgb: 79, 70, 229;
	--hercules-dark: #0d1115;
	--hercules-surface: #171c22;
	--hercules-muted: #66717d;
	--hercules-border: #e4e8ec;
	--hercules-light: #f5f7f8;
	--hercules-radius: 18px;
	--hercules-badge: #f43f5e;
	--hercules-badge-ink: #0d1115;
	--hercules-banner-from: #151b24;
	--hercules-banner-to: #0d1115;
}
/* Base
   ========================================================================== */
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 13px;
    background: #fff;
    color: #a3a2a2;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

a {
	color: var(--hercules-accent);
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
    color: var(--hercules-accent);
    text-decoration: none;
    outline: none;
}
ul, ol {
    margin: 0;
    list-style: none;
    line-height: 0;
    font-size: 0;
}
ul li,
ol li {
	font-size: 14px;
	line-height: 1.5em;
}
.clear {
    clear: both;
}
.bold {
	font-weight: 700;
}
input,
submit,
textarea {
    font-family: 'Open Sans', sans-serif;
    outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.prev,
.next {
	z-index: 999;
}
/* Colors
   ========================================================================== */
.d-text-c.active,
.d-text-c-h:hover,
.d-text-c {
	color: var(--hercules-accent) !important;
}
.d-bg-c.active,
.d-bg-c-h:hover,
.d-bg-c {
	background: var(--hercules-accent) !important;
}
.d-border-c.active,
.d-border-c-h:hover,
.d-border-c {
	border-color: var(--hercules-accent) !important;
}
/* Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
}
h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #454345;
	font-size: 16px;
	margin-bottom: 15px;
}


/* Form
   ========================================================================== */
.header-search-form {
	position: relative;
	float: right;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding: 14px 0 15px;
	margin: -20px 0;
	max-width: 200px;
	line-height: 21px;
}
.header-search-form .search-line {
	width: 100%;
	padding: 5px 30px 5px 10px;
	border: none;
	font-style: italic;
	margin: 0;
	background-color: transparent;
}
.header-search-form i {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	z-index: 1;
	line-height: 1em;
	font-size: 16px;
	padding: 7px;
	margin: 14px 0px 0 0;
}
.header-search-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 14px 0 0 0;
	width: 30px;
	height: 30px;
	z-index: 2;
	background: none;
	outline: none;
	border: none;
}
.header-search-form .search-button:hover,
.header-search-form .search-button:active {
	outline: none;
	border: 0;
}

/* Animations
   ========================================================================== */
i,
.lessons .lesson,
.trainer .trainer-hover,
.shop-section .shop-items .shop-item:hover .item-hover h5,
.shop-section .shop-items .shop-item .item-hover h5,
.shop-section .shop-items .shop-item:hover .item-hover .item-hover-bg,
.shop-section .shop-items .shop-item .item-hover .item-hover-bg,
.lessons .lessons-arrows .prev,
.lessons .lessons-arrows .next,
input,
textarea,
button,
a {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
/* PARALLAX IMAGES
   ========================================================================== */
.parallax {
	text-align: center;
}
.parallax h2 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5em;
}
.parallax h4 {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	line-height: 1.5em;
}
.parallax-1 {
	background: url("../images/photos/parallax-1.jpg") top center;
}
.parallax-2 {
	background: url("../images/photos/parallax-2.jpg") top center;
}
.parallax-3 {
	background: url("../images/photos/parallax-3.jpg") top center;
}
.parallax-4 {
	background: url("../images/photos/parallax-4.jpg") top center;
}
.parallax-5 {
	background: url("../images/photos/parallax-5.jpg") top center;
}
.black-bg {
	background: rgba(0,0,0,0.8);
}
.padding {
	padding: 80px 0;
}
.twitter_widget {
	margin-bottom: 40px;
}

/* HEADER
   ========================================================================== */
header .top-header {
	border-top: 3px solid;
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf !important;
}
header .menu ul,
header .top-header ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
header .top-header ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 13px;
	line-height: 1.4em;
	margin-right: 30px;
	color: #a3a2a2;
	vertical-align: top;
}
header .top-header ul li i {
	margin-right: 5px;
	font-size: 16px;
	line-height: 1.3em;
}
header .menu {
	padding: 20px 0;
}
header .menu ul {
	text-align: right;
}
header .menu ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
}
header .menu ul li.active>a {
	color: var(--hercules-accent);
}
header .menu ul li a {
	display: block;
	padding: 20px;
	font-size: 13px;
	line-height: 1.5em;
	color: #454345;
	text-transform: uppercase;
	font-weight: 400;
}
header .menu ul li ul {
	position: absolute;
	top: 0;
	min-width: 150px;
	display: none;
	left: 0;
	z-index: 99;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 45px auto 0;
}
header .menu ul li:hover ul {
	display: block;
}
header .menu ul li ul li {
	display: block;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #ddd;
}
header .menu ul li ul li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}
header .menu ul li ul li a {
	padding: 0;
	margin: 0;
}
header .logo {
	font-size: 20px;
	padding-top: 32px;
	line-height: 1.5em;
	font-weight: 700;
	color: #454345;
	text-transform: uppercase;
}
header .logo a {
	color: #454345;
}
.rombust {
	width: 50px;
	height: 30px;
	background: var(--hercules-accent);
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.rombust i {
	color: #fff;
	font-size: 22px;
	line-height: 1.4em;
	text-align: center;
	width: 50px;
}
.rombust:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 12px solid var(--hercules-accent);
}
.rombust:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 12px solid var(--hercules-accent);
}




/* FOOTER
   ========================================================================== */
footer {
	padding: 30px 0;
}
footer p {
	margin: 0;
	font-size: 13px;
	padding-top: 8px;
}
footer .social {
	text-align: right;
}




/* SIDEBAR
========================================================================== */
.button-1 {
	display: inline-block;
	padding: 12px 35px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.5em;
	border: 2px solid;
	text-align: center;
}
.button-1:hover {
	background: #454345 !important;
	border: 2px solid #454345 !important;
}
.button-2 {
	display: inline-block;
	padding: 12px 35px;
	text-transform: uppercase;
	border: 2px solid;
	color: #454345;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
}
.button-2:hover {
	border: 2px solid #454345 !important;
	background: none !important;
}
.button-3 {
	display: inline-block;
	padding: 12px 35px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.5em;
	border: 2px solid #454345;
	text-align: center;
	background: #454345;
}
.button-3:hover {
	background: #454345 !important;
	border: 2px solid #454345 !important;
}





/* SIDEBAR
   ========================================================================== */
.place-info {
	padding: 40px;
	color: #fff;
	margin-bottom: 20px;
}
.place-info .place-info-box {
	border-right: 3px solid #fff;
	margin-right: -10px;
	padding-right: 20px;
}
.place-info .place-info-box .place-info-icon {
	position: absolute;
	text-align: center;
	padding-top: 18px;
	width: 58px;
	height: 58px;
	background: url('../images/shape.png') no-repeat top left;
}
.place-info .place-info-box .place-info-icon i {
	font-size: 21px;
	line-height: 1em;
}
.place-info .place-info-box.place-info-box-last {
	border-right: 0;
}
.place-info .place-info-box h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 5px;
	margin: 0 0 0 70px;
}
.place-info .place-info-box h6 {
	font-size: 13px;
	font-weight: 400;
	margin-left: 70px;
	font-style: italic;
	margin-bottom: 20px;
}
.place-info .place-info-box ul {
	margin: 0;
	padding: 0;
}
.place-info .place-info-box ul li {
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 3px;
}
.place-info .place-info-box ul li i {
	vertical-align: top;
	margin-right: 5px;
	padding-top: 4px;
}
.place-info .place-info-box ul li span {
	float: right;
}




/* STATISTICS
   ========================================================================== */
.statistics {
	margin-bottom: 60px;
}
.statistics .statistic {
	border: 3px solid;
	margin: 0 auto;
	border-radius: 500px;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
	height: 120px;
	padding-top: 15px;
}
.statistics .statistic i {
	font-size: 30px;
	color: #454345;
	border-bottom: 3px solid #a3a2a2;
	margin-bottom: 6px;
	padding: 0 15px 6px;
}
.statistics .statistic h5 {
	font-weight: 400;
	font-size: 13px;
	color: #454345;
}
.statistics .statistic h5 span {
	display: block;
	font-weight: 700;
	font-size: 14px;
}





/* TESTIMONIALS
   ========================================================================== */
.testimonials .slider .counting {
	position: relative;
	margin: 20px auto 0;
}
.testimonials .testimonials-icon {
	margin-bottom: 40px;
}
.testimonials .testimonials-icon i {
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 1em;
	padding: 25px 0 0;
	width: 80px;
	height: 80px;
	border-radius: 100px;
}
.testimonials p {
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
	padding: 0 100px;
	margin-bottom: 20px;
}
.testimonials h5 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.testimonials h5 span {
	display: block;
	text-transform: none;
	padding-top: 5px;
	font-weight: 400;
}





/* SEPARATOR INFO
   ========================================================================== */
.separator-info {
	padding: 60px 0;
}
.separator-info h3 {
	font-size: 30px;
	color: #454345;
	font-weight: 700;
	text-align: right;
	border-right: 6px solid;
	padding: 5px 30px 5px 0;
	margin: 0;
	text-transform: uppercase;
}
.separator-info p {
	color: #a3a2a2;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
	padding: 7px 0;
}






/* LESSONS
   ========================================================================== */
.lessons {
	margin-bottom: 60px;
	position: relative;
}
.lessons .tesla-carousel-items {
	overflow: hidden;
}
.lessons .lessons-arrows {
	position: absolute;
	width: 100%;
	height: 50px;
	margin: auto;
	top: 0;
	bottom: 0;
}
.lessons .lessons-arrows .next {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 16px;
	padding-top: 19px;
	line-height: 1em;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}
.lessons .lessons-arrows .prev {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 16px;
	padding-top: 19px;
	line-height: 1em;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.lessons .lessons-arrows .prev:hover,
.lessons .lessons-arrows .next:hover {
	background: rgba(0,0,0,0.7);
}
.lessons .lesson img {
	margin-bottom: 20px;
}
.lessons .lesson p,
.lessons .lesson h4 {
	margin-bottom: 0;
	padding: 0 20px;
}
.lessons .lesson {
	padding-bottom: 20px;
}
.lessons .lesson:hover h4 a,
.lessons .lesson:hover h4,
.lessons .lesson:hover p {
	color: #fff !important;
}




/* MAP - LOCATION - CONTACI
   ========================================================================== */
.map-location {
	position: relative;
	overflow: hidden;
}
.map-location iframe {
	width: 100%;
}
.map-location .container {
	position: relative;
}
.map-location .contact-form {
	padding: 50px;
}
.contact-form
 input::-moz-placeholder,
.contact-form
 textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.contact-form
 input:-ms-input-placeholder,
.contact-form
 textarea:-ms-input-placeholder {
  color: #fff;
}
.contact-form
 input::-webkit-input-placeholder,
.contact-form
 textarea::-webkit-input-placeholder {
  color: #fff;
}
.map-location .contact-form
 textarea,
.map-location .contact-form
 input {
	background: none;
	border: 2px solid #fff;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	font-style: normal;
}
.map-location .contact-form
 .button-2 {
	width: 100%;
	background: #fff;
}
.map-location .contact-form
 .button-2:hover {
	color: #fff !important;
	border: 2px solid #fff !important;
}
/* SIDEBAR
   ========================================================================== */
.sidebar {
	padding-bottom: 40px;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .widget .socials li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.sidebar .widget .socials li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 1.5em;
	padding: 5px 0 0 5px;
	text-align: center;
}
.sidebar .widget .socials li a:hover {
	color: #fff !important;
}
.widget .widget-title {
	margin-bottom: 15px;
	display: block;
	color: #454345;
	font-size: 16px;
	font-weight: 600;
}
.widget ul li a span {
	float: right;
	font-size: 13px;
	color: #a3a2a2;
}
.widget ul li {
	margin-bottom: 5px;
}
.widget ul li a {
	padding: 3px 0;
	display: block;
	font-size: 13px;
	color: #a3a2a2;
}
.widget ul li a:hover {
	color: var(--hercules-accent);
}
.widget ul li a i {
	margin-right: 5px;
	line-height: 1.6em;
	font-size: 14px;
}
.widget .tagcloud {
	margin: 0 -3px;
}
.widget .tagcloud::before,
.widget .tagcloud::after {
	content: '';
	clear: both;
	display: table;
}
.widget .tagcloud a {
	float: left;
	margin: 0 3px 6px;
	padding: 3px 8px;
	background: #202629;
	color: #9fa0a1;
}
.widget .tagcloud a:hover {
	background: var(--hercules-accent);
	color: #fff;
}
.widget .twitter i {
	float: left;
	margin-right: 10px;
	font-size: 20px;
	padding-top: 5px;
}
.widget .twitter a {
	display: inline-block;
}
.widget .twitter a,
.widget .twitter i {
	color: var(--hercules-accent);
}
.widget .twitter a:hover {
	color: #252525;
}
.widget .twitter li {
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.widget .twitter li:last-child {
	margin-bottom: 0;
	padding-bottom: 5px;
	margin-top: -5px;
}
.widget .twitter span {
	color: #676868;
	text-transform: none;
	display: block;
	font-size: 12px;
}
.widget .social li {
	margin: 0 4px 8px;
}
.widget .social {
	margin: 0 -4px;
}
.widget .social li a {
	color: #a3a2a2;
	background: #ececec;
}
.widget .social li a i {
	font-size: 20px;
	margin-right: inherit;
}
.widget .social li a:hover {
	color: #fff;
	background: var(--hercules-accent);
}
.widget .testimonials .testimonial h4 {
	font-weight: 600;
	font-size: 15px;
	margin: 0;
	color: #454345;
}
.widget .testimonials .testimonial h5 {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding-bottom: 10px;
	color: #a3a2a2;
}
.widget .testimonials .testimonial .testimonial-content {
	padding: 15px;
	position: relative;
	color: #a3a2a2;
	font-style: italic;
	font-size: 13px;
	border: 1px solid #fff;
	margin-bottom: 20px;
}
.widget .testimonials .counting {
	text-align: left;
	display: block;
	height: 20px;
}
.widget .testimonials .counting li {
	width: 6px;
	height: 6px;
	border-radius: 20px;
	background: #999;
	margin-right: 5px;
}
.widget .testimonials .counting li.active {
	background: var(--hercules-accent);
	color: var(--hercules-accent);
	border: 0;
}
.widget .nav-tabs {
	width: 100%;
	border-bottom: 0;
}
.widget .nav-tabs li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0;
	width: 50%;
}
.widget .tab-content {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 20px;
	background: #fff;
}
.widget .nav-tabs li a {
	border: 1px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
	margin: 0;
	display: block;
}
.widget .nav-tabs li a:hover {
	background: none;
}
.widget .nav-tabs li.active a {
	border-top: 4px solid var(--hercules-accent);
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
.widget .mini-post {
	margin-bottom: 20px;
}
.widget .mini-post .mini-post-cover {
	margin: 0 0 5px 0;
}
.widget .mini-post .mini-post-cover a {
	display: block;
}
.widget .mini-post .mini-post-cover img {
	width: 100%;
	height: auto;
}
.widget .mini-post h3 a,
.widget .mini-post h3 {
	margin: 0;
	color: #454345;
	font-size: 16px;
	font-weight: 600;
}
.widget .mini-post h3 a:hover {
	color: var(--hercules-accent);
}
.widget .mini-post h6 {
	color: #a3a2a2;
	font-weight: 400;
	font-size: 12px;
	margin: 5px 0 5px 0;
}
.widget .mini-post p {
	font-size: 13px;
	color: #a3a2a2;
	margin: 0;
}





/* APPLICATION
   ========================================================================== */
.application {
	text-align: left;
	margin-bottom: 20px;
}
.application h2 {
	margin-bottom: 60px;
}
.application .padding {
	padding: 80px 0 0;
}
.application ul {
	margin: 0 0 20px 0;
	text-align: left;
}
.application ul li {
	list-style: none;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.application ul li i {
	padding: 0px 20px 0 0;
	vertical-align: top;
	font-size: 25px;
}



/* TRAINERS
   ========================================================================== */
.trainers {
	margin-bottom: 60px;
}
.trainer {
	margin: 0 30px;
	position: relative;
}
.trainer .trainer-hover {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	border-radius: 1000px;
	padding-top: 100px;
	right: 0;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.7);
	filter: alpha(opacity=0);
	opacity: 0;
}
.trainer:hover .trainer-hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.trainer .trainer-hover h5 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-size: 16px;
}
.trainer .trainer-hover ul li {
	vertical-align: top;
	list-style: none;
	margin-bottom: 6px;
}
.trainer .trainer-hover ul li i {
	padding: 5px 10px 0 0;
	vertical-align: top;
}
.trainer,
.trainer img {
	border-radius: 1000px !important;
}
.trainer .trainer-class {
	position: absolute;
	z-index: 5;
	border-radius: 100px;
	height: 80px;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	top: 0;
	right: 0;
	padding-top: 27px;
	width: 80px;
	text-transform: uppercase;
	border: 3px solid;
}




/* TIMETABLE
   ========================================================================== */
.timetable {
	margin-bottom: 80px;
}
.timetable ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: 1px solid #ccc;
	margin-top: -1px;
}
.timetable ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 13px;
	line-height: 1.5em;
	width: 12%;
	color: #454345;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	min-height: 72px;
	border: 1px solid #fff;
}
.timetable ul li span {
	display: block;
	font-weight: 400;
}
.timetable ul li:first-child {
	width: 16%;
}
.timetable .timetable-head {
	font-weight: 700;
	color: #454345;
	border: 0;
}
.timetable .timetable-head li {
	font-size: 16px;
	min-height: 30px;
	max-height: 50px;
}
.timetable .timetable-1 {
	background: #c3c3c3;
}
.timetable .timetable-2 {
	background: #fff;
}
.timetable .timetable-text {
	color: #fff;
}











/* PROGRAM
   ========================================================================== */
.program i {
	margin-right: 5px;
	vertical-align: top;
	padding-top: 4px;
}
.program ul {
	margin: 0;
	padding: 0;
}
.program ul li {
	margin-bottom: 5px;
}

/* === START WORKS === */
.works .col-md-3,
.works .col-md-4,
.works .col-md-5,
.works .col-md-6,
.works .col-md-7,
.works .col-md-8,
.works .col-md-9,
.works .col-md-10,
.works .col-md-11,
.works .col-md-1,
.works .col-md-2 {
	padding: 0;
}
.works .project .project-cover {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.works .project .project-cover i {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto -15px;
	font-size: 45px;
	color: #fff;
	width: 100px;
	text-align: center;
}
.works .project.project-2 .project-cover i {
	top: 0;
	bottom: auto;
	margin: -17px auto 0;
}
.works .project .project-cover a {
	display: block;
}
.works .project .project-cover a span {
	position: absolute;
	height: 30px;
	width: 30px;
	margin: auto;
	left: 0;
	color: #fff;
	color: rgba(255,255,255,0.8);
	font-size: 30px;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.works .project:hover .project-cover a span {
	opacity: 1;
	filter: alpha(opacity=100);
}
.works .project .project-details {
	padding: 20px;
}
.works .project .project-details h1 {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	color: #454345;
}
.works .project .project-details h1 a {
	color: #454345;
}
.works .project .project-details h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #a3a2a2;
}
.works .project .project-details h6 {
	font-size: 13px;
	font-weight: 400;
	color: #a3a2a2;
}
.works .project .project-details p {
	color: #a3a2a2;
	font-size: 14px;
	line-height: 1.7em;
}
.works .project:hover .project-details h1 a,
.works .project:hover .project-details h5,
.works .project:hover .project-details h6,
.works .project:hover .project-details p {
	color: #fff;
}
.works .project:hover .project-cover i {
	color: var(--hercules-accent);
}
.works .project:hover .project-details {
	background: var(--hercules-accent);
}
.works .project:hover .project-details h1 {
	color: #fff;
}
.single-project-padding {
	padding: 0 0 40px;
}
.single-project {
	margin-bottom: 40px;
}
.single-project .slider {
	margin-bottom: 40px;
}
.single-project .slider .slider-dots li {
	width: 120px;
	height: auto;
	border-radius: 0;
}
.single-project .slider .slider-dots li.active {
	border-color: var(--hercules-accent);
}
.single-project h3 {
	color: #454345;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: none;
}
.single-project h2 {
	color: #454345;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	/*margin-top: -20px;*/
}
.single-project .project-details li {
	margin: 0 0 10px 0;
	color: #a3a2a2;
	font-size: 13px;
	display: block;
}
.single-project .project-details li a:hover {
	color: #363636;
}
.single-project .project-details li span {
	width: 90px;
	display: inline-block;
}
/* === END WORKS === */



/* === START SLIDER === */
.main-slider-under {
	margin-top: -135px;
	position: relative;
	z-index: 13;
}
.main-slider {
	position: relative;
}
.main-slider .dark-cover {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 11;
	bottom: 0;
	right: 0;
}
.main-slider .container {
	position: relative;
	text-align: center;
}
.main-slider .counting {
	bottom: 0;
	z-index: 13;
	position: absolute;
	margin: auto;
	padding: 0 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin-bottom: 20px;
}
.slider .slide-text {
	position: absolute;
	z-index: 13;
	max-width: 1140px;
	margin-top: 190px;
	margin: 230px auto 0;
	left: 0;
	right: 0;
	text-align: center;
}
.slider .slide-text h1 {
	color: #fff;
	line-height: 1em;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.slider .slide-text h2 {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 30px;
}
.slider .slide-text h1 span {
	color: var(--hercules-accent);
}
.slider {
	position: relative;
}
.slider .slider-arrows {
	width: 100%;
	z-index: 13;
	position: absolute;
	top: 50%;
}
.slider .slider-arrows li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	opacity: 0.5;
	position: absolute;
}
.slider:hover .slider-arrows li {
	opacity: 1;
}
.slider .slider-arrows li.slide-right {
	right: 0;
}
.slider .slider-arrows li.slide-right i {
	border-radius: 5px 0 0 5px;
}
.slider .slider-arrows li.slide-left  {
	left: 0;
}
.slider .slider-arrows li.slide-left i {
	border-radius: 0 5px 5px 0;
}
.slider .slider-arrows li i {
	width: 50px;
	display: block;
	text-align: center;
	margin-top: -20px;
	cursor: pointer;
	padding-top: 16px;
	font-size: 20px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	height: 50px;
}
.slider .slider-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 10px;
	text-align: center;
}
.slider .slider-dots li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: 2px solid #fff;
	background: none;
	border-radius: 30px;
	margin: 0 3px;
}
.slider .slider-dots li:hover {
	border: 2px solid var(--hercules-accent);
}
.slider .slider-dots li.active {
	background: var(--hercules-accent);
}
.slider .counting {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 15px;
}
.slider .counting li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 15px;
	background: #fff;
	height: 6px;
	margin: 0 4px;
	cursor: pointer;
}
.slider .counting li.active {
	background: var(--hercules-accent);
}
.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
}
/* === END SLIDER === */





/* === START TWITTER === */
.twitter-section {
	text-align: center;
	background: url('../images/elements/parallax-twitter.html') top center fixed;
}
.twitter-section .twitter-icon {
	width: 80px;
	height: 80px;
	border-radius: 300px;
	background: var(--hercules-accent);
	color: #fff;
	margin: 0 auto 40px;
	padding-top: 22px;
	font-size: 41px;
}
.twitter-section h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}
.twitter-section .twitter {
	padding: 0 300px;
	margin-bottom: 20px;
}
.twitter-section .twitter li {
	color: #fff;
	line-height: 1.9em;
}
.twitter-section .twitter li a:hover {
	text-decoration: underline;
}
.twitter-section .twitter li span {
	display: block;
	font-size: 11px;
	color: #ccc;
}
.twitter-section button {
	background: var(--hercules-accent);
	border-radius: 3px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px;
	margin-bottom: 30px;
}
.twitter-section button:hover {
	background: #232323;
}
/* === END TWITTER === */



/* === START TESTIMONIALS === */
.testimonials-section {
	background: url('../images/elements/parallax-2.html') top center fixed;
}
.testimonials-section h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 22px;
	font-weight: 400;
}
.testimonials-section .testimonial .testimonial-content {
	padding: 40px;
	position: relative;
	color: #fff;
	text-align: center;
	max-width: 70%;
	margin: 0 15% 30px;
	border: 1px solid #fff;
}
.testimonials-section .testimonial .testimonial-content p {
	color: #fff;
	font-weight: 300;
	margin: 0;
}
.testimonials-section .testimonial {
	padding-bottom: 30px;
}
.testimonials-section .testimonial .testimonial-avatar {
	text-align: center;
}
.testimonials-section .testimonial .testimonial-avatar img {
	width: 100px;
	margin: 0 auto 20px;
	border-radius: 300px;
}
.testimonials-section .testimonial .testimonial-avatar h4 {
	color: #fcf9fc;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
.testimonials-section .testimonial .testimonial-avatar h5 {
	color: var(--hercules-accent);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}
/* === END TESTIMONIALS === */




/* === START SITE TITLE === */
.site-title {
	margin-bottom: 50px;
	text-align: center;
}
.site-title h1 {
	color: #454345;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid #a3a2a2;
	margin-bottom: 14px;
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 4px 40px;
}
.site-title h1 span {
	color: var(--hercules-accent);
}
.site-title h1 i {
	color: var(--hercules-accent);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: -7px auto 0;
	background: #fff;
	padding: 3px;
	font-size: 6px;
	width: 18px;
}
/* === END SITE TITLE === */





/* === START PARTNERS === */
.our-partners {
	position: relative;
}
.our-partners .tesla-carousel-items {
	overflow: hidden;
}
.our-partners .tesla-carousel-items a {
	display: block;
}
.our-partners .tesla-carousel-items a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.our-partners .tesla-carousel-items a:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
}
.our-partners .our-partners-arrows {
	top: 50%;
	width: 100%;
	position: absolute;
}
.our-partners .our-partners-arrows span {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	padding-top: 10px;
	z-index: 9;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	*zoom: 1;
	*display: inline;
	border-radius: 3px;
	color: #fff;
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.3);
	margin-top: -20px;
}
.our-partners .our-partners-arrows span.next {
	right: 0;
	top: 0;
	bottom: 0;
}
.our-partners:hover .our-partners-arrows span {
	background: rgba(0,0,0,0.3);
	color: #fff;
	color: rgba(255,255,255,0.9);
}
/* === END PARTNERS === */




/* === START TEAM === */
.team-section .team-member {
	padding: 1px;
	background: #fff;
	text-align: center;
}
.team-section .team-member .team-member-cover {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.team-section .team-member .team-member-cover img {
	border-radius: 1000px;
	width: 80%;
	margin: 0 10%;
}
.team-section .team-member .team-member-cover a {
	display: block;
}
.team-section .team-member .team-member-cover .fa-plus {
	position: absolute;
	height: 40px;
	width: 40px;
	margin: auto;
	left: 0;
	color: #fff;
	color: rgba(255,255,255,0.8);
	font-size: 30px;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.team-section .team-member:hover .team-member-cover .fa-plus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.team-section .team-member .team-member-details {
	padding: 0 10px 10px;
}
.team-section .team-member h3 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
}
.team-section .team-member h4 {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 400;
	color: #a3a2a2;
	text-transform: uppercase;
}
.team-section .team-member .team-member-details .social li a {
	margin: 0px 2px;
	border: 1px solid #c9c9c9;
	width: 28px;
	height: 28px;
	font-size: 17px;
}
.team-section .team-member .team-member-details .social li a:hover {
	border: 1px solid var(--hercules-accent);
}
.team-section .team-member .team-member-details .social {
	padding: 3px;
	margin: 0 -9px -9px;
	text-align: center;
}
/* === END TEAM === */



/* === START PATH === */
.path {
	margin-bottom: 60px;
	background-color: var(--hercules-banner-to);
	background-image: linear-gradient(135deg, var(--hercules-banner-from) 0%, var(--hercules-banner-to) 58%, rgba(var(--hercules-accent-rgb), 0.20) 100%);
	background-size: cover;
	background-position: center;
}
.path.no-margin {
	margin-bottom: 0;
}
.path .padding {
	padding: 46px 0;
}
.path .black-bg {
	/* --hercules-banner-overlay: directional depth instead of flat 80% black */
	background: linear-gradient(90deg, rgba(13, 17, 21, 0.90) 0%, rgba(13, 17, 21, 0.62) 100%);
}
.path h4 {
	color: #fff;
	text-align: left;
	margin: 0;
	font-weight: 400;
}
.path .path-root {
	float: right;
	font-size: 13px;
	color: #fff;
}
.path .path-root i {
	font-size: 11px;
	margin: 0 10px;
	padding-top: 5px;
}
.blog-post-page {
	padding-bottom: 60px;
}
.blog-page-container {
	padding-bottom: 60px;
}
.our-classes-container .lesson,
.trainers-page-container .trainer,
.blog-page-container .blog-entry {
	margin-bottom: 60px;
}
/* === END PATH === */


/* === START BLOG === */
.single-post .blog-entry .entry-header {
	border: 0;
}
.single-post .blog-entry {
	background: none;
}
.blog-carousel .our-partners-arrows .prev {
	margin-left: -50px;
}
.blog-carousel .our-partners-arrows .next {
	margin-right: -50px;
}
.blog-items {
	overflow: hidden;
}
.blog-entry .entry-cover {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.blog-section {
	padding-bottom: 20px;
}
.blog-entry .entry-cover a {
	display: block;
}
.blog-entry .entry-cover iframe {
	width: 100%;
	height: 250px;
}
.blog-entry .blog-entry-details {
	padding: 20px 20px 5px;
}
.single-post .blog-entry .blog-entry-details {
	padding: 20px 0;
}
.blog-entry .entry-header {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.blog-entry .entry-header h2 a,
.blog-entry .entry-header h2 {
	margin: 0 0 5px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
	color: #454345;
}
.blog-entry .entry-header ul li a {
	color: #a3a2a2;
}
.blog-entry .entry-header ul li {
	display: inline-block;
	color: #a3a2a2;
	font-size: 13px;
	margin-right: 10px;
	line-height: 1em;
	padding-right: 10px;
	*zoom: 1;
	*display: inline;
	border-right: 1px solid #a3a2a2;
}
.blog-entry .entry-header ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0px solid #a3a2a2;
}
.blog-entry .entry-cotent {
	margin-bottom: 20px;
}
.blog-entry .entry-cotent p {
	line-height: 1.7em;
}
.blog-entry .entry-footer ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #a3a2a2;
	width: 49%;
	font-size: 13px;
}
.single-post .blog-entry .entry-footer {
	margin-bottom: 15px;
	border-top: 1px solid #a3a2a2;
	border-bottom: 1px solid #a3a2a2;
	padding: 5px 0;
}
.single-post .blog-entry .entry-footer ul li {
	width: auto;
	margin-right: 30px;
}
.single-post .blog-entry .entry-footer ul li span {
	color: var(--hercules-accent);
	padding: 0 10px;
}
.single-post .blog-entry .entry-footer ul li:last-child {
	text-align: left;
}
.blog-entry .entry-footer ul li:last-child {
	text-align: right;
}
.blog-entry .entry-footer ul li a:not(:hover) {
	color: #a3a2a2;
}
.blog-entry .entry-footer ul li i {
	font-weight: 300;
	line-height: 1.3em;
	font-size: 14px;
	margin-right: 2px;
}
.load-more {
	display: block;
	outline: none;
	background: var(--hercules-accent);
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	border-radius: 3px;
	width: 70%;
	margin: 20px 15%;
	padding: 10px 0px;
}
.load-more:hover {
	background: #232323;
}

.comments-area {
	margin-bottom: 40px;
}
.comments-area h3 {
	color: #454345;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: none;
}
.comments-area .comment-respond .comments-line {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
	outline: none;
	resize: none;
	font-style: italic;
	font-size: 13px;
	background-color: #FFF;
}
.comments-area#project-comment .comment-respond .comments-line {
	margin-bottom: 30px;
}
.comments-area .comment-respond .comments-area {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
	outline: none;
	height: 144px;
	resize: none;
	font-style: italic;
	font-size: 13px;
	background-color: #FFF;
}
.comments-area .comment-respond .form-submit {
	text-align: right;
}
.comments-area .comment-respond .form-submit .button-1 {
	border-radius: 0;
	margin: 10px 0;
	padding: 10px 40px;
}
.comments-area .comment {
	margin-bottom: 20px;
	padding-left: 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.comments-area .comment .comment-image {
	float: left;
	margin-left: -100px;
	width: 80px;
}
.comments-area .commentlist ul {
	margin-left: 70px;
}
.comments-area .comment .comment-info {
	display: block;
	margin-bottom: 10px;
	color: var(--hercules-accent);
	font-size: 16px;
}
.comments-area .comment .comment-info span {
	float: right;
	font-size: 13px;
	color: #a3a2a2;
}
.comments-area .comment p {
	color: #a3a2a2;
	font-size: 13px;
}
.comments-area .commentlist {
	margin-bottom: 60px;
}
.page-selection {
	padding-top: 40px;
	margin-bottom: 60px;
}
.page-selection li a {
	color: #454345;
	font-size: 16px;
	font-weight: 600;
}
.page-selection li a:hover {
	color: var(--hercules-accent);
}
.page-selection li a i {
	font-size: 14px;
	margin: 0 0 0 10px;
	padding-top: 3px;
}
.page-selection li.next {
	float: right;
}
.page-selection li.prev a i {
	margin: 0 10px 0 0;
}
/* === END BLOG === */





/* === START CONTACT FORM === */
.contact-form .contact-form-line {
	border: 1px solid #a3a2a2;
	margin-bottom: 10px;
	padding: 10px 15px;
	width: 100%;
	font-size: 13px;
	color: #aaaaaa;
	outline: none;
	font-style: normal;
}
.contact-form .contact-form-area {
	border: 1px solid #a3a2a2;
	margin-bottom: 10px;
	padding: 10px 15px;
	width: 100%;
	font-size: 13px;
	color: #aaaaaa;
	outline: none;
	resize: none;
	height: 180px;
}
.contact-form .contact-button {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	background: var(--hercules-accent);
	width: 100%;
	cursor: pointer;
	padding: 12px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.contact-form .contact-button:focus {
	outline: none;
	border: 0;
}
.contact-form .contact-button:hover {
	background: #232323;
}
/* === END CONTACT FORM === */

/* === START MAP === */
.map {
	position: relative;
	margin-bottom: 40px;
}
.map iframe {
	width: 100%;
	height: 200px;
}
.map .map-title {
	position: absolute;
	background: var(--hercules-accent);
	font-size: 30px;
	font-weight: 400;
	padding: 15px 0px;
	top: 0;
	width: 350px;
	margin: auto;
	right: 0;
	left: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.map .map-location {
	position: absolute;
	margin: 150px auto 0;
	left: 0;
	width: 100px;
	font-size: 60px;
	right: 0;
	color: var(--hercules-accent);
	text-align: center;
}
.map-info {
	margin-bottom: 40px;
}
.map-info .map-info-location {
	padding-left: 40px;
	margin-bottom: 20px;
}
.map-info .map-info-location p a,
.map-info .map-info-location p {
	color: #a3a2a2;
	font-size: 13px;
	margin: 0;
}
.map-info .map-info-location h6 {
	font-size: 16px;
	color: #454345;
	margin-bottom: 5px;
}
.map-info .map-info-location i {
	float: left;
	margin-left: -40px;
	font-size: 30px;
	text-align: center;
	width: 30px;
}
.map-info .map-info-location .fs-small {
	font-size: 24px;
}
/* === START MAP === */




/* === START SOCIAL === */
.social.share-it li a {
	border: 1px solid #ccc;
	margin: 0px 3px;
}
.social.share-it li a:hover {
	border: 1px solid var(--hercules-accent);
}
.social span {
	color: #454345;
	font-size: 16px;
	margin-right: 10px;
	position: relative;
	top: -4px;
}
.social li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.social li a {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 24px;
	line-height: 1em;
	color: #c9c9c9 !important;
	padding-top: 5px;
	margin: 0;
}
.social li a:not(.d-text-c-h):hover {
	color: #fff !important;
	background: var(--hercules-accent);
}
/* === END SOCIAL === */






/* === START FEATURES === */
.ul-features {
	margin-bottom: 40px;
}
.ul-features li {
	padding-left: 70px;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 700;
	padding-top: 10px;
	text-transform: uppercase;
	color: #454345;
}
.ul-features li span {
	display: block;
	width: 40px;
	height: 40px;
	margin: -1px;
	position: relative;
	text-align: center;
	font-size: 22px;
	padding-top: 8px;
	border: 1px solid #abaaaa;
}
.ul-features li span i {
	position: absolute;
	height: 8px;
	bottom: 0;
	border-right: 8px solid #abaaaa;
	border-bottom: 8px solid transparent;
	right: 0;
	left: 0;
	width: 8px;
	margin: 0 auto -11px;
}
.ul-features .border-cover {
	position: absolute;
	padding-bottom: 3px;
	margin-left: -70px;
	border: 1px solid #abaaaa;
}
/* === END FEATURES === */





/* =========================== START RESPONSIVE ===================== */
.single-page .responsive-menu {
	color: #343635;
}
.responsive-menu {
	color: #353535;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	font-weight: 700;
	display: none;
	margin: -40px 15px 0 0;
	position: absolute;
	vertical-align: top;
	right: 0;
}
.responsive-menu i {
	padding: 4px 5px 0 0;
}
@media (max-width: 1200px) {
	.slider .slide-text h2 {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 992px) { }
@media (max-width: 1300px) {
	.slider .slide-text {
		margin-top: 100px;
	}
	.main-slider-under {
		margin-top: -100px;
	}
	.main-slider .counting {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.place-info .place-info-box {
		margin-bottom: 30px;
		border-right: 0 solid #fff;
		margin-right: 0;
		padding-right: 0;
	}
	header .menu ul li:hover ul,
	header .menu ul li ul {
		position: relative;
		display: block;
		margin: 0;
		border: 0;
		padding: 0 0 0 10px;
	}
	header .menu ul li ul li {
		border: 0;
	}
	header ul {
		text-align: center;
	}
	.statistics .statistic {
		margin-bottom: 30px;
	}
	.trainer {
		max-width: 300px;
		margin: 0 auto;
	}
	.program {
		padding-bottom: 30px;
	}
	.program img {
		margin-bottom: 20px;
	}
	.separator-info h3 {
		text-align: left;
		border-left: 6px solid;
		border-right: 0;
		padding: 5px 5px 5px 30px;
	}
	.header-search-form {
		border-top: 1px solid #dfdfdf;
		max-width: 100%;
		float: none;
		margin: 20px 0 -20px 0;
	}
	header .menu {
		padding: 20px;
	}
	.testimonials p {
		padding: 0;
	}
	header .menu .menu-primary-menu-container {
		display: none;
		position: absolute;
		padding: 15px;
		right: 0;
		background: #fff;
		margin-right: 15px;
		z-index: 100;
		min-width: 150px;
		border: 2px solid var(--hercules-accent);
	}
	header .menu ul li a,
	header .menu ul li {
		color: #252525;
		margin: 0;
		padding: 0;
		text-align: left;
		display: block;
	}
	header .menu ul li a {
		padding: 5px;
		font-size: 14px;
		border-bottom: 1px solid #e1e1e1;
	}
	.responsive-menu {
		display: block;
	}
	.slide-text {
		display: none;
	}
	.slider-info h3 {
		margin-bottom: 5px;
	}
	.slider-info-unit {
		margin-bottom: 20px;
	}
	.team-section .team-member {
		margin-bottom: 30px;
	}
	.team-section .team-member .team-member-details .social li a {
		margin-bottom: 5px;
	}
	.testimonials-section .testimonial .testimonial-avatar {
		margin-bottom: 20px;
	}
	.testimonials-section .testimonial .testimonial-content .testimonial-arrow {
		position: absolute;
		color: var(--hercules-accent);
		font-size: 30px;
		left: 0;
		right: 0;
		top: 0;
		width: 30px;
		margin: -14px auto 0;
	}
	.main-slider-under {
		margin-top: -20px;
	}
	footer .social,
	footer p {
		text-align: center;
		margin: 5px 0;
	}
	.twitter-section .twitter {
		padding: 0;
	}
	.main-slider .counting {
		margin-bottom: 10px;
	}
	.single-project .slider .slider-dots li {
		margin-bottom: 5px;
		width: 80px;
	}
}
@media (min-width: 992px) {
	.menu .menu-primary-menu-container {
		display: block !important;
	}
}
/* =========================== END RESPONSIVE ======================= */

.button-1,
.button-2,
.button-3 {
	margin-bottom: 15px;
}
@media (max-width: 600px) {
	.map-location .contact-form
 {
		position: relative;
		width: 100%;
	}
}
@media (max-width: 450px) {
	.timetable {
		display: none;
	}
}
@media (max-width: 700px) {
	.timetable ul li:first-child {
		width: 100%;
	}
	.timetable ul li {
		width: 25%;
		border: 1px solid #e1e1e1;
	}
	.timetable .timetable-head li {
		border: 0px solid #e1e1e1;
	}
}




/* === SHORTCODES === */

/* ------------------------- BUTTONS CSS */
.button {
	display: inline-block;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 10px;
}
.button:hover {
	opacity: 0.8;
	color: #fff;
}
.button.button-type1 {
	border-radius: 5px;
}
.button.button-type2 {
	border-radius: 5px;
	color: rgba(0,0,0,0.6);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom: 2px solid rgba(0,0,0,0.2);
	font-weight: 700;
	font-size: 13px;
}
.button.button-large {
	padding: 15px 50px;
}
.button.button-medium {
	padding: 10px 30px;
	font-size: 13px;
}
.button.button-small {
	padding: 8px 20px;
	font-size: 12px;
}
.button-m1 {
	background: #21c2f8;
}
.button-m2 {
	background: #0072a5;
}
.button-m3 {
	background: #ff391f;
}
.button-m4 {
	background: #2cc541;
}
.button-m5 {
	background: #2f383d;
}
.button-m6 {
	background: #76beea;
}
.button-m7 {
	background: #9aa7af;
}
/* ------------------------- ALERT BOX CSS */
.alert-box {
	padding: 10px 35px 10px 10px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	font-size: 13px;
}
.alert-box button {
	border: 1px solid rgba(0,0,0,0.8);
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	text-transform: lowercase;
	color: rgba(0,0,0,0.8);
	margin-right: -25px;
	border-radius: 30px;
	font-weight: 700;
	padding: 0 1px 0 0;
}
.alert-box p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6em;
}
.alert-box.alert-normal {
	background: #eff5f7;
	border: 1px solid #dcdcdc;
}
.alert-box.alert-normal p {
	color: #959595;
}
.alert-box.alert-warning {
	background: #ffcdc7;
	border: 1px solid #fea094;
}
.alert-box.alert-warning p {
	color: #ff391f;
}
.alert-box.alert-information {
	background: #fff4bb;
	border: 1px solid #ffcc66;
}
.alert-box.alert-information p {
	color: #e99b00;
}
.alert-box.alert-succes {
	background: #c1faa8;
	border: 1px solid #9cff70;
}
.alert-box.alert-succes p {
	color: #6db74c;
}
.alert-box.alert-useful {
	background: #bceeff;
	border: 1px solid #8ae1ff;
}
.alert-box.alert-useful p {
	color: #21c2f8;
}
.alert-box.alert-custom {
	background: #decfdf;
	border: 1px solid #e2b5e5;
}
.alert-box.alert-custom p {
	color: #af75b3;
}
/* ------------------------- TABS CSS */
.tab-widget .nav-tabs {
	width: 100%;
	border-bottom: 0;
}
.tab-widget .nav-tabs li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0;
	width: 50%;
}
.tab-widget .nav-tabs li a {
	color: #999;
}
.tab-widget .tab-content {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 20px;
	background: #fff;
}
.tab-widget .nav-tabs li a {
	border: 1px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
	margin: 0;
	display: block;
}
.tab-widget .nav-tabs li a:hover {
	background: none;
}
.tab-widget .nav-tabs li.active a,\n.tab-widget .nav-tabs li a.active {
	border-top: 4px solid var(--hercules-accent);
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

/* ------------------------- MINI POSTS CSS */
.mini-post {
	margin-bottom: 20px;
}
.mini-post .mini-post-cover {
	margin: 0 0 15px 0;
}
.mini-post .mini-post-cover a {
	display: block;
}
.mini-post .mini-post-cover img {
	width: 100%;
	height: auto;
}
.mini-post h3 a,
.mini-post h3 {
	margin: 0;
	color: #454345;
	font-size: 16px;
	font-weight: 600;
}
.mini-post h3 a:hover {
	color: #ec005e;
}
.mini-post h6 {
	color: #a3a2a2;
	font-weight: 400;
	font-size: 12px;
	margin: 5px 0 5px 0;
}
.mini-post p {
	font-size: 13px;
	color: #a3a2a2;
	margin: 0;
}

/* ------------------------- ACCORDION CSS */
.panel-heading {
	padding: 0;
}
.panel-heading h4 a {
	padding: 10px 15px;
	display: block;
}
.panel-body {
	color: #808080;
	font-size: 13px;
	line-height: 1.7em;
}
/* ------------------------- CAROUSEL CSS */
.our-clients-logo {
	position: relative;
}
.tesla-carousel-items {
	overflow: hidden;
}
.our-partners-arrows {
	position: absolute;
	top: 50%;
	margin: -32px auto 0;
	left: 0;
	right: 0;
	width: 100%;
}
.our-partners-arrows i {
	border: 2px solid #808080;
	color: #808080;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.5em;
}
.our-clients-logo .our-partners-arrows {
	margin: -20px auto 0;
}
.our-partners-arrows .next {
	position: absolute;
	right: 0;
	margin-right: -40px;
}
.our-partners-arrows .next i {
	padding-top: 3px;
	padding-left: 3px;
}
.our-partners-arrows .prev i {
	padding-top: 3px;
	padding-right: 3px;
}
.our-partners-arrows .prev {
	position: absolute;
	left: 0;
	margin-left: -40px;
}
.our-partners-arrows .next.disabled i:hover,
.our-partners-arrows .prev.disabled i:hover,
.our-partners-arrows .next.disabled i,
.our-partners-arrows .prev.disabled i {
	color: #ccc !important;
	cursor: default;
	border: 2px solid #ccc !important;
}
/* ------------------------- TESTIMONIALS CSS */
.testimonials-slider {
	position: relative;
	margin-bottom: 80px;
}
.testimonials-slider .testimonials-arrows {
	position: absolute;
	width: 200px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 5;
}
.testimonials-slider .slide-left {
	float: left;
	cursor: pointer;
	margin-top: 60px;
}
.testimonials-slider .slide-right {
	float: right;
	margin-top: 60px;
	cursor: pointer;
}
.testimonials-slider .testimonial {
	list-style: none;
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
}
.testimonials-slider .testimonial:first-child {
	position: relative;
}
.testimonials-slider .testimonials-dots {
	text-align: center;
	position: absolute;
	margin: 0 auto -40px;
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
}
.testimonials-slider .testimonials-dots li {
	list-style: none;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.testimonials-slider .testimonials-dots li i {
	font-size: 12px;
	color: #808080;
}
.testimonials-slider .testimonials-arrows i {
	font-size: 20px;
	color: #808080;
}
.testimonials-slider .testimonial .testimonial-cover {
	margin-bottom: 20px;
}
.testimonials-slider .testimonial .testimonial-cover img {
	width: 140px;
	height: 140px;
	border-radius: 500px;
	border: 3px solid #686868;
}
.testimonials-slider .testimonial .testimonial-content h2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}
.testimonials-slider .testimonial .testimonial-content p {
	color: #808080;
	font-weight: 400;
	font-size: 13px;
	margin: 0 0 15px 0;
	line-height: 2em;
	font-style: italic;
}
.testimonials-slider .testimonial .testimonial-content h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #787878;
}
.testimonials-slider .testimonial .testimonial-content h3 span {
	text-transform: none;
}
/* ------------------------- PRICING CSS */
.pricing-table {
	border-radius: 10px;
	background: #f1f1f1;
	padding-bottom: 20px;
	margin-bottom: 50px;
	box-shadow: 0 0 4px #999;
}
.pricing-table .pricing-table-name {
	text-align: center;
	border-radius: 10px 10px 0 0;
	background: #454545;
	color: #fff;
	font-size: 24px;
	padding: 5px;
	line-height: 1.5em;
	margin-bottom: 40px;
}
.pricing-table .pricing-table-stuff {
	padding: 0 0 20px 0;
	margin: 10px 50px 20px;
	border-bottom: 1px dotted #ccc;
}
.pricing-table .pricing-table-stuff li {
	list-style: none;
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}
.pricing-table .pricing-table-stuff li span {
	font-weight: 700;
}
.pricing-table .pricing-table-price {
	font-size: 80px;
	font-weight: 700;
	color: #333;
	text-align: center;
	vertical-align: top;
	line-height: 1em;
	margin-bottom: 10px;
}
.pricing-table .pricing-table-price span {
	font-size: 20px;
	vertical-align: top;
	display: inline-block;
}
.pricing-table p {
	color: #ccc;
	text-align: center;
}
.slider-section {
	margin-bottom: 40px;
}
.styled {
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #999;
	font-size: 27px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

/* PORTFOLIO */
.our-works-portfolio .filter {
	text-align: center;
	padding: 0;
	margin: 0 0 30px 0;
}
.our-works-portfolio .filter li {
	list-style: none;
	margin: 0 10px 15px 0;
	padding: 0;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.our-works-portfolio .filter li a {
	display: block;
	color: #808080;
	background: #f1f1f1;
	padding: 5px 15px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px dotted #808080;
}
.our-works-portfolio .filter li a.active,
.our-works-portfolio .filter li a:hover {
	color: #fff;
}
.our-works-portfolio .our-works-item .works-item-cover i {
	top: 50px;
}
.our-works-portfolio .our-works-item {
	margin-bottom: 30px;
}
.our-works-portfolio .our-works-item .works-item-cover {
	position: relative;
}
.our-works-portfolio .our-works-item .works-item-cover i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	font-size: 30px;
	z-index: 3;
	width: 50px;
	height: 50px;
	padding-top: 6px;
	line-height: 1.5em;
	cursor: pointer;
	border-radius: 6px;
	margin: -25px auto 0;
}
.our-works-portfolio .our-works-item .works-item-cover i:hover {
	color: #121212;
}
.our-works-portfolio .our-works-item:hover .works-item-cover i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.our-works-portfolio .our-works-item:hover .works-item-cover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}

/* ERROR 404 */
.error-404-section {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.error-404-section .black-bg {
	background: rgba(0,0,0,0.7);
	padding: 200px 0;
}
.error-404-section h4 {
	text-align: center;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5em;
}
.error-404-section p {
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 30px;
	text-align: center;
}
.error-404-section .widget-search-form {
	margin: 0 auto 30px;
	max-width: 300px;
}

.widget-search-form {
	position: relative;
}
.widget-search-form .search-line {
	border: 1px solid #a3a3a3;
	padding: 15px 45px 15px 15px;
	width: 100%;
}
.widget-search-form i {
	position: absolute;
	width: 50px;
	right: 0;
	top: 0;
	height: 50px;
	z-index: 1;
	text-align: center;
	font-size: 16px;
	padding-top: 16px;
	color: #999;
}
.widget-search-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 50px;
	outline: none;
	height: 50px;
	border: 0;
	cursor: pointer;
	z-index: 2;
	background: none;
}




/* SHOP PAGE */
.sidebar .widget .mini-shop-item {
    position: relative;
    padding-left: 100px;
    min-height: 70px;
    margin-bottom: 20px;
}
.sidebar .widget .mini-shop-item .shop-item-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar .widget .mini-shop-item h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
}
.sidebar .widget .mini-shop-item h4 a {
    color: #333;
}
.sidebar .widget .mini-shop-item h6 {
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.sidebar .widget .mini-shop-item .shop-item-image img {
    width: 70px;
    height: 70px;
}
/* =========================== START SHOP SECTION ===================== */
.shop-section {
    padding-bottom: 80px;
}
.shop-section .shop-filter {
    padding-bottom: 50px;
}
.shop-section .shop-filter h6 {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    padding-top: 8px;
}
.shop-section .shop-filter select {
    width: 150px;
    outline: none;
    border: 1px solid #eee;
    font-size: 14px;
    background: #f1f1f1;
    padding: 5px 10px;
    margin-left: 10px;
}
.shop-section .shop-items {
    padding-bottom: 20px;
}
.woocommerce .shop-items .shop-item {
    margin-bottom: 50px;
}
.woocommerce .shop-items .shop-item .item-image {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 4px solid #fff;
    overflow: hidden;
}
.woocommerce .shop-items .shop-item .item-details h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 4px 0;
}
.woocommerce .shop-items .shop-item .item-details h3 a {
    color: #333;
}
.woocommerce .shop-items .shop-item .item-details h5 {
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 5px 0;
}
.woocommerce .shop-items .shop-item .item-details h6 {
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.woocommerce .shop-items .shop-item .item-details h6 i {
    text-decoration: line-through;
    padding-right: 10px;
}
.woocommerce .shop-items .shop-item .item-hover .item-new,
.woocommerce .shop-items .shop-item .item-hover .item-sale,
.woocommerce .shop-items .shop-item .item-hover .item-sold {
    position: absolute;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
    width: 70px;
    height: 70px;
    padding-top: 24px;
    line-height: 1.5em;
    background: #4c4c4c;
    text-transform: uppercase;
}
.woocommerce .shop-items .shop-item .item-hover .item-new {
    background: #808080;
}
.woocommerce .shop-items .shop-item .item-hover .item-hover-bg {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}
.woocommerce .shop-items .shop-item .item-hover h5 {
    position: absolute;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    top: 50%;
    margin: -20px auto 0;
}
.woocommerce .shop-items .shop-item .item-hover h5 img {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
}
.woocommerce .shop-items .shop-item:hover .item-hover .item-hover-bg {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.woocommerce .shop-items .shop-item:hover .item-hover h5 {
    opacity: 1;
    filter: alpha(opacity=100);
}
.woocommerce .shop-items .shop-item .item-hover h5 a {
    color: #fff;
    display: block;
}
.woocommerce .shop-items .shop-item .item-hover h5 a:hover {
    color: #333;
}
.shop-section .shop-pagination,
.hercules-pagination {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
.shop-section .shop-pagination li,
.hercules-pagination li {
    display: inline-block;
    list-style: none;
    *zoom: 1;
    margin: 0 5px;
    *display: inline;
}
.shop-section .shop-pagination li a,
.hercules-pagination li a {
    display: block;
    width: 30px;
    line-height: 1.5em;
    height: 30px;
    font-size: 14px;
    color: #333;
    border: 2px solid #ccc;
    padding-top: 2px;
}
.shop-item-page .alert {
    background: #f1f1f1;
    padding: 10px 15px;
    min-height: 56px;
    position: absolute;
    margin-top: -78px;
    width: 100%;
}
.shop-item-page .alert h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding-top: 8px;
}
.shop-item-page .alert a {
    float: right;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.shop-item-page .alert a:hover {
    background: #484848 !important;
}
.shop-item-page .shop-item-description {
    padding: 40px 0;
}
.shop-item-page .shop-item-description ul {
    margin-bottom: 20px;
    border-top: 2px solid #f1f1f1;
    border-bottom: 0;
}
.shop-item-page .shop-item-description li.active a {
    border: 0;
    border-top: 4px solid;
}
.shop-item-page .shop-item-description li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    border-top: 4px solid #fff;
}
.shop-item-page .shop-item-description ul {
    border-top: 0;
}
.shop-item-page .shop-item-description .item-shop-rate {
    margin-bottom: 20px;
}
.shop-item-page .shop-item-description .shop-item-info {
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
    border: 0;
}
.shop-item-page .shop-item-description .shop-item-info li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 140px;
    font-style: italic;
}
.shop-item-page .shop-item-description .shop-item-info li span {
    position: absolute;
    width: 120px;
    top: 0;
    left: 0;
    font-style: normal;
}
.shop-item-page .slider ul.slider-dots {
    padding: 0;
    position: relative;
    margin: 0;
}
.shop-item-page .slider ul.slider-dots li {
    list-style: none;
    display: block;
    margin: 0 0 30px 0;
    width: 100%;
    height: 165px;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
}
.shop-item-page .shop-item-describe .shop-item-top {
    margin-bottom: 40px;
}
.shop-item-page .shop-item-describe .shop-item-top ul {
    float: right;
}
.shop-item-page .shop-item-describe .shop-item-top ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 6px;
}
.shop-item-page .shop-item-describe .shop-item-top a {
    font-size: 13px;
    font-style: italic;
    color: #4c4c4c;
}
.shop-item-page .shop-item-describe .shop-item-top ul li a {
    display: block;
    width: 34px;
    height: 34px;
    color: #808080;
    padding-top: 4px;
    line-height: 1em;
    font-size: 24px;
    text-align: center;
    border: 2px solid #808080;
}
.shop-item-page .shop-item-describe .shop-item-top ul li a:hover {
    background: #808080;
    color: #fff;
}
.shop-item-page .shop-item-describe h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.shop-item-page .shop-item-describe h2 {
    font-size: 40px;
    color: #4c4c4c;
    vertical-align: top;
    line-height: 1.5em;
}
.shop-item-page .shop-item-describe h2 span {
    font-size: 22px;
    vertical-align: top;
    line-height: 2em;
}
.shop-item-page .shop-item-describe .shop-item-vote {
    font-style: italic;
    margin-bottom: 30px;
}
.shop-item-page .shop-item-describe .add-cart {
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.shop-item-page .shop-item-describe .add-cart:hover {
    background: #464646 !important;
}
.shop-item-page .shop-item-describe .shop-item-options {
    margin-bottom: 30px;
    font-size: 16px;
    padding-top: 20px;
}
.shop-item-page .shop-item-describe .shop-item-options select {
    width: 120px;
    border: 1px solid #eee;
    background: #f1f1f1;
    padding: 5px 10px;
    outline: none;
}
.shop-item-v1 {
    margin-bottom: 100px;
}
.shop-item-v1 .slider-section {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.shop-item-v1 .slider-section .slider-dots {
    position: absolute;
    bottom: 0;
    right: 0;
}
.shop-item-v1 .slider-section .slider-dots li {
    display: block;
    width: 140px;
    height: auto;
    border-radius: 0;
}
.shop-item-v1 .slider-section .slider-dots li img {
    width: 140px;
    height: auto;
    border: 1px solid #e1e1e1;
}
.shop-item-v1 h1 {
    color: #4c4c4c;
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto 5px;
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
}
.shop-item-v1 h4 {
    color: #808080;
    font-size: 13px;
    text-align: center;
    line-height: 1.5em;
    margin: 0 auto 10px;
    font-weight: 400;
    font-style: italic;
}
.shop-item-v1 h5 {
    color: #808080;
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
    margin: 0 auto 10px;
    font-weight: 400;
    font-style: italic;
}
.shop-item-v1 h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.shop-item-v1 .add-to-cart {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    border: 2px solid #4c4c4c;
    font-weight: 700;
}
.shop-item-v1 .shop-item-size {
    margin: 0 0 25px 0;
    padding: 0;
    text-align: center;
}
.shop-item-v1 .shop-item-size li {
    display: inline-block;
    color: #121212;
    margin: 0 5px 5px;
    *zoom: 1;
    *display: inline;
}
.shop-item-v1 .shop-item-size li a {
    color: #121212;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 1.5em;
    display: block;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 200;
}
.shop-item-v1 .add-to-cart:hover {
    color: #fff;
}
.shop-item-v1 p {
    padding: 0 150px;
    text-align: center;
}
.payment-options {
    padding: 50px;
    border: 1px solid #e1e1e1;
}
.payment-options h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #686868;
    margin: 0 0 10px 0;
}
.payment-options h6 {
    margin: 50px 0 10px 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #686868;
    font-size: 12px;
}
.payment-options form {
    margin: 0 20% 0;
    width: 60%;
}
.payment-options select {
    border: 1px solid #e1e1e1;
    width: 100%;
    outline: none;
    margin: 0 0 30px 0;
    padding: 6px 15px;
    text-transform: uppercase;
}
.payment-options .pay-it-now {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    border: 2px solid #4c4c4c;
    font-weight: 700;
}
.payment-options .pay-it-now:hover {
    color: #fff;
}
.cart-page {
    padding-bottom: 100px;
}
.cart-page h4 {
    color: #4c4c4c;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #efefef;
    text-transform: uppercase;
    font-weight: 400;
}
.cart-page .cart-page-ul {
    margin-bottom: 30px;
    padding: 0;
}
.cart-page .cart-page-ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
}
.cart-page .cart-page-ul li span {
    float: right;
}
.cart-page .coupon-b {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    background: #808080;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
}
.cart-page .coupon-line {
    width: 100%;
    padding: 15px 20px;
    font-style: italic;
    margin-bottom: 15px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}
.cart-page .login-form .login-line {
	width: 100%;
    padding: 15px 20px;
    font-style: italic;
    margin-bottom: 15px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}
.cart-page .login-form .login-submit {
	color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    background: #fff;
    border: 2px solid #4c4c4c;
    font-weight: 700;
}
.cart-page .login-form .login-submit:hover {
    color: #fff;
}
.cart-page .cart-box-item {
    margin-bottom: 20px;
}
.cart-page .cart-box-item select {
    width: 100%;
    border: 1px solid #eee;
    background: #f1f1f1;
    padding: 5px 10px;
    outline: none;
}
.cart-page .cart-box-item-name {
    position: relative;
    padding-left: 140px;
    min-height: 60px;
}
.cart-page .cart-box-item-name .cart-avatar {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: 50px;
}
.cart-page .cart-box-item-name h2 {
    font-size: 16px;
    color: #383838;
    padding-top: 24px;
    text-transform: uppercase;
}
.cart-page .cart-box-item-name h2 a {
    color: #383838;
}
.cart-page .cart-box-item-name i {
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    margin-top: 20px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    color: #c1c1c1;
    font-size: 11px;
    border: 2px solid #ccc;
}
.price-filter {
    padding-top: 5px;
    text-align: center;
}
.price-filter a.filter-it {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    border: 2px solid #4c4c4c;
    font-weight: 700;
}
.price-filter a.filter-it:hover {
    color: #fff;
}
.price-filter .price-filter-bg {
    position: relative;
    margin-bottom: 30px;
    height: 4px;
    width: 100%;
    background: #999;
    border-radius: 2px;
}
.price-filter .price-filter-bg .price-filter-area {
    width: 65%;
    margin: auto 15% auto 20%;
    height: 4px;
    position: relative;
}
.price-filter .price-filter-bg .price-filter-area .price-filter-start {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 0;
    margin-top: -5px;
}
.price-filter .price-filter-bg .price-filter-area .price-filter-end {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin-top: -5px;
}
/* =========================== END SHOP SECTION ===================== */

/*home-v2*/
.fullwidth-section {
    width: 100%;
    clear: both;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
}
.column.no-space.dt-sc-one-fourth {
    width: 25%;
}
.column.no-space {
    margin-left: 0px;
    margin-right: 0px;
}
.column.first {
    margin-left: 0px;
}
.column {
    margin: 0px 0px 0px 2.6%;
    float: left;
    min-height: 1px;
    position: relative;
}
.dt-sc-ico-content.type6 {
    text-align: center;
}
.dt-sc-ico-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
    display: block;
    text-align: center;
}
.dt-sc-ico-content.type6 .dt-sc-iconbox {
    display: inline-block;
    margin-bottom: 15px;
    min-height: 124px;
    position: relative;
    width: 100%;
}
.dt-sc-ico-content.type6 .dt-sc-iconbox .icon span {
    line-height: 110px;
}
.dt-sc-ico-content.type2 .icon img, .dt-sc-ico-content.type6 .icon img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.column img {
    max-width: 100%;
    height: auto;
}
.dt-sc-ico-content.type6 .icon:after {
    box-shadow: 0 0 0 4px #b6cb50;
}
.dt-sc-ico-content.type6 .icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.dt-sc-ico-content.type6 h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}
.dt-sc-ico-content.type6 .dt-sc-iconbox .icon {
    width: 110px;
    height: 110px;
    border: 5px solid;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--hercules-accent);
    border: 5px solid var(--hercules-accent);
}
.text-divider-double {
    position: relative;
    margin: 60px 0 12px 0;
    text-align: center;
	font-size: 30px;
    color: #454345;
	font-weight: 700;
	text-transform: uppercase;
}
.sep-para{
	text-align: center;
    margin: 14px 0 42px 0;
    width: 100%;
    display: block;
}
.text-divider-double+.sep {
    margin: 0 0 10px 0;
    position: relative;
}
.sep{
    position: relative;
    display: block;
    clear: both;
    margin: 60px 0 30px 0;
    min-width: 100%;
    height: 1px;
    border-top: 1px solid;
    color: #E8E8E8;
}
.text-divider-double+.sep:after {
  content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 120px;
    height: 6px;
    background: var(--hercules-accent);
    margin-left: -60px;
}
@media only screen and (max-width: 767px){
.column.no-space.dt-sc-one-fourth {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

}

/*Time Table Section*/

.sc85_trigger_animation.sc85_bottom-to-top {
    -webkit-animation: sc85_btt 0.5s 1 ease-out;
    animation: sc85_btt 0.5s 1 ease-out;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}
.sc85_animate {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.wpt_weekly_classes_schedule .weekdays, .wpt_weekly_classes_schedule .weekdays_short {
    margin-bottom: 25px;
}
.wpt_weekly_classes_schedule .weekdays, .wpt_weekly_classes_schedule .weekdays_short {
    text-align: center;
}
.wpt_weekly_classes_schedule .weekdays li, .wpt_weekly_classes_schedule .weekdays_short li {
    margin: 0;
}
.wpt_weekly_classes_schedule .weekdays li, .wpt_weekly_classes_schedule .weekdays_short li {
    display: inline-block;
    margin: 0 10px;
}
.copy ul>li {
    margin: 5px 0;
    position: relative;
}
.wpt_weekly_classes_schedule .weekdays a.current, .wpt_weekly_classes_schedule .weekdays_short a.current {
    color: #FFF;
    background: var(--hercules-accent);
}
.wpt_weekly_classes_schedule .weekdays a, .wpt_weekly_classes_schedule .weekdays_short a {
    color: #404040;
    background: transparent;
    font-weight: 600;
    font-size: 0.95em;
    padding: 2px 13px 2px;
    display: inline-block;
    border-radius: 12px;
}
.wpt_weekly_classes_schedule .classes .daily_classes {
    position: relative;
}
.wpt_weekly_classes_schedule .classes .daily_classes {
    display: block;
    zoom: 1;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 3px;
}
.wpt_weekly_classes_schedule .classes .daily_classes .wrapper:before {
    top: 0px;
}
.wpt_weekly_classes_schedule .classes .daily_classes .wrapper:before, .wpt_weekly_classes_schedule .classes .daily_classes .wrapper:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    z-index: 1;
}
.wpt_weekly_classes_schedule .classes .daily_classes .class_entry:first-child {
    border-left-color: transparent;
}
.wpt_weekly_classes_schedule .classes .daily_classes.active .class_entry {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wpt_weekly_classes_schedule .classes .daily_classes .class_entry {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wpt_weekly_classes_schedule .classes .daily_classes .class_entry {
    width: 25%;
    float: left;
    padding: 20px;
    border: 1px solid #eee;
    text-align: center;
    margin-right: -1px;
    margin-bottom: -1px;
}
.wpt_weekly_classes_schedule .classes .class_entry .icon {
    width: 30%;
    margin: 0 auto;
}
.wpt_weekly_classes_schedule .classes .class_entry .time {
    color: #FFF;
    background: var(--hercules-accent);
    font-weight: 600;
    font-size: 0.85em;
    margin: 6px 0;
    padding: 1px 10px 2px;
    display: inline-block;
    border-radius: 12px;
}
.wpt_weekly_classes_schedule .classes .class_entry .name {
    text-transform: uppercase;
    font-size: 1.1em;
    margin-top: 5px;
}
.wpt_weekly_classes_schedule .classes .class_entry .trainer {
    font-size: 0.933em;
    color: #999;
    margin-top: 3px;
}
.wpt_weekly_classes_schedule .classes .daily_classes a {
    color: #404040;
}
.wpt_weekly_classes_schedule .classes .daily_classes .class_entry:nth-child(4n+4) {
    border-right-color: transparent;
}
.wpt_weekly_classes_schedule .classes .daily_classes .class_entry:nth-child(1n+4) {
    border-left-color: transparent;
}
.wpt_weekly_classes_schedule .classes .daily_classes.active .class_entry {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*Time Table Section End*/

.ft-team.team-slider-style-2 {
    margin: 50px 0 50px;
}
.ft-team.team-slider-style-2 .team-info-wrap .team-social {
    margin-top: 12px;
    visibility: hidden;
}
.ft-team.team-slider-style-2 .team-info-wrap .team-social a {
    color: #000;
    font-size: 16px;
    margin: 0 9px;
}
.ft-team.team-slider-style-2 .ft-team-container .team {
    position: relative;
}
.ft-team.team-slider-style-2 .team-wrap:hover .team .section-two {
    opacity: 0;
}
.ft-team.team-slider-style-2 .team-wrap:hover .team .team-info-wrap {
    opacity: 1;
}
.ft-team.team-slider-style-2 .team-wrap:hover .team-info-wrap .team-social {
    visibility: visible;
}
.ft-team.team-slider-style-2 .ft-team-container .team .section-one {
    width: 100%;
    text-align: center;
}
.ft-team.team-slider-style-2 .ft-team-container .team .section-one img {
    display: inline-block;
    max-height: 343px;
    width: auto;
}
.ft-team.team-slider-style-2 .ft-team-container .team .section-two {
    border-top: 1px solid #383838;
    background-color: #191919;
    text-align: center;
    padding-bottom: 10px;
    color: #959595;
    -webkit-transition: opacity 0.2s ease-in-out;
       -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
         -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
}
.ft-team.team-slider-style-2 .ft-team-container .team .section-two h6 {
    text-transform: uppercase;
    padding-top: 8px;
    margin-bottom: 3px;
}
.ft-team.team-slider-style-2 .ft-team-container .team .section-two p {
    color: #959595;
    margin: 0;
}
.ft-team.team-slider-style-2 .ft-team-container .team-info-wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding-bottom: 30px;
    opacity: 0;
    color: #000;
    -webkit-transition: opacity 0.2s ease-in-out;
       -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
         -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
}
.ft-team.team-slider-style-2 .ft-team-container .team-info-wrap .title {
    float: left;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 1px;
    margin-bottom: 13px;
    position: relative;
}
.ft-team.team-slider-style-2 .ft-team-container .team-info-wrap .title::after {
    content: '';
    border-bottom: 1px solid black;
    height: 1px;
    position: absolute;
    width: 36px;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
}
.ft-team.team-slider-style-2 .ft-team-container .team-info-wrap h6 {
    color: #000;
    margin-bottom: 3px;
    text-transform: uppercase;
    z-index: 100;
    position: relative;
}

@media (min-width: 992px) {
    .team-slider-style-2-heading .slider-nav {
        text-align: right;
    }
}
.team-slider-style-2-heading.bottom .slider-nav {
    text-align: center;
    margin-bottom: 30px;
}
.team-slider-style-2-heading .owl-prev {
    background:url(../images/icons/hr-slide-prv-btn.png) no-repeat 50% 50%;
}
.team-slider-style-2-heading .owl-next {
    background:url(../images/icons/hr-slide-next-btn.png) no-repeat 50% 50%;
}
.team-slider-style-2-heading .slider-nav div {
    text-align: left;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 10px !important;
    padding: 7px 22px !important;
    font-size: 12px;
    opacity: 0.5;
    text-indent: -9999px;
    border: 1px solid #736b75;
    cursor: pointer;
}
.team-slider-style-2-heading .slider-nav div:hover {
    opacity: 1;
}

.team-slider-style-2-heading {
    margin-top: 30px;
}
.team-slider-style-2-heading .left {
    margin-top: 60px;
}
.team-slider-style-2-heading .left .heading {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic;
    color: #FFF;
    display: inline-block;
}
.team-slider-style-2-heading .left .border {
    width: 67px;
    height: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
}
.ft-team.team-slider-style-2 .ft-team-container .team-wrap.active .section-two {
    opacity: 0;
}
.ft-team.team-slider-style-2 .ft-team-container .team-wrap.active .team-info-wrap,
.ft-team.team-slider-style-2 .ft-team-container .team-wrap.active .team-info-wrap .team-social {
    opacity: 1;
    visibility: visible;
}

/*Blog Section Start*/

.newsContent {
    padding: 0 208px;
}
.postMeta.text-right {
    padding-left: 115px;
}
.postCont h5 a {
    color: #333333;
    font-size: 17px;
    letter-spacing: 0.68px;
}
.postMeta .authorName a {
    color: #C2C2C2;
    font-family: 'Lato';
    font-style: italic;
}
.postContent a {
    color: #ec507e;
}
.postMeta {
    padding-bottom: 18px;
}
.postCont p {
    font-weight: 400;
    letter-spacing: .52px;
    font-size: 13px;
    line-height: 1.846;
}
.postCont .blogTags a {
    font-family: 'Lato';
}
.postCont .blogTags a:nth-child(odd) {
    color: #c2c2c2;
}
.postCont .blogTags a:nth-child(even) {
    color: #c69c6d;
    font-style: italic;
}
.singlePost {
    margin-bottom: 30px;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
}
.postThumb {
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(.999);
    -ms-transform: scale(.999);
    transform: scale(.999);
}
.postThumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.postThumb img {
    width: 100%;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.postThumb:hover .postHover {
    visibility: visible;
    opacity: 1;
}
.postHover {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.postHovBtns {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.postHovBtns a:hover {
    background: var(--hercules-accent);
    border-color: var(--hercules-accent);
	color:white !important;
}
.postHovBtns a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin: 0 3px;
    padding-top: 10px;
    width: 40px;
}
.postDate {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
}
.postDate span.date {
    background: var(--hercules-accent) none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    height: 42px;
    letter-spacing: 0.6px;
    padding-top: 12px;
    width: 45px;
}
a.postPop{
	display:none;
}
.postDate span.month {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: "latosemibold";
    font-size: 12px;
    height: 39px;
    letter-spacing: 0.24px;
    padding-top: 12px;
    text-transform: uppercase;
    width: 45px;
}

@media (min-width: 1200px) {
    .newsContent .col-md-6:nth-child(even) .postCont {
        text-align: right;
    }
    .postCont {
        padding: 39px 38px 41px 15px;
    }
}

@media (max-width: 1199px) {
    .postCont {
        padding: 39px 38px 41px 38px;
    }
}

.newsContent .button-wrapper {
    margin-top: 30px;
}
/*end home-v2*/


/*new-styles-while-building-the-theme*/

/* Twitter */
.twitter-carousal {
    list-style: outside none none;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.twitter-carousal li {
    float: left;
    width: 100%;
}
.twitter-carousal li h3 {
    float: left;
    font-style: italic;
    margin: 10px 0 18px;
    text-align: center;
    width: 100%;
}
.twitter-carousal li > a {
    display: table;
    margin: 0 auto;
}
.twitter-carousal li span {
    float: left;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
}
.twitter-carousal .owl-dots {
    position: relative;
    text-align: center;
}
.twitter-carousal .owl-dots > .owl-dot {
    display: inline-flex;
    float: none;
}
.twitter-carousal .owl-nav {
    float: left;
    margin-top: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 22;
}
.twitter-carousal .owl-nav > div:hover:before{
    color: #fff;
}
.twitter-carousal .owl-nav > div {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    color: transparent;
    display: inline-block;
    height: 30px;
    margin: 0 3px;
    position: relative;
    width: 30px;
}
.twitter-carousal .owl-nav > .owl-next::before {
    content: "\f105";
}
.twitter-carousal .owl-nav > div::before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    font-size: 16px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.no-padding-column .wpb_column .vc_column-inner {
	padding: 0;
}

.heading-style-2 .sep-top {
	width: 120px;
	border-top: 6px solid var(--hercules-accent);
	margin: 0 auto;
	position: relative;
	top: -6px;
}
.heading-style-2 .sep::after {
	content: none;
}

/*heading style 3*/
.heading-style-3 {
    text-align: center;
    margin: 40px 0;
}
.heading-style-3 h2 {
    text-transform: uppercase;
    font-weight: 600;
}
.heading-style-3 p {
    margin: 15px 0;
}
.heading-style-3 .bar {
	display: inline-block;
}
.heading-style-3 span {
	height: 2px;
	width: 40px;
	float: left;
}
.heading-style-3 .seperator {
	width: 30px;
}
/*end heading style 3*/

/*teaser style 2*/
.single-fitness-service-round-icon.square-box {
    border: 2px solid #f7f7f7;
    padding: 0 13px;
    margin: 90px 0 30px 0;
    transition: all .3s ease;
    text-align: center;
}

.single-fitness-service-round-icon.square-box .teaser-btn {
    display: inline-block;
    background: #ffffff repeat;
    border: 2px solid #f7f7f7;
    color: #272727;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 30px;
    padding: 8px 40px;
    position: relative;
    top: 25px;
    margin-top: -25px;
    transition: all 0.3s ease;
}

.single-fitness-service-round-icon.square-box:hover .teaser-btn {
    color: #ffffff;
    background-color: var(--hercules-accent);
    border-color: var(--hercules-accent);
}

.single-fitness-service-round-icon p {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 24px;
}

.single-fitness-service-round-icon.square-box:hover .icon-box {
    background: #fbf3ee;
    border-color: var(--hercules-accent);
}

.single-fitness-service-round-icon.square-box .icon-box {
    margin-top: -53.5px;
    transition: all 0.3s ease;
}

.single-fitness-service-round-icon .icon-box {
    width: 107px;
    height: 107px;
    border-radius: 50%;
    border: 5px solid #f7f7f7;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.single-fitness-service-round-icon .icon-box .fc-icon img {
	text-align: center;
    vertical-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    width: 85px;
    margin: 14px 0 0 7px;
}
/*end teaser style 2*/

/*class slider v2*/
.img-fullwidth {
	width: 100%;
}

.class-slider-style-2 .class-item {
	margin-bottom: 30px;
}
.class-slider-style-2 .class-item .thumb {
	margin-bottom: 20px;
}
.class-slider-style-2 .class-item .post-title {
	padding: 8px 0 0 0;
}
.class-slider-style-2 .class-item .btn-read-more {
	padding: 0;
	font-size: 14px;
}
.class-slider-style-2 .owl-controls .owl-dots {
	text-align: center;
}
.class-slider-style-2 .owl-controls .owl-dot {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	display: inline-block;
	border-radius: 15px;
	opacity: 0.5;
}
.class-slider-style-2 .owl-controls .owl-dot.active,
.class-slider-style-2 .owl-controls .owl-dot:hover {
	opacity: 1;
}
/*end class slider v2*/

/*team slider v3*/
.team-slider-style-3 {
	position: relative;
	max-width: 1370px;
	margin: 0 auto 50px;
}
.team-slider-style-3 .team-wrap {
	position: relative;
}
.team-slider-style-3 .team-wrap .thumb {
	filter: saturate(10%);
	-webkit-filter: saturate(10%);
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.team-slider-style-3 .team-wrap:hover .thumb {
	filter: saturate(50%);
	-webkit-filter: saturate(50%);
}
.team-slider-style-3 .team-wrap .title {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	background-color: rgba(48, 48, 48, 0.7);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.team-slider-style-3 .slider-nav .owl-prev,
.team-slider-style-3 .slider-nav .owl-next {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	width: 60px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9;
}
.team-slider-style-3 .slider-nav .owl-prev {
	left: -8%;
}
.team-slider-style-3 .slider-nav .owl-next {
	right: -8%;
}
@media (max-width: 1675px) {
	.team-slider-style-3 .slider-nav .owl-prev {
		left: 0%;
	}
	.team-slider-style-3 .slider-nav .owl-next {
		right: 0%;
	}
}

.team-slider-style-3-btn {
	padding: 10px 57px;
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	z-index: 1;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
	    -ms-transition: all 1s;
	     -o-transition: all 1s;
	        transition: all 1s;
}
.team-slider-style-3-btn::after {
	content: '';
	background-color: #666;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	   -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	     -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	        transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
	    -ms-transition: all 1s;
	     -o-transition: all 1s;
	        transition: all 1s;
}
.team-slider-style-3-btn:hover {
	color: #FFF;
}
.team-slider-style-3-btn:hover::after {
	height: 250%;
	opacity: 1;
}
/*end team slider v3*/

/*testimonial slider v2*/
.testimonial-slider-v2 .item .thumb {
	margin-bottom: 20px;
}
.testimonial-slider-v2 .item .content p {
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
	padding: 0 100px;
	margin-bottom: 20px;
}
.testimonial-slider-v2 .item .content .title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.testimonial-slider-v2 .item .content {
	position: relative;
}
.testimonial-slider-v2 .item .content::after {
	content: '\f10e';
	color: #A3A2A2;
	font-family: 'fontawesome';
	font-size: 100px;
	left: 46%;
	top: 84%;
	opacity: 0.1;
	position: absolute;
}

.testimonial-slider-v2 .counting {
	position: inherit;
	margin-top: 20px;
}
.testimonial-slider-v2 .counting li {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}
/*end testimonial slider v2*/

/*hercules-contact-form*/
.hercules-contact-form-container .contact-form {
	position: absolute;
	width: 400px;
	top: 0;
}
@media (max-width: 991px) {
	.hercules-contact-form-container .contact-form {
		position: relative;
		width: 100%;
		margin: 0 -15px;
	}
}
/*end hercules-contact-form*/

/*home v4 about section*/
.about-home-v4 .overlay {
    background: rgba(225,224,230,0.9);
    height: 100%;
    padding-top: 100px;
}
.about-home-v4 .heading {
    width: 100%;
    float: left;
    border-left: 2px solid #000;
}
.about-home-v4 .heading p {
    text-transform: uppercase;
    color: #000;
    padding: 0 0 0 20px;
}
.about-home-v4 .heading h1 {
    font-family: 'Open Sans';
    font-size: 35px;
    color: var(--hercules-accent);
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0 20px;
    margin: 0;
}
.about-home-v4 .text {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.about-home-v4 .text p {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0;
}
.about-home-v4 .featured {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.about-home-v4 .featured .fea-icon {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    float: left;
    margin-right: 25px;
    text-align: center;
    line-height: 74px;
}
.about-home-v4 .hr-icon {
	font-size: 50px;
    vertical-align: middle;
    color: white;
}
.about-home-v4 .featured .featured-text h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-family: 'Open Sans';
}
.bg-col-orange {
    background-color: var(--hercules-accent);
}
.bg-col-green {
    background-color: #9bde3b;
}
.bg-col-red {
    background-color: #ff0000;
}
/*end home v4 about section*/

/*heading style 4*/
.heading-style-4 {
	margin: 40px 0 50px 0;
	text-align: center;
}
.heading-style-4 h2 {
	font-weight: 600;
}
/*end heading style 4*/

/*team slider style 4*/
.team-slider-style-4 {
	margin: 0 auto;
}
.team-slider-style-4 .team-wrap {
	position: relative;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.team-slider-style-4 .team-wrap .main-title {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	background-color: rgba(48, 48, 48, 0.7);
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.team-slider-style-4 .team-wrap .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 21px;
	opacity: 0;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.team-slider-style-4 .team-wrap .info .bg-color {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.95;
}
.team-slider-style-4 .team-wrap .info .wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.team-slider-style-4 .team-wrap .title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.team-slider-style-4 .team-wrap .sub-title {
	position: relative;
	margin: 0 0 20px;
}
.team-slider-style-4 .team-wrap .sub-title::after {
	content: '';
	width: 36px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: -10px;
}
.team-slider-style-4 .team-wrap .social-btns {
	margin: 20px 0 0;
}
.team-slider-style-4 .team-wrap .social-btns a {
	color: #000;
	font-size: 16px;
	margin: 0 5px;
}
.team-slider-style-4 .team-wrap:hover {
	filter: saturate(50%);
	-webkit-filter: saturate(50%);
}
.team-slider-style-4 .team-wrap:hover .main-title {
	opacity: 0;
}
.team-slider-style-4 .team-wrap:hover .info {
	opacity: 1;
}

.team-slider-style-4-wrapper {
	position: relative;
	margin-bottom: 50px;
}
.team-slider-style-4-wrapper .slider-nav .owl-prev,
.team-slider-style-4-wrapper .slider-nav .owl-next {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 12px;
	display: inline-block;
	width: 60px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9;
}
.team-slider-style-4-wrapper .slider-nav .owl-prev:hover,
.team-slider-style-4-wrapper .slider-nav .owl-next:hover {
	color: #FFF;
}

.team-slider-style-4-wrapper .slider-nav .owl-prev {
	left: 0;
}
.team-slider-style-4-wrapper .slider-nav .owl-next {
	right: 0;
}

@media (min-width: 1170px) {
	.team-slider-style-4 {
		max-width: 816px;
	}
	.team-slider-style-4-wrapper .slider-nav .owl-prev {
		left: 7%;
	}
	.team-slider-style-4-wrapper .slider-nav .owl-next {
		right: 7%;
	}
}
/*end team slider style 4*/

/*product slider*/
.product-slider {
	position: relative;
}
.product-slider .content {
	border: 1px solid #d1d1d1;
	border-top: none;
	text-align: center;
	padding: 18px;
}
.product-slider .line-bottom {
	color: #24272A;
	padding: 8px 0 0 0;
}
.product-slider .star-rating {
	font-size: 14px;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}
.product-slider .price {
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0 15px;
	margin: 0;
}
.product-slider .class-item a.button {
	background-color: transparent;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: inherit;
	position: relative;
}
.product-slider .class-item a.button:hover {
	background-color: transparent;
}
.product-slider .class-item a.button.loading::after {
	top: 50%;
    margin-top: -10px;
}
.product-slider .class-item a.button.added {
	display: none;
}
.product-slider .class-item a.added_to_cart {
	padding: 0;
}
.product-slider .class-item a.button img {
	display: none;
}
.product-slider .owl-controls .owl-nav div {
	color: #FFF;
	display: block;
	padding: 10px;
	position: absolute;
	top: 60%;
	margin-top: -19px;
	z-index: 9;
	opacity: 0.5;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}
.product-slider .owl-controls .owl-nav .owl-prev {
	left: 0;
}
.product-slider .owl-controls .owl-nav .owl-next {
	right: 0;
}
.product-slider .owl-controls .owl-nav div:hover {
	opacity: 1;
}
/*end product slider*/

.hercules-page-content,
.hercules-sidebar-content {
	margin-top: 60px;
}

.no-breadcrumb .hercules-page-content,
.no-breadcrumb .hercules-sidebar-content {
	margin-top: 0;
}

footer.invert-footer {
	background: #4c4c4c;
	margin-top: 20px;
}

/*woocommerce*/
@media (min-width: 992px) {
	.hercules-woocommerce-ordering-wrapper {
		text-align: right;
	}
}
.woocommerce .shop-items .shop-item .item-hover h5 a {
	background-color: transparent;
	padding: 0;
	font-weight: normal;
	border-radius: 0;
	opacity: 1;
}
.woocommerce .shop-items .shop-item .item-hover h5 a.loading::after {
	top: 50%;
	margin-top: -12px;
}
.woocommerce .shop-items .shop-item .item-hover h5 a.added {
	display: none;
}

.shop-section .shop-pagination li a {
	line-height: 26px;
    padding: 0;
}
.shop-section .shop-pagination li a i {
	line-height: 26px;
}
.widget ul li a span.count:not(.hercules-count) {
	float: inherit;
	color: inherit;
	font-size: inherit;
}
.widget ul li ul.children {
	margin-left: 15px;
}
.widget select {
	width: 100%;
	outline: none;
	border: 1px solid #eee;
	font-size: 14px;
	background: #f1f1f1;
	padding: 5px 10px;
}
.archive-header .title {
	color: #454345;
}
.wc-notice-wrapper {
	position: relative;
}
.wc-notice-wrapper .notice-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.65;
}
.wc-notice-wrapper .demo_store {
	position: relative;
	background-color: transparent;
}
.woocommerce form .form-row {
	padding: 0;
}
.woocommerce form .form-row select {
	outline: none;
	border: 1px solid #eee;
	font-size: 14px;
	background: #f1f1f1;
	padding: 5px 10px;
}
.woocommerce .shop-items .shop-item .item-image .wp-post-image {
	width: 100%;
}
/*end woocommerce*/

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 4px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	color: #4c4c4c;
	text-transform: uppercase;
	font-size: 14px;
	border: 2px solid #4c4c4c;
	background-color: transparent;
	padding: 6px 20px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	color: #FFF;
	opacity: 1;
}

.woocommerce .widget_rating_filter ul li a {
	line-height: 1;
}
.woocommerce .widget_rating_filter ul li {
	margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	line-height: 10px;
	font-size: 14px;
	height: 16px;
	width: 16px;
	top: 5px;
}

.woocommerce .widget_layered_nav ul li a {
	display: inline-block;
}
.woocommerce .widget_layered_nav ul li span {
	line-height: 23px;
	display: inline-block;
	padding: 0;
	font-size: 13px;
}
.woocommerce ul.cart_list li .reviewer,
.woocommerce ul.product_list_widget li .reviewer {
	margin-top: 3px;
	display: inline-block;
	font-size: 13px;
}
.sidebar .widget .mini-shop-item .shop-item-image img {
	height: auto;
}
.woocommerce .widget_layered_nav_filters ul li {
	float: none;
}
.tagcloud a {
	font-size: 13px !important;
}

/*single product*/
.hercules-page-content > .product {
	width: 100%;
	padding: 0;
}
.shop-item-v1 .slider-section .slide-wrapper img {
	width: 100%;
}
.shop-item-v1 {
	position: relative;
}
.shop-item-v1 .item-sale {
	position: absolute;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 70px;
	height: 70px;
	padding-top: 24px;
	line-height: 1.5em;
	text-transform: uppercase;
	z-index: 9;
}
.hercules-page-content .product .shop-item-v1 .woocommerce-product-rating,
.hercules-page-content .product .shop-item-v1 .cart {
	display: table;
	margin: 0 auto;
}
.hercules-page-content .product .shop-item-v1 .cart {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.hercules-page-content .product .shop-item-v1 .cart .quantity {
	float: none;
	margin: 0 10px 0 0;
	display: inline-block;
}
.woocommerce .quantity .qty {
	border: 2px solid #ccc;
	padding: 6px 0;
	color: #121212;
}
.hercules-page-content .product .shop-item-v1 .cart .qty {}
.hercules-page-content .product .shop-item-v1 .cart .button {
	color: #4c4c4c;
	text-transform: uppercase;
	font-size: 14px;
	border: 2px solid;
	background-color: transparent;
	padding: 9px 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	float: none;
}
.hercules-page-content .product .shop-item-v1 .cart .button:hover {
	opacity: 1;
	color: #fff;
}
.hercules-page-content .product .shop-item-v1 .cart .button.disabled:hover {
	opacity: 0.75;
}
.hercules-page-content .product .shop-item-v1 .product_meta {
	text-align: center;
}
.hercules-page-content .product .shop-item-v1 .cart .label label {
	color: #999;
	text-transform: uppercase;
	margin-top: 7px;
}
.hercules-page-content .product .shop-item-v1 .cart .reset_variations {
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	top: 3px;
}
.hercules-page-content .product .shop-item-v1 .cart select {
	outline: none;
	border: 1px solid #eee;
	font-size: 14px;
	background: #f1f1f1;
	padding: 5px 10px;
}
.hercules-page-content .product .shop-item-v1 .cart .variations select {
	max-width: inherit;
	min-width: inherit;
}
.hercules-page-content .product .shop-item-v1 .cart .woocommerce-variation-price {
	margin: 15px 0;
}
.woocommerce div.product .woocommerce-tabs {
	margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	border: 1px solid #e4e1e3;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	content: none;
}
.woocommerce #reviews #comments h2 {
	padding: 15px 0 10px;
}
.woocommerce #review_form #respond .comment-reply-title {
	font-size: 22px;
	margin: 25px 0 15px 0;
	display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	content: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 25px;
	border: 1px solid #e4e1e3;
	-webkit-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	font-size: 16px;
	background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: #FFF;
}
/*end single product*/

/*cart*/
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 150px;
	padding: 10px 20px;
	line-height: 19px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	padding: 15px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 70px;
}
.woocommerce table.shop_table th {
	font-size: 14px;
	font-weight: normal;
	color: #4c4c4c;
	text-transform: uppercase;
}
.woocommerce table.shop_table td {
	font-size: 14px;
}
/*end cart*/

/*my-account*/
.woocommerce form.login, .woocommerce form.register {
	padding: 0;
	margin: 0 0 45px;
	border: none;
}
.woocommerce form.checkout_coupon {
	margin: 0 0 65px;
}
.woocommerce form .form-row label.inline {
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
}
.woocommerce form .form-row label.inline #rememberme {
	position: relative;
	top: 2px;
}
.woocommerce-MyAccount-navigation {
	border-top: 1px solid #e1e1e1;
}
.woocommerce-MyAccount-navigation li {
	padding: 7px 10px;
	background-color: #f9f9f9;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
.edit-account .button,
.woocommerce-MyAccount-content .button {
	margin-top: 25px !important;
}
.woocommerce-MyAccount-content fieldset {
	margin: 45px 0 0;
}
.woocommerce-MyAccount-content fieldset legend {
	padding-bottom: 15px;
}
.woocommerce-order-details h2 {
	margin: 30px 0 15px;
}
.woocommerce-password-strength {
	padding: 7px .5em;
	font-size: 14px;
	color: #FFF;
}
address {
	font-style: italic;
}
/*end my-account*/

/*checkout*/
.woocommerce form .form-row label {
	font-size: 16px;
	font-weight: normal;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
	padding: 15px 20px;
	height: auto;
	background-color: #f9f9f9;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	border-radius: 0;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #A3A2A2;
	line-height: inherit;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	margin-top: -13px;
}
.select2-dropdown {
	border: 1px solid #e1e1e1;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 8px 10px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 0 0 45px;
}
#order_review_heading {
	margin: 25px 0 15px;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display: inline-block;
	padding: 0;
	line-height: 1;
}
.woocommerce form .form-row .input-checkbox {
	display: inline-block;
	position: relative;
	top: 3px;
}
#ship-to-different-address .input-checkbox {
	position: relative;
	top: 8px;
}
/*end checkout*/

/*woocommerce button*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: var(--hercules-accent);
	color: #fff;
	text-transform: uppercase;
	padding: 12px 35px;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.5;
	-webkit-transition: ease-in-out 0.2s;
	   -moz-transition: ease-in-out 0.2s;
	    -ms-transition: ease-in-out 0.2s;
	     -o-transition: ease-in-out 0.2s;
	        transition: ease-in-out 0.2s;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 12px 35px;
    color: #fff;
    -webkit-transition: ease-in-out 0.2s;
       -moz-transition: ease-in-out 0.2s;
        -ms-transition: ease-in-out 0.2s;
         -o-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #454345;
	color: #fff;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce table.my_account_orders .button {
	line-height: 1 !important;
	padding: .618em 1em !important;
	margin-top: 0 !important;
	font-weight: normal !important;
	font-size: 14px !important;
}
/*end woocommerce button*/

.entry-title {
	margin: 0 0 30px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
	width: 100%;
	padding: 15px 20px;
	font-style: italic;
	margin-bottom: 15px;
	background: #f9f9f9;
	border: 1px solid #e1e1e1;
	font-size: 14px;
}

.footer-content-bg {
	background-image: url('../images/not-found-bg.jpg');
	background-position: top center;
}

.footer-content-bg h4 {
	margin-bottom: 35px;
}

/*slides-style2*/
.slides-style2 .item {
	position: relative;
}
.slides-style2 .slide-text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.slides-style2 .slide-text .inner-content {
	max-width: 1170px;
	margin: 0 auto;
	color: #FFF;
}
.slides-style2 .owl-prev {
	left: 0;
}
.slides-style2 .owl-next {
	right: 0;
}
.slides-style2 .owl-prev,
.slides-style2 .owl-next {
	background-color: #c1bfda;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
@media (min-width: 1170px) {
	.slides-style2 .owl-prev {
		left: 75px;
	}
	.slides-style2 .owl-next {
		right: 75px;
	}
}
.slider-v2-regular {
	font-size: 16px;
	line-height: 24px;
}
.slider-v2-large {
	font-size: 60px;
	line-height: 80px;
	font-weight: 600;
}
.slider-v2-light {
	font-size: 16px;
	line-height: 24px;
}
.slider-v2-btn {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 18px 39px;
}
.slider-v2-btn:hover {
	color: #FFF;
}
.slides-style2 .slider-v2-btn {
	margin-top: 45px;
}
/*end slides-style2*/

/*heading-style-6*/
.heading-style-6 {
	text-align: center;
	margin: 75px 0 50px;
}
.heading-style-6 p {
	color: #7A7992;
	font-size: 16px;
	margin: 0;
}
.heading-style-6 h2 {
	font-size: 36px;
	color: #2D2C40;
	position: relative;
	padding-bottom: 25px;
	line-height: 45px;
}
.heading-style-6 h2::after {
	content: '';
	background-color: #c1bfda;
	height: 1px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
/*end heading-style-6*/

/*teaser-style-3*/
.teaser-style-3 {
	margin-bottom: 25px;
}
.teaser-style-3 .image-wrapper {
	position: relative;
	margin-bottom: 40px;
}
.teaser-style-3 .image-wrapper img {
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.teaser-style-3 .image-wrapper .btn-wrapper {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.2s ease-in-out;
	   -moz-transition: opacity 0.2s ease-in-out;
	    -ms-transition: opacity 0.2s ease-in-out;
	     -o-transition: opacity 0.2s ease-in-out;
	        transition: opacity 0.2s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.teaser-style-3:hover .image-wrapper .btn-wrapper {
	opacity: 1;
}
.teaser-style-3 .image-wrapper .teaser-btn {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 23px;
	border-radius: 20px;
}
.teaser-style-3 .title {
	color: #2D2C40;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
}
.teaser-style-3 .price {
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}
/*end teaser-style-3*/

.why-choose-beauty img {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}

/*home-v6-raw-html*/
.home-v6-raw-html {}
.home-v6-raw-html h3 {
	color: #2D2C40;
}
.home-v6-raw-html p {
	font-size: 16px;
	color: #7a7992;
}
.home-v6-raw-html p .fa {
	margin-right: 5px;
}
.home-v6-raw-html .count {
	font-size: 36px;
	line-height: 60px;
}
.home-v6-raw-html .title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #7a7992;
}
.home-v6-raw-html .button {
	margin-top: 30px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 36px;
	border-radius: 4px;
}
.home-v6-raw-html .button .fa {
	margin-right: 5px;
}
@media (min-width: 992px) {
	.home-v6-raw-html {
		margin: 15px 0 0 15px;
	}
}
/*end home-v6-raw-html*/

/*pricing-table-style2*/
.pricing-table-style2 {
	text-align: center;
	margin-bottom: 25px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px #f1f1f1;
	        box-shadow: 0px 0px 5px #f1f1f1;
	-webkit-transition: ease-in-out 0.2s;
	   -moz-transition: ease-in-out 0.2s;
	    -ms-transition: ease-in-out 0.2s;
	     -o-transition: ease-in-out 0.2s;
	        transition: ease-in-out 0.2s;
}
.pricing-table-style2 .top {
	background-color: #F4F4F4;
	display: inline-block;
	width: 100%;
	-webkit-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}
.pricing-table-style2 .title {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin: 20px  0 25px;
	position: relative;
}
.pricing-table-style2 .title .bar {
	position: absolute;
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
}
.pricing-table-style2 .price-wrapper {
	display: inline-block;
	margin-bottom: 40px;
}
.pricing-table-style2 .price-wrapper::before,
.pricing-table-style2 .price-wrapper::after {
	clear: both;
	content: '';
	display: table;
}
.pricing-table-style2 .price-wrapper .currency {
	font-size: 24px;
	color: #6F7982;
	float: left;
	line-height: 30px;
}
.pricing-table-style2 .price-wrapper .price {
	font-size: 60px;
	float: left;
	line-height: 50px;
	margin: 0 5px;
}
.pricing-table-style2 .price-wrapper .term {
	color: #6F7982;
	font-size: 16px;
	float: left;
	line-height: 24px;
}
.pricing-table-style2 .price-wrapper .term span {
	position: relative;
	bottom: -25px;
}
.pricing-table-style2 .bottom {
	background-color: #FFF;
	padding: 40px 0;
	-webkit-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
}
.pricing-table-style2 .bottom .pricing-table-stuff li {
	font-size: 15px;
	color: #6F7982;
	line-height: 35px;
}
.pricing-table-style2 .bottom .button-wrapper .info {
	font-size: 12px;
	color: #b8b8b8;
	text-transform: uppercase;
	margin: 30px 0 20px;
}
.pricing-table-style2 .bottom .button-wrapper .button {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid;
	border-radius: 3px;
	padding: 14px 15px;
	min-width: 155px;
	font-weight: 500;
}
.pricing-table-style2:hover {
	-webkit-box-shadow: 0px 0px 25px #f1f1f1;
	        box-shadow: 0px 0px 25px #f1f1f1;
}
.pricing-table-style2:hover .bottom .button-wrapper .button {
	color: #FFF;
	background-color: var(--hercules-accent);
}
/*end pricing-table-style2*/

/*gallery-style-1*/
.gallery-full-width {
	padding: 0 15px;
}
.gallery-style-1 .item {
	position: relative;
	text-align: center;
	margin: 0 -15px;
}
.gallery-style-1 .item .hover-part {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in;
	   -moz-transition: opacity 0.2s ease-in;
	    -ms-transition: opacity 0.2s ease-in;
	     -o-transition: opacity 0.2s ease-in;
	        transition: opacity 0.2s ease-in;
}
.gallery-style-1 .item .hover-part,
.gallery-style-1 .item .hover-part .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery-style-1 .item .hover-part .bg {
	opacity: 0.9;
}
.gallery-style-1 .item .hover-part .content {
	z-index: 9;
	position: relative;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.gallery-style-1 .item .hover-part .buttons-wrapper {
	margin-bottom: 20px;
}
.gallery-style-1 .item .hover-part .buttons-wrapper a {
	background-color: #fff;
	font-size: 18px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: inline-block;
	line-height: 50px;
	margin: 0 2px;
	color: #373b2f;
}
.gallery-style-1 .item .hover-part .title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}
.gallery-style-1 .item .hover-part .date {
	font-size: 14px;
}
.gallery-style-1 .item:hover .hover-part {
	opacity: 1;
}
/*end gallery-style-1*/

.why-choose-beauty-2 img {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.appointment-raw .heading-style-6 {
	text-align: left;
	margin-bottom: 40px;
}
.appointment-raw .heading-style-6 h2::after {
	left: 0;
	margin-left: 0;
}
.appointment-raw h3 {
	color: #2D2C40;
}
.appointment-raw p {
	color: #7A7992;
}
.appointment-raw .large {
	font-size: 18px;
}
.appointment-raw .button {
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 36px;
	border-radius: 25px;
	margin-top: 30px;
}

/*testimonials-style-4*/
.testimonials-style-4 .testimonial {
	margin-bottom: 15px;
}
.testimonials-style-4 .testimonial .top {
	position: relative;
}
.testimonials-style-4 .testimonial .quotation {
	margin-bottom: 15px;
}
.testimonials-style-4 .testimonial .user-comment {
	background-color: #fff;
	padding: 20px 15px 55px 15px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 45px;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.03);
	        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.03);
}
.testimonials-style-4 .testimonial .avatar {
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	bottom: -32px;
}
.testimonials-style-4 .testimonial .avatar img {
	border-radius: 63px;
	border: 7px solid #fbf8fb;
}
.testimonials-style-4 .testimonial .title {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
/*end testimonials-style-4*/

/*blog-posts-style-3*/
.blog-posts-style-3 .blog-post {
	margin-bottom: 25px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0px 0px 15px #f0f2eb;
	        box-shadow: 0px 0px 15px #f0f2eb;
}
.blog-posts-style-3 .featured-image img {
	-webkit-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}
.blog-posts-style-3 .content {
	padding: 25px;
}
.blog-posts-style-3 .content .category {
	margin-bottom: 10px;
}
.blog-posts-style-3 .content .category a {
	font-weight: 600;
	text-transform: uppercase;
}
.blog-posts-style-3 .content .category a:not(:last-child)::after {
	content: ',';
	margin-right: 2px;
}
.blog-posts-style-3 .title {
	font-size: 20px;
	font-weight: 500;
}
.blog-posts-style-3 .title a {
	color: #2D2C40;
}
.blog-posts-style-3 .post-footer {
	font-size: 14px;
	color: #7A7992;
	text-transform: uppercase;
}
.blog-posts-style-3 .date::before {
	content: '|';
	margin: 0 2px;
}
/*end blog-posts-style-3*/

/*contact-form-style*/
.wpcf7-form label {
	font-size: 14px;
    font-weight: normal;
}
.wpcf7-form .wpcf7-form-control {
	color: #A0A0A0;
	font-size: 14px;
	font-style: normal;
	background-color: transparent;
	border-color: #ECECEC;
	margin: 15px 0;
	font-weight: 300;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.wpcf7-form textarea.wpcf7-form-control {
	margin-top: 15px;
	resize: vertical;
	height: 120px;
}
.wpcf7-form .wpcf7-submit {
	text-transform: uppercase;
	padding: 13px 35px;
	border-radius: 0;
	font-weight: 600;
	min-width: 180px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-transition: ease-in-out 0.2s;
	   -moz-transition: ease-in-out 0.2s;
	    -ms-transition: ease-in-out 0.2s;
	     -o-transition: ease-in-out 0.2s;
	        transition: ease-in-out 0.2s;
}
.wpcf7-form .button {
	color: #FFF;
}
.wpcf7-form .wpcf7-response-output {
	margin-left: 0;
	margin-top: 5px;
	padding: 10px 15px;
}
/*contact-form-style*/

.social.more-space li a {
	margin: 0 8px;
}


/*slides-style3*/
.slides-style3 .item {
	position: relative;
}
.slides-style3 .slide-text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.slides-style3 .slide-text .inner-content {
	max-width: 1170px;
	margin: 0 auto;
	color: #FFF;
}
.slides-style3 .owl-prev {
	left: 0;
}
.slides-style3 .owl-next {
	right: 0;
}
.slides-style3 .owl-prev,
.slides-style3 .owl-next {
	text-align: center;
	border-radius: 50px;
	font-size: 34px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
}
@media (min-width: 1170px) {
	.slides-style3 .owl-prev {
		left: 75px;
	}
	.slides-style3 .owl-next {
		right: 75px;
	}
}
.slider-v3-regular {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 18px;
	line-height: 60px;
	text-transform: uppercase;
}
.slider-v3-large {
	font-size: 100px;
	line-height: 60px;
	font-weight: 700;
}
.slider-v3-regular-2 {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #444;
	margin: 50px 0;
}
.slider-v3-btn {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 7px 39px;
}
.slider-v3-btn:hover {
	color: #FFF;
}
/*end slides-style3*/

/*our-goal*/
@media (min-width: 992px) {
	.our-goal-right-section .wpb_text_column .wpb_wrapper {
		margin: 160px 0 0 100px;
	}
}
.our-goal-section {}
.our-goal-section .wpb_wrapper {
	position: relative;
}
.our-goal-image-text-wrapper {
	position: absolute;
	top: 50%;
	right: 50%;
	max-width: 550px;
	margin-right: -250px !important;
	color: #FFF;
	font-size: 15px;
	line-height: 25px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.our-goal-image-text-wrapper .with-quote::before {
	color: #ddd;
	content: '\f10d';
	font-family: 'Fontawesome';
	font-size: 25px;
	position: absolute;
	left: 10px;
	top: -10px;
}
.our-goal-image-text-wrapper .with-quote::after {
	color: #ddd;
	content: '\f10e';
	font-family: 'Fontawesome';
	position: absolute;
	right: 220px;
	bottom: -8px;
	font-size: 25px;
}
.our-goal-image-text-wrapper .with-quote {
	position: relative;
	padding: 0 45px;
}
/*our-goal*/

/*teaser-style-4*/
.teaser-style-4 {
	text-align: center;
	margin-bottom: 35px;
}
.teaser-style-4 .image {
	margin-bottom: 25px;
	height: 80px;
	position: relative;
}
.teaser-style-4 .image img {
	margin: 0 auto;
	max-height: 65px;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.teaser-style-4 .title {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}
.teaser-style-4 .content {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
}
.teaser-style-4 .dots li {
	position: relative;
	display: inline-block;
	width: 5px;
	margin: 0 4px;
}
.teaser-style-4 .dots li::after {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	background-color: #ddd;
	left: 0;
	top: 0;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
/*end teaser-style-4*/

.font-open-sans {
	font-family: 'Open Sans';
}

/*our programme navigation*/
@media (min-width: 992px) {
	.our-programme-navigation {
		text-align: right
	}
}
.our-programme-navigation .btn1 {
	padding: 11px 38px;
	border-radius: 3px;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.our-programme-navigation .btn2 {
	color: #746F6A;
	border: 1px solid #ddd;
	padding: 5px 18px;
}
.our-programme-navigation .btn2 span {
	margin-left: 15px;
}
/*end our programme navigation*/

/*portfolio slider*/
.portfolio-slider-v1 .owl-dots {
	text-align: center;
	margin: 25px 0;
}
.portfolio-slider-v1 .owl-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 4px;
	border: 1px solid;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.portfolio-slider-v1 .owl-dot:not(.active) {
	background-color: #fff !important;
	border-color: #999 !important;
}
/*end portfolio slider*/

.home-v6-timetable .tt_tabs_navigation {
	margin: 0 auto;
	display: table;
	width: inherit !important;
}

@media (min-width: 1200px) {
	.hercules-block .home-v6-contact-form-section .vc_column-inner {
		max-width: 500px;
		float: right;
		margin-right: 70px;
	}
}
.contact-form-style-2 .wpcf7-form-control {
	border-color: #eee;
	border-width: 0 0 2px 0;
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.contact-form-style-2 .wpcf7-submit {
	font-size: 24px;
	line-height: 20px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
	        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
}

.contact-form-style-2-map-wrapper {
	position: relative;
}
.contact-form-style-2-map-wrapper .cols::before,
.contact-form-style-2-map-wrapper .cols::after {
	display: table;
	clear: both;
	content: '';
}
.contact-form-style-2-map-wrapper .cols {
	position: absolute;
	top: 30%;
	left: 10%;
}
.contact-form-style-2-map-wrapper .cols .col {
	text-align: center;
	margin: 0 45px 25px;
	float: left;
	background-color: #fff;
	width: 150px;
	height: 150px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.contact-form-style-2-map-wrapper .cols .col .icon {
	margin-top: 25px;
}
.contact-form-style-2-map-wrapper .cols .col .fa {
	font-size: 36px;
}
.contact-form-style-2-map-wrapper .cols .col .content {
	font-size: 12px;
	line-height: 22px;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.contact-form-style-2-map-wrapper .cols {
		display: none;
	}
}

.home-v6-footer h3,
.home-v6-footer .widget ul li a {
	color: #FFF;
}
.home-v6-footer .widget ul li a {
	font-size: 16px;
	line-height: 26px;
}

.home-v6-footer .es_caption {
	display: none;
}
.home-v6-footer .es_lablebox {
	display: none;
}
.home-v6-footer .es_textbox {
	position: relative;
}
.home-v6-footer .es_textbox input {
	padding: 5px 10px;
	background-color: transparent;
}
.home-v6-footer .es_textbox::after {
	content: '\f105';
	font-family: 'Fontawesome';
	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
}
.home-v6-footer .es_button {
	display: none;
}

@media (max-width: 991px) {
	.vc_row.vc_row-no-padding .hercules-block {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*twitter-feed-widget*/
.hercules-twitter-feed ul li:not(:last-child) .tweet {
	margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.hercules-twitter-feed .tweet a {
	display: inline;
    word-wrap: break-word;
    padding: 0;
}
.hercules-twitter-feed .tweet .footer span {
	display: block;
    margin-top: 5px;
}
/*end twitter-feed-widget*/

/*hercules-widget-menu*/
.widget.hercules-widget-menu {
	margin-bottom: 2.5em;
}
/*end hercules-widget-menu*/

/*end new-styles-while-building-the-theme*/

/* Hercules 6.0 WooCommerce product gallery and account form compatibility. */
.shop-item-v1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 48px;
}

.shop-item-v1 .woocommerce-product-gallery,
.shop-item-v1 .hercules-product-gallery {
    flex: 1 1 52%;
    width: 52%;
    max-width: 58%;
    margin: 0 0 50px;
}

.shop-item-v1 .hercules-product-details {
    flex: 1 1 36%;
    min-width: 300px;
}

.shop-item-v1 .woocommerce-product-gallery__wrapper,
.shop-item-v1 .woocommerce-product-gallery__image,
.shop-item-v1 .woocommerce-product-gallery__image a,
.shop-item-v1 .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
}

.shop-item-v1 .woocommerce-product-gallery__image img {
    height: auto;
    border: 1px solid #e7eaed;
    background: #ffffff;
}

.shop-item-v1 .flex-control-thumbs {
    display: grid;
    margin: 14px 0 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
}

.shop-item-v1 .flex-control-thumbs li {
    margin: 0;
    cursor: pointer;
}

.shop-item-v1 .flex-control-thumbs img {
    width: 100%;
    height: auto;
    border: 2px solid transparent;
    opacity: 0.72;
    transition: border-color 180ms ease, opacity 180ms ease;
}

.shop-item-v1 .flex-control-thumbs img:hover,
.shop-item-v1 .flex-control-thumbs img.flex-active {
    border-color: var(--hercules-accent);
    opacity: 1;
}

.hercules-account-title {
    margin: 0 0 24px;
    color: #2f363d;
    font-size: 30px;
    line-height: 1.2;
}

.login-form label:not(.woocommerce-form__label-for-checkbox) {
    display: block;
    margin-bottom: 8px;
    color: #353c43;
    font-weight: 700;
}

.login-form .required {
    color: #c62828;
}

@media (max-width: 767px) {
    .shop-item-v1 {
        display: block;
    }

    .shop-item-v1 .woocommerce-product-gallery,
    .shop-item-v1 .hercules-product-gallery,
    .shop-item-v1 .hercules-product-details {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}

/* ==========================================================================
   HERCULES WOOCOMMERCE LAYOUT FIX - Bootstrap 5 compatibility
   Added 2026-07-23. Restores single-product, tabs, related & upsell layout
   after Bootstrap 3/4 float grid was replaced by Bootstrap 5 flexbox.
   ========================================================================== */

/* --- Single product: two column layout --- */
.woocommerce div.product .shop-item-v1,
.shop-item-v1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}

.shop-item-v1 .woocommerce-product-gallery,
.shop-item-v1 .hercules-product-gallery {
    flex: 0 0 48%;
    max-width: 48%;
    min-width: 0;
    margin: 0;
    position: relative;
}

.shop-item-v1 .hercules-product-details,
.shop-item-v1 div.summary,
.shop-item-v1 .entry-summary {
    flex: 1 1 0%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
}

/* --- Gallery internals --- */
.woocommerce div.product div.images,
.woocommerce-product-gallery {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0;
    width: 100%;
}

.woocommerce-product-gallery img,
.woocommerce div.product div.images img {
    width: 100%;
    height: auto;
    display: block;
}

.woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 calc(25% - 8px);
    margin: 0;
    width: auto;
}

.woocommerce-product-gallery .flex-control-thumbs img {
    width: 100%;
    height: auto;
    opacity: .6;
    transition: opacity .2s ease;
    cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img:hover,
.woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    opacity: 1;
}

/* --- Summary typography & spacing --- */
.shop-item-v1 .hercules-product-details .product_title {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.2;
    word-break: normal;
    overflow-wrap: normal;
}

.shop-item-v1 .hercules-product-details p.price,
.shop-item-v1 .hercules-product-details span.price {
    display: block;
    margin: 0 0 18px;
    font-size: 24px;
}

.shop-item-v1 .hercules-product-details .woocommerce-product-details__short-description {
    margin: 0 0 24px;
    max-width: 100%;
}

.shop-item-v1 .hercules-product-details .woocommerce-product-details__short-description p {
    margin: 0 0 10px;
    line-height: 1.7;
}

/* --- Add to cart row --- */
.shop-item-v1 form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
}

.shop-item-v1 form.cart .quantity {
    margin: 0;
}

.shop-item-v1 form.cart .quantity input.qty {
    width: 70px;
    height: 46px;
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.shop-item-v1 .product_meta {
    display: block;
    padding-top: 16px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.shop-item-v1 .product_meta > span {
    display: block;
    margin-bottom: 6px;
}

/* --- Tabs --- */
.woocommerce div.product .woocommerce-tabs {
    width: 100%;
    clear: both;
    margin-bottom: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 12px 22px;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs .panel {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 26px 0 0;
    border: 0;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    max-width: 100%;
}

/* --- Related & up-sells grid --- */
.woocommerce .related.products,
.woocommerce .up-sells.upsells,
.woocommerce .up-sells {
    width: 100%;
    clear: both;
    margin-bottom: 40px;
}

.woocommerce .related.products ul.products,
.woocommerce .up-sells ul.products,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce ul.products li.product {
    flex: 0 0 calc(25% - 23px);
    max-width: calc(25% - 23px);
    width: auto;
    margin: 0;
    float: none;
    min-width: 0;
}

.woocommerce .related.products ul.products li.product,
.woocommerce .up-sells ul.products li.product {
    flex: 0 0 calc(25% - 23px);
    max-width: calc(25% - 23px);
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 8px;
    word-break: normal;
    overflow-wrap: break-word;
}

.woocommerce ul.products li.product .price {
    display: block;
    margin-bottom: 12px;
}

/* --- Sale badge --- */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    margin: 0;
    padding: 8px 16px;
    line-height: 1.2;
    min-height: 0;
    min-width: 0;
    border-radius: 0;
}

.woocommerce ul.products li.product {
    position: relative;
}

/* --- Responsive --- */
@media (max-width: 1199px) {
    .woocommerce ul.products li.product,
    .woocommerce .related.products ul.products li.product,
    .woocommerce .up-sells ul.products li.product {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
}

@media (max-width: 991px) {
    .shop-item-v1 {
        gap: 30px;
    }

    .shop-item-v1 .woocommerce-product-gallery,
    .shop-item-v1 .hercules-product-gallery {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .woocommerce ul.products li.product,
    .woocommerce .related.products ul.products li.product,
    .woocommerce .up-sells ul.products li.product {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .shop-item-v1 {
        display: block;
    }

    .shop-item-v1 .woocommerce-product-gallery,
    .shop-item-v1 .hercules-product-gallery,
    .shop-item-v1 .hercules-product-details {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: none;
    }

    .shop-item-v1 .hercules-product-details {
        margin-top: 26px;
    }

    .shop-item-v1 .hercules-product-details .product_title {
        font-size: 26px;
    }

    .woocommerce ul.products li.product,
    .woocommerce .related.products ul.products li.product,
    .woocommerce .up-sells ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* --- WooCommerce button colours: override WC defaults with theme accent --- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce button.single_add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.woocommerce .woocommerce-message a.button,
.woocommerce .checkout-button {
    background-color: var(--hercules-accent);
    border-color: var(--hercules-accent);
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 13px 28px;
    line-height: 1.2;
    transition: background-color .2s ease, border-color .2s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .checkout-button:hover {
    background-color: #d9560a;
    border-color: #d9560a;
    color: #fff;
}

.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce .single_add_to_cart_button:focus-visible {
    outline: 2px solid #d9560a;
    outline-offset: 2px;
}

.woocommerce a.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    background-color: #cfcfcf;
    border-color: #cfcfcf;
    color: #fff;
    opacity: 1;
}

/* Sale badge uses accent too */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    background-color: var(--hercules-accent);
    color: #fff;
}

/* Price colour consistency */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: var(--hercules-accent);
}

.woocommerce div.product p.price del,
.woocommerce ul.products li.product .price del {
    color: #999;
    opacity: 1;
}

.woocommerce div.product p.price ins,
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 700;
}

/* Tabs active state */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--hercules-accent);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid var(--hercules-accent);
}




/* Header navigation and shopping cart alignment. */
.bottom-header .col-md-8 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bottom-header .col-md-8 > nav.menu {
    flex: 1 1 auto;
    min-width: 0;
}
.bottom-header .col-md-8 > .hercules-cart {
    z-index: 110;
    margin-left: 12px;
}
.bottom-header .hercules-cart__link {
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    color: #454345;
}
.black_version .bottom-header .hercules-cart__link {
    color: #fff;
}
@media (max-width: 991px) {
    .bottom-header .col-md-8 {
        min-height: 64px;
    }
    .bottom-header .col-md-8 > nav.menu {
        padding-right: 58px;
    }
    .bottom-header .responsive-menu {
        right: 56px;
    }
    .bottom-header .col-md-8 > .hercules-cart {
        margin-left: 0;
        margin-right: 6px;
    }
}
/* WooCommerce loop cart button uses an inline SVG, so no missing image asset is required. */
.woocommerce .shop-items .shop-item .item-hover h5 a.button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.woocommerce .shop-items .shop-item .item-hover h5 .hercules-add-to-cart__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4px;
}
.woocommerce .shop-items .shop-item .item-hover h5 .hercules-add-to-cart__icon svg {
    display: block;
}
/* ==========================================================================
   HERCULES CART
   Single source of truth. Do not append further cart rules below this block.
   ========================================================================== */

.hercules-cart{
    position:relative;
    display:inline-flex;
    align-items:center;
    flex:0 0 auto;
    vertical-align:middle;
    line-height:1;
}

.hercules-cart__link{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    color:inherit;
    line-height:1;
    text-decoration:none;
}
.hercules-cart__link:hover,
.hercules-cart__link:focus{color:var(--hercules-accent);text-decoration:none}
.hercules-cart__link:focus-visible{outline:2px solid var(--hercules-accent);outline-offset:3px}

.hercules-cart__icon{display:inline-flex;align-items:center;justify-content:center}
.hercules-cart__icon svg{display:block;width:22px;height:22px}

.hercules-cart__count{
    position:absolute;
    top:0;
    right:2px;
    min-width:18px;
    height:18px;
    padding:0 5px;
    border-radius:9px;
    /* Notification badge uses its own token so it never collides with the
       header CTA, which owns the brand accent. */
    background:var(--hercules-badge, #f43f5e);
    color:var(--hercules-badge-ink, #fff);
    font-size:11px;
    font-weight:700;
    line-height:18px;
    text-align:center;
    box-sizing:border-box;
}

.hercules-cart__dropdown{
    position:absolute;
    top:100%;
    right:0;
    left:auto;
    z-index:9999;
    width:320px;
    max-width:calc(100vw - 32px);
    max-height:70vh;
    overflow-y:auto;
    margin-top:10px;
    padding:16px;
    background:#fff;
    color:#222;
    border:1px solid #e7e7e7;
    border-radius:4px;
    box-shadow:0 16px 36px rgba(0,0,0,.2);
    text-align:left;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .18s ease,visibility .18s ease;
}

.hercules-cart:hover > .hercules-cart__dropdown,
.hercules-cart:focus-within > .hercules-cart__dropdown,
.hercules-cart.is-open > .hercules-cart__dropdown{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.hercules-cart__dropdown ul.cart_list{margin:0 0 12px;padding:0;list-style:none}
.hercules-cart__dropdown ul.cart_list li{
    position:relative;
    display:grid;
    grid-template-columns:52px 1fr;
    gap:10px;
    align-items:start;
    margin:0;
    padding:10px 24px 10px 0;
    border-bottom:1px solid #f1f1f1;
    list-style:none;
    float:none;
}
.hercules-cart__dropdown ul.cart_list li:last-child{border-bottom:0}
.hercules-cart__dropdown ul.cart_list li img{
    grid-column:1;grid-row:1 / span 2;
    width:52px;height:52px;
    margin:0;float:none;
    object-fit:cover;border-radius:3px;
}
.hercules-cart__dropdown ul.cart_list li a:not(.remove){
    grid-column:2;display:block;
    color:#1b1b1b;font-size:14px;font-weight:600;line-height:1.35;
    text-decoration:none;text-transform:none;
}
.hercules-cart__dropdown ul.cart_list li a:not(.remove):hover{color:var(--hercules-accent)}
.hercules-cart__dropdown ul.cart_list li .quantity{grid-column:2;display:block;margin-top:2px;color:#777;font-size:13px}
.hercules-cart__dropdown ul.cart_list li a.remove{
    position:absolute;top:9px;right:0;left:auto;
    width:20px;height:20px;line-height:18px;
    font-size:15px;text-align:center;text-decoration:none;
    color:#bbb !important;background:transparent;border-radius:50%;
}
.hercules-cart__dropdown ul.cart_list li a.remove:hover{color:#fff !important;background:#c62828}

.hercules-cart__dropdown .woocommerce-mini-cart__total{
    display:flex;align-items:center;justify-content:space-between;
    margin:0 0 12px;padding:12px 0 0;
    border-top:1px solid #eee;color:#222;font-size:15px;
}
.hercules-cart__dropdown .woocommerce-mini-cart__buttons{display:flex;gap:8px;margin:0;padding:0}
.hercules-cart__dropdown .woocommerce-mini-cart__buttons a.button{
    flex:1 1 0;display:block;width:auto;margin:0;padding:11px 10px;
    font-size:12px;font-weight:700;line-height:1.2;text-align:center;
    text-transform:uppercase;letter-spacing:.03em;text-decoration:none;
    background:#2f363d;border:0;color:#fff;border-radius:3px;
}
.hercules-cart__dropdown .woocommerce-mini-cart__buttons a.button.checkout{background:var(--layout-accent,var(--hercules-accent))}
.hercules-cart__dropdown .woocommerce-mini-cart__buttons a.button:hover{opacity:.88;color:#fff}
.hercules-cart__dropdown .woocommerce-mini-cart__empty-message{margin:0;padding:10px 0;color:#777;font-size:14px;text-align:center}

.hercules-layout-header,
.hercules-layout-header__inner{overflow:visible}
.hercules-layout-header__inner > .hercules-cart{margin-left:auto}
.hercules-layout-header .hercules-cart__link{color:#fff}
.hercules-layout-header .hercules-cart__link:hover{color:var(--layout-accent,var(--hercules-accent))}

@media (max-width:600px){
    .hercules-cart__dropdown{width:min(300px,calc(100vw - 32px));max-height:60vh}
}

/* --- WOOCOMMERCE MINI-CART SPECIFICITY OVERRIDES ---
   WooCommerce ships .woocommerce ul.cart_list li img{float:right;width:32px}
   which outranks our BEM selectors. These match/beat that specificity. --- */
body .hercules-cart .hercules-cart__dropdown ul.cart_list,
body .hercules-cart .hercules-cart__dropdown ul.product_list_widget{
    display:block;margin:0 0 12px;padding:0;list-style:none;
}
body .hercules-cart .hercules-cart__dropdown ul.cart_list li,
body .hercules-cart .hercules-cart__dropdown ul.product_list_widget li{
    position:relative;display:grid;grid-template-columns:52px 1fr;gap:10px;
    align-items:start;margin:0;padding:10px 24px 10px 0;
    border-bottom:1px solid #f1f1f1;list-style:none;float:none;
}
body .hercules-cart .hercules-cart__dropdown ul.cart_list li::before,
body .hercules-cart .hercules-cart__dropdown ul.cart_list li::after,
body .hercules-cart .hercules-cart__dropdown ul.product_list_widget li::before,
body .hercules-cart .hercules-cart__dropdown ul.product_list_widget li::after{
    content:none;display:none;
}
body .hercules-cart .hercules-cart__dropdown ul.cart_list li:last-child,
body .hercules-cart .hercules-cart__dropdown ul.product_list_widget li:last-child{border-bottom:0}
body .hercules-cart .hercules-cart__dropdown ul.cart_list li img,
body .hercules-cart .hercules-cart__dropdown ul.product_list_widget li img{
    grid-column:1;grid-row:1 / span 2;
    float:none;margin:0;
    width:52px;height:52px;
    object-fit:cover;border-radius:3px;box-shadow:none;
}
body .hercules-cart .hercules-cart__dropdown ul.cart_list li a,
body .hercules-cart .hercules-cart__dropdown ul.product_list_widget li a{
    grid-column:2;display:block;
    color:#1b1b1b;font-size:14px;font-weight:600;line-height:1.35;
    text-decoration:none;text-transform:none;
}
body .hercules-cart .hercules-cart__dropdown ul.cart_list li a.remove{
    position:absolute;top:9px;right:0;left:auto;grid-column:auto;
    width:20px;height:20px;line-height:18px;font-size:15px;
    text-align:center;color:#bbb !important;background:transparent;border-radius:50%;
}
body .hercules-cart .hercules-cart__dropdown ul.cart_list li a.remove:hover{color:#fff !important;background:#c62828}
body .hercules-cart .hercules-cart__dropdown ul.cart_list li .quantity{
    grid-column:2;display:block;margin-top:2px;color:#777;font-size:13px;float:none;
}
body .hercules-cart .hercules-cart__dropdown .woocommerce-mini-cart__total{
    display:flex;align-items:center;justify-content:space-between;
    margin:0 0 12px;padding:12px 0 0;border-top:1px solid #eee;
}
body .hercules-cart .hercules-cart__dropdown .woocommerce-mini-cart__buttons{display:flex;gap:8px;margin:0;padding:0}
body .hercules-cart .hercules-cart__dropdown .woocommerce-mini-cart__buttons a.button{
    flex:1 1 0;display:block;width:auto;margin:0;padding:11px 10px;float:none;
    font-size:12px;font-weight:700;text-align:center;text-transform:uppercase;
    background:#2f363d;border:0;color:#fff;border-radius:3px;
}
body .hercules-cart .hercules-cart__dropdown .woocommerce-mini-cart__buttons a.button.checkout{background:var(--layout-accent,var(--hercules-accent))}


/* HERCULES STALE CART FRAGMENT FALLBACK
 * Prevent an older WooCommerce localStorage fragment from entering normal
 * document flow before hercules-cart.js restores its dropdown class.
 */
.hercules-cart > .widget_shopping_cart_content:not(.hercules-cart__dropdown){
    position:absolute !important;
    top:100%;
    right:0;
    left:auto;
    z-index:9999;
    width:320px;
    max-width:calc(100vw - 32px);
    max-height:70vh;
    overflow-y:auto;
    margin-top:10px;
    padding:16px;
    background:#fff;
    color:#222;
    border:1px solid #e7e7e7;
    border-radius:4px;
    box-shadow:0 16px 36px rgba(0,0,0,.2);
    text-align:left;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
.hercules-cart:hover > .widget_shopping_cart_content,
.hercules-cart:focus-within > .widget_shopping_cart_content,
.hercules-cart.is-open > .widget_shopping_cart_content{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}


/* HERCULES CUSTOM HEADER RESPONSIVE OVERRIDES */
@media (min-width:901px) and (max-width:1180px){
    .hercules-layout-header__inner{gap:16px}
    .hercules-layout-nav .hercules-layout-menu{gap:14px}
    .hercules-layout-header nav a{font-size:11px}
    .hercules-layout-header__cta{display:none}
}
@media (max-width:900px){
    .hercules-layout-header__inner{
        min-height:72px;
        padding:12px 0;
        flex-direction:row;
        flex-wrap:wrap;
        align-items:center;
        gap:10px 12px;
    }
    .hercules-layout-brand{flex:1 1 auto}
    .hercules-layout-brand strong{font-size:20px}
    .hercules-layout-menu-toggle{order:2;margin-left:auto}
    .hercules-layout-header__inner > .hercules-cart{order:3;margin-left:0}
    .hercules-layout-header__cta{display:none}
    .hercules-layout-nav{order:10;flex:1 0 100%}
}
@media (max-width:480px){
    .hercules-layout-brand span{display:none}
    .hercules-layout-header__inner{width:min(100% - 22px,1200px)}
    .hercules-cart__link{padding:8px}
}

/* === CTA hover fix ===
 * hercules_output_dynamic_styles() emits `a,a:hover{color:<accent>!important}`,
 * which turned the header CTA's label the same colour as its own background.
 * Higher specificity keeps the accessible ink and adds a real hover state. */
.hercules-layout-header .hercules-layout-header__cta,
.hercules-layout-header .hercules-layout-header__cta:link,
.hercules-layout-header .hercules-layout-header__cta:visited{
	color:var(--hercules-accent-ink,#fff)!important;
	background:var(--layout-accent,var(--hercules-accent));
	border-color:var(--layout-accent,var(--hercules-accent));
	transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.hercules-layout-header .hercules-layout-header__cta:hover,
.hercules-layout-header .hercules-layout-header__cta:focus-visible{
	color:var(--hercules-accent-ink,#fff)!important;
	background:var(--hercules-accent-dark,#3730a3);
	border-color:var(--hercules-accent-dark,#3730a3);
	transform:translateY(-1px);
}
.hercules-layout-header .hercules-layout-header__cta:focus-visible{
	outline:2px solid var(--hercules-accent-ink,#fff);outline-offset:2px;
}
/* Header 5 variant keeps its inverted treatment */
.hercules-layout-header--5 .hercules-layout-header__cta,
.hercules-layout-header--5 .hercules-layout-header__cta:hover{
	background:#fff;border-color:#fff;color:var(--layout-dark,#0d1115)!important;
}

/* === Header overflow fix ===
 * The nav has white-space:nowrap links inside a fixed min(1200px) container.
 * With a full top-level menu plus brand, cart and CTA the row exceeded the
 * container and, because overflow must stay visible for the cart dropdown,
 * it spilled outside instead of clipping. Allow the menu to wrap and tighten
 * progressively so the CTA is never pushed out. */
@media (min-width:901px){
	.hercules-layout-header__inner{flex-wrap:wrap;gap:14px 20px;}
	.hercules-layout-brand{flex:0 0 auto;}
	.hercules-layout-header__inner > .hercules-cart{flex:0 0 auto;}
	.hercules-layout-header__cta{flex:0 0 auto;white-space:nowrap;}
	.hercules-layout-nav{flex:1 1 auto;min-width:0;}
	.hercules-layout-header nav{flex-wrap:wrap;gap:8px 18px;}
	.hercules-layout-nav .hercules-layout-menu{flex-wrap:wrap;gap:2px clamp(10px,1.3vw,22px);}
	.hercules-layout-nav .hercules-layout-menu a{min-height:38px;}
}
/* Tighten before anything is dropped, so the CTA survives mid-desktop widths */
@media (min-width:1181px) and (max-width:1439px){
	.hercules-layout-header nav a{font-size:11px;letter-spacing:.045em;}
	.hercules-layout-nav .hercules-layout-menu{gap:2px 12px;}
	.hercules-layout-header__cta{padding:10px 15px;font-size:11px;letter-spacing:.05em;}
	.hercules-layout-header__inner{gap:12px 16px;}
}
/* 901-1180: keep the CTA instead of hiding it — the menu now wraps */
@media (min-width:901px) and (max-width:1180px){
	.hercules-layout-header__cta{display:inline-flex;padding:9px 14px;font-size:11px;}
	.hercules-layout-header nav a{font-size:10.5px;letter-spacing:.04em;}
	.hercules-layout-nav .hercules-layout-menu{gap:2px 10px;}
}
/* Nothing may push past the container edge on any width */
.hercules-layout-header__inner > *{max-width:100%;}
.hercules-layout-nav .hercules-layout-menu{max-width:100%;}

/* === Layout paragraph safety net ===
 * WPBakery's wpb_text_column runs wpautop over layout markup. The PHP filter strips
 * most artefacts, but any survivor would become a block-level flex item and break the
 * header row. display:contents dissolves the paragraph box while keeping its children
 * as direct flex items. */
.hercules-layout-header__inner > p:not([class]),
.hercules-layout-footer__inner > p:not([class]){display:contents}
@supports not (display:contents){
	.hercules-layout-header__inner > p:not([class]),
	.hercules-layout-footer__inner > p:not([class]){display:flex;align-items:center;margin:0}
}
.hercules-layout-header__inner > p:empty,
.hercules-layout-footer__inner > p:empty{display:none}


/* === Support centre === */
.hsupport{--hs-gap:clamp(18px,3vw,30px);margin:0 0 48px;color:var(--hercules-dark,#0d1115);line-height:1.7}
.hsupport *{box-sizing:border-box}
.hsupport__notice{margin:0 0 22px;padding:14px 18px;border-radius:12px;font-weight:600}
.hsupport__notice--error{border:1px solid #f3c2c2;background:#fdf2f2;color:#8a1c1c}
.hsupport__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:var(--hs-gap);padding:var(--hs-gap);border-radius:var(--hercules-radius,18px);background:var(--hercules-dark,#0d1115);color:#fff}
.hsupport__eyebrow{display:inline-block;color:var(--hercules-accent,#4f46e5);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.hsupport__title{margin:8px 0 10px;color:#fff;font-size:clamp(26px,3.2vw,38px);line-height:1.15}
.hsupport__lede{margin:0;max-width:60ch;color:#c3c9d4}
.hsupport__stats{display:grid;gap:12px;margin:0;padding:0;list-style:none;align-content:start}
.hsupport__stats li{padding:12px 14px;border:1px solid rgba(255,255,255,.16);border-radius:12px}
.hsupport__stats strong{display:block;color:#fff;font-size:16px}
.hsupport__stats span,.hsupport__stats a{color:#aeb6c4;font-size:12px;letter-spacing:.05em;text-transform:uppercase}
.hsupport__stats a{color:var(--hercules-accent,#4f46e5);font-weight:700;text-decoration:none}
.hsupport__tabs{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 0}
.hsupport__tab{padding:12px 20px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:999px;background:#fff;color:#46505f;font:inherit;font-size:14px;font-weight:700;cursor:pointer}
.hsupport__tab:hover{border-color:var(--hercules-accent,#4f46e5);color:var(--hercules-accent-dark,#3730a3)}
.hsupport__tab.is-active{border-color:var(--hercules-accent,#4f46e5);background:var(--hercules-accent,#4f46e5);color:var(--hercules-accent-ink,#fff)}
.hsupport__panel{margin-top:18px;padding:var(--hs-gap);border:1px solid var(--hercules-border,#e4e8ec);border-radius:var(--hercules-radius,18px);background:#fff}
.hsupport__hint{margin:0 0 18px;color:#69727d}
.hsupport__form{display:grid;gap:16px}
.hsupport__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.hsupport__form label{display:grid;gap:6px}
.hsupport__form span{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#46505f}
.hsupport__form input,.hsupport__form textarea{padding:12px 14px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:10px;background:#fff;font:inherit;font-size:15px;color:var(--hercules-dark,#0d1115)}
.hsupport__form input:focus,.hsupport__form textarea:focus{outline:2px solid var(--hercules-accent,#4f46e5);outline-offset:1px;border-color:var(--hercules-accent,#4f46e5)}
.hsupport__submit{justify-self:start;padding:13px 26px;border:0;border-radius:999px;background:var(--hercules-accent,#4f46e5);color:var(--hercules-accent-ink,#fff);font:inherit;font-size:14px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}
.hsupport__submit:hover{background:var(--hercules-accent-dark,#3730a3)}
.hsupport__faqs{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--hs-gap);margin-top:34px}
.hsupport__faq-col h3{margin:0 0 14px;font-size:18px}
.hsupport__faq{margin-bottom:10px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:12px;background:#fff;overflow:hidden}
.hsupport__faq summary{padding:14px 18px;font-weight:700;cursor:pointer;list-style:none}
.hsupport__faq summary::-webkit-details-marker{display:none}
.hsupport__faq summary::after{content:"+";float:right;color:var(--hercules-accent,#4f46e5);font-weight:800}
.hsupport__faq[open] summary::after{content:"–"}
.hsupport__faq[open] summary{border-bottom:1px solid var(--hercules-border,#e4e8ec)}
.hsupport__faq p{margin:0;padding:14px 18px;color:#46505f}
[dir=rtl] .hsupport__faq summary::after{float:left}
@media(max-width:820px){.hsupport__head{grid-template-columns:1fr}}


/* === Documentation: PDF button === */
.hdoc__pdf{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border:1px solid var(--hercules-accent,#4f46e5);border-radius:10px;background:var(--hercules-accent,#4f46e5);color:var(--hercules-accent-ink,#fff);font:inherit;font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}
.hdoc__pdf:hover{background:var(--hercules-accent-dark,#3730a3);border-color:var(--hercules-accent-dark,#3730a3)}
.hdoc__pdf:focus-visible{outline:2px solid #fff;outline-offset:2px}
.hdoc__printhead{display:none}

/* === Documentation: print / save-as-PDF === */
@media print{
	.hdoc-printing .hercules-layout-header,
	.hdoc-printing .hercules-layout-footer,
	.hdoc-printing .hercules-builder-layout,
	.hdoc-printing .path,
	.hdoc-printing .hercules-cart,
	.hdoc-printing footer.hdoc__foot,
	.hdoc__tools,.hdoc__nav,.hdoc__empty,.hdoc__raw,.hdoc__pdf{display:none!important}

	@page{margin:16mm 14mm}
	html,body{background:#fff!important}
	body{font-size:11pt;line-height:1.6;color:#000}

	.hdoc{margin:0;color:#000}
	.hdoc__printhead{display:flex!important;justify-content:space-between;align-items:baseline;gap:16px;
		padding:0 0 10px;margin:0 0 18px;border-bottom:2px solid #000}
	.hdoc__print-title{font-size:15pt;font-weight:800}
	.hdoc__print-meta{font-size:9pt;color:#333}

	.hdoc__head{display:block;padding:0;margin:0 0 14px;border-radius:0;background:none!important;color:#000}
	.hdoc__eyebrow{color:#000;font-size:8pt;letter-spacing:.12em}
	.hdoc__title{color:#000;font-size:20pt;margin:4px 0 8px}
	.hdoc__intro{color:#222;font-size:10.5pt;max-width:none}
	.hdoc__version{border:1px solid #666;color:#000;font-size:9pt;padding:2px 8px}

	.hdoc__body{display:block;margin:0}
	.hdoc__content{display:block}
	.hdoc__section{page-break-inside:avoid;break-inside:avoid;
		padding:0 0 12px;margin:0 0 14px;border:0;border-bottom:1px solid #ccc;border-radius:0;background:none}
	.hdoc__section:last-of-type{border-bottom:0}
	.hdoc__section h2{font-size:13pt;margin:0 0 6px;page-break-after:avoid;break-after:avoid}
	.hdoc__section p{color:#111;font-size:10.5pt;margin:0;orphans:3;widows:3}
	.hdoc__section[hidden]{display:block!important}

	.hdoc a{color:#000;text-decoration:underline}
	.hdoc a[href^="http"]::after{content:" (" attr(href) ")";font-size:8pt;color:#555;word-break:break-all}
	.hdoc[dir=rtl] .hdoc__printhead{flex-direction:row-reverse}
}


/* === Documentation screenshots === */
.hdoc__hero{margin:22px 0 0;padding:0;border:1px solid var(--hercules-border,#e4e8ec);border-radius:var(--hercules-radius,18px);background:#fff;overflow:hidden;box-shadow:0 16px 40px rgba(10,20,30,.08)}
.hdoc__hero img{display:block;width:100%;height:auto}
.hdoc__shots{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:20px}
.hdoc__shot{margin:0;border:1px solid var(--hercules-border,#e4e8ec);border-radius:12px;background:#fbfcfd;overflow:hidden}
.hdoc__shot img{display:block;width:100%;height:auto;background:#fff}
.hdoc__shot figcaption{padding:10px 14px;border-top:1px solid var(--hercules-border,#e4e8ec);color:#69727d;font-size:13px;line-height:1.5}
.hdoc__shot:hover{border-color:var(--hercules-accent,#4f46e5)}
[dir=rtl] .hdoc__shot figcaption{text-align:right}
@media(max-width:640px){.hdoc__shots{grid-template-columns:1fr}}


/* === Documentation search === */
.hdoc__searchwrap{display:grid;gap:6px}
.hdoc__searchrow{display:flex;gap:8px}
.hdoc__searchrow input{flex:1 1 auto;min-width:0}
.hdoc__searchrow button{flex:0 0 auto;width:46px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:var(--hercules-accent,#4f46e5);color:var(--hercules-accent-ink,#fff);font-size:20px;line-height:1;cursor:pointer}
.hdoc__searchrow button:hover{background:var(--hercules-accent-dark,#3730a3)}
.hdoc__searchrow button:focus-visible{outline:2px solid #fff;outline-offset:2px}
.hdoc__results{margin:0 0 18px;padding:16px 18px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:14px;background:var(--hercules-accent-soft,#ecebfc)}
.hdoc__rescount{margin:0 0 10px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--hercules-accent-dark,#3730a3)}
.hdoc__reslist{margin:0;padding:0;list-style:none;display:grid;gap:8px}
.hdoc__reslist button{display:grid;gap:3px;width:100%;padding:11px 14px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:10px;background:#fff;font:inherit;text-align:start;cursor:pointer}
.hdoc__reslist button:hover{border-color:var(--hercules-accent,#4f46e5);box-shadow:0 6px 18px rgba(10,20,30,.07)}
.hdoc__reslist strong{font-size:15px;color:var(--hercules-dark,#0d1115)}
.hdoc__reslist span{font-size:13px;color:#69727d;line-height:1.55}
.hdoc__section.is-target{border-color:var(--hercules-accent,#4f46e5);box-shadow:0 0 0 3px var(--hercules-accent-soft,#ecebfc);transition:box-shadow .3s ease,border-color .3s ease}
[dir=rtl] .hdoc__reslist button{text-align:right}
@media print{.hdoc__results{display:none!important}}


/* === Documentation: step-by-step content === */
.hdoc__lede{margin:0 0 14px;color:#46505f;font-size:15.5px}
.hdoc__steps{margin:0 0 14px;padding:0;list-style:none;counter-reset:hstep;display:grid;gap:10px}
.hdoc__steps li{counter-increment:hstep;position:relative;padding-left:40px;color:#46505f;font-size:15px;line-height:1.65}
.hdoc__steps li::before{content:counter(hstep);position:absolute;left:0;top:1px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--hercules-accent,#4f46e5);color:var(--hercules-accent-ink,#fff);font-size:12px;font-weight:800}
.hdoc__code{margin:0 0 14px;padding:14px 16px;border:1px solid var(--hercules-border,#e4e8ec);border-left:4px solid var(--hercules-accent,#4f46e5);border-radius:10px;background:#0d1115;color:#e6edf3;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;overflow-x:auto;white-space:pre}
.hdoc__note{margin:0;padding:12px 16px;border-radius:10px;background:var(--hercules-accent-soft,#ecebfc);color:#3a4250;font-size:14px;line-height:1.6}
.hdoc__note strong{color:var(--hercules-accent-dark,#3730a3)}
[dir=rtl] .hdoc__steps li{padding-left:0;padding-right:40px}
[dir=rtl] .hdoc__steps li::before{left:auto;right:0}
[dir=rtl] .hdoc__code{border-left:1px solid var(--hercules-border,#e4e8ec);border-right:4px solid var(--hercules-accent,#4f46e5)}
@media print{
	.hdoc__steps li::before{background:#000!important;color:#fff!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}
	.hdoc__code{background:#f4f4f4;color:#000;border-left-color:#000;font-size:9.5pt}
	.hdoc__note{background:#f4f4f4;border:1px solid #ccc}
	.hdoc__steps li{page-break-inside:avoid;break-inside:avoid}
}

.hdoc__fallback{margin:0 0 16px;padding:12px 16px;border:1px solid var(--hercules-border,#e4e8ec);border-left:4px solid var(--hercules-accent,#4f46e5);border-radius:10px;background:var(--hercules-accent-soft,#ecebfc);color:#3a4250;font-size:14px}
[dir=rtl] .hdoc__fallback{border-left:1px solid var(--hercules-border,#e4e8ec);border-right:4px solid var(--hercules-accent,#4f46e5)}
@media print{.hdoc__fallback{display:none!important}}


/* === Demos showcase slider (theme-native) === */
.hdemos{position:relative;overflow:hidden;border-radius:var(--hercules-radius,18px);background:var(--hercules-dark,#0d1115);isolation:isolate}
.hdemos__track{position:relative;height:clamp(420px,58vw,640px)}
.hdemos__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s;display:grid;place-items:center}
.hdemos__slide.is-active{opacity:1;visibility:visible}
.hdemos__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 7s ease-out}
.hdemos__slide.is-active .hdemos__img{transform:scale(1)}
.hdemos__veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,12,17,.42) 0%,rgba(9,12,17,.66) 55%,rgba(9,12,17,.82) 100%)}
.hdemos__inner{position:relative;z-index:2;width:min(880px,calc(100% - 96px));padding:20px 0;text-align:center;color:#fff}
.hdemos__eyebrow{display:inline-block;margin-bottom:14px;color:var(--slide-accent,var(--hercules-accent,#4f46e5));font-size:12px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;opacity:0;transform:translateY(16px)}
.hdemos__title{margin:0 0 12px;color:#fff;font-size:clamp(30px,5.4vw,62px);line-height:1.05;letter-spacing:-.03em;font-weight:900;opacity:0;transform:translateY(24px)}
.hdemos__tag{margin:0 auto 26px;max-width:52ch;color:#dfe4ea;font-size:clamp(14px,1.6vw,19px);line-height:1.6;opacity:0;transform:translateY(20px)}
.hdemos__btn{display:inline-flex;align-items:center;min-height:48px;padding:0 30px;border-radius:999px;background:var(--slide-accent,var(--hercules-accent,#4f46e5));color:#fff!important;font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-decoration:none!important;opacity:0;transform:translateY(18px);transition:filter .2s ease,transform .2s ease}
.hdemos__btn:hover{filter:brightness(.86);transform:translateY(-2px)}
.hdemos__slide.is-active .hdemos__eyebrow{animation:hdemosUp .7s .18s forwards}
.hdemos__slide.is-active .hdemos__title{animation:hdemosUp .8s .32s forwards}
.hdemos__slide.is-active .hdemos__tag{animation:hdemosUp .8s .46s forwards}
.hdemos__slide.is-active .hdemos__btn{animation:hdemosUp .8s .6s forwards}
@keyframes hdemosUp{to{opacity:1;transform:translateY(0)}}
.hdemos__nav{position:absolute;top:50%;z-index:3;display:grid;place-items:center;width:52px;height:52px;margin-top:-26px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(9,12,17,.4);backdrop-filter:blur(6px);color:#fff;font-size:26px;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease}
.hdemos__nav:hover{background:var(--hercules-accent,#4f46e5);border-color:var(--hercules-accent,#4f46e5)}
.hdemos__nav:focus-visible{outline:2px solid #fff;outline-offset:3px}
.hdemos__nav--prev{left:20px}
.hdemos__nav--next{right:20px}
.hdemos__dots{position:absolute;left:0;right:0;bottom:26px;z-index:3;display:flex;flex-wrap:wrap;gap:7px;justify-content:center;padding:0 20px}
.hdemos__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.38);cursor:pointer;transition:background .2s ease,width .25s ease}
.hdemos__dot:hover{background:rgba(255,255,255,.7)}
.hdemos__dot.is-active{width:26px;border-radius:5px;background:var(--hercules-accent,#4f46e5)}
.hdemos__dot:focus-visible{outline:2px solid #fff;outline-offset:2px}
.hdemos__progress{position:absolute;left:0;right:0;bottom:0;z-index:3;height:3px;background:rgba(255,255,255,.14)}
.hdemos__progress span{display:block;height:100%;width:0;background:var(--hercules-accent,#4f46e5)}
[dir=rtl] .hdemos__nav--prev{left:auto;right:20px}
[dir=rtl] .hdemos__nav--next{right:auto;left:20px}
@media(max-width:640px){
	.hdemos__nav{width:42px;height:42px;margin-top:-21px;font-size:22px}
	.hdemos__nav--prev{left:10px}.hdemos__nav--next{right:10px}
	.hdemos__inner{width:calc(100% - 84px)}
	.hdemos__dots{bottom:18px}
}
@media(prefers-reduced-motion:reduce){
	.hdemos__img{transition:none;transform:none}
	.hdemos__slide.is-active :is(.hdemos__eyebrow,.hdemos__title,.hdemos__tag,.hdemos__btn){animation:none;opacity:1;transform:none}
}


/* === Support: owner reply + notices === */
.hsupport__ownerbox{margin:18px 0 0;padding:18px;border:1px solid var(--hercules-accent,#4f46e5);border-radius:14px;background:var(--hercules-accent-soft,#ecebfc)}
.hsupport__ownerhead{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;margin-bottom:10px}
.hsupport__ownerhead strong{font-size:14px;color:var(--hercules-accent-dark,#3730a3)}
.hsupport__ownerhead span{font-size:12.5px;color:#69727d}
.hsupport__ownerbox textarea{width:100%;padding:12px 14px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:10px;background:#fff;font:inherit;font-size:14.5px;line-height:1.6;resize:vertical}
.hsupport__ownerbox textarea:focus{outline:2px solid var(--hercules-accent,#4f46e5);outline-offset:1px}
.hsupport__ownerfoot{display:flex;flex-wrap:wrap;gap:12px;align-items:end;justify-content:space-between;margin-top:12px}
.hsupport__ownerfoot label{display:grid;gap:5px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#69727d}
.hsupport__ownerfoot select{padding:9px 12px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:9px;background:#fff;font:inherit;font-size:14px}
.hsupport__ownerfoot button{min-height:44px;padding:0 26px;border:0;border-radius:999px;background:var(--hercules-accent,#4f46e5);color:var(--hercules-accent-ink,#fff);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.hsupport__ownerfoot button:hover{background:var(--hercules-accent-dark,#3730a3)}
.hsupport__mailwarn{margin:0 0 16px;padding:12px 16px;border:1px solid #f0c36d;border-left:4px solid #e8a33d;border-radius:10px;background:#fdf6e7;color:#5c4813;font-size:13.5px;line-height:1.6}
.hsupport__msg--staff{border-color:var(--hercules-accent,#4f46e5)!important;background:var(--hercules-accent-soft,#ecebfc)!important}
[dir=rtl] .hsupport__mailwarn{border-left:1px solid #f0c36d;border-right:4px solid #e8a33d}


/* === Documentation typography === */
.hdoc{--hdoc-measure:70ch;font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.hdoc__eyebrow{font-size:11.5px;font-weight:800;letter-spacing:.26em;text-transform:uppercase;color:var(--hercules-accent,#4f46e5)}
.hdoc__title{margin:.25em 0 .35em;font-size:clamp(30px,4.2vw,46px);line-height:1.06;letter-spacing:-.035em;font-weight:850;color:var(--hercules-dark,#0d1115);text-wrap:balance}
.hdoc__intro{max-width:60ch;font-size:clamp(15px,1.5vw,17.5px);line-height:1.65;color:#5a6472;text-wrap:pretty}
.hdoc__version{display:inline-block;margin-top:10px;padding:4px 12px;border-radius:999px;background:var(--hercules-accent-soft,#ecebfc);color:var(--hercules-accent-dark,#3730a3);font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;font-variant-numeric:tabular-nums}
.hdoc__section{scroll-margin-top:96px}
.hdoc__section h2{margin:0 0 .5em;font-size:clamp(21px,2.5vw,29px);line-height:1.2;letter-spacing:-.022em;font-weight:800;color:var(--hercules-dark,#0d1115);text-wrap:balance}
.hdoc__lede{max-width:var(--hdoc-measure);font-size:16px;line-height:1.7;color:#46505f;text-wrap:pretty}
.hdoc__steps li{max-width:var(--hdoc-measure);font-size:15.5px;line-height:1.72;color:#46505f;text-wrap:pretty}
.hdoc__steps li::before{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}
.hdoc__steps li strong,.hdoc__lede strong{font-weight:700;color:var(--hercules-dark,#0d1115)}
.hdoc__code{font-size:13.5px;line-height:1.75;tab-size:2;font-variant-ligatures:none}
.hdoc__note{max-width:var(--hdoc-measure);font-size:14.5px;line-height:1.7}
.hdoc__nav a{font-size:14px;line-height:1.45;letter-spacing:-.005em}
.hdoc__nav a.is-active{font-weight:750;color:var(--hercules-accent-dark,#3730a3)}
.hdoc__shot figcaption{font-size:12.5px;line-height:1.5;letter-spacing:.005em;color:#69727d}
.hdoc__reslist strong{letter-spacing:-.012em}
.hdoc__foot{font-size:13.5px;line-height:1.6}
.hdoc :is(h2,h3){text-wrap:balance}
.hdoc p{orphans:3;widows:3}
[dir=rtl] .hdoc{--hdoc-measure:66ch}
[dir=rtl] .hdoc__title,[dir=rtl] .hdoc__section h2{letter-spacing:0}
[dir=rtl] .hdoc__eyebrow,[dir=rtl] .hdoc__version{letter-spacing:.06em}
@media(max-width:640px){
	.hdoc__lede{font-size:15.5px}
	.hdoc__steps li{font-size:15px;line-height:1.68}
	.hdoc__code{font-size:12.5px}
}
@media print{
	.hdoc{--hdoc-measure:none}
	.hdoc__title{font-size:26pt;letter-spacing:-.02em}
	.hdoc__section h2{font-size:15pt;margin-top:18pt}
	.hdoc__lede,.hdoc__steps li{font-size:10.5pt;line-height:1.55;color:#000}
	.hdoc__note{font-size:10pt}
	.hdoc__shot figcaption{font-size:8.5pt}
}


/* === Documentation: script-aware typography === */
.hdoc[lang="he_IL"],.hdoc[data-script="hebrew"]{
	--hdoc-measure:64ch;
	font-family:"Noto Sans Hebrew","Arial Hebrew","Segoe UI",Arial,sans-serif;
}
.hdoc[lang="ar"],.hdoc[lang="fa_IR"],.hdoc[data-script="arabic"]{
	--hdoc-measure:62ch;
	font-family:"Noto Naskh Arabic","Segoe UI",Tahoma,Arial,sans-serif;
}
.hdoc[lang="ur"],.hdoc[data-script="urdu"]{
	--hdoc-measure:60ch;
	font-family:"Noto Nastaliq Urdu","Jameel Noori Nastaleeq","Noto Naskh Arabic",Tahoma,Arial,sans-serif;
}
.hdoc[lang="zh_CN"],.hdoc[lang="ja"],.hdoc[lang="ko_KR"],.hdoc[data-script="cjk"]{
	--hdoc-measure:44em;
	font-family:"Noto Sans SC","Noto Sans JP","Hiragino Sans","Microsoft YaHei","Malgun Gothic",sans-serif;
}

/* Non-Latin scripts need more leading and no optical tightening. */
.hdoc[data-script="hebrew"] :is(.hdoc__title,.hdoc__section h2),
.hdoc[data-script="arabic"] :is(.hdoc__title,.hdoc__section h2),
.hdoc[data-script="urdu"]   :is(.hdoc__title,.hdoc__section h2),
.hdoc[data-script="cjk"]    :is(.hdoc__title,.hdoc__section h2){letter-spacing:0;font-weight:800}
.hdoc[data-script="hebrew"] :is(.hdoc__lede,.hdoc__steps li,.hdoc__note),
.hdoc[data-script="arabic"] :is(.hdoc__lede,.hdoc__steps li,.hdoc__note){line-height:1.9}
.hdoc[data-script="urdu"] :is(.hdoc__lede,.hdoc__steps li,.hdoc__note){line-height:2.15;font-size:16.5px}
.hdoc[data-script="urdu"] .hdoc__section h2{line-height:1.75}
.hdoc[data-script="urdu"] .hdoc__title{line-height:1.55}
.hdoc[data-script="cjk"] :is(.hdoc__lede,.hdoc__steps li,.hdoc__note){line-height:1.95}
.hdoc[data-script="hebrew"] .hdoc__eyebrow,
.hdoc[data-script="arabic"] .hdoc__eyebrow,
.hdoc[data-script="urdu"]   .hdoc__eyebrow{letter-spacing:.04em;text-transform:none}
.hdoc[data-script="urdu"] .hdoc__steps li,
.hdoc[data-script="arabic"] .hdoc__steps li{padding-right:46px}
.hdoc[data-script="urdu"] .hdoc__steps li::before{top:4px}

/* Latin-only tightening must not leak into other scripts. */
.hdoc:not([data-script="latin"]) :is(.hdoc__title,.hdoc__section h2,.hdoc__reslist strong){text-wrap:normal}

/* Code stays LTR and monospaced in every language. */
.hdoc__code{direction:ltr;text-align:left;unicode-bidi:isolate;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important}
[dir=rtl] .hdoc__code{text-align:left}
/* Shortcodes and paths inside RTL prose keep their own direction. */
.hdoc__steps li code,.hdoc__lede code,.hdoc__note code{direction:ltr;unicode-bidi:isolate;display:inline-block}


/* ============================================================
   Documentation — consolidated typographic system
   Written last so it resolves the duplicate rules above.
   ============================================================ */
.hdoc{
	/* Type scale — 1.22 ratio, tuned for long-form reading */
	--t-2xs:11.5px; --t-xs:12.5px; --t-sm:13.5px; --t-base:15.5px;
	--t-md:16.5px;  --t-lg:19px;   --t-xl:23px;
	--t-2xl:clamp(22px,2.6vw,30px);
	--t-3xl:clamp(29px,4vw,44px);
	/* Vertical rhythm — 4px base */
	--sp-1:4px;  --sp-2:8px;  --sp-3:12px; --sp-4:16px; --sp-5:20px;
	--sp-6:24px; --sp-8:32px; --sp-10:40px; --sp-12:48px; --sp-16:64px;
	/* Ink */
	--ink-1:var(--hercules-dark,#0d1115);
	--ink-2:#3d4757;
	--ink-3:#616b7a;
	--ink-4:#8a93a0;
	--rule:var(--hercules-border,#e4e8ec);
	--hdoc-measure:68ch;

	font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size:var(--t-base);
	line-height:1.7;
	color:var(--ink-2);
	font-feature-settings:"kern" 1,"liga" 1,"calt" 1;
	font-variant-numeric:proportional-nums;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}

/* --- Masthead --- */
.hdoc__eyebrow{font-size:var(--t-2xs);font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--hercules-accent,#4f46e5)}
.hdoc__title{margin:var(--sp-3) 0 var(--sp-4);font-size:var(--t-3xl);line-height:1.04;letter-spacing:-.028em;font-weight:800;color:var(--ink-1);text-wrap:balance}
.hdoc__intro{margin:0;max-width:58ch;font-size:var(--t-lg);line-height:1.55;font-weight:400;color:var(--ink-3);letter-spacing:-.006em;text-wrap:pretty}
.hdoc__version{margin-top:var(--sp-5);padding:5px 12px;font-size:var(--t-2xs);font-weight:700;letter-spacing:.08em;font-variant-numeric:tabular-nums}

/* --- Sidebar nav --- */
.hdoc__nav{font-size:var(--t-sm)}
.hdoc__nav a{padding:7px 12px;font-size:var(--t-sm);line-height:1.5;font-weight:500;color:var(--ink-3);letter-spacing:-.003em;border-radius:7px;transition:color .15s ease,background .15s ease}
.hdoc__nav a:hover{color:var(--ink-1);background:rgba(10,20,30,.04)}
.hdoc__nav a.is-active{font-weight:650;color:var(--hercules-accent-dark,#3730a3);background:var(--hercules-accent-soft,#ecebfc)}

/* --- Sections: numbered, with breathing room --- */
.hdoc__content{counter-reset:hsec}
.hdoc__section{counter-increment:hsec;scroll-margin-top:100px;padding-top:var(--sp-10);margin-top:var(--sp-10);border-top:1px solid var(--rule)}
.hdoc__section:first-of-type{padding-top:0;margin-top:0;border-top:0}
.hdoc__section h2{
	position:relative;margin:0 0 var(--sp-4);padding-left:var(--sp-10);
	font-size:var(--t-2xl);line-height:1.22;letter-spacing:-.021em;font-weight:750;color:var(--ink-1);text-wrap:balance;
}
.hdoc__section h2::before{
	content:counter(hsec,decimal-leading-zero);
	position:absolute;left:0;top:.12em;
	font-size:var(--t-sm);font-weight:700;line-height:1.6;letter-spacing:.02em;
	color:var(--hercules-accent,#4f46e5);font-variant-numeric:tabular-nums;
}

/* --- Body --- */
.hdoc__lede{margin:0 0 var(--sp-6);max-width:var(--hdoc-measure);font-size:var(--t-md);line-height:1.72;color:var(--ink-2);letter-spacing:-.004em;text-wrap:pretty}
.hdoc__steps{margin:0 0 var(--sp-6);gap:var(--sp-4)}
.hdoc__steps li{max-width:var(--hdoc-measure);padding-left:var(--sp-10);font-size:var(--t-base);line-height:1.75;color:var(--ink-2);text-wrap:pretty}
.hdoc__steps li::before{
	width:24px;height:24px;top:.2em;
	font-size:var(--t-xs);font-weight:700;
	background:var(--hercules-accent,#4f46e5);
	box-shadow:0 0 0 4px var(--hercules-accent-soft,#ecebfc);
}
.hdoc :is(.hdoc__lede,.hdoc__steps li) strong{font-weight:650;color:var(--ink-1)}
.hdoc :is(.hdoc__lede,.hdoc__steps li) em{font-style:normal;font-weight:500;color:var(--ink-1)}

/* --- Code --- */
.hdoc__code{
	margin:0 0 var(--sp-6);padding:var(--sp-5) var(--sp-6);
	border:1px solid #1e2530;border-left-width:3px;border-radius:10px;
	background:#12161d;color:#dbe3ec;
	font-size:var(--t-sm);line-height:1.8;letter-spacing:.002em;tab-size:2;
	font-variant-ligatures:none;
}

/* --- Note --- */
.hdoc__note{
	margin:0;padding:var(--sp-4) var(--sp-5);max-width:var(--hdoc-measure);
	border-radius:10px;font-size:var(--t-base);line-height:1.68;color:var(--ink-2);
}
.hdoc__note strong{font-weight:700;letter-spacing:.01em}

/* --- Screenshots --- */
.hdoc__shots{margin-top:var(--sp-6);gap:var(--sp-5)}
.hdoc__shot figcaption{padding:var(--sp-3) var(--sp-4);font-size:var(--t-xs);line-height:1.55;color:var(--ink-4);letter-spacing:.002em}

/* --- Search results --- */
.hdoc__rescount{font-size:var(--t-2xs);letter-spacing:.14em;font-weight:700}
.hdoc__reslist strong{font-size:var(--t-base);font-weight:650;letter-spacing:-.008em;color:var(--ink-1)}
.hdoc__reslist span{font-size:var(--t-sm);line-height:1.6;color:var(--ink-4)}
.hdoc__foot{font-size:var(--t-sm);line-height:1.6;color:var(--ink-4)}
.hdoc__empty,.hdoc__fallback{font-size:var(--t-base);line-height:1.68}

/* --- Non-Latin scripts: no optical tightening, more leading --- */
.hdoc:not([data-script="latin"]) :is(.hdoc__title,.hdoc__section h2,.hdoc__intro,.hdoc__lede,.hdoc__reslist strong){letter-spacing:0}
.hdoc:not([data-script="latin"]) .hdoc__eyebrow{letter-spacing:.04em;text-transform:none}
.hdoc[data-script="urdu"]{--t-base:16.5px;--t-md:17.5px;line-height:2.05}
.hdoc[data-script="urdu"] .hdoc__section h2{line-height:1.7}
.hdoc[data-script="urdu"] .hdoc__title{line-height:1.5}
[dir=rtl] .hdoc__section h2{padding-left:0;padding-right:var(--sp-10)}
[dir=rtl] .hdoc__section h2::before{left:auto;right:0}
[dir=rtl] .hdoc__steps li{padding-left:0;padding-right:var(--sp-10)}

/* --- Print --- */
@media print{
	.hdoc{--t-base:10.5pt;--t-md:10.5pt;--t-lg:12pt;--t-sm:9.5pt;--t-xs:8.5pt;color:#000;line-height:1.5}
	.hdoc__title{font-size:24pt;letter-spacing:-.02em}
	.hdoc__section{padding-top:14pt;margin-top:14pt;page-break-inside:auto}
	.hdoc__section h2{font-size:14pt;line-height:1.25}
	.hdoc__section h2::before{font-size:9pt;color:#000}
	.hdoc__code{background:#f5f6f8;color:#000;border-color:#ccc;font-size:9pt;line-height:1.6}
	.hdoc__note{background:#f5f6f8;border:1px solid #ddd;font-size:9.5pt}
	.hdoc__steps li{font-size:10pt;line-height:1.5}
}
@media(max-width:640px){
	.hdoc{--t-base:15px;--t-md:16px;--t-lg:17px}
	.hdoc__section{padding-top:var(--sp-8);margin-top:var(--sp-8)}
	.hdoc__section h2{padding-left:var(--sp-8)}
	[dir=rtl] .hdoc__section h2{padding-right:var(--sp-8)}
}


/* === Demos page: per-niche layout showcase === */
.hlayouts{margin:56px 0 0;padding:44px 0 8px;border-top:1px solid var(--hercules-border,#e4e8ec)}
.hlayouts__head{max-width:760px;margin:0 auto 32px;text-align:center}
.hlayouts__eyebrow{display:inline-block;margin-bottom:12px;padding:5px 13px;border-radius:999px;background:var(--hercules-accent-soft,#ecebfc);color:var(--hercules-accent-dark,#3730a3);font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.hlayouts__title{margin:0 0 14px;font-size:clamp(24px,3.2vw,36px);line-height:1.14;letter-spacing:-.026em;font-weight:800;color:var(--hercules-dark,#0d1115);text-wrap:balance}
.hlayouts__lede{margin:0;font-size:16px;line-height:1.7;color:#5a6472;text-wrap:pretty}
.hlayouts__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(212px,1fr));gap:12px;margin:0;padding:0;list-style:none}
.hlayouts__item a{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:2px 12px;align-items:center;padding:14px 16px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:12px;background:#fff;text-decoration:none!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.hlayouts__item a:hover{border-color:var(--n);box-shadow:0 10px 26px rgba(10,20,30,.08);transform:translateY(-2px)}
.hlayouts__swatch{grid-row:1/3;width:34px;height:34px;border-radius:9px;background:var(--n);box-shadow:0 0 0 3px color-mix(in srgb,var(--n) 16%,transparent)}
.hlayouts__name{font-size:14.5px;font-weight:650;line-height:1.3;color:var(--hercules-dark,#0d1115)}
.hlayouts__meta{font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#8a93a0}
.hlayouts__foot{margin:26px auto 0;max-width:700px;text-align:center;font-size:14px;line-height:1.65;color:#69727d}
@supports not (background:color-mix(in srgb,red 10%,transparent)){.hlayouts__swatch{box-shadow:none}}
@media(max-width:640px){.hlayouts{margin-top:40px;padding-top:32px}.hlayouts__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}


/* ============================================================
   Header / footer structure families
   Each family changes layout, not just colour.
   ============================================================ */

/* --- shared --- */
.hercules-layout-header__util{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;padding:8px 24px;background:var(--layout-dark,#0d1115);color:rgba(255,255,255,.72);font-size:12px;letter-spacing:.03em}
.hercules-layout-header__util span{white-space:nowrap}
.hercules-layout-header__row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center;padding:0 24px 10px;border-top:1px solid rgba(10,20,30,.08)}
.hercules-layout-header__stat,.hercules-layout-header__note{flex:0 0 auto;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--layout-accent,#4f46e5);white-space:nowrap}

/* --- 1. Athletic: dense single bar, stat strip, heavy nav --- */
.hercules-layout-header--athletic{background:var(--layout-dark,#0d1115);color:#fff}
.hercules-layout-header--athletic .hercules-layout-brand strong{font-size:22px;font-weight:900;letter-spacing:.02em;color:#fff}
.hercules-layout-header--athletic .hercules-layout-brand span{color:var(--layout-accent,#4f46e5);font-weight:700}
.hercules-layout-header--athletic .hercules-layout-nav a{color:rgba(255,255,255,.82);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.hercules-layout-header--athletic .hercules-layout-nav a:hover{color:var(--layout-accent,#4f46e5)}
.hercules-layout-header--athletic .hercules-layout-header__cta{border-radius:4px;background:var(--layout-accent,#4f46e5);font-weight:900;letter-spacing:.09em}

/* --- 2. Calm: centred brand, nav on its own hairline row --- */
.hercules-layout-header--calm{background:#fff}
.hercules-layout-header--calm .hercules-layout-header__inner{justify-content:center;gap:20px;padding-bottom:12px}
.hercules-layout-header--calm .hercules-layout-brand{flex-direction:column;align-items:center;text-align:center;gap:2px}
.hercules-layout-header--calm .hercules-layout-brand strong{font-size:20px;font-weight:500;letter-spacing:.32em;text-transform:uppercase}
.hercules-layout-header--calm .hercules-layout-brand span{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#8a93a0}
.hercules-layout-header--calm .hercules-layout-nav a{font-size:13px;font-weight:400;letter-spacing:.06em;color:#5a6472}
.hercules-layout-header--calm .hercules-layout-header__cta{border:1px solid var(--layout-accent,#4f46e5);border-radius:999px;background:transparent;color:var(--layout-accent,#4f46e5)!important;font-weight:600;letter-spacing:.08em}
.hercules-layout-header--calm .hercules-layout-header__cta:hover{background:var(--layout-accent,#4f46e5);color:#fff!important}

/* --- 3. Club: fixture strip above, solid main bar --- */
.hercules-layout-header--club .hercules-layout-header__util{background:var(--layout-accent,#4f46e5);color:#fff;font-weight:700}
.hercules-layout-header--club .hercules-layout-header__inner{background:var(--layout-dark,#0d1115)}
.hercules-layout-header--club .hercules-layout-brand strong{font-size:21px;font-weight:800;color:#fff}
.hercules-layout-header--club .hercules-layout-brand span{color:rgba(255,255,255,.6)}
.hercules-layout-header--club .hercules-layout-nav a{color:#fff;font-size:12.5px;font-weight:700;letter-spacing:.05em}
.hercules-layout-header--club .hercules-layout-header__cta{border-radius:999px;background:var(--layout-accent,#4f46e5);font-weight:800}

/* --- 4. Commerce: search dominates, categories below --- */
.hercules-layout-header--commerce{background:#fff;border-bottom:1px solid var(--hercules-border,#e4e8ec)}
.hercules-layout-search{flex:1 1 260px;display:flex;min-width:0;max-width:460px;margin:0 8px}
.hercules-layout-search input{flex:1 1 auto;min-width:0;padding:10px 14px;border:1px solid var(--hercules-border,#e4e8ec);border-right:0;border-radius:8px 0 0 8px;font:inherit;font-size:14px}
.hercules-layout-search input:focus{outline:2px solid var(--layout-accent,#4f46e5);outline-offset:-2px}
.hercules-layout-search button{flex:0 0 auto;width:46px;border:0;border-radius:0 8px 8px 0;background:var(--layout-accent,#4f46e5);color:#fff;font-size:17px;cursor:pointer}
.hercules-layout-header--commerce .hercules-layout-header__row{justify-content:flex-start;background:#fafbfc}
.hercules-layout-header--commerce .hercules-layout-nav a{font-size:12.5px;font-weight:600;color:#46505f}
.hercules-layout-header--commerce .hercules-layout-header__cta{border-radius:8px;background:var(--layout-accent,#4f46e5);font-weight:800}

/* --- 5. Coach: avatar identity, booking CTA --- */
.hercules-layout-header--coach{background:#fff}
.hercules-layout-brand--avatar{display:flex;align-items:center;gap:12px}
.hercules-layout-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--layout-accent,#4f46e5);color:#fff;font-size:19px;font-weight:800;box-shadow:0 0 0 3px rgba(0,0,0,.05)}
.hercules-layout-brand__text{display:grid;line-height:1.25}
.hercules-layout-brand__text strong{font-size:16px;font-weight:800;letter-spacing:-.01em}
.hercules-layout-brand__text span{font-size:12px;color:#8a93a0}
.hercules-layout-header--coach .hercules-layout-nav a{font-size:13.5px;font-weight:600;color:#46505f}
.hercules-layout-header--coach .hercules-layout-header__cta{border-radius:999px;background:var(--layout-accent,#4f46e5);font-weight:800;padding:0 24px}

/* --- 6. Editorial: date bar, masthead, category row --- */
.hercules-layout-header--editorial{background:#fff}
.hercules-layout-header--editorial .hercules-layout-header__util{background:#f4f6f8;color:#69727d;border-bottom:1px solid var(--hercules-border,#e4e8ec)}
.hercules-layout-header--editorial .hercules-layout-header__inner{justify-content:space-between;padding-bottom:14px}
.hercules-layout-header--editorial .hercules-layout-brand strong{font-size:27px;font-weight:900;letter-spacing:-.035em}
.hercules-layout-header--editorial .hercules-layout-brand span{color:var(--layout-accent,#4f46e5);font-size:11.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.hercules-layout-header--editorial .hercules-layout-header__row{justify-content:flex-start;gap:22px;border-top:2px solid var(--layout-dark,#0d1115);padding-top:9px}
.hercules-layout-header--editorial .hercules-layout-nav a{font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--layout-dark,#0d1115)}
.hercules-layout-header--editorial .hercules-layout-nav a:hover{color:var(--layout-accent,#4f46e5)}
.hercules-layout-header--editorial .hercules-layout-header__cta{border-radius:3px;background:var(--layout-dark,#0d1115);font-weight:800}

/* --- footers --- */
.hercules-layout-footer--calm .hercules-layout-footer__inner{grid-template-columns:1fr;text-align:center;gap:22px;max-width:640px;margin-inline:auto}
.hercules-layout-footer--calm h3{letter-spacing:.2em;font-weight:500;text-transform:uppercase;font-size:11px}
.hercules-layout-footer--club .hercules-layout-footer__sponsors{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:center;padding:18px 24px;border-top:1px solid rgba(255,255,255,.1)}
.hercules-layout-footer--club .hercules-layout-footer__sponsors span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;opacity:.55}
.hercules-layout-footer--club .hercules-layout-footer__sponsors i{display:block;width:64px;height:22px;border-radius:4px;background:rgba(255,255,255,.14)}
.hercules-layout-footer--commerce .hercules-layout-footer__news{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;padding:22px 24px;background:var(--layout-accent,#4f46e5)}
.hercules-layout-footer--commerce .hercules-layout-footer__news strong{color:#fff;font-size:17px;font-weight:800}
.hercules-layout-footer--commerce .hercules-layout-footer__news form{display:flex;gap:0}
.hercules-layout-footer--commerce .hercules-layout-footer__news input{padding:11px 14px;border:0;border-radius:8px 0 0 8px;font:inherit;font-size:14px;min-width:220px}
.hercules-layout-footer--commerce .hercules-layout-footer__news button{padding:0 22px;border:0;border-radius:0 8px 8px 0;background:var(--layout-dark,#0d1115);color:#fff;font-weight:800;font-size:13px;cursor:pointer}
.hercules-layout-footer--coach .hercules-layout-footer__cta{display:grid;gap:8px;justify-items:center;padding:34px 24px;text-align:center;background:var(--layout-accent,#4f46e5);color:#fff}
.hercules-layout-footer--coach .hercules-layout-footer__cta strong{font-size:23px;font-weight:800}
.hercules-layout-footer--coach .hercules-layout-footer__cta p{margin:0;opacity:.9}
.hercules-layout-footer--coach .hercules-layout-footer__cta a{margin-top:8px;padding:12px 30px;border-radius:999px;background:#fff;color:var(--layout-accent,#4f46e5)!important;font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none!important}
.hercules-layout-footer--coach .hercules-layout-footer__inner{grid-template-columns:2fr 1fr}
.hercules-layout-footer--editorial .hercules-layout-footer__inner{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}
.hercules-layout-footer--editorial h3{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--layout-accent,#4f46e5)}

@media(max-width:900px){
	.hercules-layout-header__row{justify-content:flex-start;overflow-x:auto}
	.hercules-layout-search{order:5;flex-basis:100%;max-width:none;margin:10px 0 0}
	.hercules-layout-header__stat,.hercules-layout-header__note{display:none}
	.hercules-layout-footer--coach .hercules-layout-footer__inner{grid-template-columns:1fr}
}


/* Commerce search affordance (link-based so it survives wp_kses_post) */
a.hercules-layout-search{flex:1 1 260px;display:flex;align-items:stretch;min-width:0;max-width:460px;margin:0 8px;text-decoration:none!important;border:1px solid var(--hercules-border,#e4e8ec);border-radius:8px;overflow:hidden;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}
a.hercules-layout-search:hover{border-color:var(--layout-accent,#4f46e5);box-shadow:0 4px 14px rgba(10,20,30,.07)}
.hercules-layout-search__field{flex:1 1 auto;min-width:0;padding:11px 14px;color:#8a93a0;font-size:14px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hercules-layout-search__btn{flex:0 0 auto;display:grid;place-items:center;width:46px;background:var(--layout-accent,#4f46e5);color:#fff;font-size:17px}


/* ============================================================
   Family style overrides
   hercules-core/assets/css/layouts.css forces a dark bar, an 86px
   height, a white !important brand and one pill CTA on every header.
   These rules break that so each family reads as a different design.
   ============================================================ */

/* ---------- 1. ATHLETIC — tall, dark, brutal ---------- */
.hercules-layout-header--athletic .hercules-layout-header__inner{min-height:96px}
.hercules-layout-header--athletic .hercules-layout-brand strong{font-size:26px;font-weight:900;letter-spacing:.01em}
.hercules-layout-header--athletic .hercules-layout-header__cta{border-radius:3px;border-width:0;padding:14px 26px;font-size:12px;font-weight:900;letter-spacing:.12em}
.hercules-layout-header--athletic{border-bottom:3px solid var(--layout-accent,#4f46e5)}

/* ---------- 2. CALM — light, airy, low contrast ---------- */
.hercules-layout-header--calm{background:#fff;color:#0d1115;border-bottom:1px solid #e9ecef}
.hercules-layout-header--calm .hercules-layout-header__inner{min-height:74px;padding-top:16px}
.hercules-layout-header--calm .hercules-layout-brand,
.hercules-layout-header--calm .hercules-layout-brand strong{color:#0d1115!important}
.hercules-layout-header--calm .hercules-layout-brand strong{font-size:19px;font-weight:400;letter-spacing:.34em}
.hercules-layout-header--calm .hercules-layout-brand span{color:#98a1ad!important}
.hercules-layout-header--calm .hercules-layout-menu a,
.hercules-layout-header--calm .hercules-layout-nav a{color:#5a6472!important;font-weight:400;letter-spacing:.05em;text-transform:none}
.hercules-layout-header--calm .hercules-layout-nav a:hover{color:var(--layout-accent,#4f46e5)!important}
.hercules-layout-header--calm .hercules-layout-header__cta{min-height:40px;padding:10px 22px;border:1px solid var(--layout-accent,#4f46e5);background:transparent;color:var(--layout-accent,#4f46e5)!important;font-weight:600;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase}
.hercules-layout-header--calm .hercules-layout-header__cta:hover{background:var(--layout-accent,#4f46e5);color:#fff!important}
.hercules-layout-header--calm .hercules-layout-menu-toggle{color:#0d1115!important}
.hercules-layout-footer--calm{padding:56px 0 22px;background:#f7f8fa;color:#5a6472}
.hercules-layout-footer--calm strong,.hercules-layout-footer--calm h3{color:#0d1115!important}
.hercules-layout-footer--calm a{color:#5a6472!important}
.hercules-layout-footer--calm a:hover{color:var(--layout-accent,#4f46e5)!important}
.hercules-layout-footer--calm .hercules-layout-footer__bottom{border-top-color:rgba(10,20,30,.1);color:#98a1ad}

/* ---------- 3. CLUB — banded, two-tier, square ---------- */
.hercules-layout-header--club .hercules-layout-header__inner{min-height:78px;width:100%;padding-inline:max(20px,calc((100% - 1200px)/2))}
.hercules-layout-header--club .hercules-layout-brand strong{font-size:22px;font-weight:800;letter-spacing:.04em}
.hercules-layout-header--club .hercules-layout-header__cta{border-radius:2px;border-width:0;padding:12px 24px;font-weight:800;letter-spacing:.09em}
.hercules-layout-footer--club{padding:64px 0 24px}
.hercules-layout-footer--club .hercules-layout-footer__inner{grid-template-columns:1.6fr repeat(3,minmax(0,1fr));gap:38px}

/* ---------- 4. COMMERCE — light, utilitarian, compact ---------- */
.hercules-layout-header--commerce{background:#fff;color:#0d1115;border-bottom:1px solid #e9ecef}
.hercules-layout-header--commerce .hercules-layout-header__inner{min-height:76px;gap:16px}
.hercules-layout-header--commerce .hercules-layout-brand,
.hercules-layout-header--commerce .hercules-layout-brand strong{color:#0d1115!important}
.hercules-layout-header--commerce .hercules-layout-brand strong{font-size:21px;font-weight:800;letter-spacing:-.01em}
.hercules-layout-header--commerce .hercules-layout-brand span{color:#98a1ad!important;font-size:11px}
.hercules-layout-header--commerce .hercules-layout-menu a,
.hercules-layout-header--commerce .hercules-layout-nav a{color:#46505f!important;font-weight:600;font-size:12.5px;text-transform:none;letter-spacing:0}
.hercules-layout-header--commerce .hercules-layout-header__cta{border-radius:8px;border-width:0;min-height:42px;padding:10px 20px;font-size:12px;font-weight:800;letter-spacing:.05em}
.hercules-layout-header--commerce .hercules-layout-menu-toggle{color:#0d1115!important}
.hercules-layout-footer--commerce{padding:0 0 24px}
.hercules-layout-footer--commerce .hercules-layout-footer__inner{padding-top:52px}

/* ---------- 5. COACH — light, personal, rounded ---------- */
.hercules-layout-header--coach{background:#fff;color:#0d1115;border-bottom:1px solid #e9ecef}
.hercules-layout-header--coach .hercules-layout-header__inner{min-height:82px}
.hercules-layout-header--coach .hercules-layout-brand,
.hercules-layout-header--coach .hercules-layout-brand strong{color:#0d1115!important}
.hercules-layout-header--coach .hercules-layout-menu a,
.hercules-layout-header--coach .hercules-layout-nav a{color:#46505f!important;font-weight:600;font-size:13.5px;text-transform:none;letter-spacing:0}
.hercules-layout-header--coach .hercules-layout-header__cta{border-radius:999px;border-width:0;min-height:44px;padding:12px 26px;font-size:12px;font-weight:800;letter-spacing:.06em}
.hercules-layout-header--coach .hercules-layout-menu-toggle{color:#0d1115!important}
.hercules-layout-footer--coach{padding:0 0 24px}
.hercules-layout-footer--coach .hercules-layout-footer__inner{padding-top:52px}

/* ---------- 6. EDITORIAL — light, masthead, sharp ---------- */
.hercules-layout-header--editorial{background:#fff;color:#0d1115}
.hercules-layout-header--editorial .hercules-layout-header__inner{min-height:88px}
.hercules-layout-header--editorial .hercules-layout-brand,
.hercules-layout-header--editorial .hercules-layout-brand strong{color:#0d1115!important}
.hercules-layout-header--editorial .hercules-layout-brand strong{font-size:30px;font-weight:900;letter-spacing:-.04em}
.hercules-layout-header--editorial .hercules-layout-menu a,
.hercules-layout-header--editorial .hercules-layout-nav a{color:#0d1115!important;font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hercules-layout-header--editorial .hercules-layout-nav a:hover{color:var(--layout-accent,#4f46e5)!important}
.hercules-layout-header--editorial .hercules-layout-header__cta{border-radius:0;border-width:0;background:#0d1115;min-height:40px;padding:10px 20px;font-size:11.5px;font-weight:800}
.hercules-layout-header--editorial .hercules-layout-menu-toggle{color:#0d1115!important}
.hercules-layout-footer--editorial{padding:58px 0 22px}

/* toggle inherits colour on light families */
.hercules-layout-header--calm .hercules-layout-menu-toggle,
.hercules-layout-header--commerce .hercules-layout-menu-toggle,
.hercules-layout-header--coach .hercules-layout-menu-toggle,
.hercules-layout-header--editorial .hercules-layout-menu-toggle{border-color:rgba(10,20,30,.18)}

@media(max-width:900px){
	.hercules-layout-header--athletic .hercules-layout-header__inner,
	.hercules-layout-header--club .hercules-layout-header__inner,
	.hercules-layout-header--editorial .hercules-layout-header__inner{min-height:72px}
	.hercules-layout-footer--club .hercules-layout-footer__inner{grid-template-columns:1fr}
}


/* ============================================================
   Demo page system
   Pages already carry .hercules-demo-family--{slug} and
   .hercules-demo-variant--{n}, but no CSS existed for them, so every
   niche rendered identically. Base skeleton first, then per-family
   design languages, then per-niche nuance.
   ============================================================ */

/* ---------- base skeleton ---------- */
.hercules-demo-family{--d-pad:96px;--d-gap:28px;--d-radius:16px;--d-head:clamp(30px,4.4vw,50px);--d-track:-.028em;--d-weight:800;--d-card-bd:1px solid var(--hercules-border,#e4e8ec);--d-shadow:0 14px 34px rgba(10,20,30,.07);--d-btn-radius:999px;--d-kicker-tt:uppercase;--d-kicker-ls:.2em}
.hercules-demo-section{padding:var(--d-pad) 0}
.hercules-demo-container{width:min(1200px,calc(100% - 44px));margin-inline:auto}
.hercules-demo-kicker{display:inline-block;margin-bottom:14px;font-size:11.5px;font-weight:800;letter-spacing:var(--d-kicker-ls);text-transform:var(--d-kicker-tt);color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-demo-heading{margin:0 0 18px;font-size:var(--d-head);line-height:1.08;letter-spacing:var(--d-track);font-weight:var(--d-weight);color:var(--hercules-dark,#0d1115);text-wrap:balance}
.hercules-demo-intro>p,.hercules-demo-intro .hercules-demo-copy p,.hercules-demo-copy p{max-width:64ch;font-size:16.5px;line-height:1.72;color:#4d5765;text-wrap:pretty}.hercules-demo-intro{max-width:none;width:auto}
.hercules-demo-split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,5vw,64px);align-items:center}
.hercules-demo-image img{display:block;width:100%;height:auto;border-radius:var(--d-radius)}
.hercules-demo-card-grid,.hercules-demo-feature-grid,.hercules-demo-plan-grid,.hercules-demo-quote-grid,.hercules-demo-mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(258px,1fr));gap:var(--d-gap)}
.hercules-demo-card{padding:26px;border:var(--d-card-bd);border-radius:var(--d-radius);background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.hercules-demo-card:hover{transform:translateY(-3px);box-shadow:var(--d-shadow);border-color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-demo-card h3{margin:0 0 10px;font-size:18px;font-weight:750;letter-spacing:-.012em;color:var(--hercules-dark,#0d1115)}
.hercules-demo-card p{margin:0;font-size:14.5px;line-height:1.65;color:#616b7a}
.hercules-demo-button{display:inline-flex;align-items:center;min-height:48px;padding:0 28px;border-radius:var(--d-btn-radius);background:var(--layout-accent,var(--hercules-accent,#4f46e5));color:#fff!important;font-size:12.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-decoration:none!important;transition:filter .18s ease,transform .18s ease}
.hercules-demo-button:hover{filter:brightness(.88);transform:translateY(-2px)}
.hercules-demo-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--d-gap)}
.hercules-demo-stat strong{display:block;font-size:clamp(28px,3.4vw,42px);font-weight:800;letter-spacing:-.03em;line-height:1;color:var(--layout-accent,var(--hercules-accent,#4f46e5));font-variant-numeric:tabular-nums}
.hercules-demo-stat span{display:block;margin-top:7px;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;color:#8a93a0}
.hercules-demo-cta{text-align:center}

/* ---------- family: ATHLETIC (gym, boxing, crossfit, bodybuilding, martial arts) ---------- */
.hercules-demo-variant--1,.hercules-demo-variant--3,.hercules-demo-variant--6,
.hercules-demo-variant--14,.hercules-demo-variant--15{
	--d-pad:104px;--d-radius:4px;--d-btn-radius:3px;--d-head:clamp(34px,5.2vw,60px);
	--d-track:-.035em;--d-weight:900;--d-kicker-ls:.24em;
	--d-card-bd:1px solid rgba(10,20,30,.12);
}
.hercules-demo-variant--1 .hercules-demo-card,.hercules-demo-variant--3 .hercules-demo-card,
.hercules-demo-variant--6 .hercules-demo-card,.hercules-demo-variant--14 .hercules-demo-card,
.hercules-demo-variant--15 .hercules-demo-card{border-left:3px solid var(--layout-accent,#4f46e5)}
.hercules-demo-variant--1 .hercules-demo-heading,.hercules-demo-variant--6 .hercules-demo-heading{text-transform:uppercase}

/* ---------- family: CALM (yoga, pilates, wellness, rehab) ---------- */
.hercules-demo-variant--4,.hercules-demo-variant--5,
.hercules-demo-variant--17,.hercules-demo-variant--18{
	--d-pad:120px;--d-gap:34px;--d-radius:2px;--d-btn-radius:999px;
	--d-head:clamp(28px,3.8vw,44px);--d-track:-.01em;--d-weight:400;
	--d-kicker-ls:.3em;--d-card-bd:1px solid rgba(10,20,30,.07);--d-shadow:none;
}
.hercules-demo-variant--4 .hercules-demo-section,.hercules-demo-variant--5 .hercules-demo-section,
.hercules-demo-variant--17 .hercules-demo-section,.hercules-demo-variant--18 .hercules-demo-section{text-align:center}
.hercules-demo-variant--4 .hercules-demo-intro,.hercules-demo-variant--5 .hercules-demo-intro,
.hercules-demo-variant--17 .hercules-demo-intro,.hercules-demo-variant--18 .hercules-demo-intro{margin-inline:auto}
.hercules-demo-variant--4 .hercules-demo-card:hover,.hercules-demo-variant--5 .hercules-demo-card:hover,
.hercules-demo-variant--17 .hercules-demo-card:hover,.hercules-demo-variant--18 .hercules-demo-card:hover{transform:none;box-shadow:none}
.hercules-demo-variant--4 .hercules-demo-split,.hercules-demo-variant--17 .hercules-demo-split{grid-template-columns:1fr;text-align:center}

/* ---------- family: CLUB (football, sports club, cycling) ---------- */
.hercules-demo-variant--7,.hercules-demo-variant--8,.hercules-demo-variant--16{
	--d-pad:88px;--d-gap:22px;--d-radius:6px;--d-btn-radius:2px;
	--d-head:clamp(30px,4.2vw,48px);--d-weight:800;--d-kicker-ls:.14em;
}
.hercules-demo-variant--7 .hercules-demo-card,.hercules-demo-variant--8 .hercules-demo-card,
.hercules-demo-variant--16 .hercules-demo-card{border-top:4px solid var(--layout-accent,#4f46e5);padding-top:22px}
.hercules-demo-variant--7 .hercules-demo-card-grid,.hercules-demo-variant--8 .hercules-demo-card-grid,
.hercules-demo-variant--16 .hercules-demo-card-grid{grid-template-columns:repeat(auto-fit,minmax(212px,1fr))}
.hercules-demo-variant--7 .hercules-demo-kicker::after,.hercules-demo-variant--8 .hercules-demo-kicker::after,
.hercules-demo-variant--16 .hercules-demo-kicker::after{content:"";display:block;width:34px;height:3px;margin-top:8px;background:var(--layout-accent,#4f46e5)}

/* ---------- family: COMMERCE (shop, nutrition) ---------- */
.hercules-demo-variant--9,.hercules-demo-variant--20{
	--d-pad:76px;--d-gap:18px;--d-radius:10px;--d-btn-radius:8px;
	--d-head:clamp(26px,3.4vw,38px);--d-track:-.02em;--d-weight:750;
	--d-kicker-ls:.1em;--d-card-bd:1px solid var(--hercules-border,#e4e8ec);
}
.hercules-demo-variant--9 .hercules-demo-card,.hercules-demo-variant--20 .hercules-demo-card{padding:18px}
.hercules-demo-variant--9 .hercules-demo-card-grid,.hercules-demo-variant--20 .hercules-demo-card-grid{grid-template-columns:repeat(auto-fill,minmax(216px,1fr))}
.hercules-demo-variant--9 .hercules-demo-card h3,.hercules-demo-variant--20 .hercules-demo-card h3{font-size:15.5px}

/* ---------- family: COACH (personal trainer, online coach, women's fitness) ---------- */
.hercules-demo-variant--2,.hercules-demo-variant--11,.hercules-demo-variant--13{
	--d-pad:96px;--d-gap:26px;--d-radius:20px;--d-btn-radius:999px;
	--d-head:clamp(30px,4.2vw,48px);--d-track:-.024em;--d-weight:750;--d-kicker-ls:.16em;
	--d-shadow:0 18px 44px rgba(10,20,30,.09);
}
.hercules-demo-variant--2 .hercules-demo-card,.hercules-demo-variant--11 .hercules-demo-card,
.hercules-demo-variant--13 .hercules-demo-card{border:0;background:#fafbfc}
.hercules-demo-variant--2 .hercules-demo-split,.hercules-demo-variant--11 .hercules-demo-split,
.hercules-demo-variant--13 .hercules-demo-split{grid-template-columns:.9fr 1.1fr}
.hercules-demo-variant--2 .hercules-demo-image img,.hercules-demo-variant--11 .hercules-demo-image img,
.hercules-demo-variant--13 .hercules-demo-image img{border-radius:26px}

/* ---------- family: EDITORIAL (magazine, charity, bootcamp) ---------- */
.hercules-demo-variant--10,.hercules-demo-variant--12,.hercules-demo-variant--19{
	--d-pad:72px;--d-gap:24px;--d-radius:0px;--d-btn-radius:0px;
	--d-head:clamp(30px,4.6vw,52px);--d-track:-.04em;--d-weight:900;
	--d-kicker-ls:.12em;--d-card-bd:0;--d-shadow:none;
}
.hercules-demo-variant--10 .hercules-demo-section,.hercules-demo-variant--12 .hercules-demo-section,
.hercules-demo-variant--19 .hercules-demo-section{border-top:1px solid rgba(10,20,30,.12)}
.hercules-demo-variant--10 .hercules-demo-card,.hercules-demo-variant--12 .hercules-demo-card,
.hercules-demo-variant--19 .hercules-demo-card{padding:0 0 20px;border-bottom:2px solid var(--hercules-dark,#0d1115)}
.hercules-demo-variant--10 .hercules-demo-card:hover,.hercules-demo-variant--12 .hercules-demo-card:hover,
.hercules-demo-variant--19 .hercules-demo-card:hover{transform:none;border-color:var(--layout-accent,#4f46e5)}
.hercules-demo-variant--10 .hercules-demo-kicker,.hercules-demo-variant--12 .hercules-demo-kicker,
.hercules-demo-variant--19 .hercules-demo-kicker{padding:3px 9px;background:var(--layout-accent,#4f46e5);color:#fff}

@media(max-width:860px){
	.hercules-demo-family{--d-pad:60px;--d-gap:18px}
	.hercules-demo-split,
	.hercules-demo-variant--2 .hercules-demo-split,.hercules-demo-variant--11 .hercules-demo-split,
	.hercules-demo-variant--13 .hercules-demo-split{grid-template-columns:1fr}
}

/* Slide copy must be readable even when animations never run — print, PDF
   export, reduced motion, or a failed stylesheet. Animation is the
   enhancement, not the thing that makes text appear. */
.hdemos__slide.is-active :is(.hdemos__eyebrow,.hdemos__title,.hdemos__tag,.hdemos__btn){opacity:1;transform:none}
.hdemos__slide.is-active .hdemos__eyebrow{animation:hdemosUp .7s .18s backwards}
.hdemos__slide.is-active .hdemos__title{animation:hdemosUp .8s .32s backwards}
.hdemos__slide.is-active .hdemos__tag{animation:hdemosUp .8s .46s backwards}
.hdemos__slide.is-active .hdemos__btn{animation:hdemosUp .8s .6s backwards}
@media print{
	.hdemos{break-inside:avoid;border:1px solid #ddd}
	.hdemos__track{height:auto}
	.hdemos__slide{position:static;opacity:1!important;visibility:visible!important;display:none}
	.hdemos__slide.is-active{display:grid}
	.hdemos__slide.is-active :is(.hdemos__eyebrow,.hdemos__title,.hdemos__tag,.hdemos__btn){animation:none!important;opacity:1!important;transform:none!important}
	.hdemos__img{position:relative;transform:none;max-height:320px}
	.hdemos__veil{display:none}
	.hdemos__inner{color:#0d1115;padding:18px 0}
	.hdemos__title{color:#0d1115}
	.hdemos__tag{color:#3d4757}
	.hdemos__eyebrow{color:#0d1115}
	.hdemos__btn{color:#0d1115!important;background:none;border:1px solid #0d1115;print-color-adjust:exact}
	.hdemos__nav,.hdemos__dots,.hdemos__progress{display:none!important}
	.hlayouts__item a{break-inside:avoid}
	.hlayouts__swatch{print-color-adjust:exact;-webkit-print-color-adjust:exact}
}
/* ============================================================
   Print: the page is exported as a PDF for presentation, so the
   navigation chrome is noise and the slider must invert to paper.
   ============================================================ */
@media print{
	/* The stacked mobile menu was consuming two full pages. */
	.hercules-layout-header__util,
	.hercules-layout-header__row,
	.hercules-layout-nav,
	.hercules-layout-menu,
	.hercules-layout-menu-toggle,
	.hercules-layout-header__cta,
	.hercules-layout-header__stat,
	.hercules-layout-header__note,
	.hercules-layout-search,
	.hercules-cart,
	.hercules-layout-header .hercules-cart-count{display:none!important}

	.hercules-layout-header{background:#fff!important;color:#0d1115!important;border-bottom:1px solid #ddd!important;padding:0!important}
	.hercules-layout-header__inner{min-height:0!important;padding:10px 0!important;justify-content:flex-start!important}
	.hercules-layout-brand,.hercules-layout-brand strong,.hercules-layout-brand span{color:#0d1115!important}
	.hercules-layout-brand strong{font-size:16pt!important;letter-spacing:.02em!important}

	/* Slider: paper, not a dark hero. */
	.hdemos{background:#fff!important;border:1px solid #ddd}
	.hdemos__slide{background:#fff!important}
	.hdemos__inner{color:#0d1115!important;width:100%!important;padding:14px 18px 18px!important}
	.hdemos__eyebrow{color:#0d1115!important;opacity:.62}
	.hdemos__title{color:#0d1115!important}
	.hdemos__tag{color:#3d4757!important}
	.hdemos__img{max-height:300px!important;object-fit:cover}

	/* Footer prints as paper too. */
	.hercules-layout-footer{background:#fff!important;color:#3d4757!important;padding:18pt 0 8pt!important;border-top:1px solid #ddd}
	.hercules-layout-footer :is(strong,h3){color:#0d1115!important}
	.hercules-layout-footer a{color:#3d4757!important}
	.hercules-layout-footer__inner{grid-template-columns:repeat(4,1fr)!important;gap:14pt!important}
	.hercules-layout-footer__sponsors,.hercules-layout-footer__news,.hercules-layout-footer__cta{display:none!important}
	.hercules-layout-footer__bottom{border-top-color:#ddd!important;color:#8a93a0!important}

	/* Keep cards whole. */
	.hercules-demo-preview-card{break-inside:avoid;page-break-inside:avoid}
}
@media print{
	/* Headings must not split across a page break. */
	h1,h2,h3,.hlayouts__title,.hdemos__title{break-inside:avoid;page-break-inside:avoid;break-after:avoid;page-break-after:avoid}
	.hercules-demo-hero,.hlayouts__head{break-inside:avoid;page-break-inside:avoid}
	p{orphans:3;widows:3}
}
/* Hercules suite editorial enhancement */
.hercules-suite-editorial{max-width:1180px;margin:64px auto;padding:0 24px;color:#172033}
.hercules-suite-editorial>h2{margin:0 0 16px;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15}
.hercules-suite-editorial>p{max-width:820px;margin:0 0 28px;font-size:1.05rem;line-height:1.8;color:#4b5563}
.hercules-suite-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:30px 0 48px}
.hercules-suite-grid article{height:100%;padding:28px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.07)}
.hercules-suite-grid h3{margin:0 0 12px;font-size:1.2rem;line-height:1.3;color:#111827}
.hercules-suite-grid p{margin:0;line-height:1.7;color:#5b6472}
.hercules-suite-cta{margin-top:42px;padding:34px;border-radius:20px;background:#111827;color:#fff}
.hercules-suite-cta h2{margin:0 0 10px;color:#fff;font-size:clamp(1.5rem,2.5vw,2rem)}
.hercules-suite-cta p{margin:0 0 20px;color:#e5e7eb;line-height:1.7}
.hercules-suite-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 20px;border-radius:10px;background:#fff;color:#111827;font-weight:700;text-decoration:none}
.hercules-suite-cta a:hover,.hercules-suite-cta a:focus{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.18)}
.hercules-suite-cta a:focus-visible{outline:3px solid #fbbf24;outline-offset:3px}
@media (max-width:900px){.hercules-suite-grid{grid-template-columns:1fr}.hercules-suite-editorial{margin:48px auto;padding:0 20px}.hercules-suite-grid article{padding:24px}}
@media (max-width:600px){.hercules-suite-editorial{margin:36px auto;padding:0 16px}.hercules-suite-grid{gap:16px;margin-bottom:34px}.hercules-suite-cta{padding:26px 22px}}

/* Premium 404 recovery page. */
.hercules-404{margin:0}.hercules-404__hero{min-height:640px;display:grid;place-items:center;padding:90px 24px;background:linear-gradient(135deg,#090d18,#252b43);background-size:cover;background-position:center;color:#fff;text-align:center}.hercules-404__inner{width:min(860px,100%)}.hercules-404__code{display:block;font-size:clamp(84px,18vw,190px);font-weight:900;line-height:.75;letter-spacing:-.08em;color:rgba(255,255,255,.09)}.hercules-404__eyebrow{margin:36px 0 10px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--hercules-accent,#4f46e5)}.hercules-404 h1{margin:0;font-size:clamp(38px,6vw,72px);line-height:1.05;color:#fff}.hercules-404__copy{max-width:700px;margin:22px auto 30px;font-size:18px;line-height:1.75;color:rgba(255,255,255,.8)}.hercules-404__search{max-width:620px;margin:0 auto}.hercules-404__search form{display:flex;gap:10px}.hercules-404__search input[type=search]{flex:1;min-width:0;border:1px solid rgba(255,255,255,.25);border-radius:10px;padding:15px 17px;background:#fff;color:#111}.hercules-404__search input[type=submit],.hercules-404__search button{border:0;border-radius:10px;padding:14px 20px;background:var(--hercules-accent,#4f46e5);color:#fff;font-weight:800}.hercules-404__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:28px}.hercules-404__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#fff!important;text-decoration:none;font-weight:700}.hercules-404__actions a:hover,.hercules-404__actions a:focus{background:#fff;color:#111!important}.hercules-404__actions .hercules-404__primary{background:var(--hercules-accent,#4f46e5);border-color:transparent}@media(max-width:600px){.hercules-404__hero{min-height:560px;padding:70px 18px}.hercules-404__search form{flex-direction:column}.hercules-404__actions{align-items:stretch;flex-direction:column}.hercules-404__actions a{width:100%}}

/* Premium search and no-results experience. */
.hercules-search-page{width:100%;max-width:none!important;padding:0!important}.hercules-search-hero{padding:90px 24px;background:linear-gradient(135deg,#0b1020,#252b43);color:#fff}.hercules-search-hero__inner,.hercules-search-content{width:min(1180px,100%);margin:auto}.hercules-search-hero__eyebrow,.hercules-no-results__eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--hercules-accent,#4f46e5)}.hercules-search-hero h1{margin:10px 0;font-size:clamp(36px,5vw,64px);color:#fff}.hercules-search-hero__summary{font-size:18px;color:rgba(255,255,255,.76)}.hercules-search-hero__form{max-width:680px;margin-top:28px}.hercules-search-hero__form form,.hercules-no-results__search form{display:flex;gap:10px}.hercules-search-hero__form input[type=search],.hercules-no-results__search input[type=search]{flex:1;min-width:0;padding:15px 17px;border:1px solid #d7dae2;border-radius:10px;background:#fff;color:#111}.hercules-search-hero__form button,.hercules-search-hero__form input[type=submit],.hercules-no-results__search button,.hercules-no-results__search input[type=submit]{border:0;border-radius:10px;padding:14px 22px;background:var(--hercules-accent,#4f46e5);color:#fff;font-weight:800}.hercules-search-content{padding:70px 24px}.hercules-search-toolbar{margin-bottom:30px}.hercules-search-toolbar h2{margin:0 0 8px;font-size:34px}.hercules-no-results{max-width:820px;margin:20px auto;padding:56px;border:1px solid #e7e9ef;border-radius:22px;background:#fff;text-align:center;box-shadow:0 20px 55px rgba(16,24,40,.08)}.hercules-no-results__icon{display:grid;place-items:center;width:76px;height:76px;margin:0 auto 22px;border-radius:50%;background:rgba(var(--hercules-accent-rgb,79,70,229),.1);color:var(--hercules-accent,#4f46e5);font-size:38px;font-weight:900}.hercules-no-results__title{font-size:38px;margin:8px 0 14px}.hercules-no-results__search{max-width:620px;margin:28px auto}.hercules-no-results__links{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.hercules-no-results__links a{padding:9px 15px;border:1px solid #dfe2e9;border-radius:999px;text-decoration:none;font-weight:700}@media(max-width:600px){.hercules-search-hero{padding:70px 18px}.hercules-search-content{padding:50px 18px}.hercules-search-hero__form form,.hercules-no-results__search form{flex-direction:column}.hercules-no-results{padding:38px 20px}.hercules-no-results__title{font-size:30px}}

/* === Documentation centre polish: 2026-07-26 === */
.hdoc{max-width:1280px;margin:0 auto;padding:clamp(18px,3vw,36px);color:#172033}
.hdoc__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:clamp(24px,4vw,56px);align-items:start;padding:clamp(24px,4vw,48px);margin:0 0 28px;border:1px solid #e5e7eb;border-radius:24px;background:linear-gradient(145deg,#ffffff 0%,#f7f7ff 100%);box-shadow:0 20px 55px rgba(32,38,71,.09);color:#172033}
.hdoc__brand{min-width:0}.hdoc__tools{display:grid;grid-template-columns:1fr;gap:14px;align-content:start;min-width:0}
.hdoc__field{display:grid;gap:7px;margin:0;color:#343a4a;font-size:14px;font-weight:750}
.hdoc__field select,.hdoc__field input{width:100%;min-height:48px;padding:0 14px;border:1px solid #d9dce7;border-radius:12px;background:#fff;color:#171a24;font:inherit;box-shadow:0 2px 8px rgba(21,28,50,.04)}
.hdoc__field select:focus,.hdoc__field input:focus{outline:3px solid rgba(79,70,229,.18);border-color:#4f46e5}
.hdoc__searchrow{display:grid;grid-template-columns:minmax(0,1fr) 50px;gap:10px}.hdoc__searchrow button{width:50px;min-height:48px;border:0;border-radius:12px;box-shadow:0 8px 18px rgba(79,70,229,.22)}
.hdoc__pdf,.hdoc__download,.hdoc__support{display:inline-flex!important;align-items:center;justify-content:center;gap:9px;width:100%;min-height:50px;padding:12px 18px;border:0;border-radius:13px;text-decoration:none!important;font-size:14px;font-weight:850;letter-spacing:.035em;line-height:1.25;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.hdoc__pdf,.hdoc__download{background:linear-gradient(135deg,#5548e8,#4435d1);color:#fff!important;box-shadow:0 10px 24px rgba(79,70,229,.25)}
.hdoc__download--html{background:linear-gradient(135deg,#182842,#101827)}
.hdoc__support{background:#fff;color:#4338ca!important;border:1px solid #d9d6ff;box-shadow:0 7px 18px rgba(50,46,112,.07)}
.hdoc__pdf:hover,.hdoc__download:hover,.hdoc__support:hover{transform:translateY(-2px);filter:brightness(.98)}
.hdoc__pdf:focus-visible,.hdoc__download:focus-visible,.hdoc__support:focus-visible{outline:3px solid rgba(79,70,229,.25);outline-offset:3px}
.hdoc__hero{margin:0 0 28px;border-radius:22px}.hdoc__body{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}
.hdoc__nav{position:sticky;top:24px;max-height:calc(100vh - 48px);overflow:auto;padding:14px;border:1px solid #e4e7ef;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(28,35,61,.07)}
.hdoc__nav a{display:block;padding:10px 12px;border-radius:10px;color:#4b5565;text-decoration:none!important}.hdoc__nav a:hover,.hdoc__nav a.is-active{background:#eeecff;color:#3730a3}
.hdoc__content{min-width:0}.hdoc__section{padding:clamp(22px,3vw,34px);margin:0 0 22px;border:1px solid #e5e8ef;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(28,35,61,.06)}
.hdoc__section h2{margin-top:0}.hdoc__shots{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
@media(max-width:900px){.hdoc{padding:16px}.hdoc__head{grid-template-columns:1fr;padding:24px;border-radius:18px}.hdoc__body{grid-template-columns:1fr}.hdoc__nav{position:static;max-height:none}.hdoc__hero{border-radius:16px}}
@media(max-width:640px){.hdoc{padding:12px}.hdoc__head{padding:20px 16px;gap:22px;margin-bottom:20px}.hdoc__title{font-size:clamp(30px,11vw,42px)}.hdoc__intro{font-size:16px}.hdoc__tools{gap:12px}.hdoc__pdf,.hdoc__download,.hdoc__support{min-height:52px;font-size:13.5px}.hdoc__section{padding:20px 16px;border-radius:15px}.hdoc__searchrow{grid-template-columns:minmax(0,1fr) 48px}.hdoc__shots{grid-template-columns:1fr}}
@media print{.hdoc__download,.hdoc__support{display:none!important}}


/* ============================================================
   Hercules niche inner page system, 2026-07-29
   ============================================================ */
.hercules-niche-builder,
.hercules-niche-link-row{margin:0!important;padding:0!important}
.hercules-niche-builder>.vc_column_container>.vc_column-inner,
.hercules-niche-link-row>.vc_column_container>.vc_column-inner{padding:0!important}
.hercules-niche-builder .wpb_content_element,
.hercules-niche-link-row .wpb_content_element{margin-bottom:0!important}
.hercules-niche-page{--hn-gap:clamp(18px,3vw,30px);color:var(--hercules-dark,#0d1115);background:#fff}
.hercules-niche-page *{box-sizing:border-box}
.hercules-niche-container{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.hercules-niche-directory{display:grid;grid-template-columns:minmax(190px,260px) minmax(0,1fr);gap:22px;align-items:center;width:100%;padding:20px max(22px,calc((100% - 1180px)/2));background:var(--hercules-dark,#0d1115);color:#fff}
.hercules-niche-directory__brand{display:grid;gap:3px;line-height:1.3}
.hercules-niche-directory__brand strong{color:#fff;font-size:18px;font-weight:800;letter-spacing:-.015em}
.hercules-niche-directory__brand span{color:rgba(255,255,255,.62);font-size:11.5px;letter-spacing:.07em;text-transform:uppercase}
.hercules-niche-directory__links{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.hercules-niche-directory__links a{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid rgba(255,255,255,.17);border-radius:999px;color:#fff!important;font-size:12px;font-weight:700;line-height:1.2;text-decoration:none!important;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.hercules-niche-directory__links a:hover,
.hercules-niche-directory__links a:focus-visible,
.hercules-niche-directory__links a.is-current{border-color:var(--layout-accent,var(--hercules-accent,#4f46e5));background:var(--layout-accent,var(--hercules-accent,#4f46e5));transform:translateY(-1px)}
.hercules-niche-directory__links a:focus-visible{outline:2px solid #fff;outline-offset:2px}
.hercules-niche-section{padding:clamp(62px,8vw,100px) 0}
.hercules-niche-section.is-soft{background:var(--hercules-light,#f5f7f8)}
.hercules-niche-section.is-compact{padding:clamp(48px,6vw,72px) 0}
.hercules-niche-heading{max-width:780px;margin:0 0 34px}
.hercules-niche-heading>span,
.hercules-niche-kicker,
.hercules-niche-cta span{display:inline-block;margin-bottom:11px;color:var(--layout-accent,var(--hercules-accent,#4f46e5));font-size:11.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.hercules-niche-heading h2,
.hercules-niche-split h2,
.hercules-niche-faq h2,
.hercules-niche-cta h2{margin:0 0 15px;color:var(--hercules-dark,#0d1115);font-size:clamp(29px,4vw,48px);font-weight:800;line-height:1.1;letter-spacing:-.032em;text-wrap:balance}
.hercules-niche-heading p,
.hercules-niche-split p,
.hercules-niche-cta p{max-width:68ch;margin:0;color:#596474;font-size:16px;line-height:1.75;text-wrap:pretty}
.hercules-niche-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hn-gap)}
.hercules-niche-card{min-width:0;padding:28px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:16px;background:#fff;box-shadow:0 13px 34px rgba(10,20,30,.055)}
.hercules-niche-card>span{display:inline-grid;place-items:center;width:38px;height:38px;margin-bottom:20px;border-radius:50%;background:var(--hercules-accent-soft,#ecebfc);color:var(--hercules-accent-dark,#3730a3);font-size:12px;font-weight:800;font-variant-numeric:tabular-nums}
.hercules-niche-card h3{margin:0 0 10px;color:var(--hercules-dark,#0d1115);font-size:19px;font-weight:750;line-height:1.3}
.hercules-niche-card p{margin:0;color:#626d7c;font-size:14.5px;line-height:1.68}
.hercules-niche-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(34px,6vw,76px);align-items:start}
.hercules-niche-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:24px 0 0!important;padding:0!important;font-size:14px!important;line-height:1.5!important;list-style:none!important}
.hercules-niche-checks li{position:relative;margin:0!important;padding-left:25px;color:#46505f;font-size:14px!important;line-height:1.55!important}
.hercules-niche-checks li::before{content:'✓';position:absolute;left:0;top:0;color:var(--layout-accent,var(--hercules-accent,#4f46e5));font-weight:900}
.hercules-niche-steps{display:grid;gap:12px;margin:0!important;padding:0!important;list-style:none!important;font-size:14px!important;line-height:1.5!important;counter-reset:none}
.hercules-niche-steps li{display:grid;grid-template-columns:90px 1fr;gap:16px;align-items:start;margin:0!important;padding:18px 20px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:14px;background:#fff;font-size:14px!important;line-height:1.6!important}
.hercules-niche-steps strong{color:var(--layout-accent,var(--hercules-accent,#4f46e5));font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.hercules-niche-steps span{color:#4d5868;font-size:14.5px;line-height:1.65}
.hercules-niche-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hn-gap)}
.hercules-niche-media figure{margin:0;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 16px 42px rgba(10,20,30,.09)}
.hercules-niche-media img{display:block;width:100%;height:clamp(260px,32vw,410px);object-fit:cover}
.hercules-niche-media figcaption{padding:14px 18px;color:#566171;font-size:13px;line-height:1.5}
.hercules-niche-faq{max-width:900px;margin-inline:auto}
.hercules-niche-faq details{margin:0 0 12px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:13px;background:#fff;overflow:hidden}
.hercules-niche-faq summary{padding:17px 20px;color:var(--hercules-dark,#0d1115);font-size:15px;font-weight:750;line-height:1.45;cursor:pointer;list-style:none}
.hercules-niche-faq summary::-webkit-details-marker{display:none}
.hercules-niche-faq summary::after{content:'+';float:right;color:var(--layout-accent,var(--hercules-accent,#4f46e5));font-size:20px;font-weight:800}
.hercules-niche-faq details[open] summary::after{content:'−'}
.hercules-niche-faq details p{margin:0;padding:0 20px 18px;color:#596474;font-size:14.5px;line-height:1.7}
.hercules-niche-cta{padding:clamp(62px,8vw,96px) 0;text-align:center;background:var(--hercules-dark,#0d1115);color:#fff}
.hercules-niche-cta h2{color:#fff}
.hercules-niche-cta p{margin-inline:auto;color:rgba(255,255,255,.72)}
.hercules-niche-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;margin-top:25px;padding:12px 27px;border-radius:999px;background:var(--layout-accent,var(--hercules-accent,#4f46e5));color:#fff!important;font-size:13px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;text-decoration:none!important}
.hercules-niche-cta a:hover{filter:brightness(.88);transform:translateY(-2px)}
@media(max-width:900px){
 .hercules-niche-directory{grid-template-columns:1fr;gap:14px}
 .hercules-niche-directory__links{justify-content:flex-start}
 .hercules-niche-grid{grid-template-columns:1fr}
 .hercules-niche-split{grid-template-columns:1fr}
}
@media(max-width:640px){
 .hercules-niche-container{width:calc(100% - 30px)}
 .hercules-niche-directory{padding:18px 15px}
 .hercules-niche-directory__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
 .hercules-niche-directory__links a{justify-content:center;text-align:center;border-radius:9px;padding:8px}
 .hercules-niche-checks{grid-template-columns:1fr}
 .hercules-niche-steps li{grid-template-columns:1fr;gap:4px}
 .hercules-niche-media{grid-template-columns:1fr}
 .hercules-niche-media img{height:260px}
}
@media(prefers-reduced-motion:reduce){.hercules-niche-directory__links a,.hercules-niche-cta a{transition:none!important;transform:none!important}}


/* Hercules niche blog pages, 2026-07-29 */
.hercules-niche-blog-builder,
.hercules-niche-blog-builder>.vc_column_container>.vc_column-inner{margin:0!important;padding:0!important}
.hercules-niche-blog-builder .wpb_content_element{margin-bottom:0!important}
.hercules-niche-blog-hero{padding:clamp(64px,9vw,112px) 0;background:linear-gradient(135deg,var(--hercules-dark,#0d1115),#202834);color:#fff}
.hercules-niche-blog-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:clamp(34px,6vw,78px);align-items:center}
.hercules-niche-blog-hero span{display:inline-block;margin-bottom:14px;color:var(--layout-accent,var(--hercules-accent,#7c6df2));font-size:11.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.hercules-niche-blog-hero h1{max-width:820px;margin:0 0 18px;color:#fff;font-size:clamp(38px,6vw,72px);font-weight:800;line-height:1.02;letter-spacing:-.045em;text-wrap:balance}
.hercules-niche-blog-hero p{max-width:66ch;margin:0;color:rgba(255,255,255,.74);font-size:16.5px;line-height:1.75}
.hercules-niche-blog-hero figure{margin:0;border-radius:20px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.35)}
.hercules-niche-blog-hero img{display:block;width:100%;height:clamp(330px,38vw,520px);object-fit:cover}
.hercules-niche-blog-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.hercules-niche-blog-hero__actions a,
.hercules-niche-blog-feature a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 23px;border:1px solid var(--layout-accent,var(--hercules-accent,#7c6df2));border-radius:999px;background:var(--layout-accent,var(--hercules-accent,#7c6df2));color:#fff!important;font-size:12.5px;font-weight:800;letter-spacing:.06em;text-decoration:none!important;text-transform:uppercase}
.hercules-niche-blog-hero__actions a.is-outline{background:transparent;border-color:rgba(255,255,255,.35)}
.hercules-niche-blog-hero__actions a:hover,
.hercules-niche-blog-feature a:hover{filter:brightness(.9);transform:translateY(-2px)}
.hercules-niche-blog-feature{border:1px solid var(--hercules-border,#e4e8ec);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 16px 44px rgba(10,20,30,.08)}
.hercules-niche-blog-feature img{display:block;width:100%;height:280px;object-fit:cover}
.hercules-niche-blog-feature>div{padding:26px}
.hercules-niche-blog-feature span{display:inline-block;margin-bottom:9px;color:var(--layout-accent,var(--hercules-accent,#4f46e5));font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.hercules-niche-blog-feature h2{margin:0 0 12px;color:var(--hercules-dark,#0d1115);font-size:clamp(25px,3vw,35px);line-height:1.12;letter-spacing:-.025em}
.hercules-niche-blog-feature p{margin:0 0 20px;color:#596474;font-size:14.5px;line-height:1.7}
@media(max-width:900px){.hercules-niche-blog-hero__grid{grid-template-columns:1fr}.hercules-niche-blog-hero figure{max-width:720px}.hercules-niche-blog-hero img{height:420px}}
@media(max-width:640px){.hercules-niche-blog-hero{padding:56px 0}.hercules-niche-blog-hero h1{font-size:clamp(36px,12vw,52px)}.hercules-niche-blog-hero img{height:280px}.hercules-niche-blog-hero__actions{display:grid}.hercules-niche-blog-hero__actions a{width:100%}}
@media(prefers-reduced-motion:reduce){.hercules-niche-blog-hero__actions a,.hercules-niche-blog-feature a{transition:none!important;transform:none!important}}


/* ============================================================
   Bodybuilding Club width and responsive hardening, 2026-07-29
   Scoped to this niche only. Existing content and other demos are untouched.
   ============================================================ */
body.hercules-demo-layout-bodybuilding-club{overflow-x:clip}
@supports not (overflow:clip){body.hercules-demo-layout-bodybuilding-club{overflow-x:hidden}}
body.hercules-demo-layout-bodybuilding-club .hercules-demo-intro{width:100%;max-width:none!important}
body.hercules-demo-layout-bodybuilding-club :is(.vc_column_container,.vc_column-inner,.wpb_wrapper,.elementor,.elementor-element,.wp-block-group,.hercules-demo-family,.hercules-demo-section,.hercules-demo-container,.hercules-demo-split,.hercules-niche-page,.hercules-niche-blog,.hercules-niche-container,.hercules-niche-split,.hercules-fitcalc-section,.hercules-fitcalc-container,.hercules-fitcalc-tool,.hercules-timetable,.hercules-timetable__container,.hercules-timetable__scroll){min-width:0;box-sizing:border-box}
body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-family,.hercules-demo-section,.hercules-niche-page,.hercules-niche-blog,.hercules-fitcalc-section,.hercules-timetable){width:100%;max-width:100%}
body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-split,.hercules-niche-split,.hercules-niche-blog-hero__grid)>*{min-width:0;max-width:100%}
body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-card-grid,.hercules-demo-feature-grid,.hercules-demo-plan-grid,.hercules-demo-quote-grid,.hercules-demo-mini-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,258px),1fr));max-width:100%}
body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-card,.hercules-niche-card,.hercules-niche-blog-feature,.hercules-demo-stat){min-width:0;max-width:100%;overflow-wrap:anywhere}
body.hercules-demo-layout-bodybuilding-club :is(img,video,iframe,svg){max-width:100%}
body.hercules-demo-layout-bodybuilding-club :is(video,iframe){display:block;width:100%}
body.hercules-demo-layout-bodybuilding-club .hercules-timetable__scroll{width:100%;max-width:100%;overscroll-behavior-inline:contain}
body.hercules-demo-layout-bodybuilding-club :is(table,.wp-block-table){max-width:100%}
body.hercules-demo-layout-bodybuilding-club .wp-block-table{overflow-x:auto;-webkit-overflow-scrolling:touch}
body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-button,.hercules-core-slider__button,.hercules-niche-cta a,.hercules-niche-blog-hero__actions a,.hercules-niche-blog-feature a,.hercules-timetable__book,.fitcalc__button,.fitcalc__reset){max-width:100%;white-space:normal;text-align:center;overflow-wrap:anywhere}
body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-copy,.hercules-demo-heading,.hercules-niche-heading,.hercules-niche-directory__brand,.hercules-niche-directory__links,.hercules-niche-blog-hero){min-width:0;overflow-wrap:anywhere}
body.hercules-demo-layout-bodybuilding-club .hercules-niche-directory__links a{min-width:0;overflow-wrap:anywhere}
@media(max-width:860px){
 body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-split,.hercules-niche-split,.hercules-niche-blog-hero__grid){grid-template-columns:minmax(0,1fr)!important}
 body.hercules-demo-layout-bodybuilding-club .hercules-demo-image{width:min(100%,720px)}
 body.hercules-demo-layout-bodybuilding-club .hercules-demo-family{--d-pad:clamp(56px,9vw,72px);--d-gap:20px}
 body.hercules-demo-layout-bodybuilding-club :is(.hercules-layout-header__inner,.hercules-layout-footer__inner){width:min(100% - 28px,1200px);max-width:100%}
}
@media(max-width:640px){
 body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-container,.hercules-niche-container,.hercules-fitcalc-container,.hercules-timetable__container,.hercules-core-slider__container){width:calc(100% - 28px);max-width:100%}
 body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-card-grid,.hercules-demo-feature-grid,.hercules-demo-plan-grid,.hercules-demo-quote-grid,.hercules-demo-mini-grid,.hercules-niche-grid,.hercules-niche-media){grid-template-columns:minmax(0,1fr)!important}
 body.hercules-demo-layout-bodybuilding-club .hercules-demo-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-card,.hercules-niche-card){padding:22px 18px}
 body.hercules-demo-layout-bodybuilding-club .hercules-core-slider__title{font-size:clamp(38px,13vw,58px);overflow-wrap:anywhere}
 body.hercules-demo-layout-bodybuilding-club .hercules-niche-directory__links{width:100%}
 body.hercules-demo-layout-bodybuilding-club .hercules-niche-directory__links a{width:100%;justify-content:center}
 body.hercules-demo-layout-bodybuilding-club .fitcalc__actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}
@media(max-width:420px){
 body.hercules-demo-layout-bodybuilding-club .hercules-niche-directory__links{grid-template-columns:minmax(0,1fr)!important}
 body.hercules-demo-layout-bodybuilding-club .hercules-demo-stats{grid-template-columns:minmax(0,1fr)}
 body.hercules-demo-layout-bodybuilding-club .fitcalc__actions{grid-template-columns:minmax(0,1fr)}
 body.hercules-demo-layout-bodybuilding-club .hercules-core-slider__actions{width:100%}
}
@media(prefers-reduced-motion:reduce){
 body.hercules-demo-layout-bodybuilding-club :is(.hercules-demo-card,.hercules-demo-button,.hercules-core-slider__button,.hercules-niche-directory__links a,.hercules-niche-cta a,.hercules-niche-blog-hero__actions a,.hercules-niche-blog-feature a,.hercules-timetable__session){transition:none!important;transform:none!important}
}

/* Hercules niche contact page, 2026-07-30 */
.hercules-niche-contact-list{display:grid;gap:14px;margin:22px 0 0;padding:0;list-style:none}
.hercules-niche-contact-list li{display:grid;gap:3px;padding:14px 16px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:12px;background:#fff}
.hercules-niche-contact-list strong{font-size:11.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-niche-contact-list span,.hercules-niche-contact-list a{font-size:15.5px;line-height:1.6;color:#3d4654}
.hercules-niche-contact-list a{text-decoration:none}
.hercules-niche-contact-list a:hover{text-decoration:underline}
.hercules-niche-card a{display:inline-block;margin-top:10px;font-size:14.5px;font-weight:700;word-break:break-word}
.hercules-niche-form{padding:26px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(28,35,61,.06)}
.hercules-niche-form h2{margin:6px 0 8px;font-size:clamp(22px,2.6vw,30px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-form>p{margin:0;color:#596474;font-size:15px;line-height:1.7}
.hercules-niche-form__note{margin-top:14px;font-size:12.5px;line-height:1.6;color:#77818e}
.hercules-niche-form .wpcf7-form label{display:block;margin:0 0 14px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#46505f}
.hercules-niche-form .wpcf7-form .wpcf7-form-control{display:block;width:100%;margin:7px 0 0;padding:12px 14px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:10px;background:#fbfcfd;color:#1f2733;font-size:15px;font-weight:400;text-transform:none;letter-spacing:0}
.hercules-niche-form .wpcf7-form .wpcf7-form-control:focus{border-color:var(--layout-accent,var(--hercules-accent,#4f46e5));outline:3px solid rgba(var(--hercules-accent-rgb,79,70,229),.14);outline-offset:0;background:#fff}
.hercules-niche-form .wpcf7-form textarea.wpcf7-form-control{height:130px;resize:vertical}
.hercules-niche-form .wpcf7-form .wpcf7-submit{width:100%;min-width:0;margin-top:6px;padding:14px 24px;border:0;border-radius:999px;background:var(--layout-accent,var(--hercules-accent,#4f46e5));color:var(--hercules-accent-ink,#fff);font-size:13px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;box-shadow:none}
.hercules-niche-form .wpcf7-form .wpcf7-submit:hover{background:var(--hercules-accent-dark,#3730a3)}
.hercules-niche-form .wpcf7-not-valid-tip{margin-top:6px;font-size:12.5px;color:#d3384f}
.hercules-niche-form .wpcf7-response-output{margin:16px 0 0;padding:12px 14px;border-radius:10px;font-size:14px}
@media(min-width:901px){.hercules-niche-page--contact .hercules-niche-split{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start}}
@media(max-width:900px){.hercules-niche-form{padding:20px}}

/* niche contact form: recover the 2-column field grid */
.hercules-niche-form .hercules-form-grid>p{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;margin:0}
.hercules-niche-form .hercules-form-grid>p>label{margin:0}
.hercules-niche-form .hercules-form-grid>p>label.is-wide{grid-column:1 / -1}
.hercules-niche-form .hercules-form-grid>p>br{display:none}
@media(max-width:640px){.hercules-niche-form .hercules-form-grid>p{grid-template-columns:minmax(0,1fr)}}

/* Hercules niche pricing cards, 2026-07-30 */
.hercules-niche-pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,242px),1fr));gap:20px;margin-top:30px;align-items:stretch}
.hercules-niche-plan{position:relative;display:flex;flex-direction:column;padding:26px 24px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:16px;background:#fff}
.hercules-niche-plan.is-featured{border-color:var(--layout-accent,var(--hercules-accent,#4f46e5));box-shadow:0 18px 44px rgba(28,35,61,.10)}
.hercules-niche-plan__badge{position:absolute;top:-11px;left:24px;padding:4px 12px;border-radius:999px;background:var(--layout-accent,var(--hercules-accent,#4f46e5));color:var(--hercules-accent-ink,#fff);font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.hercules-niche-plan h3{margin:0;font-size:17px;font-weight:800;letter-spacing:-.01em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-plan__price{display:flex;align-items:baseline;gap:6px;margin:12px 0 2px}
.hercules-niche-plan__price strong{font-size:clamp(30px,3.4vw,40px);font-weight:800;line-height:1;letter-spacing:-.03em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-plan__price span{font-size:13.5px;color:#77818e}
.hercules-niche-plan__meta{margin:0 0 16px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-niche-plan ul{margin:0 0 22px;padding:0;list-style:none;display:grid;gap:9px}
.hercules-niche-plan ul li{position:relative;padding-left:23px;font-size:14.5px;line-height:1.55;color:#4d5765}
.hercules-niche-plan ul li::before{content:"";position:absolute;left:0;top:.42em;width:11px;height:6px;border-left:2px solid var(--layout-accent,var(--hercules-accent,#4f46e5));border-bottom:2px solid var(--layout-accent,var(--hercules-accent,#4f46e5));transform:rotate(-45deg)}
.hercules-niche-plan a{margin-top:auto;display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:11px 20px;border:1px solid var(--layout-accent,var(--hercules-accent,#4f46e5));border-radius:999px;background:transparent;color:var(--layout-accent,var(--hercules-accent,#4f46e5))!important;font-size:12.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-decoration:none!important}
.hercules-niche-plan a:hover,.hercules-niche-plan a:focus{background:var(--layout-accent,var(--hercules-accent,#4f46e5));color:var(--hercules-accent-ink,#fff)!important}
.hercules-niche-plan.is-featured a{background:var(--layout-accent,var(--hercules-accent,#4f46e5));color:var(--hercules-accent-ink,#fff)!important}
.hercules-niche-plan.is-featured a:hover{background:var(--hercules-accent-dark,#3730a3)}
.hercules-niche-plan-note{margin:22px 0 0;font-size:13.5px;line-height:1.7;color:#77818e}
.hercules-niche-plan a:link,.hercules-niche-plan a:visited{color:var(--layout-accent,var(--hercules-accent,#4f46e5))!important}
.hercules-niche-plan.is-featured a:link,.hercules-niche-plan.is-featured a:visited,.hercules-niche-plan a:hover,.hercules-niche-plan a:focus{color:var(--hercules-accent-ink,#fff)!important}

.hercules-niche-plan>p:last-child{margin-top:auto;margin-bottom:0}
.hercules-niche-plan ul{margin-bottom:18px}

/* Hercules niche page components: team, programme, schedule, stats */
.hercules-niche-team{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,236px),1fr));gap:20px;margin-top:30px}
.hercules-niche-person{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--hercules-border,#e4e8ec);border-radius:16px;background:#fff}
.hercules-niche-person figure{margin:0;aspect-ratio:4/5;overflow:hidden;background:#eef1f4}
.hercules-niche-person img{width:100%;height:100%;object-fit:cover;display:block}
.hercules-niche-person__body{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1}
.hercules-niche-person h3{margin:0;font-size:17px;font-weight:800;letter-spacing:-.01em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-person__role{margin:4px 0 12px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-niche-person p{margin:0 0 14px;font-size:14.5px;line-height:1.65;color:#4d5765}
.hercules-niche-person ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px}
.hercules-niche-person ul li{padding:4px 10px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:.02em;color:#5c6674;background:#fafbfc}
.hercules-niche-programs{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,278px),1fr));gap:20px;margin-top:30px}
.hercules-niche-program{display:flex;flex-direction:column;padding:26px 24px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:16px;background:#fff}
.hercules-niche-program h3{margin:0 0 9px;font-size:18px;font-weight:800;letter-spacing:-.012em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-program>p{margin:0 0 18px;font-size:14.8px;line-height:1.7;color:#4d5765}
.hercules-niche-program dl{display:grid;grid-template-columns:auto 1fr;gap:7px 14px;margin:0 0 18px;padding:16px 0 0;border-top:1px solid var(--hercules-border,#e4e8ec)}
.hercules-niche-program dt{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#8b95a1}
.hercules-niche-program dd{margin:0;font-size:14px;font-weight:600;color:#3d4654}
.hercules-niche-program a{margin-top:auto;font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;text-decoration:none!important}
.hercules-niche-program>p:last-child{margin:auto 0 0}
.hercules-niche-timetable{margin-top:28px;overflow-x:auto;border:1px solid var(--hercules-border,#e4e8ec);border-radius:16px;background:#fff}
.hercules-niche-timetable table{width:100%;min-width:640px;border-collapse:collapse}
.hercules-niche-timetable caption{padding:18px 22px 0;text-align:left;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-niche-timetable th,.hercules-niche-timetable td{padding:13px 18px;text-align:left;border-bottom:1px solid var(--hercules-border,#e4e8ec);font-size:14.5px;line-height:1.5}
.hercules-niche-timetable thead th{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#8b95a1;background:#fafbfc;white-space:nowrap}
.hercules-niche-timetable tbody th{font-weight:700;color:var(--hercules-dark,#0d1115);white-space:nowrap}
.hercules-niche-timetable td{color:#4d5765}
.hercules-niche-timetable tbody tr:last-child th,.hercules-niche-timetable tbody tr:last-child td{border-bottom:0}
.hercules-niche-timetable__level{display:inline-block;padding:3px 9px;border-radius:999px;background:#f1f3f7;font-size:11.5px;font-weight:700;color:#5c6674;white-space:nowrap}
.hercules-niche-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,168px),1fr));gap:18px;margin-top:30px}
.hercules-niche-stat{padding:22px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:14px;background:#fff}
.hercules-niche-stat strong{display:block;font-size:clamp(26px,3vw,34px);font-weight:800;line-height:1;letter-spacing:-.03em;color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-niche-stat span{display:block;margin-top:8px;font-size:13.5px;line-height:1.5;color:#5c6674}
@media(max-width:640px){.hercules-niche-program,.hercules-niche-person__body{padding:20px}}

/* Hercules niche layouts: timeline, compare, roster */
.hercules-niche-timeline{position:relative;margin:32px 0 0;padding:0 0 0 34px;list-style:none}
.hercules-niche-timeline::before{content:"";position:absolute;left:9px;top:8px;bottom:8px;width:2px;background:var(--hercules-border,#e4e8ec)}
.hercules-niche-timeline>li{position:relative;padding:0 0 26px}
.hercules-niche-timeline>li:last-child{padding-bottom:0}
.hercules-niche-timeline>li::before{content:"";position:absolute;left:-30px;top:5px;width:12px;height:12px;border:3px solid var(--layout-accent,var(--hercules-accent,#4f46e5));border-radius:50%;background:#fff}
.hercules-niche-timeline strong{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-niche-timeline h3{margin:5px 0 6px;font-size:17.5px;font-weight:800;letter-spacing:-.012em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-timeline p{margin:0;font-size:14.8px;line-height:1.7;color:#4d5765}
.hercules-niche-compare{margin-top:30px;overflow-x:auto;border:1px solid var(--hercules-border,#e4e8ec);border-radius:16px;background:#fff}
.hercules-niche-compare table{width:100%;min-width:680px;border-collapse:collapse}
.hercules-niche-compare th,.hercules-niche-compare td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--hercules-border,#e4e8ec);font-size:14.5px;line-height:1.5}
.hercules-niche-compare thead th{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#8b95a1;background:#fafbfc;vertical-align:bottom}
.hercules-niche-compare thead th:first-child{width:31%}
.hercules-niche-compare tbody th{font-weight:700;color:var(--hercules-dark,#0d1115)}
.hercules-niche-compare tbody th small{display:block;margin-top:3px;font-size:12.5px;font-weight:400;color:#77818e}
.hercules-niche-compare td{color:#4d5765}
.hercules-niche-compare tr:last-child th,.hercules-niche-compare tr:last-child td{border-bottom:0}
.hercules-niche-compare .is-yes{color:var(--layout-accent,var(--hercules-accent,#4f46e5));font-weight:800}
.hercules-niche-compare .is-no{color:#b9c0c9}
.hercules-niche-roster{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,262px),1fr));gap:18px;margin-top:30px}
.hercules-niche-fighter{position:relative;display:flex;gap:15px;padding:18px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:14px;background:#fff}
.hercules-niche-fighter figure{flex:0 0 74px;width:74px;height:74px;margin:0;overflow:hidden;border-radius:12px;background:#eef1f4}
.hercules-niche-fighter img{width:100%;height:100%;object-fit:cover;display:block}
.hercules-niche-fighter h3{margin:0;font-size:16px;font-weight:800;letter-spacing:-.01em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-fighter__div{display:block;margin:3px 0 8px;font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8b95a1}
.hercules-niche-fighter__record{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;background:var(--layout-accent,var(--hercules-accent,#4f46e5));color:var(--hercules-accent-ink,#fff);font-size:12px;font-weight:800;letter-spacing:.03em}
.hercules-niche-fighter p{margin:9px 0 0;font-size:13.5px;line-height:1.6;color:#5c6674}
@media(max-width:640px){.hercules-niche-timeline{padding-left:28px}.hercules-niche-fighter{flex-direction:column}}

/* Hercules niche layouts: voices, levels */
.hercules-niche-voices{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,268px),1fr));gap:20px;margin-top:30px}
.hercules-niche-voice{display:flex;flex-direction:column;padding:26px 24px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:16px;background:#fff}
.hercules-niche-voice blockquote{margin:0 0 18px;padding:0;border:0;font-size:16px;line-height:1.72;color:#3d4654}
.hercules-niche-voice blockquote::before{content:"\201C";display:block;margin-bottom:6px;font-size:40px;line-height:.6;color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-niche-voice footer{display:flex;align-items:center;gap:12px;margin-top:auto}
.hercules-niche-voice img{flex:0 0 46px;width:46px;height:46px;border-radius:50%;object-fit:cover;display:block;background:#eef1f4}
.hercules-niche-voice cite{font-style:normal;font-size:14.5px;font-weight:800;color:var(--hercules-dark,#0d1115)}
.hercules-niche-voice cite span{display:block;margin-top:2px;font-size:12.5px;font-weight:400;color:#77818e}
.hercules-niche-levels{display:grid;gap:14px;margin-top:30px}
.hercules-niche-level{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 22px;align-items:start;padding:22px 24px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:14px;background:#fff}
.hercules-niche-level h3{grid-column:1;margin:0;font-size:17.5px;font-weight:800;letter-spacing:-.012em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-level p{grid-column:1;margin:0;font-size:14.8px;line-height:1.7;color:#4d5765}
.hercules-niche-level__side{grid-column:2;grid-row:1 / span 2;display:grid;gap:8px;justify-items:end;min-width:132px}
.hercules-niche-level__tag{padding:4px 11px;border-radius:999px;background:#f1f3f7;font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#5c6674;white-space:nowrap}
.hercules-niche-level__meter{display:flex;gap:4px}
.hercules-niche-level__meter i{width:16px;height:6px;border-radius:3px;background:#e4e8ec}
.hercules-niche-level__meter i.is-on{background:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-niche-level__note{font-size:12.5px;color:#77818e;text-align:right}
@media(max-width:640px){.hercules-niche-level{grid-template-columns:minmax(0,1fr)}.hercules-niche-level__side{grid-column:1;grid-row:auto;justify-items:start;min-width:0}.hercules-niche-level__note{text-align:left}}

/* Light footers for the light header families */
.hercules-layout-footer--calm,.hercules-layout-footer--coach,.hercules-layout-footer--commerce,.hercules-layout-footer--editorial{background:#f7f8fa;color:#5a6472}
.hercules-layout-footer--calm .hercules-layout-footer__brand strong,.hercules-layout-footer--coach .hercules-layout-footer__brand strong,.hercules-layout-footer--commerce .hercules-layout-footer__brand strong,.hercules-layout-footer--editorial .hercules-layout-footer__brand strong,.hercules-layout-footer--calm h3,.hercules-layout-footer--coach h3,.hercules-layout-footer--commerce h3,.hercules-layout-footer--editorial h3{color:#0d1115!important}
.hercules-layout-footer--calm .hercules-layout-footer__brand p,.hercules-layout-footer--coach .hercules-layout-footer__brand p,.hercules-layout-footer--commerce .hercules-layout-footer__brand p,.hercules-layout-footer--editorial .hercules-layout-footer__brand p{color:#68727c!important}
.hercules-layout-footer--calm a,.hercules-layout-footer--coach a,.hercules-layout-footer--commerce a,.hercules-layout-footer--editorial a,.hercules-layout-footer--calm span,.hercules-layout-footer--coach span,.hercules-layout-footer--commerce span,.hercules-layout-footer--editorial span{color:#5a6472!important}
.hercules-layout-footer--calm a:hover,.hercules-layout-footer--coach a:hover,.hercules-layout-footer--commerce a:hover,.hercules-layout-footer--editorial a:hover,.hercules-layout-footer--calm a:focus,.hercules-layout-footer--coach a:focus,.hercules-layout-footer--commerce a:focus,.hercules-layout-footer--editorial a:focus{color:var(--layout-accent,var(--hercules-accent,#4f46e5))!important}
.hercules-layout-footer--calm .hercules-layout-footer__bottom,.hercules-layout-footer--coach .hercules-layout-footer__bottom,.hercules-layout-footer--commerce .hercules-layout-footer__bottom,.hercules-layout-footer--editorial .hercules-layout-footer__bottom{border-top-color:rgba(10,20,30,.10);color:#8b95a1}
.hercules-layout-footer--calm .hercules-layout-footer__bottom span,.hercules-layout-footer--coach .hercules-layout-footer__bottom span,.hercules-layout-footer--commerce .hercules-layout-footer__bottom span,.hercules-layout-footer--editorial .hercules-layout-footer__bottom span{color:#8b95a1!important}
.hercules-layout-footer--calm .hercules-layout-footer__cta,.hercules-layout-footer--coach .hercules-layout-footer__cta,.hercules-layout-footer--commerce .hercules-layout-footer__cta,.hercules-layout-footer--editorial .hercules-layout-footer__cta{background:var(--layout-accent,var(--hercules-accent,#4f46e5));color:var(--hercules-accent-ink,#fff)}
.hercules-layout-footer--calm .hercules-layout-footer__cta strong,.hercules-layout-footer--coach .hercules-layout-footer__cta strong,.hercules-layout-footer--commerce .hercules-layout-footer__cta strong,.hercules-layout-footer--editorial .hercules-layout-footer__cta strong,.hercules-layout-footer--calm .hercules-layout-footer__cta p,.hercules-layout-footer--coach .hercules-layout-footer__cta p,.hercules-layout-footer--commerce .hercules-layout-footer__cta p,.hercules-layout-footer--editorial .hercules-layout-footer__cta p{color:var(--hercules-accent-ink,#fff)!important}
.hercules-layout-footer--calm .hercules-layout-footer__cta a,.hercules-layout-footer--coach .hercules-layout-footer__cta a,.hercules-layout-footer--commerce .hercules-layout-footer__cta a,.hercules-layout-footer--editorial .hercules-layout-footer__cta a{background:var(--hercules-accent-ink,#fff)!important;color:var(--layout-accent,var(--hercules-accent,#4f46e5))!important}
.hercules-layout-footer--editorial h3{color:var(--layout-accent,var(--hercules-accent,#4f46e5))!important}
.hercules-layout-footer--commerce .hercules-layout-footer__news strong,.hercules-layout-footer--commerce .hercules-layout-footer__news span{color:var(--hercules-accent-ink,#fff)!important}

/* Four-column footers for the light families */
@media(min-width:901px){
.hercules-layout-footer--coach .hercules-layout-footer__inner,.hercules-layout-footer--calm .hercules-layout-footer__inner{grid-template-columns:1.5fr repeat(3,minmax(0,1fr));text-align:left;max-width:none;margin-inline:auto;gap:42px}
}
.hercules-layout-footer__inner span{line-height:1.7}
.hercules-layout-footer__brand p{max-width:38ch}


/* Football Academy niche CTA state fix, 2026-07-30 */
body.hercules-demo-layout-football-academy .hercules-niche-page .hercules-niche-cta a:link,
body.hercules-demo-layout-football-academy .hercules-niche-page .hercules-niche-cta a:visited {
	background:#2fb344!important;
	border-color:#2fb344!important;
	color:#0d1115!important;
	filter:none!important;
}
body.hercules-demo-layout-football-academy .hercules-niche-page .hercules-niche-cta a:hover,
body.hercules-demo-layout-football-academy .hercules-niche-page .hercules-niche-cta a:focus-visible,
body.hercules-demo-layout-football-academy .hercules-niche-page .hercules-niche-cta a:active {
	background:#238432!important;
	border-color:#238432!important;
	color:#ffffff!important;
	filter:none!important;
}
body.hercules-demo-layout-football-academy .hercules-niche-page .hercules-niche-cta a:focus-visible {
	outline:2px solid #ffffff;
	outline-offset:3px;
}

/* Hercules niche layouts: transform, splitrows */
.hercules-niche-transform{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,286px),1fr));gap:20px;margin-top:30px}
.hercules-niche-result{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--hercules-border,#e4e8ec);border-radius:16px;background:#fff}
.hercules-niche-result__media{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--hercules-border,#e4e8ec)}
.hercules-niche-result__media figure{position:relative;margin:0;aspect-ratio:3/4;overflow:hidden;background:#eef1f4}
.hercules-niche-result__media img{width:100%;height:100%;object-fit:cover;display:block}
.hercules-niche-result__media figcaption{position:absolute;left:8px;top:8px;padding:3px 9px;border-radius:999px;background:rgba(13,17,21,.78);color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.hercules-niche-result__body{display:flex;flex-direction:column;flex:1;padding:20px 22px 22px}
.hercules-niche-result h3{margin:0;font-size:17px;font-weight:800;color:var(--hercules-dark,#0d1115)}
.hercules-niche-result__meta{margin:4px 0 14px;font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-niche-result p{margin:0 0 16px;font-size:14.5px;line-height:1.68;color:#4d5765}
.hercules-niche-result dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:auto 0 0;padding-top:16px;border-top:1px solid var(--hercules-border,#e4e8ec)}
.hercules-niche-result dt{font-size:10.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#8b95a1}
.hercules-niche-result dd{margin:3px 0 0;font-size:15px;font-weight:800;color:var(--hercules-dark,#0d1115)}
.hercules-niche-splitrows{display:grid;gap:20px;margin-top:30px}
.hercules-niche-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:0;overflow:hidden;border:1px solid var(--hercules-border,#e4e8ec);border-radius:16px;background:#fff}
.hercules-niche-row:nth-child(even) .hercules-niche-row__media{order:2}
.hercules-niche-row__media{margin:0;aspect-ratio:16/10;overflow:hidden;background:#eef1f4}
.hercules-niche-row__media img{width:100%;height:100%;object-fit:cover;display:block}
.hercules-niche-row__body{padding:30px 32px}
.hercules-niche-row__phase{display:inline-block;margin-bottom:9px;padding:4px 11px;border-radius:999px;background:var(--hercules-accent-soft,rgba(79,70,229,.10));font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent,#4f46e5))}
.hercules-niche-row h3{margin:0 0 9px;font-size:20px;font-weight:800;letter-spacing:-.015em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-row p{margin:0 0 14px;font-size:15px;line-height:1.7;color:#4d5765}
.hercules-niche-row ul{margin:0;padding:0;list-style:none;display:grid;gap:7px}
.hercules-niche-row ul li{position:relative;padding-left:21px;font-size:14.2px;line-height:1.55;color:#5c6674}
.hercules-niche-row ul li::before{content:"";position:absolute;left:0;top:.5em;width:9px;height:9px;border-radius:2px;background:var(--layout-accent,var(--hercules-accent,#4f46e5))}
@media(max-width:760px){.hercules-niche-row{grid-template-columns:minmax(0,1fr)}.hercules-niche-row:nth-child(even) .hercules-niche-row__media{order:0}.hercules-niche-row__body{padding:24px}}


/* Football Academy complete niche colour system, 2026-07-30 */
body.hercules-demo-layout-football-academy{
	--hercules-accent:#2fb344;
	--hercules-accent-rgb:47,179,68;
	--hercules-accent-dark:#238432;
	--hercules-accent-soft:#effcf1;
	--hercules-accent-ink:#ffffff;
	--layout-accent:#2fb344;
	accent-color:#2fb344;
}
body.hercules-demo-layout-football-academy .hercules-layout-header,
body.hercules-demo-layout-football-academy .hercules-layout-footer,
body.hercules-demo-layout-football-academy main{
	--layout-accent:#2fb344;
	--hercules-accent:#2fb344;
	--hercules-accent-rgb:47,179,68;
	--hercules-accent-dark:#238432;
	--hercules-accent-soft:#effcf1;
}

/* Header navigation and primary CTA */
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-nav > ul > li.current-menu-item > a,
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-nav > ul > li.current-menu-ancestor > a,
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-nav > ul > li.active > a{
	background:rgba(47,179,68,.14)!important;
	box-shadow:inset 0 -3px #2fb344;
	color:#ffffff!important;
}
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-nav a:hover,
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-nav a:focus-visible{
	color:#2fb344!important;
}
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-header__cta,
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-header__cta:link,
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-header__cta:visited{
	background:#2fb344!important;
	border-color:#2fb344!important;
	color:#07150b!important;
	filter:none!important;
}
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-header__cta:hover,
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-header__cta:focus-visible,
body.hercules-demo-layout-football-academy .hercules-layout-header .hercules-layout-header__cta:active{
	background:#238432!important;
	border-color:#238432!important;
	color:#ffffff!important;
	filter:none!important;
}

/* Filled actions used by home, inner pages, timetable, sliders, blog and forms */
body.hercules-demo-layout-football-academy :is(
	.hercules-suite-button,
	.hercules-demo-button,
	.hercules-timetable__book,
	.fitcalc__button,
	.button-1,
	.wpcf7-submit,
	.hercules-niche-cta a,
	.hercules-niche-blog-hero__actions a,
	.hercules-niche-blog-feature a,
	.hercules-niche-plan.is-featured a,
	.hercules-core-slider__button:not(.hercules-core-slider__button--outline)
),
body.hercules-demo-layout-football-academy :is(
	.hercules-suite-button,
	.hercules-demo-button,
	.hercules-timetable__book,
	.fitcalc__button,
	.button-1,
	.hercules-niche-cta a,
	.hercules-niche-blog-hero__actions a,
	.hercules-niche-blog-feature a,
	.hercules-niche-plan.is-featured a,
	.hercules-core-slider__button:not(.hercules-core-slider__button--outline)
):link,
body.hercules-demo-layout-football-academy :is(
	.hercules-suite-button,
	.hercules-demo-button,
	.hercules-timetable__book,
	.fitcalc__button,
	.button-1,
	.hercules-niche-cta a,
	.hercules-niche-blog-hero__actions a,
	.hercules-niche-blog-feature a,
	.hercules-niche-plan.is-featured a,
	.hercules-core-slider__button:not(.hercules-core-slider__button--outline)
):visited{
	background:#2fb344!important;
	border-color:#2fb344!important;
	color:#07150b!important;
	filter:none!important;
}
body.hercules-demo-layout-football-academy :is(
	.hercules-suite-button,
	.hercules-demo-button,
	.hercules-timetable__book,
	.fitcalc__button,
	.button-1,
	.wpcf7-submit,
	.hercules-niche-cta a,
	.hercules-niche-blog-hero__actions a,
	.hercules-niche-blog-feature a,
	.hercules-niche-plan.is-featured a,
	.hercules-core-slider__button:not(.hercules-core-slider__button--outline)
):hover,
body.hercules-demo-layout-football-academy :is(
	.hercules-suite-button,
	.hercules-demo-button,
	.hercules-timetable__book,
	.fitcalc__button,
	.button-1,
	.wpcf7-submit,
	.hercules-niche-cta a,
	.hercules-niche-blog-hero__actions a,
	.hercules-niche-blog-feature a,
	.hercules-niche-plan.is-featured a,
	.hercules-core-slider__button:not(.hercules-core-slider__button--outline)
):focus-visible,
body.hercules-demo-layout-football-academy :is(
	.hercules-suite-button,
	.hercules-demo-button,
	.hercules-timetable__book,
	.fitcalc__button,
	.button-1,
	.wpcf7-submit,
	.hercules-niche-cta a,
	.hercules-niche-blog-hero__actions a,
	.hercules-niche-blog-feature a,
	.hercules-niche-plan.is-featured a,
	.hercules-core-slider__button:not(.hercules-core-slider__button--outline)
):active{
	background:#238432!important;
	border-color:#238432!important;
	color:#ffffff!important;
	filter:none!important;
}

/* Outline actions */
body.hercules-demo-layout-football-academy .hercules-core-slider__button--outline,
body.hercules-demo-layout-football-academy .hercules-niche-plan:not(.is-featured) a{
	background:transparent!important;
	border-color:#2fb344!important;
	color:#238432!important;
}
body.hercules-demo-layout-football-academy .hercules-core-slider__button--outline:hover,
body.hercules-demo-layout-football-academy .hercules-core-slider__button--outline:focus-visible,
body.hercules-demo-layout-football-academy .hercules-niche-plan:not(.is-featured) a:hover,
body.hercules-demo-layout-football-academy .hercules-niche-plan:not(.is-featured) a:focus-visible{
	background:#238432!important;
	border-color:#238432!important;
	color:#ffffff!important;
}

/* Niche directory, links, badges and legacy accent utility classes */
body.hercules-demo-layout-football-academy .hercules-niche-directory__links a.is-current,
body.hercules-demo-layout-football-academy .hercules-niche-directory__links a[aria-current="page"]{
	background:#2fb344!important;
	border-color:#2fb344!important;
	color:#07150b!important;
}
body.hercules-demo-layout-football-academy .hercules-niche-directory__links a:hover,
body.hercules-demo-layout-football-academy .hercules-niche-directory__links a:focus-visible{
	border-color:#2fb344!important;
	color:#238432!important;
}
body.hercules-demo-layout-football-academy main a:not(.hercules-suite-button):not(.hercules-demo-button):not(.hercules-timetable__book):not(.hercules-core-slider__button):not(.hercules-niche-directory__links a):not(.hercules-niche-cta a){
	color:#238432!important;
}
body.hercules-demo-layout-football-academy :is(.d-text-c,.d-text-c-a.active,.d-text-c-h:hover){color:#2fb344!important}
body.hercules-demo-layout-football-academy :is(.d-bg-c,.d-bg-c-a.active,.d-bg-c-h:hover){background-color:#2fb344!important}
body.hercules-demo-layout-football-academy :is(.d-border-c,.d-border-c-a.active,.d-border-c-h:hover){border-color:#2fb344!important}

/* Consistent keyboard focus across every Football Academy action */
body.hercules-demo-layout-football-academy :is(a,button,input,select,textarea):focus-visible{
	outline:3px solid rgba(47,179,68,.42)!important;
	outline-offset:3px;
}


/* Football Academy desktop header fit, 2026-07-30 */
@media (min-width:1025px){
	body.hercules-demo-layout-football-academy .hercules-layout-header--club .hercules-layout-header__inner{
		display:grid!important;
		grid-template-columns:max-content minmax(0,1fr) max-content;
		align-items:center;
		column-gap:18px;
		flex-wrap:nowrap!important;
	}
	body.hercules-demo-layout-football-academy .hercules-layout-header--club .hercules-layout-nav{
		width:100%;
		min-width:0;
		justify-self:stretch;
	}
	body.hercules-demo-layout-football-academy .hercules-layout-header--club .hercules-layout-menu{
		display:flex;
		justify-content:center;
		align-items:center;
		gap:0!important;
		flex-wrap:nowrap!important;
	}
	body.hercules-demo-layout-football-academy .hercules-layout-header--club .hercules-layout-nav > ul > li > a{
		padding:13px 9px!important;
		font-size:11.5px!important;
		white-space:nowrap;
	}
	body.hercules-demo-layout-football-academy .hercules-layout-header--club .hercules-layout-header__cta{
		margin:0!important;
		padding:12px 18px!important;
		white-space:nowrap;
	}
}
@media (min-width:1025px) and (max-width:1160px){
	body.hercules-demo-layout-football-academy .hercules-layout-header--club .hercules-layout-brand span{display:none}
	body.hercules-demo-layout-football-academy .hercules-layout-header--club .hercules-layout-nav > ul > li > a{padding-inline:7px!important;font-size:11px!important}
}

/* Toggle-nav header, vault footer, button colour unification */
.hercules-header-toggle-nav .hercules-layout-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;position:relative}
.hercules-header-toggle-nav .hercules-layout-brand{justify-self:start}
.hercules-header-toggle-nav .hercules-layout-header__actions{justify-self:end;display:flex;align-items:center;gap:14px}
.hercules-header-toggle-nav .hercules-layout-menu-toggle{display:inline-flex!important;justify-self:center;width:auto;height:auto;gap:10px;padding:11px 20px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:transparent;color:inherit;font:inherit;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:border-color .18s ease,background .18s ease}
.hercules-header-toggle-nav .hercules-layout-menu-toggle:hover,.hercules-header-toggle-nav .hercules-layout-menu-toggle[aria-expanded="true"]{border-color:var(--layout-accent,var(--hercules-accent));background:rgba(var(--hercules-accent-rgb,79,70,229),.12)}
.hercules-header-toggle-nav .hercules-toggle-bars{display:grid;gap:4px;width:18px}
.hercules-header-toggle-nav .hercules-toggle-bars i{display:block;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
.hercules-header-toggle-nav .hercules-layout-menu-toggle[aria-expanded="true"] .hercules-toggle-bars i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.hercules-header-toggle-nav .hercules-layout-menu-toggle[aria-expanded="true"] .hercules-toggle-bars i:nth-child(2){opacity:0}
.hercules-header-toggle-nav .hercules-layout-menu-toggle[aria-expanded="true"] .hercules-toggle-bars i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.hercules-header-toggle-nav .hercules-layout-nav{display:none!important;grid-column:1 / -1;width:100%;padding:6px 0 18px;border-top:1px solid rgba(255,255,255,.12);margin-top:14px}
.hercules-header-toggle-nav .hercules-layout-nav.is-open{display:block!important}
.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 10px;width:100%;flex-direction:row}
.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li>a{padding:.6em 1em;border-radius:999px}
.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li>a:hover,.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li.current-menu-item>a{background:rgba(var(--hercules-accent-rgb,79,70,229),.16);color:var(--layout-accent,var(--hercules-accent))!important}
.hercules-header-toggle-nav .hercules-layout-nav .sub-menu{position:static;display:block;min-width:0;margin:4px 0 0;padding:0;border:0;background:transparent;box-shadow:none}
.hercules-header-toggle-nav .hercules-layout-nav .sub-menu a{display:inline-flex;padding:.45em .85em;font-size:12px;opacity:.8}
.hercules-header-toggle-nav .hercules-layout-header__stat{display:none}
@media(max-width:760px){.hercules-header-toggle-nav .hercules-layout-header__inner{grid-template-columns:auto auto auto;gap:10px}.hercules-header-toggle-nav .hercules-layout-brand strong{font-size:18px}.hercules-header-toggle-nav .hercules-layout-brand span{display:none}.hercules-header-toggle-nav .hercules-layout-menu-toggle{padding:9px 13px;letter-spacing:.08em}.hercules-header-toggle-nav .hercules-toggle-label{display:none}.hercules-header-toggle-nav .hercules-layout-header__actions{gap:8px}.hercules-header-toggle-nav .hercules-layout-header__cta{padding:10px 14px;font-size:11px}}
.hercules-layout-footer--vault{padding:0 0 26px;background:var(--layout-dark,#0d1115);border-top:3px solid var(--layout-accent,var(--hercules-accent))}
.hercules-layout-footer--vault .hercules-layout-footer__strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;width:min(1200px,calc(100% - 40px));margin:0 auto;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.10)}
.hercules-layout-footer--vault .hercules-layout-footer__strip strong{color:#fff;font-size:19px;font-weight:800;letter-spacing:-.01em}
.hercules-layout-footer--vault .hercules-layout-footer__strip span{margin:0;color:#8b95a1!important;font-size:14px}
.hercules-layout-footer--vault .hercules-layout-footer__strip a{display:inline-flex;align-items:center;margin:0;padding:12px 26px;border-radius:999px;background:var(--layout-accent,var(--hercules-accent));color:var(--hercules-accent-ink,#0d1115)!important;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.hercules-layout-footer--vault .hercules-layout-footer__inner{padding-top:44px;grid-template-columns:1.5fr repeat(3,minmax(0,1fr))}
.hercules-layout-footer--vault h3{font-size:11.5px;letter-spacing:.16em;color:var(--layout-accent,var(--hercules-accent))!important}
@media(max-width:900px){.hercules-layout-footer--vault .hercules-layout-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.hercules-layout-footer--vault .hercules-layout-footer__inner{grid-template-columns:minmax(0,1fr)}}
body .hercules-niche-page a:hover,body .hercules-niche-page a:focus,body .hercules-demo-family a:hover,body .hercules-demo-family a:focus{color:var(--layout-accent,var(--hercules-accent))!important}
.hercules-demo-button:link,.hercules-demo-button:visited,.hercules-demo-button:hover,.hercules-demo-button:focus,.hercules-niche-row a:hover,.hercules-niche-row a:focus{color:var(--hercules-accent-ink,#fff)!important}
.hercules-demo-button{background:var(--layout-accent,var(--hercules-accent))}
.hercules-demo-button.is-outline:link,.hercules-demo-button.is-outline:visited,.hercules-demo-button.is-outline:hover,.hercules-demo-button.is-outline:focus{background:transparent;border-color:var(--layout-accent,var(--hercules-accent));color:var(--layout-accent,var(--hercules-accent))!important}

/* toggle centring: neutralise the plugin margin-left:auto */
.hercules-header-toggle-nav .hercules-layout-menu-toggle{margin:0!important;justify-self:center}
@media(max-width:900px){.hercules-header-toggle-nav .hercules-layout-menu-toggle{margin-left:0!important}}

/* wpautop injects empty paragraphs into layout markup; they become grid items */
.hercules-layout-header__inner>p:empty,.hercules-layout-header__inner>br,.hercules-layout-footer>p:empty,.hercules-layout-footer__inner>p:empty{display:none!important}

/* toggle-nav header: pin grid positions so stray wpautop nodes cannot shift it */
.hercules-header-toggle-nav .hercules-layout-header__inner{grid-template-columns:1fr auto 1fr!important;grid-auto-rows:min-content}
.hercules-header-toggle-nav .hercules-layout-brand{grid-column:1;grid-row:1;justify-self:start}
.hercules-header-toggle-nav .hercules-layout-menu-toggle{grid-column:2;grid-row:1;justify-self:center}
.hercules-header-toggle-nav .hercules-layout-header__actions{grid-column:3;grid-row:1;justify-self:end}
.hercules-header-toggle-nav .hercules-layout-nav{grid-column:1 / -1;grid-row:2}
.hercules-header-toggle-nav .hercules-layout-header__inner>p{grid-column:1 / -1;grid-row:3;margin:0;height:0;overflow:hidden}
@media(max-width:760px){.hercules-header-toggle-nav .hercules-layout-header__inner{gap:8px}.hercules-header-toggle-nav .hercules-layout-brand span{display:none}.hercules-header-toggle-nav .hercules-toggle-label{display:none}.hercules-header-toggle-nav .hercules-layout-menu-toggle{padding:9px 13px}.hercules-header-toggle-nav .hercules-layout-header__cta{padding:10px 14px;font-size:11px}}

/* toggle-nav: sub-menu back to an anchored dropdown */
.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu{align-items:center;row-gap:8px}
.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li{position:relative;display:flex;align-items:center}
.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li>a{white-space:nowrap;line-height:1.2}
.hercules-header-toggle-nav .hercules-layout-nav .sub-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);display:none;z-index:70;min-width:190px;margin:0;padding:8px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:var(--layout-dark,#0d1115);box-shadow:0 18px 40px rgba(0,0,0,.36);list-style:none}
.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li:hover>.sub-menu,.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li:focus-within>.sub-menu{display:block}
.hercules-header-toggle-nav .hercules-layout-nav .sub-menu li{display:block;width:100%}
.hercules-header-toggle-nav .hercules-layout-nav .sub-menu a{display:block;width:100%;padding:.5em .75em;border-radius:8px;font-size:12px;letter-spacing:.06em;opacity:1;white-space:nowrap}
.hercules-header-toggle-nav .hercules-layout-nav .sub-menu a:hover{background:rgba(var(--hercules-accent-rgb,79,70,229),.18)}
.hercules-layout-header--calm .hercules-layout-nav .sub-menu,.hercules-layout-header--coach .hercules-layout-nav .sub-menu,.hercules-layout-header--commerce .hercules-layout-nav .sub-menu,.hercules-layout-header--editorial .hercules-layout-nav .sub-menu{background:#fff;border-color:#e4e8ec;box-shadow:0 18px 42px rgba(13,17,21,.14)}
.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li:last-child>.sub-menu{left:auto;right:0;transform:none}
@media(max-width:760px){.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu{flex-direction:column;align-items:stretch}.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li{flex-direction:column;align-items:stretch}.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li>a{width:100%;justify-content:center}.hercules-header-toggle-nav .hercules-layout-nav .sub-menu{position:static;transform:none;display:block;min-width:0;margin:4px 0 0;padding:0 0 0 10px;border:0;background:transparent;box-shadow:none}.hercules-header-toggle-nav .hercules-layout-nav .sub-menu a{text-align:center}}

/* toggle-nav: reset the older edge-guard so dropdowns stay centred */
.hercules-header-toggle-nav .hercules-layout-nav .hercules-layout-menu>li:not(:last-child)>.sub-menu{left:50%;right:auto;transform:translateX(-50%)}


/* Multi-Sports Club scoped colour and header-fit system, 2026-07-30 */
body.hercules-demo-layout-sports-club{
 --hercules-accent:#2d7ff9;
 --hercules-accent-rgb:45,127,249;
 --hercules-accent-dark:#1e5fc0;
 --hercules-accent-soft:#eaf3ff;
 --hercules-accent-ink:#fff;
}
body.hercules-demo-layout-sports-club :is(
 .hercules-layout-header__cta,
 .hercules-suite-button,
 .hercules-core-slider__button:not(.hercules-core-slider__button--outline),
 .hercules-demo-button,
 .hercules-niche-cta a,
 .hercules-timetable__book,
 .fitcalc__button,
 .wpcf7-submit,
 .hercules-niche-plan.is-featured a,
 .hercules-niche-directory__links a.is-current
),
body.hercules-demo-layout-sports-club :is(
 .hercules-layout-header__cta,
 .hercules-suite-button,
 .hercules-core-slider__button:not(.hercules-core-slider__button--outline),
 .hercules-demo-button,
 .hercules-niche-cta a,
 .hercules-timetable__book,
 .fitcalc__button,
 .hercules-niche-plan.is-featured a,
 .hercules-niche-directory__links a.is-current
):link,
body.hercules-demo-layout-sports-club :is(
 .hercules-layout-header__cta,
 .hercules-suite-button,
 .hercules-core-slider__button:not(.hercules-core-slider__button--outline),
 .hercules-demo-button,
 .hercules-niche-cta a,
 .hercules-timetable__book,
 .fitcalc__button,
 .hercules-niche-plan.is-featured a,
 .hercules-niche-directory__links a.is-current
):visited{
 background:#2d7ff9!important;
 border-color:#2d7ff9!important;
 color:#fff!important;
 filter:none!important;
}
body.hercules-demo-layout-sports-club :is(
 .hercules-layout-header__cta,
 .hercules-suite-button,
 .hercules-core-slider__button:not(.hercules-core-slider__button--outline),
 .hercules-demo-button,
 .hercules-niche-cta a,
 .hercules-timetable__book,
 .fitcalc__button,
 .wpcf7-submit,
 .hercules-niche-plan.is-featured a,
 .hercules-niche-directory__links a.is-current
):hover,
body.hercules-demo-layout-sports-club :is(
 .hercules-layout-header__cta,
 .hercules-suite-button,
 .hercules-core-slider__button:not(.hercules-core-slider__button--outline),
 .hercules-demo-button,
 .hercules-niche-cta a,
 .hercules-timetable__book,
 .fitcalc__button,
 .wpcf7-submit,
 .hercules-niche-plan.is-featured a,
 .hercules-niche-directory__links a.is-current
):focus-visible{
 background:#1e5fc0!important;
 border-color:#1e5fc0!important;
 color:#fff!important;
 filter:none!important;
}
body.hercules-demo-layout-sports-club .hercules-core-slider__button--outline,
body.hercules-demo-layout-sports-club .hercules-core-slider__button--outline:link,
body.hercules-demo-layout-sports-club .hercules-core-slider__button--outline:visited,
body.hercules-demo-layout-sports-club .hercules-niche-plan:not(.is-featured) a,
body.hercules-demo-layout-sports-club .hercules-niche-plan:not(.is-featured) a:link,
body.hercules-demo-layout-sports-club .hercules-niche-plan:not(.is-featured) a:visited{
 background:transparent!important;
 border-color:#2d7ff9!important;
 color:#2d7ff9!important;
}
body.hercules-demo-layout-sports-club .hercules-core-slider__button--outline:hover,
body.hercules-demo-layout-sports-club .hercules-core-slider__button--outline:focus-visible,
body.hercules-demo-layout-sports-club .hercules-niche-plan:not(.is-featured) a:hover,
body.hercules-demo-layout-sports-club .hercules-niche-plan:not(.is-featured) a:focus-visible{
 background:#2d7ff9!important;
 color:#fff!important;
}
body.hercules-demo-layout-sports-club .hercules-layout-menu>li.current-menu-item>a,
body.hercules-demo-layout-sports-club .hercules-layout-menu>li.current-menu-ancestor>a,
body.hercules-demo-layout-sports-club .hercules-layout-menu>li>a:hover,
body.hercules-demo-layout-sports-club .hercules-layout-menu>li>a:focus-visible{
 color:#fff!important;
 background:rgba(45,127,249,.16);
 box-shadow:inset 0 -3px 0 #2d7ff9;
}
body.hercules-demo-layout-sports-club :is(a,button,input,textarea,select):focus-visible{
 outline-color:#2d7ff9;
}
@media(min-width:1101px){
 body.hercules-demo-layout-sports-club .hercules-layout-header__inner{gap:14px;}
 body.hercules-demo-layout-sports-club .hercules-layout-brand{flex:0 0 auto;min-width:0;}
 body.hercules-demo-layout-sports-club .hercules-layout-nav{flex:1 1 auto;min-width:0;}
 body.hercules-demo-layout-sports-club .hercules-layout-menu{justify-content:center;gap:0;}
 body.hercules-demo-layout-sports-club .hercules-layout-menu>li>a{padding:12px 7px;font-size:11.5px;letter-spacing:.035em;white-space:nowrap;}
 body.hercules-demo-layout-sports-club .hercules-layout-header__cta{flex:0 0 auto;padding:12px 17px;font-size:11px;white-space:nowrap;}
}
@media(min-width:1101px) and (max-width:1250px){
 body.hercules-demo-layout-sports-club .hercules-layout-brand span{display:none;}
 body.hercules-demo-layout-sports-club .hercules-layout-menu>li>a{padding-inline:6px;font-size:11px;}
 body.hercules-demo-layout-sports-club .hercules-layout-header__cta{padding-inline:14px;}
}

/* Hero button ink: outline variants keep light ink, filled ones take accent ink */
.hercules-core-slider__button--outline:link,.hercules-core-slider__button--outline:visited,.hercules-core-slider__button--outline{color:#fff!important;border-color:rgba(255,255,255,.75);background:transparent}
.hercules-core-slider__button--outline:hover,.hercules-core-slider__button--outline:focus{background:#fff!important;color:#111!important}
.hercules-core-slider__button:not(.hercules-core-slider__button--outline):link,.hercules-core-slider__button:not(.hercules-core-slider__button--outline):visited,.hercules-core-slider__button:not(.hercules-core-slider__button--outline){color:var(--hercules-accent-ink,#fff)!important}
.hercules-suite-button:link,.hercules-suite-button:visited,.hercules-suite-button{background:var(--layout-accent,var(--hercules-accent));color:var(--hercules-accent-ink,#fff)!important}
.hercules-suite-button:hover,.hercules-suite-button:focus{background:var(--hercules-accent-dark,#3730a3)!important;color:var(--hercules-accent-ink,#fff)!important;box-shadow:none}
.hercules-suite-kicker{color:var(--layout-accent,var(--hercules-accent))}

/* Martial arts: belt ladder, inline-toggle header, dojo footer */
.hercules-niche-belts{display:grid;gap:12px;margin-top:30px;counter-reset:belt}
.hercules-niche-belt{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px 20px;padding:18px 22px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:14px;background:#fff}
.hercules-niche-belt__band{grid-row:1 / span 2;width:14px;height:52px;border-radius:4px;border:1px solid rgba(13,17,21,.16)}
.hercules-niche-belt h3{grid-column:2;margin:0;font-size:17px;font-weight:800;letter-spacing:-.012em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-belt p{grid-column:2;margin:3px 0 0;font-size:14.5px;line-height:1.65;color:#4d5765}
.hercules-niche-belt__meta{grid-column:3;grid-row:1 / span 2;display:grid;gap:5px;justify-items:end;min-width:120px}
.hercules-niche-belt__time{padding:4px 11px;border-radius:999px;background:var(--hercules-accent-soft,rgba(79,70,229,.10));font-size:11.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent));white-space:nowrap}
.hercules-niche-belt__grade{font-size:12.5px;color:#77818e;text-align:right}
@media(max-width:640px){.hercules-niche-belt{grid-template-columns:auto minmax(0,1fr)}.hercules-niche-belt__meta{grid-column:2;grid-row:auto;justify-items:start;min-width:0}.hercules-niche-belt__grade{text-align:left}}
.hercules-header-inline-toggle .hercules-layout-header__inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px}
.hercules-header-inline-toggle .hercules-layout-brand{grid-column:1;grid-row:1;justify-self:start}
.hercules-header-inline-toggle .hercules-layout-header__actions{grid-column:2;grid-row:1;justify-self:end;display:flex;align-items:center;gap:12px}
.hercules-header-inline-toggle .hercules-layout-nav{grid-column:1 / -1;grid-row:2}
.hercules-header-inline-toggle .hercules-layout-header__inner>p{grid-column:1 / -1;grid-row:3;margin:0;height:0;overflow:hidden}
.hercules-header-inline-toggle .hercules-layout-header__stat{display:none}
.hercules-header-inline-toggle .hercules-layout-menu-toggle{display:inline-flex!important;margin:0!important;align-items:center;gap:9px;width:auto;height:auto;padding:11px 18px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:transparent;color:inherit;font:inherit;font-size:11.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}
.hercules-header-inline-toggle .hercules-layout-menu-toggle:hover,.hercules-header-inline-toggle .hercules-layout-menu-toggle[aria-expanded="true"]{border-color:var(--layout-accent,var(--hercules-accent));background:rgba(var(--hercules-accent-rgb,79,70,229),.14)}
.hercules-header-inline-toggle .hercules-toggle-bars{display:grid;gap:4px;width:17px}
.hercules-header-inline-toggle .hercules-toggle-bars i{display:block;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
.hercules-header-inline-toggle .hercules-layout-menu-toggle[aria-expanded="true"] .hercules-toggle-bars i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.hercules-header-inline-toggle .hercules-layout-menu-toggle[aria-expanded="true"] .hercules-toggle-bars i:nth-child(2){opacity:0}
.hercules-header-inline-toggle .hercules-layout-menu-toggle[aria-expanded="true"] .hercules-toggle-bars i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.hercules-header-inline-toggle .hercules-layout-nav{display:none!important;width:100%;padding:8px 0 16px;margin-top:14px;border-top:1px solid rgba(255,255,255,.12)}
.hercules-header-inline-toggle .hercules-layout-nav.is-open{display:block!important}
.hercules-header-inline-toggle .hercules-layout-nav .hercules-layout-menu{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:6px 10px;width:100%;flex-direction:row}
.hercules-header-inline-toggle .hercules-layout-nav .hercules-layout-menu>li{position:relative;display:flex;align-items:center}
.hercules-header-inline-toggle .hercules-layout-nav .hercules-layout-menu>li>a{padding:.6em 1em;border-radius:10px;white-space:nowrap;line-height:1.2}
.hercules-header-inline-toggle .hercules-layout-nav .hercules-layout-menu>li>a:hover,.hercules-header-inline-toggle .hercules-layout-nav .hercules-layout-menu>li.current-menu-item>a{background:rgba(var(--hercules-accent-rgb,79,70,229),.16);color:var(--layout-accent,var(--hercules-accent))!important}
.hercules-header-inline-toggle .hercules-layout-nav .sub-menu{position:absolute;top:calc(100% + 8px);left:0;right:auto;transform:none;display:none;z-index:70;min-width:190px;margin:0;padding:8px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:var(--layout-dark,#0d1115);box-shadow:0 18px 40px rgba(0,0,0,.36);list-style:none}
.hercules-header-inline-toggle .hercules-layout-nav .hercules-layout-menu>li:hover>.sub-menu,.hercules-header-inline-toggle .hercules-layout-nav .hercules-layout-menu>li:focus-within>.sub-menu{display:block}
.hercules-header-inline-toggle .hercules-layout-nav .sub-menu li{display:block;width:100%}
.hercules-header-inline-toggle .hercules-layout-nav .sub-menu a{display:block;width:100%;padding:.5em .75em;border-radius:8px;font-size:12px;white-space:nowrap}
.hercules-header-inline-toggle .hercules-layout-nav .sub-menu a:hover{background:rgba(var(--hercules-accent-rgb,79,70,229),.18)}
@media(max-width:700px){.hercules-header-inline-toggle .hercules-layout-brand span{display:none}.hercules-header-inline-toggle .hercules-toggle-label{display:none}.hercules-header-inline-toggle .hercules-layout-menu-toggle{padding:10px 13px}.hercules-header-inline-toggle .hercules-layout-header__cta{padding:10px 15px;font-size:11px}.hercules-header-inline-toggle .hercules-layout-nav .hercules-layout-menu{flex-direction:column;align-items:stretch}.hercules-header-inline-toggle .hercules-layout-nav .hercules-layout-menu>li{flex-direction:column;align-items:stretch}.hercules-header-inline-toggle .hercules-layout-nav .sub-menu{position:static;display:block;min-width:0;margin:4px 0 0;padding:0 0 0 12px;border:0;background:transparent;box-shadow:none}}
.hercules-layout-footer--dojo .hercules-layout-footer__inner{grid-template-columns:1.35fr 1fr 1fr 1.1fr;gap:44px;align-items:start}
.hercules-layout-footer--dojo .hercules-layout-footer__brand strong{display:block;font-size:24px;letter-spacing:.02em}
.hercules-layout-footer--dojo .hercules-layout-footer__brand p{margin-top:12px;max-width:40ch;font-size:14.5px;line-height:1.75}
.hercules-layout-footer--dojo .hercules-layout-footer__badge{display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:7px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent))!important}
.hercules-layout-footer--dojo .hercules-layout-footer__figure{margin:0;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.12)}
.hercules-layout-footer--dojo .hercules-layout-footer__figure img{display:block;width:100%;height:100%;aspect-ratio:4/3;object-fit:cover}
.hercules-layout-footer--dojo .hercules-layout-footer__figure figcaption{padding:11px 14px;font-size:12.5px;line-height:1.5;color:#8b95a1;background:rgba(255,255,255,.04)}
.hercules-layout-footer--dojo h3{font-size:11.5px;letter-spacing:.16em;color:var(--layout-accent,var(--hercules-accent))!important}
@media(max-width:1000px){.hercules-layout-footer--dojo .hercules-layout-footer__inner{grid-template-columns:1fr 1fr;gap:32px}}
@media(max-width:600px){.hercules-layout-footer--dojo .hercules-layout-footer__inner{grid-template-columns:minmax(0,1fr)}}

/* dojo footer description + inline-toggle mobile CTA */
.hercules-layout-footer--dojo .hercules-layout-footer__desc{display:block;margin-top:12px;max-width:40ch;font-size:14.5px;line-height:1.75;color:#b9c2ca}
.hercules-layout-footer--dojo .hercules-layout-footer__brand br{display:none}
@media(max-width:620px){.hercules-header-inline-toggle .hercules-layout-header__cta{width:auto!important;min-width:0;flex:0 0 auto;white-space:nowrap}.hercules-header-inline-toggle .hercules-layout-header__actions{flex-wrap:nowrap}.hercules-header-inline-toggle .hercules-layout-header nav{display:block;width:100%}}

/* custom header designs keep their CTA at every width */
@media(max-width:1180px){.hercules-header-toggle-nav .hercules-layout-header__cta,.hercules-header-inline-toggle .hercules-layout-header__cta{display:inline-flex!important;width:auto!important;min-width:0;flex:0 0 auto;white-space:nowrap}.hercules-header-toggle-nav .hercules-layout-menu-toggle,.hercules-header-inline-toggle .hercules-layout-menu-toggle{order:0}}

/* three-slot header: brand left, CTA centred, cart + toggle right */
.hercules-header-split3 .hercules-layout-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:32px;row-gap:0;padding-block:14px}
.hercules-header-split3 .hercules-layout-brand{grid-column:1;grid-row:1;justify-self:start;margin:0}
.hercules-header-split3 .hercules-layout-header__cta{grid-column:2;grid-row:1;justify-self:center;margin:0}
.hercules-header-split3 .hercules-layout-header__actions{grid-column:3;grid-row:1;justify-self:end;display:flex;align-items:center;gap:14px;margin:0}
.hercules-header-split3 .hercules-layout-nav{grid-column:1 / -1;grid-row:2}
.hercules-header-split3 .hercules-layout-header__inner>p{grid-column:1 / -1;grid-row:3;margin:0;height:0;overflow:hidden}
.hercules-header-split3 .hercules-layout-brand span{margin-left:14px;padding-left:14px;border-left:1px solid rgba(255,255,255,.22)}
.hercules-header-split3 .hercules-cart{margin:0}
@media(max-width:1100px){.hercules-header-split3 .hercules-layout-header__inner{column-gap:20px}.hercules-header-split3 .hercules-layout-header__cta{padding:11px 18px;font-size:11.5px}}
@media(max-width:720px){.hercules-header-split3 .hercules-layout-header__inner{grid-template-columns:1fr auto;column-gap:14px;row-gap:12px}.hercules-header-split3 .hercules-layout-brand{grid-column:1;grid-row:1}.hercules-header-split3 .hercules-layout-header__actions{grid-column:2;grid-row:1}.hercules-header-split3 .hercules-layout-header__cta{grid-column:1 / -1;grid-row:2;justify-self:center;width:auto!important}.hercules-header-split3 .hercules-layout-nav{grid-row:3}.hercules-header-split3 .hercules-layout-header__inner>p{grid-row:4}.hercules-header-split3 .hercules-layout-brand span{display:inline;margin-left:10px;padding-left:10px;font-size:10.5px}}

/* split3 wins over the other header modifiers on small screens */
@media(max-width:900px){.hercules-header-split3 .hercules-layout-header__inner{grid-template-columns:1fr auto!important;column-gap:14px!important;row-gap:12px!important}.hercules-header-split3 .hercules-layout-brand{grid-column:1!important;grid-row:1!important;justify-self:start!important}.hercules-header-split3 .hercules-layout-header__actions{grid-column:2!important;grid-row:1!important;justify-self:end!important}.hercules-header-split3 .hercules-layout-header__cta{grid-column:1 / -1!important;grid-row:2!important;justify-self:center!important;width:auto!important}.hercules-header-split3 .hercules-layout-nav{grid-column:1 / -1!important;grid-row:3!important}.hercules-header-split3 .hercules-layout-header__inner>p{grid-row:4!important}}


/* Fitness Shop minimal header and commerce system, 2026-07-31 */
body.hercules-demo-layout-fitness-shop{
 --hercules-accent:#ff7a00;
 --hercules-accent-rgb:255,122,0;
 --hercules-accent-dark:#c95f00;
 --hercules-accent-ink:#0d1115;
}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal{
 background:#fff;
 border-bottom:1px solid #e7e9ed;
 box-shadow:0 6px 22px rgba(13,17,21,.04);
}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-header__inner{
 width:min(100% - 40px,1280px);
 min-height:88px;
 margin:0 auto;
 padding:14px 0;
 display:flex;
 align-items:center;
 flex-wrap:nowrap;
 gap:24px;
 background:#fff;
}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-brand{
 flex:0 0 auto;
 margin:0;
 color:#0d1115!important;
 text-decoration:none!important;
}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-brand strong{color:#0d1115!important;font-size:22px;font-weight:800;letter-spacing:.04em}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-brand span{color:#87909c!important;margin-left:14px;padding-left:14px;border-left:1px solid #d9dde2;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-nav{
 width:auto;
 flex:0 1 auto;
 margin-left:auto;
}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-menu{display:flex;align-items:center;justify-content:flex-end;gap:2px;flex-wrap:nowrap;margin:0;padding:0}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-nav a{
 min-height:44px;
 display:flex;
 align-items:center;
 padding:10px 10px;
 color:#202833!important;
 border-radius:8px;
 font-size:11.5px;
 font-weight:700;
 letter-spacing:.02em;
 white-space:nowrap;
 text-decoration:none!important;
}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-nav a:hover,
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-menu>li.current-menu-item>a,
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-menu>li.active>a{
 color:#0d1115!important;
 background:#fff0e3;
 box-shadow:inset 0 -3px 0 #ff7a00;
}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal :is(.hercules-layout-search,.hercules-cart,.hercules-layout-header__cta,.hercules-layout-header__row){display:none!important}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-menu-toggle{margin-left:auto;color:#0d1115;border-color:#d9dde2;background:#fff}
body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-menu-toggle:focus-visible{outline:3px solid rgba(255,122,0,.28);outline-offset:3px}
body.hercules-demo-layout-fitness-shop :is(.hercules-demo-button,.hercules-core-slider__button,.hercules-niche-cta a,.fitcalc__button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button){border-color:#ff7a00!important;background:#ff7a00!important;color:#0d1115!important}
body.hercules-demo-layout-fitness-shop :is(.hercules-demo-button,.hercules-core-slider__button,.hercules-niche-cta a,.fitcalc__button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button):hover{border-color:#c95f00!important;background:#c95f00!important;color:#fff!important}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional{overflow:hidden}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional .woocommerce{margin-top:28px}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional ul.products{margin-bottom:0}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional li.product{padding:0 0 18px;border:1px solid #e4e7eb;border-radius:14px;background:#fff;overflow:hidden}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional li.product :is(h2,.woocommerce-loop-product__title,.price){padding-inline:16px}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional li.product .button{margin-inline:16px}
body.hercules-demo-layout-fitness-shop .hercules-niche-form .wpcf7-submit{background:#ff7a00!important;color:#0d1115!important}
body.hercules-demo-layout-fitness-shop .hercules-niche-form .wpcf7-submit:hover{background:#c95f00!important;color:#fff!important}
body.hercules-demo-layout-fitness-shop .hercules-layout-footer__news-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 20px;border-radius:8px;background:#0d1115;color:#fff!important;font-size:12px;font-weight:800;letter-spacing:.04em;text-decoration:none!important}
body.hercules-demo-layout-fitness-shop .hercules-layout-footer__news-link:hover{background:#fff;color:#0d1115!important}
@media(min-width:901px){body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-menu-toggle{display:none!important}body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-nav{display:block!important}}
@media(max-width:1180px) and (min-width:901px){body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-header__inner{width:min(100% - 28px,1280px);gap:14px}body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-brand span{display:none}body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-nav a{padding-inline:7px;font-size:10.7px}}
@media(max-width:900px){body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-header__inner{width:min(100% - 28px,1280px);min-height:72px;flex-wrap:wrap;gap:10px 16px}body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-brand span{display:none}body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-nav{order:3;width:100%;margin-left:0}body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-menu{width:100%;align-items:stretch;flex-direction:column;gap:2px}body.hercules-demo-layout-fitness-shop .hercules-layout-header--shop-minimal .hercules-layout-nav a{width:100%;justify-content:flex-start;padding:11px 12px;font-size:12px}}

/* Week grid schedule: day columns with session cards */
.hercules-niche-weekgrid{margin-top:30px;overflow-x:auto;padding-bottom:6px}
.hercules-niche-weekgrid__inner{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));gap:14px;min-width:1050px}
.hercules-niche-day{display:flex;flex-direction:column;gap:10px}
.hercules-niche-day__head{padding:11px 12px;border-radius:10px;background:var(--hercules-dark,#0d1115);color:#fff;font-size:13px;font-weight:800;letter-spacing:.04em;text-align:center}
.hercules-niche-day--rest .hercules-niche-day__head{background:#eef1f4;color:#77818e}
.hercules-niche-slot{display:block;padding:14px 13px;border:1px solid var(--hercules-border,#e4e8ec);border-left:3px solid var(--layout-accent,var(--hercules-accent));border-radius:10px;background:#fff}
.hercules-niche-slot__time{display:block;font-size:12px;font-weight:800;letter-spacing:.03em;color:var(--layout-accent,var(--hercules-accent))}
.hercules-niche-slot__name{display:block;margin:5px 0 6px;font-size:14.5px;font-weight:800;line-height:1.3;color:var(--hercules-dark,#0d1115)}
.hercules-niche-slot__where{display:block;font-size:12.5px;line-height:1.45;color:#77818e}
.hercules-niche-slot__who{display:block;margin-top:4px;font-size:12.5px;font-style:italic;color:#5c6674}
.hercules-niche-slot__tag{display:inline-block;margin-top:8px;padding:3px 9px;border-radius:999px;background:var(--hercules-accent-soft,rgba(79,70,229,.10));font-size:11px;font-weight:700;color:var(--layout-accent,var(--hercules-accent))}
.hercules-niche-day__empty{padding:14px 13px;border:1px dashed var(--hercules-border,#e4e8ec);border-radius:10px;font-size:12.5px;color:#8b95a1;text-align:center}
.hercules-niche-weekgrid__note{margin:16px 0 0;font-size:13px;color:#77818e}
.hercules-layout-header--athletic ~ * .hercules-niche-slot,.hercules-niche-slot{background:#fff}
@media(max-width:900px){.hercules-niche-weekgrid__inner{grid-template-columns:repeat(7,minmax(148px,1fr));min-width:1010px}}
@media(max-width:640px){.hercules-niche-weekgrid{margin-left:-4px;margin-right:-4px}}


/* Fitness Shop card width and category media correction, 2026-07-31 */
body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-container{
    width:min(1280px,calc(100% - 48px));
    max-width:1280px;
}
body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-heading{
    max-width:920px;
}
body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-card-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    width:100%;
    max-width:none;
    align-items:stretch;
}
body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-card{
    display:flex;
    min-width:0;
    width:100%;
    flex-direction:column;
}
body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-card>img{
    display:block;
    width:100%;
    height:clamp(230px,22vw,320px);
    margin:0 0 18px;
    border-radius:8px;
    object-fit:cover;
    object-position:center;
}
body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-card>div{
    display:flex;
    min-width:0;
    flex:1;
    flex-direction:column;
}
body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-card a{
    margin-top:auto;
}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional--categories ul.products{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:26px;
    width:100%;
    margin:28px 0 0!important;
    padding:0!important;
    clear:both;
}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional--categories ul.products::before,
body.hercules-demo-layout-fitness-shop .hercules-shop-functional--categories ul.products::after{
    display:none!important;
}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional--categories ul.products li.product{
    float:none!important;
    width:100%!important;
    min-width:0;
    margin:0!important;
}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional--categories ul.products li.product a{
    display:block;
    height:100%;
}
body.hercules-demo-layout-fitness-shop .hercules-shop-functional--categories ul.products li.product img{
    display:block;
    width:100%!important;
    height:auto!important;
    aspect-ratio:4/3;
    margin:0 0 16px!important;
    border-radius:12px;
    object-fit:cover;
    object-position:center;
}
@media(max-width:900px){
    body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-card-grid,
    body.hercules-demo-layout-fitness-shop .hercules-shop-functional--categories ul.products{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}
@media(max-width:620px){
    body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-container{
        width:calc(100% - 28px);
    }
    body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-card-grid,
    body.hercules-demo-layout-fitness-shop .hercules-shop-functional--categories ul.products{
        grid-template-columns:minmax(0,1fr)!important;
    }
    body.hercules-demo-layout-fitness-shop .hercules-demo-programs .hercules-demo-card>img{
        height:260px;
    }
}

/* Full-width timetable on niche schedule pages */
.hercules-niche-page--schedule .hercules-timetable__container{width:calc(100% - 32px);max-width:none}
.hercules-niche-page--schedule .hercules-timetable__scroll{overflow-x:visible}
.hercules-niche-page--schedule .hercules-timetable__grid{min-width:0;grid-template-columns:repeat(var(--hercules-tt-columns,7),minmax(0,1fr));gap:12px}
.hercules-niche-page--schedule .hercules-timetable__sessions{padding:10px;gap:10px}
.hercules-niche-page--schedule .hercules-timetable__session{padding:15px;min-height:0}
.hercules-niche-page--schedule .hercules-timetable__day-heading{padding:15px 14px 13px}
.hercules-niche-page--schedule .hercules-timetable__day-heading span{font-size:15.5px}
.hercules-niche-page--schedule .hercules-timetable__session-title{font-size:17px;line-height:1.28}
.hercules-niche-page--schedule .hercules-timetable__time{margin-bottom:12px;font-size:12px;flex-wrap:wrap;gap:4px 10px}
.hercules-niche-page--schedule .hercules-timetable__description{font-size:12.5px;line-height:1.55;margin-bottom:13px}
.hercules-niche-page--schedule .hercules-timetable__meta dt{font-size:10.5px}
.hercules-niche-page--schedule .hercules-timetable__meta dd{font-size:11.5px}
.hercules-niche-page--schedule .hercules-timetable__book{margin-top:13px;font-size:12px}
@media(max-width:991px){.hercules-niche-page--schedule .hercules-timetable__container{width:calc(100% - 28px)}.hercules-niche-page--schedule .hercules-timetable__scroll{overflow-x:auto}.hercules-niche-page--schedule .hercules-timetable__grid{grid-template-columns:repeat(var(--hercules-tt-columns,7),minmax(230px,1fr));min-width:max(100%,1120px)}}
@media(max-width:767px){.hercules-niche-page--schedule .hercules-timetable__grid{display:block;min-width:0}.hercules-niche-page--schedule .hercules-timetable__scroll{overflow:visible}}

/* schedule timetable breaks out of the page container */
.hercules-niche-page--schedule .hercules-timetable{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.hercules-niche-page--schedule .hercules-timetable__container{width:calc(100vw - 48px);max-width:none;margin-inline:auto}
@media(max-width:991px){.hercules-niche-page--schedule .hercules-timetable__container{width:calc(100vw - 28px)}}

/* Editorial layouts: news list, category tiles */
.hercules-niche-newslist{display:grid;gap:0;margin-top:30px;border-top:1px solid var(--hercules-border,#e4e8ec)}
.hercules-niche-article{display:grid;grid-template-columns:132px minmax(0,1fr) auto;align-items:start;gap:6px 26px;padding:22px 0;border-bottom:1px solid var(--hercules-border,#e4e8ec)}
.hercules-niche-article__date{grid-column:1;grid-row:1 / span 3;font-size:12.5px;font-weight:700;letter-spacing:.03em;color:#8b95a1;padding-top:3px}
.hercules-niche-article__cat{grid-column:2;justify-self:start;padding:3px 10px;border-radius:999px;background:var(--hercules-accent-soft,rgba(79,70,229,.10));font-size:10.5px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent))}
.hercules-niche-article h3{grid-column:2;margin:8px 0 6px;font-size:19px;font-weight:800;line-height:1.32;letter-spacing:-.015em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-article p{grid-column:2;margin:0;font-size:14.5px;line-height:1.68;color:#4d5765}
.hercules-niche-article__by{grid-column:3;grid-row:1 / span 3;align-self:center;min-width:132px;text-align:right;font-size:12.5px;line-height:1.5;color:#77818e}
.hercules-niche-article__by strong{display:block;font-size:13px;font-weight:700;color:#3d4654}
@media(max-width:760px){.hercules-niche-article{grid-template-columns:minmax(0,1fr);gap:8px}.hercules-niche-article__date,.hercules-niche-article__cat,.hercules-niche-article h3,.hercules-niche-article p,.hercules-niche-article__by{grid-column:1;grid-row:auto;text-align:left;min-width:0}}
.hercules-niche-cats{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,206px),1fr));gap:16px;margin-top:30px}
.hercules-niche-cat{display:flex;flex-direction:column;justify-content:space-between;min-height:132px;padding:20px;border:1px solid var(--hercules-border,#e4e8ec);border-radius:14px;background:#fff;transition:border-color .2s ease}
.hercules-niche-cat:hover{border-color:var(--layout-accent,var(--hercules-accent))}
.hercules-niche-cat h3{margin:0 0 8px;font-size:16.5px;font-weight:800;letter-spacing:-.01em;color:var(--hercules-dark,#0d1115)}
.hercules-niche-cat p{margin:0 0 16px;font-size:13.5px;line-height:1.6;color:#5c6674}
.hercules-niche-cat__count{display:inline-flex;align-items:baseline;gap:5px;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--layout-accent,var(--hercules-accent))}
.hercules-niche-cat__count strong{font-size:22px;letter-spacing:-.02em}


/* Cycling Club STAN and ASL completion, 2026-07-31 */
body.hercules-demo-layout-cycling-club{
 --hercules-accent:#00b7c7;
 --layout-accent:#00b7c7;
 --cycling-accent:#00b7c7;
 --cycling-accent-dark:#008b98;
 --cycling-ink:#061417;
 --cycling-soft:#eefafb;
}
body.hercules-demo-layout-cycling-club :is(.hercules-core-slider,.hercules-suite-slider,.hercules-layout-header,.hercules-layout-footer,.hercules-cycling-page,.hercules-cycling-home,.hercules-timetable){width:100%;max-width:none}
body.hercules-demo-layout-cycling-club :is(.hercules-demo-container,.hercules-niche-container,.hercules-timetable__container,.hercules-core-slider__container,.hercules-suite-slider__content){width:min(1180px,calc(100% - 44px));margin-inline:auto}
body.hercules-demo-layout-cycling-club .hercules-cycling-header .hercules-layout-header__util{display:flex;justify-content:space-between;gap:20px;align-items:center;background:var(--cycling-accent);color:#031719}
body.hercules-demo-layout-cycling-club .hercules-cycling-header .hercules-layout-header__util a{color:#031719;font-weight:800;text-decoration:underline;text-underline-offset:3px}
body.hercules-demo-layout-cycling-club .hercules-layout-header__inner{gap:18px}
body.hercules-demo-layout-cycling-club .hercules-layout-brand{flex:0 0 auto}
body.hercules-demo-layout-cycling-club .hercules-layout-nav{margin-left:auto}
body.hercules-demo-layout-cycling-club .hercules-layout-nav>ul{display:flex;align-items:center;justify-content:flex-end;gap:2px;flex-wrap:nowrap}
body.hercules-demo-layout-cycling-club .hercules-layout-nav a{border-radius:5px;color:#fff;transition:background-color .18s ease,color .18s ease}
body.hercules-demo-layout-cycling-club .hercules-layout-nav a:hover,
body.hercules-demo-layout-cycling-club .hercules-layout-nav .current-menu-item>a,
body.hercules-demo-layout-cycling-club .hercules-layout-nav .current-menu-ancestor>a{background:rgba(0,183,199,.16);color:#fff;box-shadow:inset 0 -3px 0 var(--cycling-accent)}
body.hercules-demo-layout-cycling-club .hercules-layout-header__cta,
body.hercules-demo-layout-cycling-club :is(.hercules-demo-button,.hercules-suite-button,.hercules-core-slider__button,.hercules-niche-cta a,.hercules-timetable__book,.wpcf7-submit){background:var(--cycling-accent)!important;border-color:var(--cycling-accent)!important;color:#031719!important}
body.hercules-demo-layout-cycling-club :is(.hercules-layout-header__cta,.hercules-demo-button,.hercules-suite-button,.hercules-core-slider__button,.hercules-niche-cta a,.hercules-timetable__book,.wpcf7-submit):hover{background:var(--cycling-accent-dark)!important;border-color:var(--cycling-accent-dark)!important;color:#fff!important}
body.hercules-demo-layout-cycling-club .hercules-core-slider__button--outline{background:transparent!important;border-color:#fff!important;color:#fff!important}
body.hercules-demo-layout-cycling-club .hercules-core-slider__button--outline:hover{background:#fff!important;color:var(--cycling-ink)!important}
body.hercules-demo-layout-cycling-club :is(a,button,input,select,textarea,summary):focus-visible{outline:3px solid #ffcf4a!important;outline-offset:3px}
body.hercules-demo-layout-cycling-club .hercules-demo-section,
body.hercules-demo-layout-cycling-club .hercules-niche-section{padding-block:clamp(64px,7vw,100px)}
body.hercules-demo-layout-cycling-club .hercules-niche-section.is-soft{background:var(--cycling-soft)}
body.hercules-demo-layout-cycling-club .hercules-niche-section.is-dark,
body.hercules-demo-layout-cycling-club .hercules-demo-section.is-dark{background:var(--cycling-ink);color:#fff}
body.hercules-demo-layout-cycling-club :is(.hercules-niche-section.is-dark,.hercules-demo-section.is-dark) :is(h2,h3,p,li,span){color:inherit}
body.hercules-demo-layout-cycling-club .hercules-demo-stats .hercules-demo-container{grid-template-columns:repeat(4,minmax(0,1fr))}
body.hercules-demo-layout-cycling-club .hercules-demo-stat{min-width:0}
body.hercules-demo-layout-cycling-club .hercules-demo-image img,
body.hercules-demo-layout-cycling-club .hercules-niche-media img,
body.hercules-demo-layout-cycling-club .hercules-niche-blog img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}
body.hercules-demo-layout-cycling-club figcaption{margin-top:10px;font-size:13px;line-height:1.5;color:#65717a}
body.hercules-demo-layout-cycling-club .hercules-cycling-check-grid,
body.hercules-demo-layout-cycling-club .hercules-cycling-value-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.hercules-demo-layout-cycling-club .hercules-cycling-check-grid>div,
body.hercules-demo-layout-cycling-club .hercules-cycling-value-grid>article{display:grid;gap:7px;min-width:0;padding:22px;border:1px solid rgba(0,183,199,.24);border-radius:10px;background:rgba(255,255,255,.05)}
body.hercules-demo-layout-cycling-club .hercules-cycling-check-grid strong{color:var(--cycling-accent);font-size:14px;letter-spacing:.08em;text-transform:uppercase}
body.hercules-demo-layout-cycling-club .hercules-cycling-value-grid>article{background:#fff;border-color:#dbe8ea}
body.hercules-demo-layout-cycling-club .hercules-cycling-value-grid h3{margin:0;color:var(--cycling-ink)}
body.hercules-demo-layout-cycling-club .hercules-cycling-event-grid{display:grid;gap:16px}
body.hercules-demo-layout-cycling-club .hercules-cycling-event-grid article{display:grid;grid-template-columns:100px minmax(0,1fr);gap:24px;align-items:start;padding:24px;border:1px solid #dbe8ea;border-radius:12px;background:#fff}
body.hercules-demo-layout-cycling-club .hercules-cycling-event-grid time{display:grid;place-items:center;min-height:76px;padding:10px;border-radius:8px;background:var(--cycling-accent);color:#031719;font-size:18px;font-weight:900;text-align:center}
body.hercules-demo-layout-cycling-club .hercules-cycling-event-grid h3{margin:0 0 8px}
body.hercules-demo-layout-cycling-club .hercules-cycling-event-grid p{margin:0 0 12px}
body.hercules-demo-layout-cycling-club .hercules-cycling-event-grid a{font-weight:800;color:var(--cycling-accent-dark)}
body.hercules-demo-layout-cycling-club .hercules-responsive-table{width:100%;overflow-x:auto;overscroll-behavior-inline:contain;border:1px solid #dbe8ea;border-radius:12px;background:#fff}
body.hercules-demo-layout-cycling-club .hercules-responsive-table table{width:100%;min-width:680px;border-collapse:collapse}
body.hercules-demo-layout-cycling-club .hercules-responsive-table :is(th,td){padding:15px 18px;border-bottom:1px solid #e5edef;text-align:left;vertical-align:top}
body.hercules-demo-layout-cycling-club .hercules-responsive-table thead th{background:var(--cycling-ink);color:#fff}
body.hercules-demo-layout-cycling-club .hercules-responsive-table tbody th{color:var(--cycling-ink)}
body.hercules-demo-layout-cycling-club .hercules-cycling-plans article{display:flex;flex-direction:column;min-height:100%;padding:28px;border:1px solid #dbe8ea;border-radius:12px;background:#fff}
body.hercules-demo-layout-cycling-club .hercules-cycling-plans article.is-featured{border:2px solid var(--cycling-accent);box-shadow:0 18px 45px rgba(6,20,23,.11)}
body.hercules-demo-layout-cycling-club .hercules-cycling-plans article>a{margin-top:auto}
body.hercules-demo-layout-cycling-club .hercules-cycling-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
body.hercules-demo-layout-cycling-club .hercules-cycling-legend span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #dbe8ea;border-radius:999px;background:#fff;font-size:13px;font-weight:750}
body.hercules-demo-layout-cycling-club .hercules-cycling-legend i{width:11px;height:11px;border-radius:50%;background:#48a868}
body.hercules-demo-layout-cycling-club .hercules-cycling-legend i.is-blue{background:#337fc0}
body.hercules-demo-layout-cycling-club .hercules-cycling-legend i.is-black{background:#111}
body.hercules-demo-layout-cycling-club .hercules-timetable__scroll{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}
body.hercules-demo-layout-cycling-club .hercules-cycling-form-slot:empty{display:none}
body.hercules-demo-layout-cycling-club .hercules-cycling-page + .wpcf7,
body.hercules-demo-layout-cycling-club .elementor-widget-shortcode .wpcf7{display:block;width:min(760px,calc(100% - 44px));margin:clamp(40px,6vw,80px) auto;padding:clamp(24px,4vw,42px);border:1px solid #dbe8ea;border-radius:14px;background:var(--cycling-soft);box-sizing:border-box}
body.hercules-demo-layout-cycling-club .wpcf7 form{display:grid;gap:16px}
body.hercules-demo-layout-cycling-club .wpcf7 :is(input:not([type=submit]),select,textarea){width:100%;min-height:48px;padding:12px 14px;border:1px solid #b9c9cc;border-radius:7px;background:#fff;color:#142025;box-sizing:border-box}
body.hercules-demo-layout-cycling-club .wpcf7 textarea{min-height:150px;resize:vertical}
body.hercules-demo-layout-cycling-club .wpcf7 label{font-weight:750;color:var(--cycling-ink)}
body.hercules-demo-layout-cycling-club .hercules-cycling-footer a:hover{color:var(--cycling-accent)}
body.hercules-demo-layout-cycling-club .hercules-cycling-footer .hercules-layout-footer__bottom{border-top-color:rgba(255,255,255,.15)}
body.hercules-demo-layout-cycling-club .hercules-editorial-article{width:min(820px,calc(100% - 44px));margin-inline:auto}
body.hercules-demo-layout-cycling-club .hercules-editorial-article :is(blockquote,.hercules-article-action){border-left:4px solid var(--cycling-accent)}
@media(max-width:1180px){
 body.hercules-demo-layout-cycling-club .hercules-layout-nav a{padding-inline:9px;font-size:12px}
 body.hercules-demo-layout-cycling-club .hercules-layout-header__cta{padding-inline:15px}
}
@media(max-width:980px){
 body.hercules-demo-layout-cycling-club .hercules-layout-nav>ul{flex-wrap:wrap}
 body.hercules-demo-layout-cycling-club .hercules-demo-stats .hercules-demo-container{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.hercules-demo-layout-cycling-club .hercules-cycling-event-grid article{grid-template-columns:80px minmax(0,1fr)}
}
@media(max-width:760px){
 body.hercules-demo-layout-cycling-club :is(.hercules-demo-container,.hercules-niche-container,.hercules-timetable__container,.hercules-core-slider__container,.hercules-suite-slider__content){width:calc(100% - 28px)}
 body.hercules-demo-layout-cycling-club .hercules-cycling-header .hercules-layout-header__util{align-items:flex-start;flex-direction:column;gap:4px;padding-block:10px}
 body.hercules-demo-layout-cycling-club .hercules-layout-header__inner{flex-wrap:wrap}
 body.hercules-demo-layout-cycling-club .hercules-layout-menu-toggle{margin-left:auto}
 body.hercules-demo-layout-cycling-club .hercules-layout-nav{width:100%;order:4}
 body.hercules-demo-layout-cycling-club .hercules-layout-nav>ul{display:grid;grid-template-columns:1fr;gap:4px}
 body.hercules-demo-layout-cycling-club .hercules-layout-header__cta{order:3}
 body.hercules-demo-layout-cycling-club .hercules-cycling-check-grid,
 body.hercules-demo-layout-cycling-club .hercules-cycling-value-grid{grid-template-columns:1fr}
 body.hercules-demo-layout-cycling-club .hercules-cycling-event-grid article{grid-template-columns:1fr}
 body.hercules-demo-layout-cycling-club .hercules-cycling-event-grid time{width:max-content;min-width:78px}
 body.hercules-demo-layout-cycling-club .hercules-demo-section,
 body.hercules-demo-layout-cycling-club .hercules-niche-section{padding-block:56px}
}
@media(max-width:480px){
 body.hercules-demo-layout-cycling-club .hercules-demo-stats .hercules-demo-container{grid-template-columns:1fr}
 body.hercules-demo-layout-cycling-club .hercules-layout-header__cta{width:100%;justify-content:center}
}
@media(prefers-reduced-motion:reduce){
 body.hercules-demo-layout-cycling-club *,
 body.hercules-demo-layout-cycling-club *::before,
 body.hercules-demo-layout-cycling-club *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* Online Fitness Coach: premium layer (scoped to this demo) */
.hercules-header-coachpro{position:relative;background:#fff;box-shadow:0 1px 0 rgba(13,17,21,.07)}
.hercules-header-coachpro::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--layout-accent),rgba(108,99,255,.18) 55%,transparent)}
.hercules-header-coachpro .hercules-layout-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding-block:16px}
.hercules-header-coachpro .hercules-layout-brand{grid-column:1;display:inline-flex;align-items:center;gap:12px;margin:0}
.hercules-header-coachpro .hercules-layout-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(140deg,var(--layout-accent),#a29bff);color:#fff;font-size:17px;font-weight:800;letter-spacing:-.02em;box-shadow:0 6px 16px rgba(108,99,255,.32)}
.hercules-header-coachpro .hercules-layout-brand__text strong{display:block;font-size:19px;font-weight:800;letter-spacing:-.02em;line-height:1.1}
.hercules-header-coachpro .hercules-layout-brand__text>span{display:block;margin-top:2px;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--layout-accent)}
.hercules-header-coachpro .hercules-layout-nav{grid-column:2;justify-self:center}
.hercules-header-coachpro .hercules-layout-header__actions{grid-column:3;display:flex;align-items:center;gap:16px}
.hercules-header-coachpro .hercules-layout-header__note{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border:1px solid rgba(108,99,255,.24);border-radius:999px;background:rgba(108,99,255,.07);font-size:12px;font-weight:600;color:#4a4470;white-space:nowrap}
.hercules-header-coachpro .hercules-layout-header__note i{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.18)}
.hercules-header-coachpro .hercules-layout-header__cta{padding:13px 24px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--layout-accent),#8b84ff);box-shadow:0 8px 20px rgba(108,99,255,.30);font-size:13.5px;font-weight:700;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease}
.hercules-header-coachpro .hercules-layout-header__cta:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(108,99,255,.38)}
.hercules-header-coachpro .hercules-layout-menu>li>a{font-size:14px;font-weight:600;letter-spacing:-.005em}
@media(max-width:1180px){.hercules-header-coachpro .hercules-layout-header__note{display:none}}
@media(max-width:900px){.hercules-header-coachpro .hercules-layout-header__inner{grid-template-columns:auto auto;row-gap:14px}.hercules-header-coachpro .hercules-layout-nav{grid-column:1 / -1;justify-self:stretch}.hercules-header-coachpro .hercules-layout-header__actions{grid-column:2}}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-heading span{font-size:11.5px;letter-spacing:.16em}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-heading h2{letter-spacing:-.028em;line-height:1.12}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-heading p{font-size:16.5px;line-height:1.72;color:#525c6b}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-section{padding-block:clamp(56px,7vw,92px)}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-program,body.hercules-demo-layout-online-fitness-coach .hercules-niche-person,body.hercules-demo-layout-online-fitness-coach .hercules-niche-plan,body.hercules-demo-layout-online-fitness-coach .hercules-niche-cat,body.hercules-demo-layout-online-fitness-coach .hercules-niche-result,body.hercules-demo-layout-online-fitness-coach .hercules-niche-stat{border-color:rgba(13,17,21,.08);border-radius:18px;box-shadow:0 1px 2px rgba(13,17,21,.04),0 10px 28px rgba(13,17,21,.05);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-program:hover,body.hercules-demo-layout-online-fitness-coach .hercules-niche-person:hover,body.hercules-demo-layout-online-fitness-coach .hercules-niche-cat:hover,body.hercules-demo-layout-online-fitness-coach .hercules-niche-result:hover{transform:translateY(-4px);border-color:rgba(108,99,255,.34);box-shadow:0 2px 4px rgba(13,17,21,.05),0 20px 44px rgba(13,17,21,.10)}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-plan.is-featured{box-shadow:0 3px 6px rgba(108,99,255,.10),0 22px 50px rgba(108,99,255,.20)}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-program{position:relative;overflow:hidden}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-program::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--layout-accent),rgba(108,99,255,0));opacity:0;transition:opacity .22s ease}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-program:hover::before{opacity:1}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-stat strong{background:linear-gradient(135deg,var(--layout-accent),#a29bff);-webkit-background-clip:text;background-clip:text;color:transparent}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-person figure{aspect-ratio:1/1;margin:20px 20px 0;border-radius:16px}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-person__body{padding:16px 20px 22px}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-section.is-soft{background:linear-gradient(180deg,#fbfaff,#f6f5fd)}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-cta{background:linear-gradient(135deg,#141225,#221f3d)}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-cta a{border-radius:12px;box-shadow:0 10px 24px rgba(108,99,255,.34)}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-faq details{border-radius:14px;border-color:rgba(13,17,21,.08);transition:border-color .2s ease,box-shadow .2s ease}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-faq details[open]{border-color:rgba(108,99,255,.30);box-shadow:0 8px 24px rgba(13,17,21,.06)}
body.hercules-demo-layout-online-fitness-coach a:focus-visible,body.hercules-demo-layout-online-fitness-coach button:focus-visible,body.hercules-demo-layout-online-fitness-coach summary:focus-visible,body.hercules-demo-layout-online-fitness-coach input:focus-visible,body.hercules-demo-layout-online-fitness-coach textarea:focus-visible,body.hercules-demo-layout-online-fitness-coach select:focus-visible,.hercules-header-coachpro a:focus-visible,.hercules-header-coachpro button:focus-visible{outline:3px solid var(--layout-accent);outline-offset:3px;border-radius:8px}
body.hercules-demo-layout-online-fitness-coach .hercules-niche-cta a:focus-visible{outline-color:#fff}
@media(prefers-reduced-motion:reduce){body.hercules-demo-layout-online-fitness-coach *,.hercules-header-coachpro *{transition:none!important;transform:none!important}}

/* coachpro: beat the inline ink-lock, and centre the nav on the viewport */
.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__cta{background:linear-gradient(135deg,var(--layout-accent),#8b84ff)!important;box-shadow:0 8px 20px rgba(108,99,255,.30)}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__cta:hover{background:linear-gradient(135deg,#5b52f0,#7d74ff)!important;box-shadow:0 12px 26px rgba(108,99,255,.38)}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__inner{grid-template-columns:1fr auto 1fr}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-brand{justify-self:start}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__actions{justify-self:end}
@media(max-width:900px){.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__inner{grid-template-columns:auto auto}}

/* coachpro header: two-row layout, menu on the top row */
.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__inner{grid-template-columns:auto minmax(0,1fr)!important;grid-template-rows:auto auto;column-gap:32px;row-gap:10px;padding-block:14px}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-brand{grid-column:1;grid-row:1;justify-self:start;align-self:center}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav{grid-column:2;grid-row:1;justify-self:end;align-self:center;min-width:0}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__actions{grid-column:1 / -1;grid-row:2;justify-self:end;align-self:center;gap:14px}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__inner>p{grid-column:1 / -1;grid-row:3;margin:0;height:0;overflow:hidden}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-brand__text strong{white-space:nowrap;font-size:20px}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-brand__text>span{white-space:nowrap;font-size:10.5px;letter-spacing:.15em}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-avatar{flex:0 0 42px}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .hercules-layout-menu{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:2px;width:auto}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .hercules-layout-menu>li{flex:0 0 auto}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .hercules-layout-menu>li>a{padding:8px 11px;border:0!important;border-radius:9px;background:transparent;font-size:13.5px;font-weight:600;white-space:nowrap;line-height:1.2}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .hercules-layout-menu>li>a:hover{background:rgba(108,99,255,.10);color:var(--layout-accent)!important}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .hercules-layout-menu>li.current-menu-item>a{background:rgba(108,99,255,.14);color:var(--layout-accent)!important}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .sub-menu{border-radius:12px}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__note{order:1}
.hercules-layout-header.hercules-header-coachpro .hercules-cart{order:2;margin:0}
.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__cta{order:3;padding:11px 22px;font-size:13px}
@media(max-width:1280px){.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .hercules-layout-menu>li>a{padding:8px 9px;font-size:12.8px}}
@media(max-width:1120px){.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .hercules-layout-menu>li>a{padding:7px 7px;font-size:12.2px}.hercules-layout-header.hercules-header-coachpro .hercules-layout-brand__text strong{font-size:18px}}
@media(max-width:900px){.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__inner{grid-template-columns:auto auto!important;row-gap:12px}.hercules-layout-header.hercules-header-coachpro .hercules-layout-brand{grid-column:1;grid-row:1}.hercules-layout-header.hercules-header-coachpro .hercules-layout-menu-toggle{grid-column:2;grid-row:1;justify-self:end;margin:0!important}.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__actions{grid-column:1 / -1;grid-row:2;justify-self:stretch;justify-content:space-between;flex-wrap:wrap}.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav{grid-column:1 / -1;grid-row:3;justify-self:stretch}.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .hercules-layout-menu{flex-wrap:wrap;justify-content:flex-start;gap:4px}.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__inner>p{grid-row:4}}
@media(max-width:560px){.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__note{font-size:11px;padding:6px 11px}.hercules-layout-header.hercules-header-coachpro .hercules-layout-header__cta{padding:10px 16px;font-size:12px}.hercules-layout-header.hercules-header-coachpro .hercules-layout-brand__text strong{font-size:17px}.hercules-layout-header.hercules-header-coachpro .hercules-layout-avatar{flex:0 0 36px;width:36px;height:36px;border-radius:12px;font-size:15px}}


/* Cycling Club screenshot fixes: calculator, split widths, events and schedule, 2026-07-31 */
body.hercules-demo-layout-cycling-club .hercules-fitcalc-section{
    width:100%;
    max-width:none;
    padding-block:clamp(68px,8vw,104px);
}
body.hercules-demo-layout-cycling-club .hercules-fitcalc-container{
    width:min(1080px,calc(100% - 44px));
    max-width:100%;
    margin-inline:auto;
}
body.hercules-demo-layout-cycling-club .hercules-fitcalc-tool,
body.hercules-demo-layout-cycling-club .hercules-fitcalc-tool .fitcalc,
body.hercules-demo-layout-cycling-club .hercules-fitcalc-tool .fitcalc__panel{
    width:100%;
    max-width:100%;
}
body.hercules-demo-layout-cycling-club .hercules-fitcalc-tool .fitcalc__fields{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

body.hercules-demo-layout-cycling-club :is(
    .hercules-niche-page--rides,
    .hercules-niche-page--coaches,
    .hercules-niche-page--events,
    .hercules-niche-page--schedule
) .hercules-niche-container{
    width:min(1220px,calc(100% - 56px));
    max-width:100%;
    margin-inline:auto;
}
body.hercules-demo-layout-cycling-club :is(
    .hercules-niche-page--rides,
    .hercules-niche-page--coaches,
    .hercules-niche-page--schedule
) .hercules-niche-split{
    grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
    gap:clamp(42px,6vw,88px);
    align-items:center;
}
body.hercules-demo-layout-cycling-club :is(
    .hercules-niche-page--rides,
    .hercules-niche-page--coaches,
    .hercules-niche-page--events,
    .hercules-niche-page--schedule
) .hercules-niche-split > figure.hercules-niche-media{
    display:block!important;
    width:100%;
    max-width:none;
    min-width:0;
    margin:0;
    overflow:hidden;
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 48px rgba(6,20,23,.12);
}
body.hercules-demo-layout-cycling-club :is(
    .hercules-niche-page--rides,
    .hercules-niche-page--coaches,
    .hercules-niche-page--events,
    .hercules-niche-page--schedule
) .hercules-niche-split > figure.hercules-niche-media img{
    display:block;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    aspect-ratio:16/10;
    object-fit:cover;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--coaches .hercules-niche-split > figure.hercules-niche-media{
    order:0;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--coaches .hercules-niche-split > div{
    min-width:0;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--coaches .hercules-niche-steps{
    gap:14px;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--coaches .hercules-niche-steps li{
    grid-template-columns:92px minmax(0,1fr);
    padding:18px 20px;
}

body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-niche-section{
    overflow:hidden;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-event-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
    align-items:stretch;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-event-grid article{
    display:flex;
    flex-direction:column;
    gap:18px;
    min-width:0;
    min-height:100%;
    padding:28px;
    border:1px solid #d8e7e9;
    border-radius:16px;
    background:#fff;
    box-shadow:0 14px 38px rgba(6,20,23,.06);
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-event-grid time{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    min-width:82px;
    min-height:46px;
    padding:9px 14px;
    border-radius:999px;
    font-size:15px;
    line-height:1;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-event-grid article > div{
    display:flex;
    flex:1;
    flex-direction:column;
    min-width:0;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-event-grid h3{
    margin:0 0 10px;
    font-size:23px;
    line-height:1.25;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-event-grid p:last-child{
    margin-top:auto;
    padding-top:8px;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-niche-grid{
    align-items:stretch;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-niche-card{
    height:100%;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-niche-section.is-dark .hercules-niche-heading,
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-cta .hercules-niche-container{
    max-width:860px;
    margin-inline:auto;
    text-align:center;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-cta a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 24px;
    border-radius:8px;
    background:var(--cycling-accent);
    color:#031719!important;
    font-weight:900;
    text-decoration:none;
}

body.hercules-demo-layout-cycling-club .hercules-niche-page--schedule .hercules-timetable{
    width:100%;
    max-width:none;
    margin-inline:0;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--schedule .hercules-timetable__container{
    width:min(1280px,calc(100% - 40px));
    max-width:100%;
    margin-inline:auto;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--schedule .hercules-timetable__scroll{
    width:100%;
    max-width:100%;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
}

@media(max-width:1020px){
    body.hercules-demo-layout-cycling-club :is(
        .hercules-niche-page--rides,
        .hercules-niche-page--coaches,
        .hercules-niche-page--schedule
    ) .hercules-niche-split{
        grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);
        gap:36px;
    }
    body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-event-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:820px){
    body.hercules-demo-layout-cycling-club :is(
        .hercules-niche-page--rides,
        .hercules-niche-page--coaches,
        .hercules-niche-page--events,
        .hercules-niche-page--schedule
    ) .hercules-niche-container,
    body.hercules-demo-layout-cycling-club .hercules-fitcalc-container{
        width:calc(100% - 32px);
    }
    body.hercules-demo-layout-cycling-club :is(
        .hercules-niche-page--rides,
        .hercules-niche-page--coaches,
        .hercules-niche-page--schedule
    ) .hercules-niche-split{
        grid-template-columns:minmax(0,1fr);
        gap:30px;
    }
    body.hercules-demo-layout-cycling-club .hercules-niche-page--coaches .hercules-niche-split > figure.hercules-niche-media{
        order:1;
    }
    body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-event-grid{
        grid-template-columns:minmax(0,1fr);
    }
    body.hercules-demo-layout-cycling-club .hercules-fitcalc-tool .fitcalc__fields{
        grid-template-columns:minmax(0,1fr);
    }
}
@media(max-width:520px){
    body.hercules-demo-layout-cycling-club :is(
        .hercules-niche-page--rides,
        .hercules-niche-page--coaches,
        .hercules-niche-page--events,
        .hercules-niche-page--schedule
    ) .hercules-niche-container,
    body.hercules-demo-layout-cycling-club .hercules-fitcalc-container{
        width:calc(100% - 24px);
    }
    body.hercules-demo-layout-cycling-club .hercules-niche-page--events .hercules-cycling-event-grid article{
        padding:22px 20px;
    }
    body.hercules-demo-layout-cycling-club .hercules-niche-page--coaches .hercules-niche-steps li{
        grid-template-columns:minmax(0,1fr);
    }
}

/* coachpro: collapse the menu behind the toggle below 900px */
@media(max-width:900px){.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav{display:none!important}.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav.is-open{display:block!important}.hercules-layout-header.hercules-header-coachpro .hercules-layout-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;width:auto;padding:10px 14px;border:1px solid rgba(13,17,21,.14);border-radius:10px;background:#fff;color:inherit;font-size:18px;line-height:1}.hercules-layout-header.hercules-header-coachpro .hercules-layout-menu-toggle[aria-expanded="true"]{border-color:var(--layout-accent);background:rgba(108,99,255,.10);color:var(--layout-accent)}.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .hercules-layout-menu{flex-direction:column;align-items:stretch;gap:2px;padding:10px 0 4px;border-top:1px solid rgba(13,17,21,.08);margin-top:8px}.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .hercules-layout-menu>li>a{display:block;width:100%;padding:11px 12px;font-size:14px}.hercules-layout-header.hercules-header-coachpro .hercules-layout-nav .sub-menu{position:static;display:block;min-width:0;margin:2px 0 2px 12px;padding:0;border:0;background:transparent;box-shadow:none}}


/* Cycling Club memberships section width fix, 2026-07-31 */
body.hercules-demo-layout-cycling-club .hercules-niche-page--memberships .hercules-niche-split{
    grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
    gap:clamp(42px,6vw,82px);
    align-items:center;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--memberships .hercules-niche-split > figure.hercules-niche-media{
    display:block!important;
    width:100%;
    max-width:none;
    margin:0;
    align-self:stretch;
    overflow:hidden;
    border-radius:16px;
    background:#eaf7f8;
    box-shadow:0 18px 44px rgba(6,33,38,.12);
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--memberships .hercules-niche-split > figure.hercules-niche-media img{
    display:block;
    width:100%!important;
    height:100%!important;
    min-height:360px;
    aspect-ratio:4/3;
    object-fit:cover;
    object-position:center;
}
body.hercules-demo-layout-cycling-club .hercules-niche-page--memberships .hercules-niche-checks{
    width:100%;
    max-width:620px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px 26px;
}
@media(max-width:900px){
    body.hercules-demo-layout-cycling-club .hercules-niche-page--memberships .hercules-niche-split{
        grid-template-columns:minmax(0,1fr);
        gap:32px;
    }
    body.hercules-demo-layout-cycling-club .hercules-niche-page--memberships .hercules-niche-split > figure.hercules-niche-media{
        width:min(100%,760px);
    }
    body.hercules-demo-layout-cycling-club .hercules-niche-page--memberships .hercules-niche-split > figure.hercules-niche-media img{
        min-height:300px;
        aspect-ratio:16/9;
    }
}
@media(max-width:600px){
    body.hercules-demo-layout-cycling-club .hercules-niche-page--memberships .hercules-niche-checks{
        grid-template-columns:minmax(0,1fr);
    }
    body.hercules-demo-layout-cycling-club .hercules-niche-page--memberships .hercules-niche-split > figure.hercules-niche-media img{
        min-height:240px;
        aspect-ratio:4/3;
    }
}

/* Sports Charity: fixed left sidebar navigation */
:root{--hercules-sidebar-w:272px}
@media(min-width:1025px){body.hercules-demo-layout-sports-charity{padding-left:var(--hercules-sidebar-w)}body.hercules-demo-layout-sports-charity .hercules-layout-header__inner,body.hercules-demo-layout-sports-charity .hercules-layout-footer__inner,body.hercules-demo-layout-sports-charity .hercules-layout-footer__bottom{width:min(100% - 48px,1200px)}}
.hercules-header-sidebar{position:fixed;top:0;left:0;z-index:120;width:var(--hercules-sidebar-w);height:100vh;padding:0;border:0;border-right:1px solid rgba(13,17,21,.08);background:#fff;box-shadow:0 0 40px rgba(13,17,21,.06);overflow:visible}
body.admin-bar .hercules-header-sidebar{top:32px;height:calc(100vh - 32px)}
.hercules-header-sidebar .hercules-layout-header__inner{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:none;height:100%;margin:0;padding:26px 18px 22px;gap:0;overflow-y:auto}
.hercules-header-sidebar .hercules-layout-brand{display:flex;align-items:center;gap:12px;margin:0 0 26px;padding:0 6px}
.hercules-header-sidebar .hercules-layout-avatar{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:13px;background:linear-gradient(140deg,var(--layout-accent),#4fd1ab);color:#fff;font-size:17px;font-weight:800;box-shadow:0 6px 16px rgba(0,168,132,.30)}
.hercules-header-sidebar .hercules-layout-brand__text strong{display:block;font-size:17px;font-weight:800;letter-spacing:-.015em;line-height:1.15;white-space:nowrap}
.hercules-header-sidebar .hercules-layout-brand__text>span{display:block;margin-top:2px;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--layout-accent);white-space:nowrap}
.hercules-header-sidebar .hercules-layout-nav{display:block!important;width:100%;flex:1 1 auto;min-height:0}
.hercules-header-sidebar .hercules-layout-menu{display:flex!important;flex-direction:column;align-items:stretch;gap:3px;width:100%;padding:0;margin:0}
.hercules-header-sidebar .hercules-layout-menu>li{width:100%;position:relative}
.hercules-header-sidebar .hercules-layout-menu>li>a{display:flex;align-items:center;gap:10px;width:100%;padding:11px 14px;border:0!important;border-radius:11px;background:transparent;font-size:14px;font-weight:600;letter-spacing:-.005em;white-space:nowrap;transition:background .18s ease,color .18s ease}
.hercules-header-sidebar .hercules-layout-menu>li>a:hover{background:rgba(0,168,132,.09);color:var(--layout-accent)!important}
.hercules-header-sidebar .hercules-layout-menu>li.current-menu-item>a{background:rgba(0,168,132,.13);color:var(--layout-accent)!important;font-weight:700}
.hercules-header-sidebar .hercules-layout-menu>li.current-menu-item>a::before{content:"";position:absolute;left:0;top:9px;bottom:9px;width:3px;border-radius:0 3px 3px 0;background:var(--layout-accent)}
.hercules-header-sidebar .sub-menu{position:static!important;display:block!important;min-width:0;margin:2px 0 2px 14px;padding:0 0 0 12px;border:0;border-left:1px solid rgba(13,17,21,.10);background:transparent;box-shadow:none}
.hercules-header-sidebar .sub-menu a{display:block;padding:8px 12px;border-radius:9px;font-size:13px;font-weight:500}
.hercules-header-sidebar .sub-menu a:hover{background:rgba(0,168,132,.08);color:var(--layout-accent)!important}
.hercules-header-sidebar .hercules-layout-header__actions{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(13,17,21,.08)}
.hercules-header-sidebar .hercules-layout-header__cta{display:flex;align-items:center;justify-content:center;width:100%;padding:13px 18px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--layout-accent),#22c9a4);box-shadow:0 8px 18px rgba(0,168,132,.28);font-size:14px;font-weight:700;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease}
.hercules-header-sidebar .hercules-layout-header__cta:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,168,132,.36)}
.hercules-header-sidebar .hercules-layout-header__note{display:block;font-size:11.5px;line-height:1.5;color:#77818e;text-align:center}
.hercules-header-sidebar .hercules-cart{align-self:center;margin:0}
.hercules-header-sidebar .hercules-layout-header__util,.hercules-header-sidebar .hercules-layout-header__row{display:none}
.hercules-header-sidebar .hercules-layout-menu-toggle{display:none}
.hercules-header-sidebar .hercules-toggle-bars{display:grid;gap:4px;width:18px}
.hercules-header-sidebar .hercules-toggle-bars i{display:block;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
@media(max-width:1024px){body.hercules-demo-layout-sports-charity{padding-left:0}.hercules-header-sidebar{transform:translateX(-100%);transition:transform .26s ease;box-shadow:none}.hercules-header-sidebar.is-open{transform:translateX(0);box-shadow:0 0 60px rgba(13,17,21,.28)}.hercules-header-sidebar .hercules-layout-menu-toggle{display:inline-flex!important;position:fixed;top:14px;left:14px;z-index:130;align-items:center;justify-content:center;width:44px;height:44px;margin:0!important;padding:0;border:1px solid rgba(13,17,21,.12);border-radius:12px;background:#fff;color:#0d1115;box-shadow:0 4px 14px rgba(13,17,21,.12);cursor:pointer}body.admin-bar .hercules-header-sidebar .hercules-layout-menu-toggle{top:calc(14px + 32px)}.hercules-header-sidebar.is-open .hercules-layout-menu-toggle{left:calc(var(--hercules-sidebar-w) + 14px);background:var(--layout-accent);color:#fff;border-color:transparent}.hercules-header-sidebar.is-open .hercules-toggle-bars i:nth-child(1){transform:translateY(6px) rotate(45deg)}.hercules-header-sidebar.is-open .hercules-toggle-bars i:nth-child(2){opacity:0}.hercules-header-sidebar.is-open .hercules-toggle-bars i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}}
@media(max-width:560px){:root{--hercules-sidebar-w:262px}.hercules-header-sidebar.is-open .hercules-layout-menu-toggle{left:auto;right:14px}}
@media(prefers-reduced-motion:reduce){.hercules-header-sidebar,.hercules-header-sidebar *{transition:none!important}}

/* sidebar off-canvas: animate left, not transform, so the fixed toggle stays on screen */
@media(max-width:1024px){.hercules-header-sidebar{transform:none!important;left:calc(var(--hercules-sidebar-w) * -1);transition:left .26s ease}.hercules-header-sidebar.is-open{transform:none!important;left:0}}

/* Wellness Center STAN ASL layer, 2026-07-31 */
body.hercules-demo-layout-wellness-center{
  --wellness-accent:#7bbf6a;
  --wellness-accent-dark:#4f9341;
  --wellness-accent-soft:#edf6e9;
  --wellness-ink:#172019;
  --wellness-muted:#5f6d62;
  --wellness-border:#dce8da;
  --layout-accent:var(--wellness-accent);
  --hercules-accent:var(--wellness-accent);
  --hercules-accent-dark:var(--wellness-accent-dark);
  --hercules-accent-soft:var(--wellness-accent-soft);
  color:var(--wellness-ink);
  background:#fff;
}
body.hercules-demo-layout-wellness-center *,
body.hercules-demo-layout-wellness-center *::before,
body.hercules-demo-layout-wellness-center *::after{box-sizing:border-box}
body.hercules-demo-layout-wellness-center :is(img,video,iframe,svg){max-width:100%}
body.hercules-demo-layout-wellness-center :is(.hercules-wellness-page,.hercules-wellness-home,.hercules-niche-page,.hercules-niche-blog,.hercules-timetable,.hercules-fitcalc-section){width:100%;max-width:100%;min-width:0}
body.hercules-demo-layout-wellness-center :is(.hercules-niche-container,.hercules-demo-container,.hercules-fitcalc-container,.hercules-core-slider__container,.hercules-suite-slider__content){width:min(1180px,calc(100% - 44px));max-width:100%;margin-inline:auto}
body.hercules-demo-layout-wellness-center .hercules-layout-header--calm{padding:0;background:#fff;color:var(--wellness-ink);box-shadow:none}
body.hercules-demo-layout-wellness-center .hercules-wellness-header__top{
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);
  align-items:center;
  gap:28px;
  width:min(1180px,calc(100% - 44px));
  min-height:112px;
  margin-inline:auto;
  padding:20px 0;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-brand{
  justify-self:center;
  display:grid;
  gap:4px;
  min-width:220px;
  text-align:center;
  text-decoration:none;
  color:var(--wellness-ink);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-brand strong{
  font-size:19px;
  font-weight:500;
  letter-spacing:.34em;
  line-height:1.1;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-brand span{
  color:#8d8997;
  font-size:11px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-social{
  justify-self:start;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-social a{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid var(--wellness-border);
  border-radius:50%;
  color:var(--wellness-ink);
  background:#fff;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-social svg{width:17px;height:17px;fill:currentColor;stroke:none}
body.hercules-demo-layout-wellness-center .hercules-wellness-social a:nth-child(2) svg{fill:none;stroke:currentColor;stroke-width:1.8}
body.hercules-demo-layout-wellness-center .hercules-wellness-social a:nth-child(3) svg .is-play{fill:#fff}
body.hercules-demo-layout-wellness-center .hercules-wellness-social a:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-social a:focus-visible{
  color:#fff;
  background:var(--wellness-accent-dark);
  border-color:var(--wellness-accent-dark);
  transform:translateY(-2px);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header__top>.hercules-layout-header__cta{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 23px;
  border:1px solid var(--wellness-accent);
  border-radius:999px;
  background:var(--wellness-accent);
  color:#102014!important;
  font-size:12px;
  font-weight:800;
  letter-spacing:.11em;
  text-decoration:none;
  text-transform:uppercase;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header__top>.hercules-layout-header__cta:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-header__top>.hercules-layout-header__cta:focus-visible{
  background:var(--wellness-accent-dark);
  border-color:var(--wellness-accent-dark);
  color:#fff!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header__menu-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:22px;
  width:100%;
  min-height:58px;
  padding:0 max(22px,calc((100% - 1180px)/2));
  border-top:1px solid #e8ece7;
  border-bottom:1px solid #e8ece7;
  background:#fff;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-menu-toggle{
  display:inline-flex!important;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:8px 13px;
  border:1px solid var(--wellness-border);
  border-radius:8px;
  background:#fff;
  color:var(--wellness-ink);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-menu-toggle__icon{display:grid;gap:3px;width:17px}
body.hercules-demo-layout-wellness-center .hercules-wellness-menu-toggle__icon i{display:block;width:100%;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
body.hercules-demo-layout-wellness-center .hercules-wellness-menu-toggle[aria-expanded="true"] .hercules-wellness-menu-toggle__icon i:nth-child(1){transform:translateY(5px) rotate(45deg)}
body.hercules-demo-layout-wellness-center .hercules-wellness-menu-toggle[aria-expanded="true"] .hercules-wellness-menu-toggle__icon i:nth-child(2){opacity:0}
body.hercules-demo-layout-wellness-center .hercules-wellness-menu-toggle[aria-expanded="true"] .hercules-wellness-menu-toggle__icon i:nth-child(3){transform:translateY(-5px) rotate(-45deg)}
body.hercules-demo-layout-wellness-center .hercules-wellness-nav{display:none;width:100%;min-width:0}
body.hercules-demo-layout-wellness-center .hercules-wellness-nav.is-open{display:block}
body.hercules-demo-layout-wellness-center .hercules-wellness-nav>ul{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:2px;
  margin:0!important;
  padding:7px 0!important;
  list-style:none!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-nav li{position:relative;margin:0!important}
body.hercules-demo-layout-wellness-center .hercules-wellness-nav a{
  display:flex;
  align-items:center;
  min-height:40px;
  padding:9px 13px;
  border-radius:7px;
  color:var(--wellness-ink)!important;
  font-size:13px;
  font-weight:650;
  line-height:1.2;
  text-decoration:none;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-nav a:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-nav a:focus-visible,
body.hercules-demo-layout-wellness-center .hercules-wellness-nav .current-menu-item>a,
body.hercules-demo-layout-wellness-center .hercules-wellness-nav .current_page_item>a{
  background:var(--wellness-accent-soft);
  color:var(--wellness-accent-dark)!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-nav .sub-menu{
  display:none;
  position:absolute;
  z-index:100;
  top:100%;
  left:0;
  min-width:190px;
  margin:0!important;
  padding:8px!important;
  border:1px solid var(--wellness-border);
  border-radius:10px;
  background:#fff;
  box-shadow:0 16px 36px rgba(23,32,25,.12);
  list-style:none!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-nav li:hover>.sub-menu,
body.hercules-demo-layout-wellness-center .hercules-wellness-nav li:focus-within>.sub-menu{display:block}
body.hercules-demo-layout-wellness-center .hercules-wellness-nav .sub-menu a{width:100%}
body.hercules-demo-layout-wellness-center .hercules-niche-section{padding:clamp(64px,8vw,104px) 0}
body.hercules-demo-layout-wellness-center .hercules-niche-section.is-soft{background:#f5f9f3}
body.hercules-demo-layout-wellness-center .hercules-niche-section.is-dark{background:var(--wellness-ink);color:#fff}
body.hercules-demo-layout-wellness-center .hercules-niche-heading{max-width:780px;margin-bottom:32px}
body.hercules-demo-layout-wellness-center .hercules-niche-heading>span,
body.hercules-demo-layout-wellness-center .hercules-niche-kicker,
body.hercules-demo-layout-wellness-center .hercules-wellness-cta>div>span{
  color:var(--wellness-accent-dark);
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
}
body.hercules-demo-layout-wellness-center .hercules-niche-heading h2,
body.hercules-demo-layout-wellness-center .hercules-niche-split h2,
body.hercules-demo-layout-wellness-center .hercules-wellness-article h2{
  color:var(--wellness-ink);
  text-wrap:balance;
}
body.hercules-demo-layout-wellness-center .is-dark :is(.hercules-niche-heading h2,.hercules-niche-heading p,.hercules-niche-faq summary,.hercules-niche-faq p){color:#fff}
body.hercules-demo-layout-wellness-center .hercules-niche-split{
  grid-template-columns:minmax(0,1fr) minmax(360px,1fr);
  align-items:center;
  gap:clamp(40px,7vw,88px);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-feature>figure,
body.hercules-demo-layout-wellness-center figure.hercules-wellness-media{
  display:block!important;
  width:100%;
  min-width:0;
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#eaf1e8;
  box-shadow:0 18px 45px rgba(23,32,25,.10);
}
body.hercules-demo-layout-wellness-center :is(.hercules-wellness-feature>figure,figure.hercules-wellness-media) img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
}
body.hercules-demo-layout-wellness-center :is(
  .hercules-wellness-service-grid,
  .hercules-wellness-value-grid,
  .hercules-wellness-standard-grid,
  .hercules-wellness-specialist-grid,
  .hercules-wellness-inclusion-grid,
  .hercules-wellness-contact-grid,
  .hercules-wellness-schedule-key,
  .hercules-wellness-journal-grid
){
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,245px),1fr));
  gap:20px;
}
body.hercules-demo-layout-wellness-center :is(
  .hercules-wellness-service-grid,
  .hercules-wellness-value-grid,
  .hercules-wellness-standard-grid,
  .hercules-wellness-specialist-grid,
  .hercules-wellness-inclusion-grid,
  .hercules-wellness-contact-grid,
  .hercules-wellness-schedule-key,
  .hercules-wellness-journal-grid
)>article{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:100%;
  padding:26px;
  border:1px solid var(--wellness-border);
  border-radius:15px;
  background:#fff;
  box-shadow:0 12px 30px rgba(23,32,25,.05);
}
body.hercules-demo-layout-wellness-center :is(.hercules-wellness-service-grid,.hercules-wellness-specialist-grid,.hercules-wellness-journal-grid) article>a{margin-top:auto;padding-top:14px;color:var(--wellness-accent-dark);font-weight:800}
body.hercules-demo-layout-wellness-center :is(.hercules-wellness-service-grid,.hercules-wellness-value-grid,.hercules-wellness-specialist-grid,.hercules-wellness-contact-grid) article>span{
  margin-bottom:12px;
  color:var(--wellness-accent-dark);
  font-size:11px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-stats{padding:26px 0;background:var(--wellness-ink);color:#fff}
body.hercules-demo-layout-wellness-center .hercules-wellness-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.15)}
body.hercules-demo-layout-wellness-center .hercules-wellness-stat-grid article{display:grid;gap:5px;min-width:0;padding:24px;background:var(--wellness-ink);text-align:center}
body.hercules-demo-layout-wellness-center .hercules-wellness-stat-grid strong{color:var(--wellness-accent);font-size:34px;line-height:1}
body.hercules-demo-layout-wellness-center .hercules-wellness-stat-grid span{color:rgba(255,255,255,.78);font-size:13px}
body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid>article{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:30px;
  border:1px solid var(--wellness-border);
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 34px rgba(23,32,25,.06);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid>article.is-featured{
  border-color:var(--wellness-accent);
  box-shadow:0 18px 46px rgba(79,147,65,.16);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid>article>span{color:var(--wellness-accent-dark);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid strong{margin:12px 0;color:var(--wellness-ink);font-size:28px}
body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid strong small{font-size:12px;font-weight:600}
body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid ul{margin:14px 0 24px;padding-left:19px}
body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid a{margin-top:auto;display:inline-flex;justify-content:center;padding:13px 17px;border-radius:999px;background:var(--wellness-accent);color:#102014!important;font-weight:800;text-align:center;text-decoration:none}
body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid a:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid a:focus-visible{background:var(--wellness-accent-dark);color:#fff!important}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid{display:grid;gap:18px}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid>article{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:24px;
  align-items:start;
  padding:24px;
  border:1px solid var(--wellness-border);
  border-radius:15px;
  background:#fff;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid time{
  display:grid;
  place-items:center;
  min-height:84px;
  padding:10px;
  border-radius:12px;
  background:var(--wellness-accent-soft);
  color:var(--wellness-accent-dark);
  text-align:center;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid time strong{font-size:26px;line-height:1}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid time span{font-size:12px;font-weight:800;text-transform:uppercase}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid article>div>span{color:var(--wellness-accent-dark);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
body.hercules-demo-layout-wellness-center .hercules-wellness-wide-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.hercules-demo-layout-wellness-center .hercules-wellness-wide-steps li{display:block;padding:22px;border:1px solid var(--wellness-border);border-radius:13px;background:#fff}
body.hercules-demo-layout-wellness-center .hercules-wellness-wide-steps strong{display:block;margin-bottom:8px}
body.hercules-demo-layout-wellness-center .hercules-responsive-table{width:100%;overflow-x:auto;border:1px solid var(--wellness-border);border-radius:14px;background:#fff}
body.hercules-demo-layout-wellness-center .hercules-responsive-table table{width:100%;min-width:680px;border-collapse:collapse}
body.hercules-demo-layout-wellness-center .hercules-responsive-table :is(th,td){padding:15px 18px;border-bottom:1px solid #e8eee6;text-align:left;vertical-align:top}
body.hercules-demo-layout-wellness-center .hercules-responsive-table thead th{background:var(--wellness-ink);color:#fff}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--schedule>.hercules-timetable{
  width:min(1280px,calc(100% - 32px));
  max-width:1280px;
  margin:0 auto;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--schedule .hercules-timetable__container{width:100%;max-width:none}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--schedule .hercules-timetable__scroll{width:100%;overflow-x:auto;overscroll-behavior-inline:contain}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--schedule .hercules-timetable__grid{min-width:max(100%,1120px)}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact .hercules-wellness-form-intro{max-width:760px;margin:0 auto 24px;text-align:center}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact .wpcf7{
  width:min(820px,calc(100% - 32px));
  margin:0 auto;
  padding:28px;
  border:1px solid var(--wellness-border);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 46px rgba(23,32,25,.08);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact .hercules-form-grid>p{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 20px;
  margin:0;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact .hercules-form-grid label{display:grid;gap:7px;color:var(--wellness-ink);font-weight:700}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact .hercules-form-grid .is-wide{grid-column:1/-1}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact .hercules-form-grid br{display:none}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact :is(input:not([type=submit]),textarea,select){
  width:100%;
  min-height:48px;
  padding:11px 13px;
  border:1px solid #cfd9cd;
  border-radius:9px;
  background:#fff;
  color:var(--wellness-ink);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact textarea{min-height:145px;resize:vertical}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact input[type=submit]{
  min-height:48px;
  padding:12px 24px;
  border:0;
  border-radius:999px;
  background:var(--wellness-accent);
  color:#102014;
  font-weight:850;
  cursor:pointer;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact input[type=submit]:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact input[type=submit]:focus-visible{background:var(--wellness-accent-dark);color:#fff}
body.hercules-demo-layout-wellness-center .hercules-wellness-cta{
  padding:clamp(68px,9vw,108px) 0;
  background:var(--wellness-ink);
  color:#fff;
  text-align:center;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-cta>div{width:min(820px,calc(100% - 44px));margin-inline:auto}
body.hercules-demo-layout-wellness-center .hercules-wellness-cta h2{margin:0 0 14px;color:#fff;font-size:clamp(34px,5vw,60px);text-wrap:balance}
body.hercules-demo-layout-wellness-center .hercules-wellness-cta p{max-width:60ch;margin:0 auto 24px;color:rgba(255,255,255,.76)}
body.hercules-demo-layout-wellness-center .hercules-wellness-cta a{
  display:inline-flex;
  justify-content:center;
  min-height:48px;
  padding:13px 24px;
  border-radius:999px;
  background:var(--wellness-accent);
  color:#102014!important;
  font-weight:850;
  text-decoration:none;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-cta a:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-cta a:focus-visible{background:#fff;color:var(--wellness-ink)!important}
body.hercules-demo-layout-wellness-center .hercules-wellness-blog .hercules-niche-blog-hero{background:linear-gradient(135deg,var(--wellness-ink),#304231)}
body.hercules-demo-layout-wellness-center .hercules-wellness-featured-article{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);
  gap:40px;
  align-items:center;
  padding:30px;
  border:1px solid var(--wellness-border);
  border-radius:18px;
  background:#fff;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-featured-article figure{margin:0;overflow:hidden;border-radius:14px}
body.hercules-demo-layout-wellness-center .hercules-wellness-featured-article img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
body.hercules-demo-layout-wellness-center .hercules-wellness-article{padding:clamp(64px,8vw,100px) 0}
body.hercules-demo-layout-wellness-center .hercules-wellness-article__body{display:grid;grid-template-columns:minmax(200px,280px) minmax(0,760px);justify-content:center;gap:48px}
body.hercules-demo-layout-wellness-center .hercules-wellness-article__toc{position:sticky;top:24px;align-self:start;padding:22px;border:1px solid var(--wellness-border);border-radius:14px;background:#fff}
body.hercules-demo-layout-wellness-center .hercules-wellness-article__toc a{display:block;padding:6px 0;color:var(--wellness-accent-dark);font-weight:700}
body.hercules-demo-layout-wellness-center .hercules-wellness-article__lead{font-size:20px;line-height:1.65;color:#425046}
body.hercules-demo-layout-wellness-center .hercules-wellness-article__checklist{padding:22px 22px 22px 42px;border-radius:14px;background:var(--wellness-accent-soft)}
body.hercules-demo-layout-wellness-center :is(a,button,input,textarea,select,summary):focus-visible{
  outline:3px solid rgba(79,147,65,.42);
  outline-offset:3px;
}
body.hercules-demo-layout-wellness-center .hercules-layout-footer--calm{background:#f5f7f4;color:var(--wellness-ink)}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer .hercules-layout-footer__inner{grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(150px,.65fr));width:min(1180px,calc(100% - 44px))}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer a{color:var(--wellness-muted)}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer a:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-footer a:focus-visible{color:var(--wellness-accent-dark)}
@media(max-width:1000px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-header__top{grid-template-columns:1fr auto 1fr}
  body.hercules-demo-layout-wellness-center .hercules-wellness-nav>ul{justify-content:flex-start}
  body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.hercules-demo-layout-wellness-center .hercules-wellness-wide-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.hercules-demo-layout-wellness-center .hercules-wellness-footer .hercules-layout-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  body.hercules-demo-layout-wellness-center :is(.hercules-niche-container,.hercules-demo-container,.hercules-fitcalc-container,.hercules-core-slider__container,.hercules-suite-slider__content){width:calc(100% - 28px)}
  body.hercules-demo-layout-wellness-center .hercules-wellness-header__top{
    grid-template-columns:1fr;
    gap:14px;
    width:calc(100% - 28px);
    padding:18px 0;
  }
  body.hercules-demo-layout-wellness-center .hercules-wellness-brand{grid-row:1;justify-self:center}
  body.hercules-demo-layout-wellness-center .hercules-wellness-social{grid-row:2;justify-self:center}
  body.hercules-demo-layout-wellness-center .hercules-wellness-header__top>.hercules-layout-header__cta{grid-row:3;justify-self:center}
  body.hercules-demo-layout-wellness-center .hercules-wellness-header__menu-row{grid-template-columns:1fr;padding:9px 14px;gap:8px}
  body.hercules-demo-layout-wellness-center .hercules-wellness-menu-toggle{width:100%;justify-content:center}
  body.hercules-demo-layout-wellness-center .hercules-wellness-nav>ul{display:grid;grid-template-columns:1fr;gap:4px;padding:3px 0 8px!important}
  body.hercules-demo-layout-wellness-center .hercules-wellness-nav a{justify-content:center;text-align:center}
  body.hercules-demo-layout-wellness-center .hercules-wellness-nav .sub-menu{position:static;min-width:0;margin-top:4px!important;box-shadow:none}
  body.hercules-demo-layout-wellness-center .hercules-niche-split,
  body.hercules-demo-layout-wellness-center .hercules-wellness-featured-article,
  body.hercules-demo-layout-wellness-center .hercules-wellness-article__body{grid-template-columns:1fr}
  body.hercules-demo-layout-wellness-center .hercules-wellness-feature>figure{order:2}
  body.hercules-demo-layout-wellness-center .hercules-wellness-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.hercules-demo-layout-wellness-center .hercules-wellness-package-grid{grid-template-columns:1fr}
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid>article{grid-template-columns:76px minmax(0,1fr);gap:16px;padding:18px}
  body.hercules-demo-layout-wellness-center .hercules-wellness-wide-steps{grid-template-columns:1fr}
  body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact .hercules-form-grid>p{grid-template-columns:1fr}
  body.hercules-demo-layout-wellness-center .hercules-wellness-article__toc{position:static}
  body.hercules-demo-layout-wellness-center .hercules-wellness-footer .hercules-layout-footer__inner{grid-template-columns:1fr}
}
@media(max-width:480px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-stat-grid{grid-template-columns:1fr}
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid>article{grid-template-columns:1fr}
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid time{width:max-content;min-width:78px}
  body.hercules-demo-layout-wellness-center .hercules-wellness-page--contact .wpcf7{width:calc(100% - 28px);padding:20px}
}
@media(prefers-reduced-motion:reduce){
  body.hercules-demo-layout-wellness-center *,
  body.hercules-demo-layout-wellness-center *::before,
  body.hercules-demo-layout-wellness-center *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* Wellness Center matched post-video correction, 2026-08-01 */
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-header__top{
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);
  align-items:center;
  gap:28px;
  width:min(1180px,calc(100% - 44px));
  min-height:112px;
  margin-inline:auto;
  padding:20px 0;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-social{
  justify-self:start;
  display:flex!important;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:nowrap;
  gap:8px;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-social a{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  flex:0 0 38px;
  border:1px solid var(--wellness-border,#dce8da);
  border-radius:50%;
  color:var(--wellness-ink,#172019);
  background:#fff;
  box-shadow:none;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-social img{
  display:block!important;
  width:18px!important;
  height:18px!important;
  max-width:18px!important;
  max-height:18px!important;
  object-fit:contain;
  opacity:1!important;
  visibility:visible!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-brand{justify-self:center}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-layout-header__cta{justify-self:end}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-header__menu-row{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:58px;
  padding:0 24px;
  border-top:1px solid #e8ece7;
  border-bottom:1px solid #e8ece7;
  background:#fff;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-menu-toggle,
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-layout-menu-toggle{display:none!important}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav{
  display:block!important;
  width:100%;
  max-width:1180px;
  margin:0 auto;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav>ul,
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav .menu{
  display:flex!important;
  align-items:center;
  justify-content:center!important;
  flex-wrap:wrap;
  gap:0 6px;
  margin:0;
  padding:0;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav>ul>li>a,
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav .menu>li>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:10px 11px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--wellness-ink,#172019)!important;
  font-size:12px;
  font-weight:500;
  text-decoration:none;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav>ul>li>a:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav>ul>li.current-menu-item>a,
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav .menu>li>a:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav .menu>li.current-menu-item>a{
  color:var(--wellness-accent-dark,#4f9341)!important;
  background:var(--wellness-accent-soft,#edf6e9)!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social{
  display:flex!important;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  gap:10px;
  width:100%;
  margin:18px auto 0;
  padding-top:18px;
  border-top:1px solid var(--wellness-border,#dce8da);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border:1px solid var(--wellness-border,#dce8da);
  border-radius:50%;
  background:#fff;
  box-shadow:none;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social img{display:block;width:16px;height:16px;object-fit:contain}
@media(max-width:700px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-header__top{
    grid-template-columns:1fr;
    justify-items:center;
    gap:14px;
    width:calc(100% - 28px);
    padding:18px 0;
  }
  body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-brand{order:1}
  body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-social{order:2;justify-self:center;justify-content:center}
  body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-layout-header__cta{order:3;justify-self:center}
  body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav>ul,
  body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav .menu{gap:0 2px}
  body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav>ul>li>a,
  body.hercules-demo-layout-wellness-center .hercules-wellness-header--static-nav .hercules-wellness-nav .menu>li>a{min-height:44px;padding:8px 8px!important;font-size:11px}
}
/* Paddle: premium layout (scoped to this demo) */
body.hercules-demo-layout-paddle .hercules-suite-section{padding-block:clamp(60px,7.5vw,104px)}
body.hercules-demo-layout-paddle .hercules-suite-section:nth-of-type(even){background:linear-gradient(180deg,#fbfbfc,#f5f6f8)}
body.hercules-demo-layout-paddle .hercules-suite-container{width:min(1200px,calc(100% - 44px))}
body.hercules-demo-layout-paddle .hercules-suite-heading{max-width:790px;margin-bottom:46px}
body.hercules-demo-layout-paddle .hercules-suite-kicker{position:relative;padding-left:30px;font-size:.7rem;letter-spacing:.2em}
body.hercules-demo-layout-paddle .hercules-suite-kicker::before{content:"";position:absolute;left:0;top:50%;width:20px;height:2px;border-radius:2px;background:var(--layout-accent,#e63946)}
body.hercules-demo-layout-paddle .hercules-suite-heading h2{letter-spacing:-.035em;line-height:1.08}
body.hercules-demo-layout-paddle .hercules-suite-heading p{font-size:1.06rem;line-height:1.75;color:#5b6472}
body.hercules-demo-layout-paddle .hercules-suite-heading>p:empty{display:none}
body.hercules-demo-layout-paddle .hercules-paddle-grid{gap:26px}
body.hercules-demo-layout-paddle .hercules-paddle-card{position:relative;display:flex;flex-direction:column;padding:32px 30px 30px;border:1px solid rgba(16,24,40,.09);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 1px 2px rgba(16,24,40,.04),0 14px 34px rgba(16,24,40,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
body.hercules-demo-layout-paddle .hercules-paddle-card::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--layout-accent,#e63946),rgba(230,57,70,0));opacity:0;transition:opacity .22s ease}
body.hercules-demo-layout-paddle .hercules-paddle-card:hover{transform:translateY(-5px);border-color:rgba(230,57,70,.32);box-shadow:0 2px 4px rgba(16,24,40,.05),0 24px 52px rgba(16,24,40,.11)}
body.hercules-demo-layout-paddle .hercules-paddle-card:hover::before{opacity:1}
body.hercules-demo-layout-paddle .hercules-paddle-card h3{margin:0 0 10px;font-size:1.28rem;letter-spacing:-.02em;line-height:1.25}
body.hercules-demo-layout-paddle .hercules-paddle-card p{margin:0 0 14px;font-size:.97rem;line-height:1.7;color:#5b6472}
body.hercules-demo-layout-paddle .hercules-paddle-card p:last-of-type{margin-bottom:0}
body.hercules-demo-layout-paddle .hercules-paddle-card strong{display:inline-flex;align-items:center;margin-top:auto;padding:7px 14px;border-radius:999px;background:rgba(230,57,70,.09);color:var(--layout-accent,#e63946);font-size:.74rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
body.hercules-demo-layout-paddle .hercules-paddle-card ul{margin:2px 0 16px;padding:0;list-style:none;display:grid;gap:9px}
body.hercules-demo-layout-paddle .hercules-paddle-card li{position:relative;padding-left:26px;font-size:.95rem;line-height:1.6;color:#5b6472}
body.hercules-demo-layout-paddle .hercules-paddle-card li::before{content:"";position:absolute;left:0;top:.42em;width:14px;height:8px;border-left:2px solid var(--layout-accent,#e63946);border-bottom:2px solid var(--layout-accent,#e63946);transform:rotate(-45deg)}
body.hercules-demo-layout-paddle .hercules-paddle-card.is-featured{grid-column:auto;padding:32px 30px 30px;border-color:transparent;background:linear-gradient(150deg,#141b26 0%,#1f2a38 55%,#26313f 100%);color:#fff;box-shadow:0 3px 6px rgba(16,24,40,.14),0 26px 56px rgba(16,24,40,.24)}
body.hercules-demo-layout-paddle .hercules-paddle-card.is-featured::before{opacity:1;background:linear-gradient(90deg,var(--layout-accent,#e63946),rgba(230,57,70,.15))}
body.hercules-demo-layout-paddle .hercules-paddle-card.is-featured::after{content:"";position:absolute;right:-70px;top:-70px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(230,57,70,.30),transparent 68%);pointer-events:none}
body.hercules-demo-layout-paddle .hercules-paddle-card.is-featured:hover{border-color:transparent;box-shadow:0 4px 8px rgba(16,24,40,.16),0 34px 70px rgba(16,24,40,.30)}
body.hercules-demo-layout-paddle .hercules-paddle-card.is-featured h3{color:#fff}
body.hercules-demo-layout-paddle .hercules-paddle-card.is-featured p,body.hercules-demo-layout-paddle .hercules-paddle-card.is-featured li{color:rgba(255,255,255,.76)}
body.hercules-demo-layout-paddle .hercules-paddle-card.is-featured li::before{border-color:var(--layout-accent,#e63946)}
body.hercules-demo-layout-paddle .hercules-paddle-card.is-featured strong{background:var(--layout-accent,#e63946);color:#fff}
body.hercules-demo-layout-paddle .hercules-suite-section ol{counter-reset:pstep;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(228px,1fr));margin:0 0 30px;padding:0;list-style:none}
body.hercules-demo-layout-paddle .hercules-suite-section ol>li{counter-increment:pstep;position:relative;padding:24px 22px 22px 22px;border:1px solid rgba(16,24,40,.09);border-radius:16px;background:#fff;font-size:.97rem;line-height:1.65;color:#5b6472;box-shadow:0 1px 2px rgba(16,24,40,.04),0 10px 26px rgba(16,24,40,.05)}
body.hercules-demo-layout-paddle .hercules-suite-section ol>li::before{content:counter(pstep,decimal-leading-zero);display:block;margin-bottom:10px;color:var(--layout-accent,#e63946);font-size:.78rem;font-weight:900;letter-spacing:.14em}
body.hercules-demo-layout-paddle .hercules-paddle-court-stats{gap:16px}
body.hercules-demo-layout-paddle .hercules-paddle-court-stats article{padding:30px 18px;border-radius:18px;background:linear-gradient(150deg,#141b26,#26313f);box-shadow:0 16px 40px rgba(16,24,40,.16)}
body.hercules-demo-layout-paddle .hercules-paddle-court-stats strong{font-size:40px;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,rgba(255,255,255,.62));-webkit-background-clip:text;background-clip:text;color:transparent}
body.hercules-demo-layout-paddle .hercules-paddle-court-stats span{margin-top:10px;font-size:12px;letter-spacing:.09em;text-transform:uppercase;opacity:.72}
body.hercules-demo-layout-paddle .hercules-paddle-media-grid{gap:22px}
body.hercules-demo-layout-paddle .hercules-paddle-media figure,body.hercules-demo-layout-paddle .hercules-paddle-media-grid figure{position:relative;margin:0;border-radius:18px;overflow:hidden;background:#0f172a;box-shadow:0 14px 36px rgba(16,24,40,.12)}
body.hercules-demo-layout-paddle .hercules-paddle-media img,body.hercules-demo-layout-paddle .hercules-paddle-media-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
body.hercules-demo-layout-paddle .hercules-paddle-media figure:hover img,body.hercules-demo-layout-paddle .hercules-paddle-media-grid figure:hover img{transform:scale(1.05)}
body.hercules-demo-layout-paddle .hercules-paddle-media figcaption,body.hercules-demo-layout-paddle .hercules-paddle-media-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:34px 18px 15px;color:#fff;font-size:.85rem;font-weight:600;background:linear-gradient(180deg,transparent,rgba(9,13,20,.82))}
body.hercules-demo-layout-paddle .hercules-suite-button{min-height:52px;padding:0 30px;border-radius:999px;letter-spacing:.07em;box-shadow:0 10px 24px rgba(230,57,70,.26)}
body.hercules-demo-layout-paddle .hercules-suite-button:hover,body.hercules-demo-layout-paddle .hercules-suite-button:focus{transform:translateY(-2px);box-shadow:0 16px 32px rgba(230,57,70,.34)}
body.hercules-demo-layout-paddle a:focus-visible,body.hercules-demo-layout-paddle button:focus-visible,body.hercules-demo-layout-paddle summary:focus-visible,body.hercules-demo-layout-paddle input:focus-visible,body.hercules-demo-layout-paddle textarea:focus-visible,body.hercules-demo-layout-paddle select:focus-visible{outline:3px solid var(--layout-accent,#e63946);outline-offset:3px;border-radius:8px}
@media(max-width:991px){body.hercules-demo-layout-paddle .hercules-paddle-card.is-featured{grid-column:auto}}
@media(max-width:640px){body.hercules-demo-layout-paddle .hercules-paddle-card{padding:26px 22px 24px}body.hercules-demo-layout-paddle .hercules-suite-container{width:min(100% - 30px,1200px)}}
@media(prefers-reduced-motion:reduce){body.hercules-demo-layout-paddle *{transition:none!important;transform:none!important}}

/* Paddle: layout grids, carried here because the separate file never reaches the browser */
body.hercules-demo-layout-paddle .hercules-paddle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;align-items:stretch}
body.hercules-demo-layout-paddle .hercules-paddle-court-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center}
body.hercules-demo-layout-paddle .hercules-paddle-court-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.hercules-demo-layout-paddle .hercules-paddle-court-copy ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}
body.hercules-demo-layout-paddle .hercules-paddle-court-copy li{position:relative;padding-left:26px;line-height:1.65;color:#5b6472}
body.hercules-demo-layout-paddle .hercules-paddle-court-copy li::before{content:"";position:absolute;left:0;top:.42em;width:14px;height:8px;border-left:2px solid var(--layout-accent,#e63946);border-bottom:2px solid var(--layout-accent,#e63946);transform:rotate(-45deg)}
body.hercules-demo-layout-paddle .hercules-paddle-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
body.hercules-demo-layout-paddle .hercules-paddle-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
body.hercules-demo-layout-paddle .hercules-paddle-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center}
body.hercules-demo-layout-paddle .hercules-paddle-journey{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form{padding:30px;border:1px solid rgba(16,24,40,.09);border-radius:20px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.04),0 14px 34px rgba(16,24,40,.06)}
@media(max-width:991px){body.hercules-demo-layout-paddle .hercules-paddle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.hercules-demo-layout-paddle .hercules-paddle-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.hercules-demo-layout-paddle .hercules-paddle-court-layout,body.hercules-demo-layout-paddle .hercules-paddle-hero-grid{grid-template-columns:1fr}}
@media(max-width:640px){body.hercules-demo-layout-paddle .hercules-paddle-grid,body.hercules-demo-layout-paddle .hercules-paddle-media-grid,body.hercules-demo-layout-paddle .hercules-paddle-media{grid-template-columns:1fr}body.hercules-demo-layout-paddle .hercules-paddle-court-stats{grid-template-columns:1fr}}

/* Paddle: section modifiers are not grids; video sizing */
body.hercules-demo-layout-paddle .hercules-paddle-hero-grid,body.hercules-demo-layout-paddle .hercules-paddle-media,body.hercules-demo-layout-paddle .hercules-paddle-journey{display:block;grid-template-columns:none;gap:0}
body.hercules-demo-layout-paddle .hercules-paddle-hero-grid>.hercules-suite-container,body.hercules-demo-layout-paddle .hercules-paddle-media>.hercules-suite-container,body.hercules-demo-layout-paddle .hercules-paddle-journey>.hercules-suite-container{width:min(1200px,calc(100% - 44px));margin-inline:auto}
body.hercules-demo-layout-paddle .hercules-paddle-hero-grid .hercules-paddle-card.is-featured{grid-column:1 / -1;padding:40px 38px 38px}
body.hercules-demo-layout-paddle .hercules-paddle-hero-grid .hercules-paddle-card.is-featured h2{font-size:clamp(1.8rem,3.2vw,2.6rem);line-height:1.12;letter-spacing:-.03em;margin:12px 0 14px;color:#fff}
body.hercules-demo-layout-paddle .hercules-paddle-hero-grid .hercules-paddle-card.is-featured p{max-width:70ch;font-size:1.02rem}
body.hercules-demo-layout-paddle .hercules-paddle-media-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
body.hercules-demo-layout-paddle .hercules-paddle-media-grid figure{aspect-ratio:4/3}
body.hercules-demo-layout-paddle .hercules-paddle-media-grid img{width:100%;height:100%;object-fit:cover}
body.hercules-demo-layout-paddle .hercules-paddle-video{width:min(920px,100%);margin:34px auto 0}
body.hercules-demo-layout-paddle .hercules-paddle-video video{display:block;width:100%;height:auto;max-height:60vh;aspect-ratio:16/9;object-fit:cover;border-radius:18px;background:#0f172a;box-shadow:0 16px 44px rgba(16,24,40,.16)}
body.hercules-demo-layout-paddle .hercules-paddle-credit{margin:12px 0 0;text-align:center;font-size:.82rem;color:#78818f}
body.hercules-demo-layout-paddle .hercules-paddle-journey>.hercules-suite-container>.hercules-paddle-card.is-featured{display:block;margin-top:26px;padding:34px 32px}
body.hercules-demo-layout-paddle .hercules-paddle-journey .hercules-paddle-card.is-featured p:last-child{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
@media(max-width:1100px){body.hercules-demo-layout-paddle .hercules-paddle-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){body.hercules-demo-layout-paddle .hercules-paddle-media-grid{grid-template-columns:1fr}body.hercules-demo-layout-paddle .hercules-paddle-hero-grid .hercules-paddle-card.is-featured{padding:28px 24px 26px}body.hercules-demo-layout-paddle .hercules-paddle-video{margin-top:24px}}


/* Wellness Retreat Alternating Media Cards 20260801 */
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media{display:grid;gap:28px}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;grid-template-areas:"copy media";gap:0!important;align-items:stretch!important;min-height:360px;padding:0!important;overflow:hidden;border:1px solid var(--wellness-border);border-radius:18px;background:#fff;box-shadow:0 16px 38px rgba(33,70,38,.08)}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card.is-image-left{grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr)!important;grid-template-areas:"media copy"}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy{grid-area:copy;display:grid;grid-template-columns:92px minmax(0,1fr);gap:28px;align-items:start;align-content:center;padding:38px 42px}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy h3{margin:12px 0 12px;font-size:clamp(28px,3vw,44px);line-height:1.08}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy p{max-width:560px;margin:0 0 20px;font-size:16px;line-height:1.7}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid var(--wellness-accent);border-radius:999px;background:var(--wellness-accent-soft);color:var(--wellness-accent-dark)!important;font-weight:700;text-decoration:none}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy a:hover,body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy a:focus-visible{background:var(--wellness-accent);color:#fff!important}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media{grid-area:media;min-width:0;min-height:360px;margin:0;overflow:hidden;background:var(--wellness-accent-soft)}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-card:nth-child(2) .hercules-wellness-retreat-media img{object-position:center 35%}
@media(max-width:1050px){body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card,body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card.is-image-left{grid-template-columns:minmax(0,1fr) minmax(300px,.8fr)!important}body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy{padding:30px;gap:20px}}
@media(max-width:780px){body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card,body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card.is-image-left{grid-template-columns:1fr!important;grid-template-areas:"copy" "media"}body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy{grid-template-columns:76px minmax(0,1fr);padding:24px;gap:18px}body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media,body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media img{min-height:260px}}
@media(max-width:520px){body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy{grid-template-columns:1fr}body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy time{width:82px}}

/* Paddle: club sections strip (moved out of page content) */
body.hercules-demo-layout-paddle .hercules-paddle-mega{position:relative;z-index:5;margin:-1px 0 0;background:#0c1118;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 18px 45px rgba(0,0,0,.18)}
body.hercules-demo-layout-paddle .hercules-paddle-mega__inner{max-width:1240px;margin:0 auto;padding:22px 24px}
body.hercules-demo-layout-paddle .hercules-paddle-mega__top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}
body.hercules-demo-layout-paddle .hercules-paddle-mega__brand{display:flex;align-items:center;gap:12px}
body.hercules-demo-layout-paddle .hercules-paddle-mega__mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#ef3340,#ff6b35);color:#fff;font-weight:800;font-size:20px;box-shadow:0 8px 24px rgba(239,51,64,.3)}
body.hercules-demo-layout-paddle .hercules-paddle-mega__brand strong{display:block;color:#fff;font-size:18px;line-height:1.15}
body.hercules-demo-layout-paddle .hercules-paddle-mega__brand span{display:block;color:#9eabb9;font-size:12px;margin-top:3px}
body.hercules-demo-layout-paddle .hercules-paddle-mega__cta{background:#fff;color:#111827!important;padding:11px 17px;border-radius:10px;font-weight:700;text-decoration:none!important;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}
body.hercules-demo-layout-paddle .hercules-paddle-mega__cta:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.28)}
body.hercules-demo-layout-paddle .hercules-paddle-mega__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
body.hercules-demo-layout-paddle .hercules-paddle-mega__item{display:flex;flex-direction:column;gap:5px;min-height:92px;padding:15px 14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.035);text-decoration:none!important;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}
body.hercules-demo-layout-paddle .hercules-paddle-mega__item:hover{transform:translateY(-3px);background:rgba(255,255,255,.08);border-color:rgba(239,51,64,.55);box-shadow:0 12px 28px rgba(0,0,0,.2)}
body.hercules-demo-layout-paddle .hercules-paddle-mega__icon{font-size:19px;line-height:1}
body.hercules-demo-layout-paddle .hercules-paddle-mega__item strong{color:#fff;font-size:14px}
body.hercules-demo-layout-paddle .hercules-paddle-mega__item small{color:#9eabb9;font-size:11px;line-height:1.35}
body.hercules-demo-layout-paddle .hercules-paddle-mega__item.is-primary{background:linear-gradient(135deg,rgba(239,51,64,.24),rgba(255,107,53,.14));border-color:rgba(239,51,64,.5)}
body.hercules-demo-layout-paddle .hercules-paddle-mega__item:focus-visible,body.hercules-demo-layout-paddle .hercules-paddle-mega__cta:focus-visible{outline:3px solid #ef3340;outline-offset:3px}
@media(max-width:1100px){body.hercules-demo-layout-paddle .hercules-paddle-mega__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){body.hercules-demo-layout-paddle .hercules-paddle-mega__inner{padding:18px 14px}body.hercules-demo-layout-paddle .hercules-paddle-mega__top{align-items:flex-start}body.hercules-demo-layout-paddle .hercules-paddle-mega__grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:6px;scroll-snap-type:x mandatory}body.hercules-demo-layout-paddle .hercules-paddle-mega__item{min-width:160px;scroll-snap-align:start}body.hercules-demo-layout-paddle .hercules-paddle-mega__cta{font-size:12px;padding:9px 12px}}
@media(prefers-reduced-motion:reduce){body.hercules-demo-layout-paddle .hercules-paddle-mega__item,body.hercules-demo-layout-paddle .hercules-paddle-mega__cta{transition:none!important;transform:none!important}}

/* Wellness Retreat Compact Cards 20260801 */
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media{width:min(1040px,100%);margin-inline:auto;gap:22px}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card,
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card.is-image-left{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)!important;min-height:0;height:auto}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card.is-image-left{grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr)!important}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy{grid-template-columns:72px minmax(0,1fr);gap:20px;padding:24px 28px;align-content:center}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy>div{min-width:0;width:100%}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy time{min-height:70px;padding:8px}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy time strong{font-size:22px}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy h3{margin:9px 0 9px;font-size:clamp(25px,2.4vw,34px);line-height:1.12}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy p{max-width:48ch;margin:0 0 15px;font-size:15px;line-height:1.55}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy a{min-height:40px;padding:8px 15px;font-size:14px}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media,
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media img{min-height:0;height:285px}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media img{object-fit:cover}
@media(max-width:900px){body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media{width:min(760px,100%)}body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card,body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card.is-image-left{grid-template-columns:minmax(0,1fr) minmax(270px,.8fr)!important}body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy{padding:22px;gap:16px}}
@media(max-width:700px){body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card,body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card.is-image-left{grid-template-columns:1fr!important;grid-template-areas:"copy" "media"}body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy{grid-template-columns:68px minmax(0,1fr);padding:20px}body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media,body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media img{height:230px}}
@media(max-width:480px){body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy{grid-template-columns:1fr}body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-copy time{width:72px}body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media,body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-media img{height:205px}}
/* End Wellness Retreat Compact Cards 20260801 */

/* Wellness Footer Social Alignment and Hover 20260801 */
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:0!important;
  vertical-align:middle;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social img{
  display:block!important;
  width:16px!important;
  height:16px!important;
  margin:0!important;
  transform:none;
  transform-origin:center;
  transition:filter .18s ease,transform .18s ease;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:last-child img{
  transform:translateY(-1px);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:focus-visible{
  background:var(--wellness-accent-dark,#4f9341)!important;
  border-color:var(--wellness-accent-dark,#4f9341)!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:hover img,
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:focus-visible img{
  filter:brightness(0) invert(1);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:last-child:hover img,
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:last-child:focus-visible img{
  transform:translateY(-1px);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:focus-visible{
  outline:3px solid rgba(123,191,106,.35);
  outline-offset:3px;
}
/* End Wellness Footer Social Alignment and Hover 20260801 */


/* Wellness Footer Social Fix 20260801 */
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:0!important;
  vertical-align:middle;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social img{
  display:block!important;
  width:16px!important;
  height:16px!important;
  margin:0!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:last-child img{
  position:relative;
  bottom:1px;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:focus-visible{
  background:#4f9341!important;
  border-color:#4f9341!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:hover img,
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:focus-visible img{
  filter:brightness(0) invert(1);
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:focus-visible{
  outline:3px solid #b7d9ae;
  outline-offset:3px;
}
/* End Wellness Footer Social Fix 20260801 */

/* Paddle header: lock the CTA onto the menu row */
body.hercules-demo-layout-paddle .hercules-layout-header__inner{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;flex-wrap:nowrap!important;gap:0 20px;row-gap:0}
body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-brand{grid-column:1;grid-row:1;justify-self:start;align-self:center}
body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav{grid-column:2;grid-row:1;justify-self:center;align-self:center;min-width:0}
body.hercules-demo-layout-paddle .hercules-layout-header__cta{grid-column:3;grid-row:1;justify-self:end;align-self:center;white-space:nowrap}
body.hercules-demo-layout-paddle .hercules-layout-header__inner>p{grid-column:1 / -1;grid-row:2;margin:0;height:0;overflow:hidden}
body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .hercules-layout-menu{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:0 4px;width:auto;margin:0;padding:0}
body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li{flex:0 0 auto}
body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li>a{padding:.5em .62em;font-size:13px;white-space:nowrap;line-height:1.2}
@media(max-width:1280px){body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li>a{padding:.5em .5em;font-size:12.4px}}
@media(max-width:1150px){body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li>a{padding:.45em .38em;font-size:11.8px;letter-spacing:.02em}body.hercules-demo-layout-paddle .hercules-layout-header__cta{padding:11px 16px;font-size:12px}}
@media(max-width:1000px){body.hercules-demo-layout-paddle .hercules-layout-header__inner{gap:0 12px}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li>a{padding:.42em .3em;font-size:11.2px}}
@media(max-width:900px){body.hercules-demo-layout-paddle .hercules-layout-header__inner{grid-template-columns:auto 1fr auto;row-gap:12px}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-menu-toggle{grid-column:2;grid-row:1;justify-self:end;margin:0!important}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav{grid-column:1 / -1;grid-row:2;justify-self:stretch}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .hercules-layout-menu{flex-wrap:wrap;justify-content:flex-start;gap:4px}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li>a{font-size:13px;padding:.5em .7em}body.hercules-demo-layout-paddle .hercules-layout-header__cta{grid-column:3;grid-row:1}body.hercules-demo-layout-paddle .hercules-layout-header__inner>p{grid-row:3}}
@media(max-width:560px){body.hercules-demo-layout-paddle .hercules-layout-header__cta{padding:10px 14px;font-size:11.5px}}

/* Paddle header: mobile - keep the CTA visible and collapse the menu */
@media(max-width:900px){body.hercules-demo-layout-paddle .hercules-layout-header__cta{display:inline-flex!important}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav{display:none!important}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav.is-open{display:block!important}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:11px;background:transparent;color:inherit;font-size:19px;line-height:1;cursor:pointer}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-menu-toggle[aria-expanded="true"]{border-color:var(--layout-accent);background:rgba(230,57,70,.16);color:#fff}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .hercules-layout-menu{flex-direction:column;align-items:stretch;gap:2px;padding:10px 0 4px;margin-top:8px;border-top:1px solid rgba(255,255,255,.14)}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li>a{display:block;width:100%;padding:11px 12px;font-size:14px}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav .sub-menu{position:static;display:block;min-width:0;margin:2px 0 2px 12px;padding:0;border:0;background:transparent;box-shadow:none}}
@media(max-width:600px){body.hercules-demo-layout-paddle .hercules-layout-header__inner{grid-template-columns:1fr auto auto;gap:0 10px}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-brand{grid-column:1}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-menu-toggle{grid-column:2;justify-self:end}body.hercules-demo-layout-paddle .hercules-layout-header__cta{grid-column:3;justify-self:end}body.hercules-demo-layout-paddle .hercules-layout-header .hercules-layout-nav{grid-column:1 / -1;grid-row:2}}

/* Wellness Retreat Text Width Fix 20260801 */
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:22px!important;
  width:100%!important;
  min-width:0!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy>time{
  flex:0 0 72px!important;
  width:72px!important;
  min-width:72px!important;
  align-self:center!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy>div{
  display:block!important;
  flex:1 1 auto!important;
  width:auto!important;
  min-width:260px!important;
  max-width:none!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy>div>span{
  display:block;
  margin-bottom:8px;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy h3{
  width:100%!important;
  max-width:16ch!important;
  margin:0 0 10px!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy p{
  width:100%!important;
  max-width:38ch!important;
  margin:0 0 16px!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy a{
  white-space:nowrap!important;
}
@media(max-width:900px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy>div {min-width:210px!important}
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy h3{font-size:clamp(23px,3vw,30px)!important}
}
@media(max-width:700px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy{align-items:flex-start!important}
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy>div {min-width:0!important}
}
@media(max-width:480px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy{flex-direction:column!important;gap:14px!important}
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy h3,
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy p {max-width:none!important}
}
/* End Wellness Retreat Text Width Fix 20260801 */
/* Wellness Retreat Premium Equal Height Media 20260801 */
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media{
  width:min(1040px,100%);
  gap:24px;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card,
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card.is-image-left{
  align-items:stretch!important;
  min-height:0!important;
  overflow:hidden!important;
  border:1px solid #d9e7d5!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(31,72,36,.09)!important;
  transition:border-color .2s ease,box-shadow .2s ease;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:hover{
  border-color:#b9d8b1!important;
  box-shadow:0 18px 44px rgba(31,72,36,.13)!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy{
  align-self:stretch!important;
  min-height:0!important;
  padding:28px 32px!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy>div{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-width:0!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy h3{
  max-width:18ch!important;
  text-wrap:balance;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy p{
  max-width:42ch!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-media{
  align-self:stretch!important;
  display:flex!important;
  width:100%!important;
  height:auto!important;
  min-height:100%!important;
  margin:0!important;
  overflow:hidden!important;
  background:#edf6e9!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
}
@media(max-width:900px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy{padding:24px 26px!important}
}
@media(max-width:700px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-media,
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-media img{
    height:250px!important;
    min-height:250px!important;
  }
}
@media(max-width:480px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-copy{padding:22px!important}
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-media,
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media .hercules-wellness-retreat-media img{
    height:220px!important;
    min-height:220px!important;
  }
}
/* End Wellness Retreat Premium Equal Height Media 20260801 */

/* Paddle: booking form */
body.hercules-demo-layout-paddle .hercules-paddle-booking-form{width:min(940px,100%);margin-inline:auto;padding:38px 36px 34px;border:1px solid rgba(16,24,40,.09);border-radius:22px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.04),0 18px 46px rgba(16,24,40,.08)}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-form-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px 22px;margin:0}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-field{display:flex;flex-direction:column;gap:8px;margin:0;min-width:0}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-field:nth-child(1),body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-field:nth-child(2),body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-field:nth-child(3),body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-field:nth-child(4){grid-column:span 6}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-field:nth-child(5),body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-field:nth-child(6),body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-field:nth-child(7){grid-column:span 4}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form label{display:block;font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#5b6472}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-form-req{margin-left:3px;color:var(--layout-accent,#e63946)}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form input,body.hercules-demo-layout-paddle .hercules-paddle-booking-form select{width:100%;height:52px;padding:0 16px;border:1px solid rgba(16,24,40,.14);border-radius:12px;background:#fbfbfc;color:#0d1115;font-family:inherit;font-size:.97rem;line-height:1.2;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form input::placeholder{color:#9aa3ae}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form input:hover,body.hercules-demo-layout-paddle .hercules-paddle-booking-form select:hover{border-color:rgba(16,24,40,.24)}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form input:focus,body.hercules-demo-layout-paddle .hercules-paddle-booking-form select:focus{outline:0;background:#fff;border-color:var(--layout-accent,#e63946);box-shadow:0 0 0 4px rgba(230,57,70,.14)}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form input:focus-visible,body.hercules-demo-layout-paddle .hercules-paddle-booking-form select:focus-visible{outline:0}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%235b6472' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form input[type="date"]{padding-right:12px}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form input[type="date"]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.55}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form input[type="date"]::-webkit-calendar-picker-indicator:hover{opacity:1}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form input[type="number"]{-moz-appearance:textfield}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form button[type="submit"]{margin-top:26px;min-height:54px;padding:0 34px;border-radius:999px;font-size:.84rem;letter-spacing:.08em;box-shadow:0 12px 26px rgba(230,57,70,.26)}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form button[type="submit"]:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(230,57,70,.34)}
body.hercules-demo-layout-paddle .hercules-paddle-booking-form button[type="submit"]:focus-visible{outline:3px solid var(--layout-accent,#e63946);outline-offset:3px}
body.hercules-demo-layout-paddle .hercules-suite-notice{width:min(940px,100%);margin:0 auto 20px;padding:16px 20px;border:1px solid rgba(34,197,94,.34);border-left:4px solid #22c55e;border-radius:12px;background:rgba(34,197,94,.08);color:#166534;font-size:.95rem}
body.hercules-demo-layout-paddle .hercules-suite-notice.is-error{border-color:rgba(230,57,70,.34);border-left-color:var(--layout-accent,#e63946);background:rgba(230,57,70,.07);color:#8f1d25}
@media(max-width:860px){body.hercules-demo-layout-paddle .hercules-paddle-booking-form{padding:30px 24px 28px}body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-field:nth-child(n){grid-column:span 6}}
@media(max-width:560px){body.hercules-demo-layout-paddle .hercules-paddle-booking-form{padding:26px 20px 24px;border-radius:18px}body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-form-grid{gap:16px}body.hercules-demo-layout-paddle .hercules-paddle-booking-form .hercules-field:nth-child(n){grid-column:span 12}body.hercules-demo-layout-paddle .hercules-paddle-booking-form button[type="submit"]{width:100%;padding:0 20px}}
@media(prefers-reduced-motion:reduce){body.hercules-demo-layout-paddle .hercules-paddle-booking-form input,body.hercules-demo-layout-paddle .hercules-paddle-booking-form select,body.hercules-demo-layout-paddle .hercules-paddle-booking-form button{transition:none!important;transform:none!important}}

/* Paddle: four-up card grid */
body.hercules-demo-layout-paddle .hercules-paddle-grid.is-four{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1100px){body.hercules-demo-layout-paddle .hercules-paddle-grid.is-four{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){body.hercules-demo-layout-paddle .hercules-paddle-grid.is-four{grid-template-columns:1fr}}

/* Wellness Retreat Card 2 and 3 Exact Media Fill 20260801 */
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(2),
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(3){
  align-items:stretch!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(2) .hercules-wellness-retreat-media,
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(3) .hercules-wellness-retreat-media{
  position:relative!important;
  align-self:stretch!important;
  height:100%!important;
  min-height:100%!important;
  overflow:hidden!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(2) .hercules-wellness-retreat-media img,
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(3) .hercules-wellness-retreat-media img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(2) .hercules-wellness-retreat-media img{object-position:center 42%!important}
body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(3) .hercules-wellness-retreat-media img{object-position:center 48%!important}
@media(max-width:700px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(2) .hercules-wellness-retreat-media,
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(3) .hercules-wellness-retreat-media{height:250px!important;min-height:250px!important}
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(2) .hercules-wellness-retreat-media img,
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(3) .hercules-wellness-retreat-media img{position:static!important;height:250px!important;min-height:250px!important}
}
@media(max-width:480px){
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(2) .hercules-wellness-retreat-media,
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(3) .hercules-wellness-retreat-media,
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(2) .hercules-wellness-retreat-media img,
  body.hercules-demo-layout-wellness-center .hercules-wellness-retreat-grid--media>.hercules-wellness-retreat-card:nth-child(3) .hercules-wellness-retreat-media img{height:220px!important;min-height:220px!important}
}
/* End Wellness Retreat Card 2 and 3 Exact Media Fill 20260801 */

/* Wellness Footer LinkedIn Optical Alignment 20260801 */
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social a:last-child img{
  position:relative!important;
  top:-2px!important;
  bottom:auto!important;
  transform:none!important;
}
/* End Wellness Footer LinkedIn Optical Alignment 20260801 */

/* Wellness Footer Exact Circle Alignment 20260801 */
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social>a{
  position:relative!important;
  top:0!important;
  bottom:auto!important;
  transform:none!important;
  align-self:center!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  flex:0 0 34px!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social>a>img{
  position:static!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  margin:0!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social>a:nth-child(4){
  transform:none!important;
}
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social>a:nth-child(4):hover,
body.hercules-demo-layout-wellness-center .hercules-wellness-footer-social>a:nth-child(4):focus-visible{
  transform:none!important;
}
/* End Wellness Footer Exact Circle Alignment 20260801 */

/* Nutrition Coach: centred toggle in the menu row */
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-header__row{display:flex;flex-direction:column;align-items:center;gap:0;width:min(100% - 40px,1200px);margin:0 auto;padding:10px 0 14px}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;gap:10px;width:auto;height:auto;margin:0!important;padding:11px 22px;border:1px solid rgba(13,17,21,.14);border-radius:999px;background:#fff;color:#0d1115;font:inherit;font-size:12.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-menu-toggle:hover{border-color:var(--layout-accent);color:var(--layout-accent)}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-menu-toggle[aria-expanded="true"]{border-color:var(--layout-accent);background:rgba(87,182,87,.10);color:var(--layout-accent)}
.hercules-layout-header.hercules-header-centretoggle .hercules-toggle-bars{display:grid;gap:4px;width:17px}
.hercules-layout-header.hercules-header-centretoggle .hercules-toggle-bars i{display:block;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-menu-toggle[aria-expanded="true"] .hercules-toggle-bars i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-menu-toggle[aria-expanded="true"] .hercules-toggle-bars i:nth-child(2){opacity:0}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-menu-toggle[aria-expanded="true"] .hercules-toggle-bars i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav{display:none!important;width:100%;margin-top:14px;padding-top:14px;border-top:1px solid rgba(13,17,21,.09)}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav.is-open{display:block!important}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 8px;width:100%;flex-direction:row;padding:0;margin:0}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li{position:relative;display:flex;align-items:center}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li>a{padding:9px 15px;border:0!important;border-radius:999px;background:transparent;font-size:13.5px;font-weight:600;white-space:nowrap;line-height:1.2}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li>a:hover{background:rgba(87,182,87,.11);color:var(--layout-accent)!important}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li.current-menu-item>a{background:rgba(87,182,87,.15);color:var(--layout-accent)!important}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .sub-menu{position:absolute;top:calc(100% + 8px);left:50%;right:auto;transform:translateX(-50%);display:none;z-index:70;min-width:190px;margin:0;padding:8px;border:1px solid rgba(13,17,21,.10);border-radius:12px;background:#fff;box-shadow:0 18px 42px rgba(13,17,21,.14);list-style:none}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li:hover>.sub-menu,.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li:focus-within>.sub-menu{display:block}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li:not(:last-child)>.sub-menu{left:50%;right:auto;transform:translateX(-50%)}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .sub-menu li{display:block;width:100%}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .sub-menu a{display:block;width:100%;padding:8px 12px;border-radius:8px;font-size:12.5px;white-space:nowrap}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .sub-menu a:hover{background:rgba(87,182,87,.12)}
@media(max-width:640px){.hercules-layout-header.hercules-header-centretoggle .hercules-layout-header__row{width:calc(100% - 28px);padding:8px 0 12px}.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu{flex-direction:column;align-items:stretch}.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li{flex-direction:column;align-items:stretch}.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li>a{width:100%;justify-content:center;text-align:center}.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .sub-menu{position:static;display:block;transform:none;min-width:0;margin:4px 0 4px;padding:0 0 0 12px;border:0;background:transparent;box-shadow:none}}

/* Contact Form 7: shared styling across every niche */
.hercules-niche-formwrap .hercules-niche-container{width:min(860px,calc(100% - 44px))}
.wpcf7 .wpcf7-form{padding:34px 32px 30px;border:1px solid rgba(16,24,40,.09);border-radius:20px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.04),0 16px 40px rgba(16,24,40,.07)}
.wpcf7 .wpcf7-form>p{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;margin:0}
.wpcf7 .wpcf7-form label{display:flex;flex-direction:column;gap:7px;margin:0;min-width:0;font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#5b6472}
.wpcf7 .wpcf7-form label:has(textarea){grid-column:1 / -1}
.wpcf7 .wpcf7-form br{display:none}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 input[type="url"],.wpcf7 input[type="date"],.wpcf7 input[type="number"],.wpcf7 select,.wpcf7 textarea{width:100%;padding:0 16px;border:1px solid rgba(16,24,40,.14);border-radius:12px;background:#fbfbfc;color:#0d1115;font-family:inherit;font-size:.97rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 input[type="url"],.wpcf7 input[type="date"],.wpcf7 input[type="number"],.wpcf7 select{height:52px;line-height:1.2}
.wpcf7 textarea{min-height:150px;padding:14px 16px;line-height:1.6;resize:vertical}
.wpcf7 input::placeholder,.wpcf7 textarea::placeholder{color:#9aa3ae}
.wpcf7 input:hover,.wpcf7 select:hover,.wpcf7 textarea:hover{border-color:rgba(16,24,40,.24)}
.wpcf7 input:focus,.wpcf7 select:focus,.wpcf7 textarea:focus{outline:0;background:#fff;border-color:var(--layout-accent, var(--hercules-accent, #4f46e5));box-shadow:0 0 0 4px rgba(79,70,229,.14)}
.wpcf7 select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%235b6472' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer}
.wpcf7 input[type="submit"],.wpcf7 button[type="submit"]{display:inline-flex;align-items:center;justify-content:center;min-height:54px;margin-top:24px;padding:0 34px;border:0;border-radius:999px;background:var(--layout-accent, var(--hercules-accent, #4f46e5));color:#fff;font-family:inherit;font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 12px 26px rgba(79,70,229,.24);transition:transform .18s ease,box-shadow .18s ease}
.wpcf7 input[type="submit"]:hover,.wpcf7 button[type="submit"]:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(79,70,229,.32)}
.wpcf7 input[type="submit"]:focus-visible,.wpcf7 button[type="submit"]:focus-visible{outline:3px solid var(--layout-accent, var(--hercules-accent, #4f46e5));outline-offset:3px}
.wpcf7 .wpcf7-spinner{margin:0 0 0 12px;vertical-align:middle}
.wpcf7 .wpcf7-not-valid-tip{margin-top:6px;font-size:.78rem;font-weight:600;letter-spacing:0;text-transform:none;color:#b42318}
.wpcf7 .wpcf7-not-valid{border-color:#b42318!important;box-shadow:0 0 0 4px rgba(180,35,24,.10)!important}
.wpcf7 form .wpcf7-response-output{margin:22px 0 0;padding:14px 18px;border:1px solid rgba(16,24,40,.14);border-left:4px solid #98a2b3;border-radius:12px;background:#f9fafb;font-size:.93rem}
.wpcf7 form.sent .wpcf7-response-output{border-color:rgba(34,197,94,.34);border-left-color:#22c55e;background:rgba(34,197,94,.08);color:#166534}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:rgba(180,35,24,.30);border-left-color:#b42318;background:rgba(180,35,24,.06);color:#8f1d25}
.wpcf7 .wpcf7-acceptance label,.wpcf7 .wpcf7-checkbox label,.wpcf7 .wpcf7-radio label{flex-direction:row;align-items:flex-start;gap:10px;font-size:.9rem;font-weight:500;letter-spacing:0;text-transform:none;color:#5b6472}
.wpcf7 .wpcf7-list-item{margin:0}
@media(max-width:700px){.wpcf7 .wpcf7-form{padding:26px 20px 24px;border-radius:16px}.wpcf7 .wpcf7-form>p{grid-template-columns:1fr;gap:16px}.wpcf7 input[type="submit"],.wpcf7 button[type="submit"]{width:100%;padding:0 20px}}
@media(prefers-reduced-motion:reduce){.wpcf7 input,.wpcf7 select,.wpcf7 textarea,.wpcf7 input[type="submit"]{transition:none!important;transform:none!important}}

/* CF7: the form already ships .hercules-form-grid and .is-wide, style them */
.wpcf7 .hercules-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px}
.wpcf7 .hercules-form-grid>p{display:contents}
.wpcf7 .hercules-form-grid>p>br{display:none}
.wpcf7 .hercules-form-grid .is-wide{grid-column:1 / -1}
.wpcf7 .hercules-form-grid>.is-wide{display:block;margin:0}
.wpcf7 .hercules-form-grid>.is-wide>p{display:block;margin:0}
.wpcf7 .wpcf7-form{width:min(860px,100%);margin-inline:auto}
@media(max-width:700px){.wpcf7 .hercules-form-grid{grid-template-columns:1fr;gap:16px}}


/* Boxing MMA niche: keep the custom header visible while scrolling. */
body.hercules-demo-layout-boxing-mma .hercules-builder-layout--header.hercules-builder-layout--boxing-mma {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9998;
}

body.admin-bar.hercules-demo-layout-boxing-mma .hercules-builder-layout--header.hercules-builder-layout--boxing-mma {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar.hercules-demo-layout-boxing-mma .hercules-builder-layout--header.hercules-builder-layout--boxing-mma {
		top: 46px;
	}
}


/* Football Academy timetable light integration */
body.page-id-3839 .hercules-timetable-row .hercules-timetable.football-academy-timetable-light {
	--hercules-tt-accent: #2fb344;
	padding: 96px 0 88px;
	background: #ffffff;
	color: #1d232d;
	overflow: hidden;
}
body.page-id-3839 .hercules-timetable-row .hercules-timetable.football-academy-timetable-light::before {
	display: none;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__header {
	margin-bottom: 40px;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__eyebrow {
	color: #2fb344;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__title {
	color: #1d232d;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__subtitle {
	color: #667085;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__filter {
	border-color: #dfe6e2;
	background: #ffffff;
	color: #344054;
	box-shadow: none;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__filter:hover,
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__filter:focus-visible {
	border-color: #2fb344;
	background: #f3fbf5;
	color: #1f8f35;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__filter.is-active {
	border-color: #2fb344;
	background: #2fb344;
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(47,179,68,.2);
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__day {
	border-color: #e1e8e4;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(21,39,29,.07);
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__day-heading {
	border-bottom-color: #e7ede9;
	background: #f7faf8;
	color: #1d232d;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__day-heading small {
	color: #7a8790;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__session {
	--hercules-tt-accent: #2fb344 !important;
	border-color: #e3e9e6;
	background: #ffffff;
	color: #1d232d;
	box-shadow: 0 8px 22px rgba(21,39,29,.05);
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__session:hover {
	border-color: rgba(47,179,68,.5);
	background: #fbfefc;
	box-shadow: 0 14px 30px rgba(21,39,29,.09);
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__time {
	color: #2fb344;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__time span {
	color: #98a2b3;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__session-title {
	color: #1d232d;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__description {
	color: #667085;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__meta div {
	border-top-color: #edf1ef;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__meta dt {
	color: #7b8794;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__meta dd {
	color: #344054;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__book {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 16px;
	border: 1px solid #2fb344;
	border-radius: 999px;
	background: #2fb344 !important;
	color: #ffffff !important;
	box-shadow: none;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__book:hover,
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__book:focus-visible {
	background: #278f39 !important;
	border-color: #278f39;
	color: #ffffff !important;
}
body.page-id-3839 .hercules-timetable-row .football-academy-timetable-light .hercules-timetable__empty {
	color: #7b8794;
}
@media (max-width: 767px) {
	body.page-id-3839 .hercules-timetable-row .hercules-timetable.football-academy-timetable-light {
		padding: 64px 0;
	}
}

/* Multi-Sports Club unique inner pages and homepage image hover. */
body .hercules-demo-family--sports-club .hercules-demo-team .hercules-demo-image{overflow:hidden}
body .hercules-demo-family--sports-club .hercules-demo-team .hercules-demo-image img{transform:scale(1.08);transition:transform .65s cubic-bezier(.2,.65,.3,1);will-change:transform}
body .hercules-demo-family--sports-club .hercules-demo-team .hercules-demo-image:hover img,
body .hercules-demo-family--sports-club .hercules-demo-team .hercules-demo-image:focus-within img{transform:scale(1)}
.hsc-page{--hsc-blue:#2878ff;--hsc-blue-dark:#1454c6;--hsc-ink:#101722;--hsc-muted:#607080;--hsc-soft:#f4f7fb;--hsc-line:#dfe6ee;--hsc-dark:#0d1219;color:var(--hsc-ink);background:#fff}
.hsc-page *{box-sizing:border-box}
.hsc-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.hsc-section{padding:86px 0}
.hsc-section.is-soft{background:var(--hsc-soft)}
.hsc-section.is-dark{background:var(--hsc-dark);color:#fff}
.hsc-kicker{display:inline-block;margin-bottom:12px;color:var(--hsc-blue);font-size:.78rem;line-height:1.2;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hsc-heading{max-width:760px;margin:0 0 38px}
.hsc-heading.is-centered{margin-left:auto;margin-right:auto;text-align:center}
.hsc-heading h2{margin:0 0 16px;font-size:clamp(2rem,4vw,3.6rem);line-height:1.05;letter-spacing:-.04em;color:inherit}
.hsc-heading p{margin:0;color:var(--hsc-muted);font-size:1.05rem;line-height:1.75}
.is-dark .hsc-heading p{color:rgba(255,255,255,.7)}
.hsc-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;background:var(--hsc-blue);color:#fff!important;text-decoration:none!important;font-weight:800;transition:transform .2s ease,background .2s ease}
.hsc-button:hover,.hsc-button:focus{background:var(--hsc-blue-dark);transform:translateY(-2px)}
.hsc-button.is-outline{background:transparent;border:1px solid currentColor;color:var(--hsc-ink)!important}
.is-dark .hsc-button.is-outline{color:#fff!important}
.hsc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.hsc-card{background:#fff;border:1px solid var(--hsc-line);border-radius:24px;box-shadow:0 14px 40px rgba(14,23,36,.06)}
.hsc-image{overflow:hidden;border-radius:28px;background:#dfe6ee}
.hsc-image img{display:block;width:100%;height:100%;object-fit:cover}
.hsc-story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hsc-story-grid .hsc-image{min-height:560px}
.hsc-story-copy h2{font-size:clamp(2.4rem,5vw,4.6rem);line-height:1;letter-spacing:-.05em;margin:0 0 20px}
.hsc-story-copy>p{font-size:1.08rem;line-height:1.8;color:var(--hsc-muted)}
.hsc-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.hsc-stat{padding:20px;border-radius:18px;background:var(--hsc-soft)}
.hsc-stat strong{display:block;font-size:1.8rem;color:var(--hsc-blue)}
.hsc-stat span{font-size:.86rem;color:var(--hsc-muted)}
.hsc-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:hsc-year}
.hsc-timeline article{position:relative;padding:30px 24px 26px;border-top:4px solid var(--hsc-blue);background:#fff;border-radius:0 0 22px 22px;box-shadow:0 12px 30px rgba(14,23,36,.06)}
.hsc-timeline time{display:block;margin-bottom:18px;font-size:1.45rem;font-weight:900;color:var(--hsc-blue)}
.hsc-timeline h3{margin:0 0 10px;font-size:1.18rem}
.hsc-timeline p{margin:0;color:var(--hsc-muted);line-height:1.65}
.hsc-values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hsc-value{padding:30px}
.hsc-value span{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#eaf2ff;color:var(--hsc-blue);font-weight:900}
.hsc-value h3{font-size:1.35rem;margin:20px 0 10px}
.hsc-value p{margin:0;color:var(--hsc-muted);line-height:1.7}
.hsc-quote-band{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding:48px;border-radius:30px;background:linear-gradient(135deg,#0d1219,#182434);color:#fff}
.hsc-quote-band blockquote{margin:0;font-size:clamp(1.7rem,3vw,2.7rem);line-height:1.25;letter-spacing:-.03em}
.hsc-quote-band cite{display:block;margin-top:18px;font-size:.9rem;color:rgba(255,255,255,.65);font-style:normal}
.hsc-quote-band .hsc-image{min-height:330px}
.hsc-sport-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hsc-sport-card{overflow:hidden}
.hsc-sport-card .hsc-image{height:230px;border-radius:0}
.hsc-sport-card>div:last-child{padding:26px}
.hsc-sport-card .hsc-tag{display:inline-block;padding:7px 11px;border-radius:999px;background:#eaf2ff;color:var(--hsc-blue);font-size:.75rem;font-weight:800}
.hsc-sport-card h3{margin:16px 0 10px;font-size:1.35rem}
.hsc-sport-card p{margin:0;color:var(--hsc-muted);line-height:1.65}
.hsc-compare{overflow:auto;border:1px solid var(--hsc-line);border-radius:24px;background:#fff}
.hsc-compare table{width:100%;min-width:760px;border-collapse:collapse}
.hsc-compare th,.hsc-compare td{padding:18px 20px;text-align:left;border-bottom:1px solid var(--hsc-line)}
.hsc-compare th{background:#eef4ff;color:var(--hsc-ink);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}
.hsc-compare tr:last-child td{border-bottom:0}
.hsc-program-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.hsc-program-strip article{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--hsc-line)}
.hsc-program-strip strong{display:block;color:var(--hsc-blue);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}
.hsc-program-strip h3{margin:12px 0 8px}
.hsc-program-strip p{margin:0;color:var(--hsc-muted);line-height:1.6}
.hsc-facility-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:stretch}
.hsc-facility-hero .hsc-copy{padding:48px;border-radius:28px;background:#0d1219;color:#fff}
.hsc-facility-hero .hsc-copy p{color:rgba(255,255,255,.7);line-height:1.75}
.hsc-facility-hero .hsc-image{min-height:520px}
.hsc-zone-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.hsc-zone{display:grid;grid-template-columns:110px 1fr;gap:22px;align-items:center;padding:24px}
.hsc-zone b{display:grid;place-items:center;width:88px;height:88px;border-radius:24px;background:#eaf2ff;color:var(--hsc-blue);font-size:1.8rem}
.hsc-zone h3{margin:0 0 8px}
.hsc-zone p{margin:0;color:var(--hsc-muted);line-height:1.6}
.hsc-amenities{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.hsc-amenities li{list-style:none;padding:18px;border:1px solid var(--hsc-line);border-radius:16px;background:#fff;font-weight:700}
.hsc-amenities li:before{content:'✓';margin-right:10px;color:var(--hsc-blue)}
.hsc-hours{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.hsc-hours-card{padding:30px}
.hsc-hours-card h3{margin-top:0}
.hsc-hours-card dl{margin:0}
.hsc-hours-card div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--hsc-line)}
.hsc-hours-card div:last-child{border-bottom:0}
.hsc-hours-card dt{font-weight:800}.hsc-hours-card dd{margin:0;color:var(--hsc-muted)}
.hsc-gallery-mosaic{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:260px 260px;gap:16px}
.hsc-gallery-mosaic .hsc-image:first-child{grid-row:1/3}
.hsc-team-feature{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.hsc-team-feature .hsc-image{min-height:560px}
.hsc-team-feature .hsc-copy ul{padding:0;margin:28px 0 0;display:grid;gap:12px}
.hsc-team-feature .hsc-copy li{list-style:none;padding:16px 18px;border-radius:16px;background:var(--hsc-soft)}
.hsc-roster{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hsc-team-card{padding:28px}
.hsc-team-card .hsc-badge{display:inline-grid;place-items:center;min-width:64px;height:40px;padding:0 14px;border-radius:999px;background:#eaf2ff;color:var(--hsc-blue);font-weight:900}
.hsc-team-card h3{margin:18px 0 8px;font-size:1.4rem}
.hsc-team-card p{margin:0 0 18px;color:var(--hsc-muted);line-height:1.65}
.hsc-team-card ul{margin:0;padding-left:18px;color:var(--hsc-muted)}
.hsc-pathway{display:grid;grid-template-columns:repeat(4,1fr);gap:0;counter-reset:path}
.hsc-pathway article{position:relative;padding:28px 24px;background:#fff;border:1px solid var(--hsc-line)}
.hsc-pathway article:not(:last-child):after{content:'→';position:absolute;right:-14px;top:50%;z-index:2;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--hsc-blue);color:#fff;transform:translateY(-50%)}
.hsc-pathway strong{display:block;color:var(--hsc-blue);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}
.hsc-pathway h3{margin:12px 0 8px}
.hsc-pathway p{margin:0;color:var(--hsc-muted);line-height:1.6}
.hsc-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.hsc-plan{position:relative;padding:34px;display:flex;flex-direction:column}
.hsc-plan.is-featured{border:2px solid var(--hsc-blue);transform:translateY(-12px)}
.hsc-plan .hsc-plan-label{position:absolute;right:20px;top:20px;padding:6px 10px;border-radius:999px;background:var(--hsc-blue);color:#fff;font-size:.72rem;font-weight:800}
.hsc-plan h3{margin:0 0 8px;font-size:1.5rem}
.hsc-plan .hsc-price{font-size:3rem;font-weight:900;letter-spacing:-.05em}
.hsc-plan .hsc-price small{font-size:.9rem;color:var(--hsc-muted);font-weight:600}
.hsc-plan p{color:var(--hsc-muted);line-height:1.65}
.hsc-plan ul{padding:0;margin:20px 0 28px;display:grid;gap:12px;flex:1}
.hsc-plan li{list-style:none}.hsc-plan li:before{content:'✓';margin-right:9px;color:var(--hsc-blue);font-weight:900}
.hsc-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.hsc-benefit-grid article{padding:22px;border-radius:18px;background:#fff;border:1px solid var(--hsc-line)}
.hsc-benefit-grid h3{margin:0 0 8px;font-size:1.05rem}
.hsc-benefit-grid p{margin:0;color:var(--hsc-muted);line-height:1.55}
.hsc-family-band{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:42px;border-radius:28px;background:#eaf2ff}
.hsc-family-band h2{margin:0 0 10px}.hsc-family-band p{margin:0;color:var(--hsc-muted)}
.hsc-faq{max-width:900px;margin:0 auto}
.hsc-faq details{border-bottom:1px solid var(--hsc-line);padding:0}
.hsc-faq summary{cursor:pointer;padding:22px 0;font-weight:800;font-size:1.05rem}
.hsc-faq p{margin:0 0 22px;color:var(--hsc-muted);line-height:1.7}
.hsc-event-feature{display:grid;grid-template-columns:.78fr 1.22fr;gap:0;overflow:hidden;border-radius:30px;background:#0d1219;color:#fff}
.hsc-event-feature .hsc-image{border-radius:0;min-height:520px}
.hsc-event-feature .hsc-copy{padding:50px}
.hsc-event-feature .hsc-date{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(40,120,255,.18);color:#8db8ff;font-weight:800}
.hsc-event-feature h2{font-size:clamp(2.3rem,4vw,4rem);line-height:1.05;margin:22px 0 18px}
.hsc-event-feature p{color:rgba(255,255,255,.72);line-height:1.75}
.hsc-event-list{display:grid;gap:16px}
.hsc-event-row{display:grid;grid-template-columns:110px 1fr auto;gap:24px;align-items:center;padding:22px 24px}
.hsc-event-row time{display:grid;place-items:center;min-height:82px;border-radius:18px;background:#eaf2ff;color:var(--hsc-blue);font-weight:900;text-align:center}
.hsc-event-row time span{display:block;font-size:1.8rem;line-height:1}
.hsc-event-row h3{margin:0 0 6px}.hsc-event-row p{margin:0;color:var(--hsc-muted)}
.hsc-event-row a{color:var(--hsc-blue);font-weight:800;text-decoration:none}
.hsc-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.hsc-checklist{margin:0;padding:0;display:grid;gap:12px}
.hsc-checklist li{list-style:none;padding:17px 18px;border-radius:16px;background:#fff;border:1px solid var(--hsc-line)}
.hsc-checklist li:before{content:'✓';margin-right:10px;color:var(--hsc-blue);font-weight:900}
.hsc-volunteer{padding:42px;border-radius:28px;background:linear-gradient(135deg,#2878ff,#1558cc);color:#fff}
.hsc-volunteer p{color:rgba(255,255,255,.8)}
.hsc-contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.hsc-contact-card{padding:28px}
.hsc-contact-card span{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#eaf2ff;color:var(--hsc-blue);font-weight:900}
.hsc-contact-card h3{margin:18px 0 8px}.hsc-contact-card p{margin:0;color:var(--hsc-muted);line-height:1.6}
.hsc-contact-card a{display:inline-block;margin-top:14px;color:var(--hsc-blue);font-weight:800;text-decoration:none}
.hsc-contact-main{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:start}
.hsc-contact-info{padding:36px;border-radius:28px;background:#0d1219;color:#fff}
.hsc-contact-info h2{margin-top:0}.hsc-contact-info p{color:rgba(255,255,255,.7);line-height:1.7}
.hsc-contact-info dl{margin:28px 0 0}.hsc-contact-info div{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.hsc-contact-info dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#8db8ff}.hsc-contact-info dd{margin:5px 0 0}
.hsc-contact-form{padding:34px}
.hsc-contact-form .wpcf7-form p{margin:0 0 16px}
.hsc-contact-form input,.hsc-contact-form textarea,.hsc-contact-form select{width:100%;border:1px solid var(--hsc-line);border-radius:14px;padding:13px 15px;background:#fff}
.hsc-contact-form input[type=submit]{width:auto;border:0;border-radius:999px;background:var(--hsc-blue);color:#fff;font-weight:800;padding:14px 24px}
.hsc-contact-note{margin-top:14px;color:var(--hsc-muted);font-size:.84rem;line-height:1.55}
.hsc-cta{padding:64px 0;background:#0d1219;color:#fff;text-align:center}
.hsc-cta h2{font-size:clamp(2rem,4vw,3.4rem);margin:0 0 14px}.hsc-cta p{max-width:680px;margin:0 auto;color:rgba(255,255,255,.7);line-height:1.7}
@media(max-width:980px){.hsc-story-grid,.hsc-facility-hero,.hsc-team-feature,.hsc-contact-main,.hsc-event-feature,.hsc-quote-band{grid-template-columns:1fr}.hsc-timeline,.hsc-program-strip,.hsc-pathway,.hsc-benefit-grid{grid-template-columns:repeat(2,1fr)}.hsc-sport-grid,.hsc-roster,.hsc-pricing,.hsc-values,.hsc-contact-cards{grid-template-columns:repeat(2,1fr)}.hsc-amenities{grid-template-columns:repeat(2,1fr)}.hsc-gallery-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:260px 220px}.hsc-gallery-mosaic .hsc-image:first-child{grid-column:1/3;grid-row:auto}.hsc-event-feature .hsc-image{min-height:380px}.hsc-plan.is-featured{transform:none}}
@media(max-width:700px){.hsc-container{width:min(100% - 28px,1180px)}.hsc-section{padding:64px 0}.hsc-story-grid .hsc-image,.hsc-team-feature .hsc-image,.hsc-facility-hero .hsc-image{min-height:380px}.hsc-stat-row,.hsc-timeline,.hsc-sport-grid,.hsc-program-strip,.hsc-zone-grid,.hsc-amenities,.hsc-hours,.hsc-roster,.hsc-pathway,.hsc-pricing,.hsc-benefit-grid,.hsc-values,.hsc-contact-cards,.hsc-check-grid{grid-template-columns:1fr}.hsc-zone{grid-template-columns:72px 1fr}.hsc-zone b{width:64px;height:64px}.hsc-family-band{grid-template-columns:1fr}.hsc-event-row{grid-template-columns:78px 1fr}.hsc-event-row>a{grid-column:2}.hsc-event-feature .hsc-copy{padding:34px 26px}.hsc-gallery-mosaic{display:grid;grid-template-columns:1fr;grid-template-rows:none}.hsc-gallery-mosaic .hsc-image:first-child{grid-column:auto}.hsc-gallery-mosaic .hsc-image{height:260px}.hsc-quote-band{padding:28px}.hsc-contact-main{gap:22px}}
@media(prefers-reduced-motion:reduce){body .hercules-demo-family--sports-club .hercules-demo-team .hercules-demo-image img,.hsc-button{transition:none!important}}
.hsc-page-first{padding-top:72px}
.hsc-story-copy h1,.hsc-facility-hero .hsc-copy h1,.hsc-team-feature .hsc-copy h1,.hsc-event-feature h1,.hsc-heading h1{margin:0 0 18px;font-size:clamp(2.5rem,5vw,4.8rem);line-height:1;letter-spacing:-.05em;color:inherit}
.hsc-heading.is-centered h1{max-width:920px;margin-left:auto;margin-right:auto}
@media(max-width:700px){.hsc-page-first{padding-top:54px}.hsc-story-copy h1,.hsc-facility-hero .hsc-copy h1,.hsc-team-feature .hsc-copy h1,.hsc-event-feature h1,.hsc-heading h1{font-size:clamp(2.2rem,11vw,3.4rem)}}
/* FITNESS SHOP UNIQUE PAGES 2026-08-04 */
.page-id-3857 .fitness-shop-timetable-full{
  width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:0!important;
}
.page-id-3857 .fitness-shop-timetable-full>.hercules-block,
.page-id-3857 .fitness-shop-timetable-full>.hercules-block>.container.hercules-section,
.page-id-3857 .fitness-shop-timetable-full .vc_column-inner,
.page-id-3857 .fitness-shop-timetable-full .wpb_wrapper{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.page-id-3857 .fitness-shop-timetable-full .hercules-timetable{width:100%!important;max-width:none!important;margin:0!important;border-radius:0!important;}
.page-id-3857 .fitness-shop-timetable-full .hercules-timetable__container{width:calc(100% - 48px)!important;max-width:none!important;}
.page-id-3857 .fitness-shop-timetable-full .hercules-timetable__grid{min-width:1320px;}

.hfs-page{--hfs-accent:#ff7a00;--hfs-accent-dark:#d85e00;--hfs-ink:#10141b;--hfs-muted:#68717e;--hfs-soft:#f5f6f8;--hfs-line:#dde1e7;--hfs-dark:#0e1116;color:var(--hfs-ink);background:#fff;overflow:hidden}
.hfs-page *{box-sizing:border-box}
.hfs-section{padding:88px 0;position:relative}
.hfs-section.is-soft{background:var(--hfs-soft)}
.hfs-section.is-dark{background:var(--hfs-dark);color:#fff}
.hfs-container{width:min(1220px,calc(100% - 40px));margin:0 auto}
.hfs-container.is-wide{width:min(1480px,calc(100% - 40px))}
.hfs-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--hfs-accent);font-size:13px;font-weight:850;letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px}
.hfs-kicker:before{content:"";width:28px;height:2px;background:currentColor}
.hfs-page h1,.hfs-page h2,.hfs-page h3{color:inherit;margin-top:0}
.hfs-page h1{font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin-bottom:24px}
.hfs-page h2{font-size:clamp(30px,4vw,52px);line-height:1.05;letter-spacing:-.04em;margin-bottom:18px}
.hfs-page h3{font-size:21px;line-height:1.25;margin-bottom:10px}
.hfs-page p{color:var(--hfs-muted);font-size:16px;line-height:1.75}
.hfs-section.is-dark p{color:rgba(255,255,255,.7)}
.hfs-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;background:var(--hfs-accent);color:#111!important;text-decoration:none!important;font-weight:850;transition:transform .2s ease,background .2s ease}
.hfs-btn:hover{background:#ff8c24;transform:translateY(-2px)}
.hfs-btn.is-outline{background:transparent;border:1px solid currentColor;color:inherit!important}
.hfs-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hfs-heading{max-width:780px;margin-bottom:42px}
.hfs-heading.is-centered{text-align:center;margin-left:auto;margin-right:auto}
.hfs-story-hero,.hfs-brand-hero,.hfs-guide-hero,.hfs-contact-hero{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:680px}
.hfs-hero-copy{padding:80px clamp(28px,6vw,90px)}
.hfs-hero-media{height:100%;min-height:680px;overflow:hidden;background:#171c24}
.hfs-hero-media img{width:100%;height:100%;object-fit:cover;display:block}
.hfs-product-hero{padding:105px 0 75px;background:linear-gradient(125deg,#0e1116 0%,#171c24 65%,#2b160c 100%);color:#fff}
.hfs-product-hero p{max-width:720px;color:rgba(255,255,255,.72);font-size:18px}
.hfs-chip-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.hfs-chip{display:inline-flex;padding:10px 15px;border-radius:999px;border:1px solid rgba(255,255,255,.18);color:#fff!important;text-decoration:none!important;font-size:14px;font-weight:750;background:rgba(255,255,255,.05)}
.hfs-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}
.hfs-stat{padding:25px;border:1px solid var(--hfs-line);border-radius:20px;background:#fff}
.hfs-stat strong{display:block;font-size:34px;line-height:1;color:var(--hfs-accent);margin-bottom:8px}
.hfs-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:hfs-step}
.hfs-timeline article{counter-increment:hfs-step;padding:28px;border:1px solid var(--hfs-line);border-radius:22px;background:#fff;position:relative}
.hfs-timeline article:before{content:"0" counter(hfs-step);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--hfs-accent);font-weight:900;margin-bottom:24px}
.hfs-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hfs-feature{padding:28px;border-radius:22px;background:#fff;border:1px solid var(--hfs-line)}
.hfs-feature span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fff0e5;color:var(--hfs-accent-dark);font-weight:900;margin-bottom:18px}
.hfs-image-pair{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
.hfs-image-pair figure{margin:0;border-radius:26px;overflow:hidden;min-height:420px;background:#141820}
.hfs-image-pair img{width:100%;height:100%;object-fit:cover;display:block}
.hfs-shop-wrap .woocommerce ul.products{margin-bottom:0!important}
.hfs-shop-wrap .woocommerce ul.products li.product{background:#fff;border:1px solid var(--hfs-line);border-radius:20px;padding:14px;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease}
.hfs-shop-wrap .woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:0 20px 46px rgba(16,20,27,.11)}
.hfs-shop-wrap .woocommerce ul.products li.product img{border-radius:14px;aspect-ratio:1/1;object-fit:cover}
.hfs-shop-wrap .woocommerce ul.products li.product .button{border-radius:999px;background:var(--hfs-accent)!important;color:#111!important}
.hfs-category-mosaic{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.hfs-category-card{position:relative;overflow:hidden;min-height:300px;border-radius:24px;color:#fff!important;text-decoration:none!important;background:#151a22}
.hfs-category-card:nth-child(1),.hfs-category-card:nth-child(4){grid-column:span 7}
.hfs-category-card:nth-child(2),.hfs-category-card:nth-child(3){grid-column:span 5}
.hfs-category-card:nth-child(5),.hfs-category-card:nth-child(6){grid-column:span 6}
.hfs-category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.hfs-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(8,11,15,.88) 100%)}
.hfs-category-card div{position:absolute;left:26px;right:26px;bottom:24px;z-index:2}
.hfs-category-card strong{display:block;font-size:26px;margin-bottom:5px}
.hfs-category-card:hover img{transform:scale(1.06)}
.hfs-goal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hfs-goal-card{padding:30px;border-radius:24px;background:#fff;border:1px solid var(--hfs-line)}
.hfs-brand-wall{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hfs-brand-card{padding:34px;border-radius:24px;background:#fff;border:1px solid var(--hfs-line)}
.hfs-brand-mark{display:flex;align-items:center;justify-content:center;min-height:90px;border-radius:16px;background:#111720;color:#fff;font-size:22px;font-weight:900;letter-spacing:.02em;margin-bottom:22px}
.hfs-score-table,.hfs-guide-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--hfs-line);border-radius:22px;background:#fff}
.hfs-score-table th,.hfs-score-table td,.hfs-guide-table th,.hfs-guide-table td{padding:18px 20px;border-bottom:1px solid var(--hfs-line);text-align:left}
.hfs-score-table th,.hfs-guide-table th{background:#171c24;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.hfs-score-table tr:last-child td,.hfs-guide-table tr:last-child td{border-bottom:0}
.hfs-guide-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.hfs-guide-step{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:28px;border-radius:22px;background:#fff;border:1px solid var(--hfs-line)}
.hfs-guide-step span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--hfs-accent);font-weight:900}
.hfs-faq{max-width:920px;margin:0 auto}
.hfs-faq details{border-bottom:1px solid var(--hfs-line);padding:0}
.hfs-faq summary{cursor:pointer;list-style:none;padding:22px 0;font-weight:850;font-size:18px}
.hfs-faq details p{padding-bottom:20px;margin:0}
.hfs-offer-hero{padding:110px 0;background:radial-gradient(circle at 78% 20%,rgba(255,122,0,.27),transparent 30%),linear-gradient(135deg,#0d1015,#181d25 65%,#2a160d);color:#fff}
.hfs-offer-hero p{max-width:680px;color:rgba(255,255,255,.72);font-size:18px}
.hfs-offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}
.hfs-offer-card{padding:28px;border-radius:22px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055)}
.hfs-offer-card strong{display:block;color:var(--hfs-accent);font-size:28px;margin-bottom:8px}
.hfs-contact-routes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hfs-contact-route{padding:28px;border-radius:22px;background:#fff;border:1px solid var(--hfs-line)}
.hfs-contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:start}
.hfs-contact-panel,.hfs-form-panel{padding:34px;border-radius:26px;background:#fff;border:1px solid var(--hfs-line)}
.hfs-form-panel input,.hfs-form-panel textarea,.hfs-form-panel select{width:100%;border:1px solid var(--hfs-line);border-radius:12px;padding:13px 14px;background:#fff}
.hfs-form-panel input[type=submit]{width:auto;border:0;border-radius:999px;background:var(--hfs-accent);font-weight:850;color:#111;padding:14px 24px}
.hfs-journal-hero{padding:110px 0;background:#f4f0eb}
.hfs-journal-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.hfs-journal-image{border-radius:28px;overflow:hidden;min-height:520px}
.hfs-journal-image img{width:100%;height:100%;object-fit:cover;display:block}
.hfs-topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hfs-topic{padding:27px;border:1px solid var(--hfs-line);border-radius:22px;background:#fff}
.hfs-cta{padding:82px 0;background:var(--hfs-accent);color:#111;text-align:center}
.hfs-cta p{color:rgba(17,17,17,.72);max-width:680px;margin:0 auto}
.hfs-cta .hfs-actions{justify-content:center}
.hfs-cta .hfs-btn{background:#111;color:#fff!important}
@media(max-width:980px){
 .hfs-story-hero,.hfs-brand-hero,.hfs-guide-hero,.hfs-contact-hero{grid-template-columns:1fr;min-height:0}
 .hfs-hero-media{min-height:460px;order:-1}
 .hfs-stat-grid,.hfs-timeline,.hfs-feature-grid,.hfs-brand-wall,.hfs-offer-grid,.hfs-contact-routes,.hfs-topic-grid{grid-template-columns:repeat(2,1fr)}
 .hfs-image-pair,.hfs-contact-layout,.hfs-journal-grid{grid-template-columns:1fr}
 .hfs-category-card,.hfs-category-card:nth-child(n){grid-column:span 6}
}
@media(max-width:700px){
 .page-id-3857 .fitness-shop-timetable-full .hercules-timetable__container{width:calc(100% - 28px)!important}
 .hfs-section{padding:64px 0}.hfs-container,.hfs-container.is-wide{width:min(100% - 28px,1220px)}
 .hfs-hero-copy{padding:58px 22px}.hfs-hero-media{min-height:360px}
 .hfs-stat-grid,.hfs-timeline,.hfs-feature-grid,.hfs-goal-grid,.hfs-brand-wall,.hfs-guide-steps,.hfs-offer-grid,.hfs-contact-routes,.hfs-topic-grid{grid-template-columns:1fr}
 .hfs-category-card,.hfs-category-card:nth-child(n){grid-column:1/-1;min-height:260px}
 .hfs-score-table,.hfs-guide-table{display:block;overflow-x:auto;white-space:nowrap}
}
@media(prefers-reduced-motion:reduce){.hfs-btn,.hfs-category-card img,.hfs-shop-wrap .woocommerce ul.products li.product{transition:none!important}}
/* FITNESS SHOP WOOCOMMERCE CARDS 2026-08-04 */
.hfs-shop-wrap .shop-items>.row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0!important}
.hfs-shop-wrap .shop-items>.row>[class*="col-"]{width:auto!important;max-width:none!important;float:none!important;margin:0!important;padding:0!important}
.hfs-shop-wrap .shop-item{height:100%;margin:0!important;padding:0 0 22px!important;background:#fff;border:1px solid var(--hfs-line)!important;border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(16,20,27,.055);transition:transform .2s ease,box-shadow .2s ease}
.hfs-shop-wrap .shop-item:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(16,20,27,.12)}
.hfs-shop-wrap .item-image{aspect-ratio:1/1;margin:0!important;border:0!important;overflow:hidden;background:#eef0f3}
.hfs-shop-wrap .item-image>img{display:block;width:100%!important;height:100%!important;object-fit:cover;margin:0!important}
.hfs-shop-wrap .item-details{padding:20px 20px 0!important}
.hfs-shop-wrap .item-details h3{font-size:19px!important;line-height:1.3!important;margin:0 0 7px!important}
.hfs-shop-wrap .item-details h3 a{color:var(--hfs-ink)!important;text-decoration:none!important}
.hfs-shop-wrap .item-details h5{margin:0 0 10px!important;color:var(--hfs-muted)!important;font-size:13px!important;font-weight:650!important}
.hfs-shop-wrap .item-details .price{margin:0!important;color:var(--hfs-accent-dark)!important;font-size:18px!important;font-weight:850!important}
.hfs-shop-wrap .item-sale{background:var(--hfs-accent)!important;color:#111!important;border-radius:999px!important;padding:6px 10px!important;top:12px!important;left:12px!important}
.hfs-shop-wrap .item-hover-bg{background:rgba(14,17,22,.72)!important}
.hfs-shop-wrap .add_to_cart_button{background:var(--hfs-accent)!important;color:#111!important;border-radius:999px!important;padding:11px 16px!important;text-decoration:none!important;font-weight:850!important}
.hfs-shop-wrap .products,.hfs-shop-wrap .woocommerce{margin:0!important}
@media(max-width:980px){.hfs-shop-wrap .shop-items>.row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.hfs-shop-wrap .shop-items>.row{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.hfs-shop-wrap .shop-item{transition:none!important}}

/* FITNESS SHOP CATEGORY INDEX FIX 2026-08-04 */
body.page-id-5517 .hfs-live-category-index{width:100%;margin-top:34px}
body.page-id-5517 .hfs-live-category-index .woocommerce,body.page-id-5517 .hfs-live-category-index .shop-items{width:100%;max-width:none}
body.page-id-5517 .hfs-live-category-index .shop-items>.row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0!important;width:100%}
body.page-id-5517 .hfs-live-category-index .shop-items>.row>li.product-category{display:block!important;float:none!important;width:auto!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important;list-style:none!important;background:#fff;border:1px solid #e6e8ec;border-radius:22px;overflow:hidden;box-shadow:0 14px 38px rgba(16,20,27,.08);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
body.page-id-5517 .hfs-live-category-index .shop-items>.row>li.product-category:before,body.page-id-5517 .hfs-live-category-index .shop-items>.row>li.product-category:after{display:none!important;content:none!important}
body.page-id-5517 .hfs-live-category-index li.product-category>a{display:flex!important;flex-direction:column;height:100%;color:#121720!important;text-decoration:none!important;background:#fff!important}
body.page-id-5517 .hfs-live-category-index li.product-category>a:hover,body.page-id-5517 .hfs-live-category-index li.product-category>a:focus{text-decoration:none!important;color:#121720!important}
body.page-id-5517 .hfs-live-category-index li.product-category img{display:block!important;width:100%!important;height:250px!important;max-width:none!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center!important;border:0!important;border-radius:0!important;transition:transform .45s ease}
body.page-id-5517 .hfs-live-category-index li.product-category:hover{transform:translateY(-5px);border-color:#ffd3ad;box-shadow:0 22px 52px rgba(16,20,27,.14)}
body.page-id-5517 .hfs-live-category-index li.product-category:hover img{transform:scale(1.045)}
body.page-id-5517 .hfs-live-category-index .woocommerce-loop-category__title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex:1;margin:0!important;padding:21px 22px 23px!important;color:#121720!important;background:#fff!important;font-family:inherit!important;font-size:clamp(19px,1.6vw,24px)!important;font-weight:800!important;line-height:1.25!important;letter-spacing:-.02em!important;text-align:left!important;text-transform:none!important;text-decoration:none!important;word-break:normal!important;overflow-wrap:anywhere!important}
body.page-id-5517 .hfs-live-category-index .woocommerce-loop-category__title mark.count{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;min-width:36px!important;height:30px!important;margin:0!important;padding:0 10px!important;border:0!important;border-radius:999px!important;background:#fff0df!important;color:#b84a00!important;font-family:inherit!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important}
body.page-id-5517 .hfs-live-category-index .woocommerce-loop-category__title mark.count:before,body.page-id-5517 .hfs-live-category-index .woocommerce-loop-category__title mark.count:after{content:none!important;display:none!important}
body.page-id-5517 .hfs-live-category-index .shop-items>.row>li.product-category:nth-child(n){clear:none!important}
body.page-id-5517 .hfs-live-category-index a:focus-visible{outline:3px solid #ff7a00!important;outline-offset:-3px!important}
@media(max-width:991px){body.page-id-5517 .hfs-live-category-index .shop-items>.row{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}body.page-id-5517 .hfs-live-category-index li.product-category img{height:230px!important}}
@media(max-width:620px){body.page-id-5517 .hfs-live-category-index{margin-top:24px}body.page-id-5517 .hfs-live-category-index .shop-items>.row{grid-template-columns:1fr;gap:16px}body.page-id-5517 .hfs-live-category-index li.product-category img{height:220px!important}body.page-id-5517 .hfs-live-category-index .woocommerce-loop-category__title{padding:18px 18px 20px!important;font-size:20px!important}}
@media(prefers-reduced-motion:reduce){body.page-id-5517 .hfs-live-category-index li.product-category,body.page-id-5517 .hfs-live-category-index li.product-category img{transition:none!important}body.page-id-5517 .hfs-live-category-index li.product-category:hover,body.page-id-5517 .hfs-live-category-index li.product-category:hover img{transform:none!important}}


/* SPORTS MAGAZINE LIGHT EDITORIAL 20260804 */
body.page-id-3866{
  --hmag-accent:#ff3d71;
  --hmag-accent-soft:#fff0f4;
  --hmag-ink:#111318;
  --hmag-muted:#69717d;
  --hmag-soft:#f4f5f7;
  --hmag-soft-2:#fafafa;
  --hmag-line:#e2e5e9;
  --hmag-card:#ffffff;
  --hercules-suite-accent:#ff3d71;
  --hercules-suite-dark:#111318;
  background:#f4f5f7;
  color:#111318;
}
body.page-id-3866 #main-content{
  width:100%;max-width:none;margin:0;padding:0;overflow:hidden;background:#f4f5f7;
}
body.page-id-3866 #main-content>br,
body.page-id-3866 .hercules-niche-link-row{display:none!important}
body.page-id-3866 #main-content>.container-fluid.hercules-section,
body.page-id-3866 #main-content>.vc_row,
body.page-id-3866 .hercules-demo-family--sports-magazine,
body.page-id-3866 .hercules-demo-family--sports-magazine>.hercules-block,
body.page-id-3866 .hercules-demo-family--sports-magazine .wpb_wrapper,
body.page-id-3866 .hercules-magazine-release,
body.page-id-3866 .hercules-magazine-release>.hercules-block{
  width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;
  padding-left:0!important;padding-right:0!important;box-sizing:border-box;
}
body.page-id-3866 .hercules-magazine-release>.hercules-block>.container.hercules-section,
body.page-id-3866 .hercules-magazine-release .container.hercules-section,
body.page-id-3866 .hercules-magazine-release .vc_row,
body.page-id-3866 .hercules-magazine-release .vc_column_container,
body.page-id-3866 .hercules-magazine-release .vc_column-inner,
body.page-id-3866 .hercules-magazine-release .wpb_wrapper{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;
}
body.page-id-3866 .hercules-demo-family--sports-magazine{
  --demo-accent:#ff3d71;--demo-dark:#111318;--demo-light:#f4f5f7;
  color:#111318;background:#fff;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-section{
  width:100%;max-width:none;margin:0;border-radius:0;color:#111318;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-container{
  width:min(1500px,calc(100% - 64px));max-width:none;margin-left:auto;margin-right:auto;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-programs,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-stats,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-team,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-testimonials{background:#fff;color:#111318}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-intro,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-experience,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plans{background:#f4f5f7;color:#111318}
body.page-id-3866 .hercules-demo-family--sports-magazine :is(.hercules-demo-heading h2,.hercules-demo-copy h2,.hercules-demo-team h2,.hercules-demo-plans h2,.hercules-demo-testimonials h2,.hercules-demo-experience h2){color:#111318!important}
body.page-id-3866 .hercules-demo-family--sports-magazine :is(.hercules-demo-heading p,.hercules-demo-copy>p,.hercules-demo-copy li,.hercules-demo-stat span,.hercules-demo-mini-grid span,.hercules-demo-feature-grid p){color:#69717d!important}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-stats .hercules-demo-container{gap:0}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-stat{
  border-left:3px solid #ff3d71;background:#fff;padding:24px 26px;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-stat strong{color:#ff3d71!important}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-quote-grid blockquote,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-mini-grid div,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-feature-grid article{
  background:#fff;border:1px solid #e2e5e9;color:#111318;
  box-shadow:0 12px 34px rgba(17,19,24,.07);
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card h3,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid h3,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid strong,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-mini-grid strong,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-feature-grid h3{color:#111318!important}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card p,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid li,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid span,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-quote-grid blockquote{color:#69717d!important}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid li{border-color:#e7e9ed}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card:hover,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article:hover,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-quote-grid blockquote:hover,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-feature-grid article:hover{
  border-color:rgba(255,61,113,.42);box-shadow:0 20px 48px rgba(17,19,24,.11);
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-kicker,
body.page-id-3866 .hercules-demo-family--sports-magazine a:not(.hercules-demo-button){color:#ff3d71!important}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-button{
  background:#ff3d71!important;border-color:#ff3d71!important;color:#fff!important;border-radius:0;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-button.is-outline{
  background:#fff!important;color:#111318!important;border-color:#111318!important;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-image img{border-radius:22px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta{color:#111318;background-color:#f4f5f7}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta:before{
  background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.83),rgba(255,255,255,.42));
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta h2{color:#111318!important}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta p{color:#555e69!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable{
  --hercules-tt-accent:#ff3d71;width:100%!important;max-width:none!important;margin:0!important;
  border-radius:0!important;background:#f4f5f7!important;color:#111318!important;
}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable:before{
  background:radial-gradient(circle at 8% 12%,rgba(255,61,113,.09),transparent 32%),radial-gradient(circle at 92% 84%,rgba(255,61,113,.05),transparent 28%)!important;
}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__container{
  width:min(1640px,calc(100% - 56px))!important;max-width:none!important;
}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__title{color:#111318!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__subtitle{color:#69717d!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__filter{
  background:#fff!important;border-color:#d9dde3!important;color:#111318!important;
}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__filter:hover,
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__filter:focus-visible{border-color:#ff3d71!important;background:#fff0f4!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__filter.is-active,
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__book{background:#ff3d71!important;border-color:#ff3d71!important;color:#fff!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__day{
  background:#fff!important;border-color:#e0e3e8!important;box-shadow:0 10px 28px rgba(17,19,24,.06);
}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__day-heading{border-color:#e7e9ed!important;color:#111318!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__day-heading small{color:#7b828c!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__session{
  --hercules-tt-accent:#ff3d71!important;background:#fafafa!important;border-color:#e5e8ec!important;color:#111318!important;
}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__session-title{color:#111318!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__description{color:#69717d!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__time time{color:#ff3d71!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__time span{color:#7b828c!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__meta div{border-color:#e5e8ec!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__meta dt{color:#8b919a!important}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__meta dd{color:#111318!important}
body.page-id-3866 .hercules-magazine-matches .hercules-suite-section,
body.page-id-3866 .hercules-magazine-video .hercules-suite-section{
  width:100%!important;max-width:none!important;margin:0!important;border-radius:0!important;color:#111318;
}
body.page-id-3866 .hercules-magazine-matches .hercules-suite-section{background:#fff!important}
body.page-id-3866 .hercules-magazine-video .hercules-suite-section{background:#f4f5f7!important}
body.page-id-3866 .hercules-magazine-matches .hercules-suite-container,
body.page-id-3866 .hercules-magazine-video .hercules-suite-container{
  width:min(1540px,calc(100% - 56px))!important;max-width:none!important;
}
body.page-id-3866 .hercules-magazine-matches .hercules-suite-heading h2,
body.page-id-3866 .hercules-magazine-video .hercules-suite-heading h2{color:#111318!important}
body.page-id-3866 .hercules-magazine-matches .hercules-suite-kicker,
body.page-id-3866 .hercules-magazine-video .hercules-suite-kicker{color:#ff3d71!important}
body.page-id-3866 .hercules-magazine-matches .hercules-match-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
body.page-id-3866 .hercules-magazine-matches .hercules-match-card{
  min-width:0;background:#fff!important;border-color:#e2e5e9!important;color:#111318;
  box-shadow:0 12px 32px rgba(17,19,24,.07);
}
body.page-id-3866 .hercules-magazine-matches .hercules-match-card__top{border-color:#e7e9ed;color:#737b86}
body.page-id-3866 .hercules-magazine-matches .hercules-match-card__top>span{background:#fff0f4!important;color:#c71f53!important}
body.page-id-3866 .hercules-magazine-matches .hercules-match-card__teams strong{color:#111318}
body.page-id-3866 .hercules-magazine-matches .hercules-match-card__teams b{color:#ff3d71}
body.page-id-3866 .hercules-magazine-matches .hercules-match-card__venue{color:#69717d!important}
body.page-id-3866 .hercules-magazine-video .hercules-video-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
body.page-id-3866 .hercules-magazine-video .hercules-video-card{
  background:#fff!important;border-color:#e2e5e9!important;color:#111318;
  box-shadow:0 12px 32px rgba(17,19,24,.07);
}
body.page-id-3866 .hercules-magazine-video .hercules-video-card:hover{border-color:rgba(255,61,113,.45);box-shadow:0 20px 46px rgba(17,19,24,.11)}
body.page-id-3866 .hercules-magazine-video .hercules-video-card h3{color:#111318!important}
body.page-id-3866 .hercules-magazine-video .hercules-video-card p,
body.page-id-3866 .hercules-magazine-video .hercules-video-card small{color:#69717d!important}
body.page-id-3866 .hercules-magazine-video .hercules-video-card small a{color:#ff3d71!important}
body.page-id-3866 .hercules-magazine-video .hercules-video-card__media{background:#0d1115;border-bottom:3px solid #ff3d71}
@media(max-width:1199px){body.page-id-3866 .hercules-magazine-matches .hercules-match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:991px){
  body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-container,
  body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__container,
  body.page-id-3866 .hercules-magazine-matches .hercules-suite-container,
  body.page-id-3866 .hercules-magazine-video .hercules-suite-container{width:calc(100% - 36px)!important}
  body.page-id-3866 .hercules-magazine-video .hercules-video-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-container,
  body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__container,
  body.page-id-3866 .hercules-magazine-matches .hercules-suite-container,
  body.page-id-3866 .hercules-magazine-video .hercules-suite-container{width:calc(100% - 28px)!important}
  body.page-id-3866 .hercules-magazine-matches .hercules-match-grid,
  body.page-id-3866 .hercules-magazine-video .hercules-video-grid{grid-template-columns:1fr}
  body.page-id-3866 .hercules-magazine-matches .hercules-match-card__teams{gap:10px}
}
@media(prefers-reduced-motion:reduce){
  body.page-id-3866 .hercules-demo-card,body.page-id-3866 .hercules-demo-plan-grid article,
  body.page-id-3866 .hercules-video-card,body.page-id-3866 .hercules-match-card{transition:none!important;transform:none!important}
}

/* ONLINE FITNESS COACH SCHEDULE LIGHT 20260804 */
body.page-id-3875 .hercules-timetable-row,
body.page-id-3875 .hercules-timetable-row > .hercules-block,
body.page-id-3875 .hercules-timetable-row .vc_column_container,
body.page-id-3875 .hercules-timetable-row .vc_column-inner,
body.page-id-3875 .hercules-timetable-row .wpb_wrapper {
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable {
  --hercules-tt-accent:#6c63ff;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:clamp(72px,7vw,100px) 0;
  border-radius:0!important;
  background:#f4f5f7!important;
  color:#14151d!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable::before {
  display:none!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__container {
  width:min(1500px,calc(100% - 48px))!important;
  max-width:none!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__header {
  margin-bottom:40px;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__eyebrow {
  color:#6c63ff!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__title {
  color:#14151d!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__subtitle {
  color:#667085!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__filter {
  border-color:#d9dce5!important;
  background:#fff!important;
  color:#343746!important;
  box-shadow:0 3px 12px rgba(17,24,39,.035)!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__filter:hover,
body.page-id-3875 .hercules-timetable-row .hercules-timetable__filter:focus-visible {
  border-color:#6c63ff!important;
  background:#f1f0ff!important;
  color:#5147ef!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__filter.is-active {
  border-color:#6c63ff!important;
  background:#6c63ff!important;
  color:#fff!important;
  box-shadow:0 10px 26px rgba(108,99,255,.24)!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__scroll {
  scrollbar-color:#bbb7ff transparent;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__day {
  border-color:#e0e3ea!important;
  background:#fff!important;
  box-shadow:0 14px 38px rgba(17,24,39,.07)!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__day-heading {
  border-bottom-color:#e8eaf0!important;
  background:#fafaff!important;
  color:#1b1d27!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__day-heading small {
  color:#7b8190!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__session {
  --hercules-tt-accent:#6c63ff!important;
  border-color:#e2e4eb!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(17,24,39,.055)!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__session:hover {
  border-color:#aaa5ff!important;
  background:#fafaff!important;
  box-shadow:0 16px 34px rgba(108,99,255,.12)!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__time {
  color:#6c63ff!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__time span {
  color:#858b98!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__session-title {
  color:#171923!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__description {
  color:#616978!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__meta div {
  border-top-color:#eceef2!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__meta dt {
  color:#8a909c!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__meta dd {
  color:#343847!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__book {
  display:inline-flex!important;
  min-height:40px;
  justify-content:center;
  margin-top:18px;
  padding:9px 15px;
  border:1px solid #6c63ff!important;
  border-radius:999px;
  background:#6c63ff!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(108,99,255,.18);
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__book:hover,
body.page-id-3875 .hercules-timetable-row .hercules-timetable__book:focus-visible {
  background:#574eef!important;
  border-color:#574eef!important;
  color:#fff!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__book span {
  color:#fff!important;
}
body.page-id-3875 .hercules-timetable-row .hercules-timetable__empty {
  color:#7b8190!important;
}
@media(max-width:991px){
  body.page-id-3875 .hercules-timetable-row .hercules-timetable__container{width:calc(100% - 32px)!important}
}
@media(max-width:767px){
  body.page-id-3875 .hercules-timetable-row .hercules-timetable__container{width:calc(100% - 24px)!important}
  body.page-id-3875 .hercules-timetable-row .hercules-timetable__header{text-align:left}
}
@media(prefers-reduced-motion:reduce){
  body.page-id-3875 .hercules-timetable-row .hercules-timetable *{transition:none!important}
}

/* ONLINE FITNESS COACH UNIQUE INNER PAGES 20260804 */
.ofc-page,.ofc-article-page{--ofc:#6c63ff;--ofc-deep:#5147e8;--ofc-soft:#f3f2ff;--ofc-soft-2:#f7f7fb;--ofc-ink:#171923;--ofc-muted:#62697a;--ofc-line:#e3e4ed;--ofc-radius:24px;background:#fff;color:var(--ofc-ink);overflow:hidden}.ofc-page *,.ofc-article-page *{box-sizing:border-box}.ofc-page p,.ofc-page h1,.ofc-page h2,.ofc-page h3,.ofc-page figure,.ofc-page ul,.ofc-page ol,.ofc-page dl,.ofc-article-page p,.ofc-article-page h2,.ofc-article-page h3{margin-top:0}.ofc-page p:empty,.ofc-article-page p:empty{display:none}.ofc-shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}.ofc-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--ofc);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.ofc-kicker:before{content:"";width:26px;height:2px;background:currentColor}.ofc-hero{padding:92px 0;background:linear-gradient(135deg,#fff 0%,#f4f3ff 100%)}.ofc-hero h1,.ofc-contact-hero h1,.ofc-blog-hero h1{margin:16px 0 22px;color:var(--ofc-ink);font-size:clamp(46px,6vw,78px);line-height:1.02;letter-spacing:-.055em}.ofc-hero p,.ofc-contact-hero p,.ofc-blog-hero p{color:var(--ofc-muted);font-size:18px;line-height:1.75}.ofc-hero-copy{max-width:650px}.ofc-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:32px}.ofc-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:13px 24px;border:2px solid var(--ofc);border-radius:999px;background:var(--ofc);color:#fff!important;font-size:13px;font-weight:800;letter-spacing:.05em;text-decoration:none!important;text-transform:uppercase;transition:.22s}.ofc-button:hover,.ofc-button:focus-visible{background:var(--ofc-deep);border-color:var(--ofc-deep);transform:translateY(-2px)}.ofc-button--outline{background:#fff;color:var(--ofc)!important}.ofc-text-link{color:var(--ofc)!important;font-weight:800;text-decoration:none!important}.ofc-section{padding:92px 0;background:#fff}.ofc-section--soft{background:var(--ofc-soft-2)}.ofc-section-head{max-width:820px;margin:0 auto 48px;text-align:center}.ofc-section-head--left{margin-left:0;text-align:left}.ofc-section-head h1,.ofc-section-head h2{margin:14px 0 16px;color:var(--ofc-ink);font-size:clamp(38px,5vw,62px);line-height:1.06;letter-spacing:-.045em}.ofc-section-head p{color:var(--ofc-muted);font-size:17px;line-height:1.75}.ofc-hero-media img,.ofc-coach-portrait img,.ofc-specialist-grid img,.ofc-case-study img,.ofc-resources-feature img,.ofc-feature-story img{display:block;width:100%;height:100%;object-fit:cover}.ofc-cta-strip,.ofc-download-strip,.ofc-newsletter{padding:58px 0;background:var(--ofc);color:#fff}.ofc-cta-strip .ofc-shell,.ofc-download-strip .ofc-shell,.ofc-newsletter .ofc-shell{display:flex;align-items:center;justify-content:space-between;gap:30px}.ofc-cta-strip h2,.ofc-download-strip h2,.ofc-newsletter h2{margin:8px 0 0;color:#fff;font-size:clamp(30px,4vw,48px)}.ofc-cta-strip .ofc-kicker,.ofc-download-strip .ofc-kicker,.ofc-newsletter .ofc-kicker{color:#d9d6ff}.ofc-cta-strip .ofc-button,.ofc-download-strip .ofc-button,.ofc-newsletter .ofc-button{background:#fff;border-color:#fff;color:var(--ofc)!important}
/* About */
.ofc-about-hero__grid{display:grid;grid-template-columns:1fr .88fr;gap:70px;align-items:center}.ofc-hero-media--arch{height:590px;border-radius:220px 220px 28px 28px;overflow:hidden;box-shadow:0 30px 70px rgba(74,65,190,.18)}.ofc-about-proof{padding:34px 0;background:var(--ofc-ink);color:#fff}.ofc-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.ofc-proof-grid article{padding:18px 22px;border-left:3px solid var(--ofc)}.ofc-proof-grid strong{display:block;color:#fff;font-size:30px}.ofc-proof-grid span{color:#c8cad5;font-size:13px}.ofc-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--ofc-line)}.ofc-timeline article{position:relative;padding:34px 24px 10px;border-right:1px solid var(--ofc-line)}.ofc-timeline article:before{content:"";position:absolute;top:-6px;left:24px;width:12px;height:12px;border-radius:50%;background:var(--ofc)}.ofc-timeline span{color:var(--ofc);font-weight:900}.ofc-timeline h3{margin:10px 0;color:var(--ofc-ink);font-size:21px}.ofc-timeline p{color:var(--ofc-muted);line-height:1.65}.ofc-philosophy-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.ofc-principle-stack{display:grid;gap:14px}.ofc-principle-stack article{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:24px;border:1px solid var(--ofc-line);border-radius:18px;background:#fff}.ofc-principle-stack>article>span{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--ofc-soft);color:var(--ofc);font-weight:900}.ofc-principle-stack h3{margin:0 0 7px;font-size:21px}.ofc-principle-stack p{margin:0;color:var(--ofc-muted)}
/* Programs */
.ofc-programs-hero{padding-bottom:70px}.ofc-program-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:48px}.ofc-program-tabs article{min-height:230px;padding:25px 22px;border:1px solid #dedcfb;border-radius:20px;background:#fff;box-shadow:0 14px 32px rgba(42,37,120,.07)}.ofc-program-tabs span{color:var(--ofc);font-weight:900}.ofc-program-tabs h3{margin:30px 0 10px;font-size:23px}.ofc-program-tabs p{color:var(--ofc-muted);line-height:1.6}.ofc-program-tabs b{display:block;margin-top:20px;color:var(--ofc);font-size:13px}.ofc-table-wrap{overflow-x:auto;border:1px solid var(--ofc-line);border-radius:20px;background:#fff}.ofc-compare-table,.ofc-article-table{width:100%;border-collapse:collapse;min-width:760px}.ofc-compare-table th,.ofc-compare-table td,.ofc-article-table th,.ofc-article-table td{padding:18px 20px;border-bottom:1px solid var(--ofc-line);text-align:left}.ofc-compare-table th,.ofc-article-table th{background:var(--ofc-soft);color:var(--ofc-ink);font-size:13px;text-transform:uppercase;letter-spacing:.06em}.ofc-compare-table td,.ofc-article-table td{color:var(--ofc-muted)}.ofc-process-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px}.ofc-step-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}.ofc-step-list li{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:22px;border-radius:18px;background:#fff;border:1px solid var(--ofc-line)}.ofc-step-list>li>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--ofc);color:#fff;font-weight:900}.ofc-step-list h3{margin:0 0 6px;font-size:20px}.ofc-step-list p{margin:0;color:var(--ofc-muted)}
/* Coach */
.ofc-coach-hero{background:#fff}.ofc-coach-hero__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:72px;align-items:center}.ofc-coach-portrait{position:relative;height:650px;border-radius:30px;overflow:hidden;background:var(--ofc-soft)}.ofc-coach-portrait figcaption{position:absolute;left:24px;right:24px;bottom:24px;padding:18px 20px;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 12px 30px rgba(0,0,0,.13)}.ofc-coach-portrait strong,.ofc-coach-portrait span{display:block}.ofc-coach-portrait strong{font-size:22px}.ofc-coach-portrait span{color:var(--ofc);font-weight:800}.ofc-credential-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.ofc-credential-grid article{padding:18px;border-radius:16px;background:var(--ofc-soft-2);border:1px solid var(--ofc-line)}.ofc-credential-grid strong,.ofc-credential-grid span{display:block}.ofc-credential-grid strong{color:var(--ofc);font-size:22px}.ofc-credential-grid span{margin-top:4px;color:var(--ofc-muted);font-size:13px}.ofc-specialist-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ofc-specialist-grid article{display:grid;grid-template-columns:210px 1fr;overflow:hidden;border:1px solid var(--ofc-line);border-radius:22px;background:#fff}.ofc-specialist-grid img{min-height:270px}.ofc-specialist-grid article div{padding:30px}.ofc-specialist-grid span{color:var(--ofc);font-weight:800}.ofc-specialist-grid h3{margin:10px 0;font-size:26px}.ofc-specialist-grid p{color:var(--ofc-muted);line-height:1.65}.ofc-week-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px}.ofc-week-board{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ofc-week-board article{padding:25px;border-radius:18px;border:1px solid var(--ofc-line);background:#fff}.ofc-week-board b{color:var(--ofc)}.ofc-week-board h3{margin:14px 0 8px}.ofc-week-board p{margin:0;color:var(--ofc-muted)}.ofc-coach-promise{background:var(--ofc-ink);color:#fff;text-align:center}.ofc-coach-promise blockquote{max-width:960px;margin:0 auto 18px;color:#fff;font-size:clamp(30px,4vw,52px);line-height:1.25}.ofc-coach-promise cite{color:#bdb9ff;font-style:normal;font-weight:800}
/* Results */
.ofc-results-hero__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end}.ofc-result-summary{display:grid;gap:12px}.ofc-result-summary article{padding:20px;border-radius:16px;background:#fff;border:1px solid #dedcfb}.ofc-result-summary strong,.ofc-result-summary span{display:block}.ofc-result-summary strong{color:var(--ofc);font-size:30px}.ofc-result-summary span{color:var(--ofc-muted)}.ofc-case-stack{display:grid;gap:34px}.ofc-case-study{display:grid;grid-template-columns:.9fr 1.1fr;min-height:460px;overflow:hidden;border:1px solid var(--ofc-line);border-radius:26px;background:#fff}.ofc-case-study--reverse{grid-template-columns:1.1fr .9fr}.ofc-case-study--reverse img{order:2}.ofc-case-study>div{padding:48px}.ofc-case-study>div>span{color:var(--ofc);font-weight:800}.ofc-case-study h2{margin:14px 0 16px;font-size:clamp(30px,4vw,46px);line-height:1.12}.ofc-case-study p{color:var(--ofc-muted);line-height:1.75}.ofc-case-study dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:30px 0 0}.ofc-case-study dl div{padding:14px;border-radius:12px;background:var(--ofc-soft-2)}.ofc-case-study dt{color:var(--ofc-muted);font-size:11px;text-transform:uppercase}.ofc-case-study dd{margin:5px 0 0;font-weight:800}.ofc-evidence-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px}.ofc-evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ofc-evidence-grid article{padding:24px;border-radius:18px;background:#fff;border:1px solid var(--ofc-line)}.ofc-evidence-grid span{color:var(--ofc);font-weight:900}.ofc-evidence-grid h3{margin:12px 0 8px}.ofc-evidence-grid p{margin:0;color:var(--ofc-muted)}
/* Membership */
.ofc-membership-hero{text-align:center;padding-bottom:150px}.ofc-pricing-section{margin-top:-105px;padding-top:0}.ofc-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.ofc-price-grid article{position:relative;padding:36px;border:1px solid var(--ofc-line);border-radius:24px;background:#fff;box-shadow:0 18px 48px rgba(31,28,95,.08)}.ofc-price-grid article.is-featured{border:2px solid var(--ofc);transform:translateY(-16px)}.ofc-price-grid em{position:absolute;top:18px;right:18px;padding:7px 10px;border-radius:999px;background:var(--ofc);color:#fff;font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase}.ofc-price-grid>article>span{color:var(--ofc);font-weight:900}.ofc-price-grid h2{margin:16px 0;font-size:48px}.ofc-price-grid h2 small{font-size:14px;color:var(--ofc-muted)}.ofc-price-grid p,.ofc-price-grid li{color:var(--ofc-muted);line-height:1.65}.ofc-price-grid ul{margin:24px 0 30px;padding:0;list-style:none}.ofc-price-grid li{padding:10px 0;border-bottom:1px solid var(--ofc-line)}.ofc-onboarding-layout{display:grid;grid-template-columns:.55fr 1.45fr;gap:60px}.ofc-onboarding-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ofc-onboarding-steps article{padding:24px;border:1px solid var(--ofc-line);border-radius:18px}.ofc-onboarding-steps b{color:var(--ofc)}.ofc-onboarding-steps h3{margin:20px 0 8px}.ofc-onboarding-steps p{margin:0;color:var(--ofc-muted)}.ofc-faq-section{padding:90px 0;background:var(--ofc-soft)}.ofc-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ofc-faq-grid details,.ofc-article-body details{padding:20px;border:1px solid #dedcfb;border-radius:16px;background:#fff}.ofc-faq-grid summary,.ofc-article-body summary{cursor:pointer;font-weight:800}.ofc-faq-grid p,.ofc-article-body details p{margin:12px 0 0;color:var(--ofc-muted)}
/* Resources */
.ofc-resources-feature{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.ofc-resources-feature figure{height:480px;overflow:hidden;border-radius:26px;background:#fff;box-shadow:0 25px 60px rgba(50,45,138,.15)}.ofc-resources-feature figcaption{position:relative;margin-top:-64px;padding:20px 24px;background:rgba(255,255,255,.94);font-weight:800}.ofc-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ofc-resource-grid article{padding:30px;border:1px solid var(--ofc-line);border-radius:20px;background:#fff;transition:.22s}.ofc-resource-grid article:hover{transform:translateY(-5px);border-color:#b9b5ff;box-shadow:0 18px 44px rgba(55,49,150,.10)}.ofc-resource-grid span{color:var(--ofc);font-size:12px;font-weight:900;text-transform:uppercase}.ofc-resource-grid h2{margin:18px 0 10px;font-size:25px}.ofc-resource-grid p{color:var(--ofc-muted);line-height:1.65}.ofc-resource-grid a{color:var(--ofc)!important;font-weight:900;text-decoration:none!important}.ofc-learning-path{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px}.ofc-learning-path ol{display:grid;gap:14px;margin:0;padding:0;list-style:none}.ofc-learning-path li{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:22px;border-radius:18px;background:#fff;border:1px solid var(--ofc-line)}.ofc-learning-path li>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--ofc);color:#fff;font-weight:900}.ofc-learning-path h3{margin:0 0 6px}.ofc-learning-path p{margin:0;color:var(--ofc-muted)}
/* Blog */
.ofc-blog-hero{padding:86px 0;background:var(--ofc-soft)}.ofc-blog-hero__head{display:grid;grid-template-columns:1.35fr .65fr;gap:50px;align-items:end;margin-bottom:48px}.ofc-blog-hero__head p{margin-bottom:10px}.ofc-feature-story{display:grid;grid-template-columns:1.15fr .85fr;min-height:500px;overflow:hidden;border-radius:28px;background:var(--ofc-ink);color:#fff}.ofc-feature-story>div{display:flex;flex-direction:column;justify-content:center;padding:52px}.ofc-feature-story span{color:#bdb9ff;font-weight:800}.ofc-feature-story h2{margin:16px 0;color:#fff;font-size:clamp(34px,5vw,56px);line-height:1.08}.ofc-feature-story p{color:#c9cbd5}.ofc-feature-story .ofc-button{align-self:flex-start}.ofc-blog-layout{display:grid;grid-template-columns:1fr 300px;gap:34px}.ofc-article-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ofc-article-grid article{padding:30px;border:1px solid var(--ofc-line);border-radius:20px}.ofc-article-grid span{color:var(--ofc);font-size:12px;font-weight:900;text-transform:uppercase}.ofc-article-grid h2{margin:18px 0 10px;font-size:25px}.ofc-article-grid p{color:var(--ofc-muted);line-height:1.65}.ofc-article-grid a,.ofc-topic-rail a{color:var(--ofc)!important;font-weight:800;text-decoration:none!important}.ofc-topic-rail{position:sticky;top:120px;align-self:start;padding:26px;border-radius:20px;background:var(--ofc-soft-2);border:1px solid var(--ofc-line)}.ofc-topic-rail>a{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--ofc-line)}.ofc-rail-card{margin-top:24px;padding:22px;border-radius:16px;background:var(--ofc);color:#fff}.ofc-rail-card h3{color:#fff}.ofc-rail-card p{color:#dddafe}.ofc-rail-card a{color:#fff!important}
/* Contact */
.ofc-contact-hero{padding:92px 0;background:linear-gradient(135deg,#fff,#f3f2ff);text-align:center}.ofc-contact-hero .ofc-shell{max-width:940px}.ofc-contact-route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ofc-contact-route-grid article{padding:30px;border:1px solid var(--ofc-line);border-radius:20px}.ofc-contact-route-grid span{color:var(--ofc);font-weight:900}.ofc-contact-route-grid h2{margin:18px 0 10px;font-size:28px}.ofc-contact-route-grid p{color:var(--ofc-muted)}.ofc-contact-route-grid b{display:block;margin-top:20px;font-size:13px}.ofc-contact-workspace{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.ofc-response-timeline{display:grid;gap:12px}.ofc-response-timeline article{display:grid;grid-template-columns:44px 1fr;gap:16px}.ofc-response-timeline>article>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--ofc);color:#fff;font-weight:900}.ofc-response-timeline h3{margin:0 0 4px}.ofc-response-timeline p{margin:0;color:var(--ofc-muted)}.ofc-form-card{padding:34px;border:1px solid var(--ofc-line);border-radius:24px;background:#fff;box-shadow:0 18px 48px rgba(36,31,108,.08)}.ofc-form-card input,.ofc-form-card textarea,.ofc-form-card select{width:100%;padding:13px 15px;border:1px solid #d9dbe5;border-radius:10px;background:#fff}.ofc-form-card input[type=submit]{width:auto;border-color:var(--ofc);background:var(--ofc);color:#fff;font-weight:800}.ofc-contact-note{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}.ofc-contact-note ul{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0;list-style:none}.ofc-contact-note li{padding:20px;border-radius:16px;background:var(--ofc-soft);font-weight:800}
/* Article details */
.ofc-article-page{padding:78px 0;background:#fff}.ofc-article-shell{display:grid;grid-template-columns:250px minmax(0,820px);justify-content:center;gap:60px;width:min(1200px,calc(100% - 48px));margin:auto}.ofc-article-toc{position:sticky;top:120px;align-self:start;display:grid;padding:22px;border-radius:18px;background:var(--ofc-soft-2);border:1px solid var(--ofc-line)}.ofc-article-toc a{padding:10px 0;border-bottom:1px solid var(--ofc-line);color:var(--ofc-muted)!important;text-decoration:none!important}.ofc-article-body{font-size:17px;line-height:1.8}.ofc-article-lead{font-size:23px;line-height:1.65;color:#3d4250}.ofc-article-summary,.ofc-article-callout,.ofc-article-action{margin:30px 0;padding:26px;border-radius:18px;background:var(--ofc-soft);border-left:4px solid var(--ofc)}.ofc-article-summary strong,.ofc-article-callout span{color:var(--ofc);text-transform:uppercase;font-size:12px;letter-spacing:.08em}.ofc-article-body h2{margin:58px 0 18px;color:var(--ofc-ink);font-size:36px;line-height:1.2}.ofc-article-body h3{font-size:21px}.ofc-article-body p,.ofc-article-body li{color:#515867}.ofc-article-body blockquote{margin:38px 0;padding:30px;border-radius:18px;background:var(--ofc-ink);color:#fff;font-size:26px;line-height:1.45}.ofc-article-steps,.ofc-mistake-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}.ofc-article-steps article,.ofc-mistake-grid article{padding:22px;border:1px solid var(--ofc-line);border-radius:16px}.ofc-article-steps b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--ofc);color:#fff}.ofc-article-note{margin-top:40px;padding-top:22px;border-top:1px solid var(--ofc-line);font-size:14px}
@media(max-width:1100px){.ofc-program-tabs{grid-template-columns:repeat(3,1fr)}.ofc-specialist-grid article{grid-template-columns:160px 1fr}.ofc-onboarding-steps{grid-template-columns:1fr 1fr}.ofc-contact-note ul{grid-template-columns:1fr}.ofc-proof-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.ofc-about-hero__grid,.ofc-coach-hero__grid,.ofc-results-hero__grid,.ofc-resources-feature,.ofc-blog-hero__head,.ofc-feature-story,.ofc-process-layout,.ofc-philosophy-grid,.ofc-week-layout,.ofc-evidence-layout,.ofc-learning-path,.ofc-contact-workspace,.ofc-contact-note{grid-template-columns:1fr}.ofc-hero-media--arch,.ofc-coach-portrait{height:520px}.ofc-timeline{grid-template-columns:1fr 1fr}.ofc-price-grid,.ofc-contact-route-grid{grid-template-columns:1fr}.ofc-price-grid article.is-featured{transform:none}.ofc-case-study,.ofc-case-study--reverse{grid-template-columns:1fr}.ofc-case-study--reverse img{order:0}.ofc-case-study img{height:360px}.ofc-case-study dl{grid-template-columns:1fr}.ofc-resource-grid{grid-template-columns:1fr 1fr}.ofc-blog-layout{grid-template-columns:1fr}.ofc-topic-rail{position:static}.ofc-article-shell{grid-template-columns:1fr}.ofc-article-toc{position:static;grid-template-columns:1fr 1fr}.ofc-cta-strip .ofc-shell,.ofc-download-strip .ofc-shell,.ofc-newsletter .ofc-shell{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.ofc-shell,.ofc-article-shell{width:calc(100% - 28px)}.ofc-hero,.ofc-section,.ofc-contact-hero,.ofc-blog-hero{padding:64px 0}.ofc-hero h1,.ofc-contact-hero h1,.ofc-blog-hero h1{font-size:42px}.ofc-program-tabs,.ofc-resource-grid,.ofc-article-grid,.ofc-evidence-grid,.ofc-week-board,.ofc-credential-grid,.ofc-faq-grid,.ofc-proof-grid,.ofc-onboarding-steps,.ofc-contact-note ul,.ofc-article-steps,.ofc-mistake-grid{grid-template-columns:1fr}.ofc-timeline{grid-template-columns:1fr}.ofc-specialist-grid{grid-template-columns:1fr}.ofc-specialist-grid article{grid-template-columns:1fr}.ofc-specialist-grid img{height:260px}.ofc-price-grid{gap:16px}.ofc-case-study>div{padding:28px}.ofc-feature-story>div{padding:30px}.ofc-article-toc{grid-template-columns:1fr}.ofc-article-body h2{font-size:30px}.ofc-article-lead{font-size:20px}}
@media(prefers-reduced-motion:reduce){.ofc-page *,.ofc-article-page *{transition:none!important;scroll-behavior:auto!important}.ofc-page *:hover{transform:none!important}}

/* SPORTS CHARITY TIMETABLE LIGHT TEAL 20260804 */
body.page-id-3884 .hercules-timetable-row .hercules-timetable{
  --hercules-tt-accent:#00a884;
  width:100%;
  max-width:none;
  margin:0;
  padding:92px 0 84px;
  background:#f3f7f6!important;
  color:#15211e;
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable::before{
  background:radial-gradient(circle at 8% 10%,rgba(0,168,132,.12),transparent 32%),radial-gradient(circle at 92% 88%,rgba(79,209,171,.10),transparent 28%)!important;
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__container{
  width:min(1540px,calc(100% - 48px));
  max-width:none;
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__eyebrow{color:#00a884!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__title{color:#12211d!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__subtitle{color:#5f6f69!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__filter{
  border-color:#d5e4df!important;
  background:#fff!important;
  color:#263b35!important;
  box-shadow:0 4px 14px rgba(19,56,47,.04);
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__filter:hover,
body.page-id-3884 .hercules-timetable-row .hercules-timetable__filter:focus-visible{
  border-color:#00a884!important;
  background:#eaf8f4!important;
  color:#007f64!important;
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__filter.is-active{
  border-color:#00a884!important;
  background:#00a884!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(0,168,132,.22)!important;
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__day{
  border-color:#dce8e4!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(23,62,52,.07)!important;
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__day-heading{
  border-bottom-color:#e4eeeb!important;
  background:#f8fbfa!important;
  color:#172620!important;
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__day-heading span{color:#172620!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__day-heading small{color:#74837e!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__session{
  --hercules-tt-accent:#00a884!important;
  border-color:#dfeae6!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(23,62,52,.06)!important;
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__session:hover{
  border-color:rgba(0,168,132,.48)!important;
  background:#f8fcfb!important;
  box-shadow:0 18px 36px rgba(0,168,132,.10)!important;
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__time{color:#00a884!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__time span{color:#7b8984!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__session-title{color:#172620!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__description{color:#5f6f69!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__meta div{border-top-color:#e5eeeb!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__meta dt{color:#74837e!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__meta dd{color:#243a34!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__book{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  margin-top:18px;
  padding:10px 18px;
  border-radius:999px;
  background:#00a884!important;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 10px 24px rgba(0,168,132,.18);
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__book span{color:#fff!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__book:hover,
body.page-id-3884 .hercules-timetable-row .hercules-timetable__book:focus-visible{
  background:#008f70!important;
  color:#fff!important;
  transform:translateY(-2px);
}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__empty{color:#74837e!important}
body.page-id-3884 .hercules-timetable-row .hercules-timetable__scroll{scrollbar-color:rgba(0,168,132,.42) transparent}
@media(max-width:991px){
  body.page-id-3884 .hercules-timetable-row .hercules-timetable{padding:74px 0 68px}
  body.page-id-3884 .hercules-timetable-row .hercules-timetable__container{width:calc(100% - 32px)}
}
@media(max-width:767px){
  body.page-id-3884 .hercules-timetable-row .hercules-timetable{padding:60px 0 54px}
  body.page-id-3884 .hercules-timetable-row .hercules-timetable__container{width:calc(100% - 24px)}
}
@media(prefers-reduced-motion:reduce){
  body.page-id-3884 .hercules-timetable-row .hercules-timetable__book,
  body.page-id-3884 .hercules-timetable-row .hercules-timetable__session{transition:none!important;transform:none!important}
}

/* Sports Rehab premium header and card system 2026-08-06 */
body.hercules-demo-layout-sports-rehab .hercules-rehab-header{background:#fff;border-bottom:1px solid #dce7f4;box-shadow:0 10px 35px rgba(16,36,59,.06)}
body.hercules-demo-layout-sports-rehab .hercules-rehab-header__top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:96px;padding:18px clamp(24px,5vw,76px)}
body.hercules-demo-layout-sports-rehab .hercules-rehab-brand{grid-column:2;justify-self:center;text-align:center;color:#10243b}
body.hercules-demo-layout-sports-rehab .hercules-rehab-brand strong{letter-spacing:.32em}
body.hercules-demo-layout-sports-rehab .hercules-rehab-brand span{color:#71869d;letter-spacing:.14em}
body.hercules-demo-layout-sports-rehab .hercules-rehab-header__top .hercules-layout-header__cta{grid-column:3;justify-self:end;background:#2f80ed;color:#07111e;border-radius:999px;padding:15px 26px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
body.hercules-demo-layout-sports-rehab .hercules-rehab-header__top .hercules-layout-header__cta:hover,body.hercules-demo-layout-sports-rehab .hercules-rehab-header__top .hercules-layout-header__cta:focus{transform:translateY(-3px);background:#4ea1ff;box-shadow:0 16px 32px rgba(47,128,237,.24)}
body.hercules-demo-layout-sports-rehab .hercules-rehab-header__menu-row{display:flex;align-items:center;gap:24px;min-height:62px;padding:10px clamp(24px,5vw,76px);border-top:1px solid #e4edf7;background:#fff}
body.hercules-demo-layout-sports-rehab .hercules-rehab-nav{flex:1;min-width:0}
body.hercules-demo-layout-sports-rehab .hercules-rehab-nav>ul{display:flex;align-items:center;flex-wrap:wrap;gap:4px}
body.hercules-demo-layout-sports-rehab .hercules-rehab-nav a{border-radius:10px;padding:11px 13px;color:#29445f;font-weight:700;transition:background .2s ease,color .2s ease,transform .2s ease}
body.hercules-demo-layout-sports-rehab .hercules-rehab-nav a:hover,body.hercules-demo-layout-sports-rehab .hercules-rehab-nav a:focus,body.hercules-demo-layout-sports-rehab .hercules-rehab-nav .current-menu-item>a{background:#eef5ff;color:#1f6fd2;transform:translateY(-1px)}
body.hercules-demo-layout-sports-rehab .hercules-rehab-social{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto;flex:0 0 auto}
body.hercules-demo-layout-sports-rehab .hercules-rehab-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #d4e3f4;border-radius:50%;background:#f3f8ff;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}
body.hercules-demo-layout-sports-rehab .hercules-rehab-social img{display:block;width:16px;height:16px;opacity:.78;transition:filter .25s ease,opacity .25s ease}
body.hercules-demo-layout-sports-rehab .hercules-rehab-social a:hover,body.hercules-demo-layout-sports-rehab .hercules-rehab-social a:focus-visible{transform:translateY(-3px);background:#2f80ed;border-color:#2f80ed;box-shadow:0 10px 22px rgba(47,128,237,.24)}
body.hercules-demo-layout-sports-rehab .hercules-rehab-social a:hover img,body.hercules-demo-layout-sports-rehab .hercules-rehab-social a:focus-visible img{filter:brightness(0) invert(1);opacity:1}
body.hercules-demo-layout-sports-rehab .hercules-rehab-footer .hercules-rehab-social{justify-content:flex-start;margin:18px 0 0}
body.hercules-demo-layout-sports-rehab .hercules-schedule{--hercules-schedule-accent:#2f80ed;background:#07111e;color:#e5f0ff}
body.hercules-demo-layout-sports-rehab .hercules-schedule__filter{border-color:#31506f;color:#dceaff;background:#10243b}
body.hercules-demo-layout-sports-rehab .hercules-schedule__filter.is-active,body.hercules-demo-layout-sports-rehab .hercules-schedule__filter:hover{background:#2f80ed;color:#07111e;border-color:#2f80ed}
body.hercules-demo-layout-sports-rehab .hercules-schedule__item{border-color:#294967;background:#10243b;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
body.hercules-demo-layout-sports-rehab .hercules-schedule__item:hover{transform:translateY(-7px);border-color:#4ea1ff;box-shadow:0 22px 46px rgba(47,128,237,.18)}
body.hercules-demo-layout-sports-rehab .hercules-schedule__book{color:#4ea1ff}
@media(max-width:1100px){body.hercules-demo-layout-sports-rehab .hercules-rehab-header__menu-row{align-items:flex-start;flex-wrap:wrap}body.hercules-demo-layout-sports-rehab .hercules-rehab-social{margin-left:0;padding-bottom:8px}}
@media(max-width:767px){body.hercules-demo-layout-sports-rehab .hercules-rehab-header__top{grid-template-columns:1fr auto;padding:16px 20px;min-height:78px}body.hercules-demo-layout-sports-rehab .hercules-rehab-brand{grid-column:1;justify-self:start;text-align:left}body.hercules-demo-layout-sports-rehab .hercules-rehab-header__top .hercules-layout-header__cta{display:none}body.hercules-demo-layout-sports-rehab .hercules-layout-menu-toggle{grid-column:2;display:inline-flex}body.hercules-demo-layout-sports-rehab .hercules-rehab-header__menu-row{padding:8px 20px 14px}body.hercules-demo-layout-sports-rehab .hercules-rehab-nav{width:100%;flex-basis:100%}body.hercules-demo-layout-sports-rehab .hercules-rehab-social{width:100%;justify-content:center;padding-top:6px}}
@media(prefers-reduced-motion:reduce){body.hercules-demo-layout-sports-rehab .hercules-rehab-social a,body.hercules-demo-layout-sports-rehab .hercules-rehab-nav a,body.hercules-demo-layout-sports-rehab .hercules-schedule__item{transition:none!important;transform:none!important}}

/* Outdoor Bootcamp menu right alignment 2026-08-08 */
body.hercules-demo-layout-outdoor-bootcamp .hercules-header-bootcamp .hercules-layout-header__row{display:flex;align-items:center;justify-content:flex-end;padding-left:clamp(24px,5vw,76px);padding-right:clamp(24px,5vw,76px)}
body.hercules-demo-layout-outdoor-bootcamp .hercules-header-bootcamp .hercules-layout-nav{width:auto;margin-left:auto}
body.hercules-demo-layout-outdoor-bootcamp .hercules-header-bootcamp .hercules-layout-menu{justify-content:flex-end}
@media(max-width:767px){body.hercules-demo-layout-outdoor-bootcamp .hercules-header-bootcamp .hercules-layout-header__row{display:block;padding-left:20px;padding-right:20px}body.hercules-demo-layout-outdoor-bootcamp .hercules-header-bootcamp .hercules-layout-nav{width:100%;margin-left:0}body.hercules-demo-layout-outdoor-bootcamp .hercules-header-bootcamp .hercules-layout-menu{justify-content:flex-start}}


/* Nutrition Coach schedule palette 2026-08-08 */
body.hercules-demo-layout-nutrition-coach .hercules-schedule{
 --hercules-schedule-accent:#57b657;
 --hercules-schedule-secondary:#2f6f39;
 --hercules-schedule-surface:#f4f8ef;
 --hercules-schedule-ink:#17351d;
 --hs-line:#d7e7d3;
 --hs-muted:#667b68;
 background:#f4f8ef;
 color:#213c27;
 border-radius:26px;
 padding:28px;
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__filter{
 background:#fff;
 border-color:#d7e7d3;
 color:#49644d;
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__filter:hover{
 background:#edf7e9;
 border-color:#57b657;
 color:#2f7f38;
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__filter.is-active{
 background:#57b657;
 border-color:#57b657;
 color:#0b170b;
 box-shadow:0 8px 22px rgba(87,182,87,.22);
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__day{
 background:#eef5e9;
 border:1px solid #d7e7d3;
 border-radius:20px;
 padding:16px;
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__dayname{
 color:#315b37;
 border-color:#57b657;
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__item{
 background:#fff;
 border-color:#dbe9d7;
 color:#203925;
 box-shadow:0 8px 24px rgba(31,72,39,.06);
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__item:hover{
 border-color:#57b657;
 box-shadow:0 16px 34px rgba(87,182,87,.16);
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__time,
body.hercules-demo-layout-nutrition-coach .hercules-schedule__book{
 color:#2f8f39;
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__title{
 color:#17351d;
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__meta,
body.hercules-demo-layout-nutrition-coach .hercules-schedule__note{
 color:#667b68;
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__book{
 background:#57b657;
 color:#0b170b!important;
}
body.hercules-demo-layout-nutrition-coach .hercules-schedule__book:hover,
body.hercules-demo-layout-nutrition-coach .hercules-schedule__book:focus-visible{
 background:#449f49;
 color:#fff!important;
}
@media(max-width:767px){body.hercules-demo-layout-nutrition-coach .hercules-schedule{padding:18px;border-radius:18px}}

/* HERCULES DEMO HUB MOBILE MENU FIX 20260822 */
@media (max-width:900px){
.hercules-layout-header--1 .hercules-layout-header__inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:12px!important;padding:18px 20px!important}
.hercules-layout-header--1 .hercules-layout-brand span,.hercules-layout-header--1 .hercules-layout-header__cta{display:none!important}
.hercules-layout-header--1 .hercules-layout-menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important}
.hercules-layout-header--1 .hercules-layout-nav{grid-column:1/-1!important;width:100%!important;margin:4px 0 0!important;padding:0!important;display:none!important;position:static!important;transform:none!important}
.hercules-layout-header--1 .hercules-layout-nav.is-open{display:block!important}
.hercules-layout-header--1 .hercules-layout-menu{display:flex!important;flex-direction:column!important;gap:6px!important;width:100%!important;margin:0!important;padding:8px 0 2px!important;list-style:none!important}
.hercules-layout-header--1 .hercules-layout-menu>li{display:block!important;position:relative!important;width:100%!important;margin:0!important;padding:0!important}
.hercules-layout-header--1 .hercules-layout-menu>li>a{display:flex!important;align-items:center!important;width:100%!important;min-height:50px!important;padding:13px 48px 13px 16px!important;margin:0!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:10px!important;background:rgba(255,255,255,.045)!important;line-height:1.25!important;box-sizing:border-box!important}
.hercules-layout-header--1 .hercules-layout-menu>li>a::after{display:none!important}
.hercules-layout-header--1 .hercules-mobile-submenu-toggle{position:absolute!important;right:8px!important;top:7px!important;width:36px!important;height:36px!important;display:grid!important;place-items:center!important;padding:0!important;border:0!important;border-radius:8px!important;background:transparent!important;color:inherit!important;cursor:pointer!important;z-index:3!important}
.hercules-layout-header--1 .hercules-mobile-submenu-toggle::before{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px)}
.hercules-layout-header--1 li.is-submenu-open>.hercules-mobile-submenu-toggle::before{transform:rotate(225deg) translate(-1px,-1px)}
.hercules-layout-header--1 .hercules-layout-menu .sub-menu{display:none!important;position:static!important;transform:none!important;left:auto!important;right:auto!important;top:auto!important;width:100%!important;min-width:0!important;margin:5px 0 2px!important;padding:4px 0 4px 14px!important;border:0!important;background:transparent!important;box-shadow:none!important;list-style:none!important;box-sizing:border-box!important}
.hercules-layout-header--1 .hercules-layout-menu li.is-submenu-open>.sub-menu{display:block!important}
.hercules-layout-header--1 .hercules-layout-menu .sub-menu li{display:block!important;width:100%!important;margin:0 0 4px!important}
.hercules-layout-header--1 .hercules-layout-menu .sub-menu a{display:block!important;width:100%!important;padding:11px 14px!important;margin:0!important;border-radius:8px!important;background:rgba(255,255,255,.025)!important;font-size:.92em!important;line-height:1.3!important;box-sizing:border-box!important}
}
@media (min-width:901px){.hercules-layout-header--1 .hercules-mobile-submenu-toggle{display:none!important}}

/* HERCULES MODERN GYM ATHLETIC MOBILE MENU 20260822 */
@media (max-width:900px){
body.hercules-demo-layout-modern-gym .hercules-layout-header--athletic .hercules-layout-nav .sub-menu{display:none!important;position:static!important;transform:none!important;left:auto!important;right:auto!important;top:auto!important;width:100%!important;min-width:0!important;margin:5px 0 2px!important;padding:4px 0 4px 14px!important;border:0!important;background:transparent!important;box-shadow:none!important;list-style:none!important}
body.hercules-demo-layout-modern-gym .hercules-layout-header--athletic .hercules-layout-menu li.is-submenu-open>.sub-menu{display:block!important}
body.hercules-demo-layout-modern-gym .hercules-layout-header--athletic .hercules-mobile-submenu-toggle{position:absolute!important;right:8px!important;top:7px!important;width:36px!important;height:36px!important;display:grid!important;place-items:center!important;padding:0!important;border:0!important;border-radius:8px!important;background:transparent!important;color:inherit!important;cursor:pointer!important;z-index:3!important}
body.hercules-demo-layout-modern-gym .hercules-layout-header--athletic .hercules-mobile-submenu-toggle::before{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px)}
body.hercules-demo-layout-modern-gym .hercules-layout-header--athletic li.is-submenu-open>.hercules-mobile-submenu-toggle::before{transform:rotate(225deg) translate(-1px,-1px)}
}
@media (min-width:901px){body.hercules-demo-layout-modern-gym .hercules-layout-header--athletic .hercules-mobile-submenu-toggle{display:none!important}}

/* HERCULES GLOBAL 21-DEMO MOBILE MENU ACCORDION 20260822 */
@media (max-width:900px){
.hercules-layout-header .hercules-layout-nav{width:100%!important;max-width:none!important;box-sizing:border-box!important}
.hercules-layout-header .hercules-layout-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important;width:100%!important;margin:0!important;padding:8px 0 2px!important;list-style:none!important}
.hercules-layout-header .hercules-layout-menu>li{display:block!important;position:relative!important;width:100%!important;margin:0!important;padding:0!important}
.hercules-layout-header .hercules-layout-menu>li>a{display:flex!important;align-items:center!important;width:100%!important;min-height:50px!important;padding:13px 48px 13px 16px!important;margin:0!important;box-sizing:border-box!important;line-height:1.25!important}
.hercules-layout-header .hercules-layout-menu>li>a::after{display:none!important}
.hercules-layout-header .hercules-mobile-submenu-toggle{position:absolute!important;right:8px!important;top:7px!important;width:36px!important;height:36px!important;display:grid!important;place-items:center!important;padding:0!important;border:0!important;border-radius:8px!important;background:transparent!important;color:inherit!important;cursor:pointer!important;z-index:5!important}
.hercules-layout-header .hercules-mobile-submenu-toggle::before{content:"";display:block;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .18s ease}
.hercules-layout-header li.is-submenu-open>.hercules-mobile-submenu-toggle::before{transform:rotate(225deg) translate(-1px,-1px)}
.hercules-layout-header .hercules-layout-menu .sub-menu{display:none!important;position:static!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;width:100%!important;min-width:0!important;margin:5px 0 2px!important;padding:4px 0 4px 14px!important;border:0!important;background:transparent!important;box-shadow:none!important;list-style:none!important;box-sizing:border-box!important}
.hercules-layout-header .hercules-layout-menu li.is-submenu-open>.sub-menu{display:block!important}
.hercules-layout-header .hercules-layout-menu .sub-menu li{display:block!important;width:100%!important;margin:0 0 4px!important;padding:0!important}
.hercules-layout-header .hercules-layout-menu .sub-menu a{display:block!important;width:100%!important;min-height:44px!important;padding:11px 14px!important;margin:0!important;border-radius:8px!important;box-sizing:border-box!important;line-height:1.3!important}
}
@media (min-width:901px){.hercules-layout-header .hercules-mobile-submenu-toggle{display:none!important}}

/* HERCULES FINAL 21-DEMO MOBILE MENU NORMALIZATION 20260822 */
@media (max-width:900px){
body .hercules-layout-header .hercules-layout-nav,
body .hercules-layout-header .hercules-layout-header__menu-row .hercules-layout-nav,
body .hercules-layout-header .hercules-layout-header__row .hercules-layout-nav{
  width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;
}
body .hercules-layout-header .hercules-layout-menu{
  display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;
  gap:8px!important;width:100%!important;max-width:none!important;margin:0!important;padding:10px 0 4px!important;list-style:none!important;
}
body .hercules-layout-header .hercules-layout-menu>li{
  display:block!important;position:relative!important;width:100%!important;max-width:none!important;height:auto!important;
  margin:0!important;padding:0!important;transform:none!important;
}
body .hercules-layout-header .hercules-layout-menu>li>a{
  display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;max-width:none!important;
  min-height:52px!important;height:auto!important;margin:0!important;padding:14px 48px 14px 18px!important;
  border:1px solid rgba(127,127,127,.16)!important;border-radius:12px!important;
  background:rgba(127,127,127,.09)!important;box-shadow:none!important;
  line-height:1.25!important;text-align:left!important;box-sizing:border-box!important;transform:none!important;
}
body .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a,
body .hercules-layout-header .hercules-layout-menu>li.current_page_item>a{
  background:rgba(127,127,127,.14)!important;
}
body .hercules-layout-header .hercules-layout-menu>li>a:hover,
body .hercules-layout-header .hercules-layout-menu>li>a:focus-visible{
  background:rgba(127,127,127,.14)!important;transform:none!important;
}
body .hercules-layout-header .hercules-mobile-submenu-toggle{
  right:8px!important;top:8px!important;width:36px!important;height:36px!important;
}
body .hercules-layout-header .hercules-layout-menu .sub-menu{
  display:none!important;width:100%!important;margin:4px 0 0!important;padding:0 0 0 14px!important;
}
body .hercules-layout-header .hercules-layout-menu li.is-submenu-open>.sub-menu{display:block!important}
body .hercules-layout-header .hercules-layout-menu .sub-menu li{margin:0 0 6px!important;padding:0!important;width:100%!important}
body .hercules-layout-header .hercules-layout-menu .sub-menu a{
  display:flex!important;align-items:center!important;width:100%!important;min-height:46px!important;margin:0!important;padding:12px 16px!important;
  border:1px solid rgba(127,127,127,.12)!important;border-radius:10px!important;background:rgba(127,127,127,.06)!important;
  box-shadow:none!important;box-sizing:border-box!important;line-height:1.25!important;transform:none!important;
}
}

/* SPORTS MAGAZINE READABILITY FIX 20260822 */
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading{font-size:initial!important;line-height:normal!important;letter-spacing:normal!important;font-weight:400!important;text-wrap:initial!important;max-width:920px;margin:0 auto 38px;text-align:center}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading .hercules-demo-kicker{display:inline-flex;margin-bottom:14px;font-size:12px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.14em!important;color:#ff3d71!important}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading h2{margin:0 0 18px!important;font-size:clamp(38px,5vw,66px)!important;line-height:1.06!important;letter-spacing:-.04em!important;font-weight:500!important;color:#111318!important;text-wrap:balance}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading>p{max-width:760px;margin:0 auto!important;font-size:17px!important;line-height:1.7!important;letter-spacing:0!important;font-weight:400!important;color:#5f6875!important;text-wrap:pretty}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article{display:flex;min-width:0;flex-direction:column;padding:40px 38px;overflow:hidden}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article>p:first-of-type{display:flex;align-items:baseline;gap:4px;margin:0 0 24px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article>p:first-of-type strong{font-size:48px;line-height:1;color:#111318!important}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid ul{margin:0 0 28px;padding:0;list-style:none}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid li{padding:12px 0;line-height:1.45}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article>p:last-child{margin:auto 0 0}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article>p:last-child>a{display:inline-flex!important;align-items:center;justify-content:center;min-width:150px;min-height:48px;padding:0 22px;border:2px solid #ff3d71!important;border-radius:999px;background:#ff3d71!important;color:#fff!important;font-size:12px!important;font-weight:900!important;line-height:1.2!important;letter-spacing:.04em;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article>p:last-child>a:hover,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article>p:last-child>a:focus-visible{background:#e92e62!important;border-color:#e92e62!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 10px 24px rgba(255,61,113,.24)}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-testimonials .hercules-demo-heading{margin-bottom:34px}
@media(max-width:767px){body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading{margin-bottom:28px}body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading h2{font-size:clamp(34px,10vw,48px)!important}body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading>p{font-size:16px!important;line-height:1.65!important}body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article{padding:30px 24px}}


/* SPORTS MAGAZINE PREMIUM PAGE 20260822 */
body.page-id-3866{--sm-accent:#ff3d71;--sm-ink:#111318;--sm-muted:#66707d;--sm-soft:#f5f6f8;--sm-line:#e4e7eb}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-section{padding-block:clamp(72px,7vw,108px)}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-container{width:min(1320px,calc(100% - 48px));max-width:1320px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading{max-width:900px;margin-inline:auto;margin-bottom:42px;text-align:center}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading h2{margin:10px 0 14px;font-size:clamp(38px,5vw,66px);line-height:1.02;letter-spacing:-.045em;text-wrap:balance}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading p{max-width:760px;margin:0 auto;color:var(--sm-muted)!important;font-size:17px;line-height:1.75}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-kicker{position:relative;padding-top:14px;font-weight:900;letter-spacing:.18em}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-kicker:before{content:"";position:absolute;top:0;left:50%;width:52px;height:4px;transform:translateX(-50%);background:var(--sm-accent)}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-copy .hercules-demo-kicker:before,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta .hercules-demo-kicker:before{left:0;transform:none}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;padding:0;border-radius:18px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card>img{width:100%;height:250px;object-fit:cover}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card>div{display:flex;flex:1;flex-direction:column;padding:26px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card>div>span{color:var(--sm-accent);font-size:12px;font-weight:900;letter-spacing:.12em}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card h3{margin:14px 0 10px;font-size:26px;line-height:1.12}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card p{font-size:15px;line-height:1.7}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card a{margin-top:auto;padding-top:20px;font-weight:900;text-decoration:none}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-split{gap:clamp(44px,6vw,90px)}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-copy h2{font-size:clamp(38px,4.5vw,62px);line-height:1.04;letter-spacing:-.04em}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-copy>p{max-width:62ch;font-size:17px;line-height:1.78}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-image img{border-radius:22px;box-shadow:0 22px 58px rgba(17,19,24,.14)}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-stats .hercules-demo-container{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-stat{border:1px solid var(--sm-line);border-top:4px solid var(--sm-accent);border-left:1px solid var(--sm-line);border-radius:14px;padding:24px;background:#fff}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-stat strong{font-size:32px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-feature-grid article{min-height:210px;padding:28px;border-radius:16px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-feature-grid article>strong{color:var(--sm-accent);font-size:13px;letter-spacing:.12em}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-mini-grid div{padding:18px;border-radius:12px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article{display:flex;min-height:430px;flex-direction:column;padding:34px;border-radius:18px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article.is-featured{transform:translateY(-10px);border:2px solid var(--sm-accent);box-shadow:0 26px 70px rgba(255,61,113,.16)}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid h3{font-size:28px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid strong{font-size:52px;line-height:1}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid ul{margin:30px 0 26px;padding:0;list-style:none}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid li{padding:12px 0;border-bottom:1px solid var(--sm-line)}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article>a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:auto;padding:10px 20px;border-radius:999px;background:var(--sm-accent);color:#fff!important;font-weight:900;text-decoration:none}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-quote-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-quote-grid blockquote{min-height:200px;margin:0;padding:30px;border-radius:16px;font-size:18px;line-height:1.65}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-quote-grid cite{display:block;margin-top:18px;color:var(--sm-ink);font-size:13px;font-style:normal;font-weight:900}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta{position:relative;overflow:hidden;padding-block:88px;background-position:center;background-size:cover}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.78) 52%,rgba(255,255,255,.28))}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta .hercules-demo-container{position:relative;z-index:1}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta h2{max-width:700px;margin:10px 0 14px;color:var(--sm-ink)!important;font-size:clamp(42px,5vw,68px);line-height:1}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta p{max-width:620px;color:#58616c!important;font-size:17px;line-height:1.7}
body.page-id-3866 .hercules-magazine-release{padding-block:clamp(72px,7vw,104px);background:#fff}
body.page-id-3866 .hercules-magazine-release:nth-of-type(even){background:var(--sm-soft)}
body.page-id-3866 .hercules-magazine-release :is(.hercules-timetable__container,.hercules-match-center__container,.hercules-video-gallery__container,.hercules-video-desk__container){width:min(1320px,calc(100% - 48px));max-width:1320px;margin-inline:auto}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__scroll{padding-bottom:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}
body.page-id-3866 .hercules-magazine-schedule .hercules-timetable__grid{min-width:1160px}
body.page-id-3866 .hercules-magazine-release :is(h2,.hercules-timetable__title){color:var(--sm-ink);letter-spacing:-.035em}
@media(max-width:980px){body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card-grid,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-feature-grid,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-stats .hercules-demo-container{grid-template-columns:repeat(2,minmax(0,1fr))}body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article.is-featured{transform:none}}
@media(max-width:640px){body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-container,body.page-id-3866 .hercules-magazine-release :is(.hercules-timetable__container,.hercules-match-center__container,.hercules-video-gallery__container,.hercules-video-desk__container){width:calc(100% - 28px)}body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card-grid,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-feature-grid,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-quote-grid,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-stats .hercules-demo-container,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-mini-grid{grid-template-columns:1fr}body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card>img{height:220px}body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plan-grid article{min-height:0}body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading h2{font-size:38px}}

/* SPORTS MAGAZINE READABILITY PASS 2 20260822 */
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-kicker{display:inline-flex!important;width:auto!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;padding:7px 12px!important;margin:0 0 16px!important;align-items:center!important;justify-content:center!important;overflow:visible!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;line-height:1.25!important;letter-spacing:.11em!important;background:#ff3d71!important;color:#fff!important;box-sizing:border-box!important;text-align:center!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-kicker:before{display:none!important;content:none!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading .hercules-demo-kicker{max-width:min(100%,520px)!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-copy .hercules-demo-kicker,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta .hercules-demo-kicker{justify-content:flex-start!important;text-align:left!important;}
body.page-id-3866 .hercules-core-slider__actions{display:flex!important;flex-wrap:wrap!important;gap:14px!important;align-items:center!important;overflow:visible!important;}
body.page-id-3866 .hercules-core-slider__button{display:inline-flex!important;width:auto!important;min-width:154px!important;max-width:100%!important;min-height:52px!important;padding:13px 24px!important;align-items:center!important;justify-content:center!important;overflow:visible!important;white-space:normal!important;text-indent:0!important;letter-spacing:.035em!important;line-height:1.2!important;text-align:center!important;box-sizing:border-box!important;}
body.page-id-3866 .hercules-core-slider__button:not(.hercules-core-slider__button--outline){background:#ff3d71!important;border-color:#ff3d71!important;color:#fff!important;}
body.page-id-3866 .hercules-core-slider__button--outline{background:rgba(10,15,20,.18)!important;border-color:rgba(255,255,255,.82)!important;color:#fff!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading h2{max-width:980px!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(36px,4.35vw,58px)!important;line-height:1.06!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-copy h2{font-size:clamp(36px,4vw,56px)!important;line-height:1.06!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-testimonials .hercules-demo-heading h2{max-width:850px!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta:before{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 48%,rgba(255,255,255,.54) 72%,rgba(255,255,255,.28) 100%)!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta h2{font-size:clamp(38px,4.4vw,58px)!important;line-height:1.04!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta p{color:#3f4853!important;font-weight:500!important;}
@media(max-width:900px){body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading h2,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-copy h2{font-size:clamp(34px,7vw,48px)!important;}body.page-id-3866 .hercules-core-slider__button{min-width:145px!important;padding-inline:20px!important;}}
@media(max-width:640px){body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-kicker{font-size:11px!important;letter-spacing:.08em!important;padding:6px 10px!important;}body.page-id-3866 .hercules-core-slider__actions{display:grid!important;grid-template-columns:1fr!important;width:min(100%,320px)!important;}body.page-id-3866 .hercules-core-slider__button{width:100%!important;min-width:0!important;}body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading h2,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-copy h2,body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-cta h2{font-size:clamp(32px,10vw,42px)!important;line-height:1.08!important;}}

/* SPORTS MAGAZINE FINAL HERO + SECTION READABILITY 20260822 */
body.page-id-3866 .hercules-core-slider__actions{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:14px!important;
  overflow:visible!important;
}
body.page-id-3866 .hercules-core-slider__button,
body.page-id-3866 .hercules-core-slider__button:link,
body.page-id-3866 .hercules-core-slider__button:visited{
  display:inline-flex!important;
  width:auto!important;
  min-width:176px!important;
  min-height:54px!important;
  padding:14px 26px!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  white-space:nowrap!important;
  text-indent:0!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:.055em!important;
  text-align:center!important;
  opacity:1!important;
  visibility:visible!important;
}
body.page-id-3866 .hercules-core-slider__button:not(.hercules-core-slider__button--outline),
body.page-id-3866 .hercules-core-slider__button:not(.hercules-core-slider__button--outline):link,
body.page-id-3866 .hercules-core-slider__button:not(.hercules-core-slider__button--outline):visited{
  background:#ff3d71!important;
  border-color:#ff3d71!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.page-id-3866 .hercules-core-slider__button--outline,
body.page-id-3866 .hercules-core-slider__button--outline:link,
body.page-id-3866 .hercules-core-slider__button--outline:visited{
  background:rgba(10,14,20,.24)!important;
  border-color:rgba(255,255,255,.82)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.page-id-3866 .hercules-core-slider__button--outline:hover,
body.page-id-3866 .hercules-core-slider__button--outline:focus-visible{
  background:#fff!important;
  color:#111318!important;
  -webkit-text-fill-color:#111318!important;
}
body.page-id-3866 .hercules-core-slider__title{
  max-width:820px!important;
  font-size:clamp(48px,6vw,82px)!important;
  line-height:.98!important;
  overflow:visible!important;
  overflow-wrap:normal!important;
  text-wrap:balance!important;
}
body.page-id-3866 .hercules-core-slider__description{
  max-width:650px!important;
  color:#f2f4f7!important;
  font-size:clamp(18px,1.7vw,23px)!important;
  line-height:1.6!important;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading{
  padding-inline:18px!important;
  overflow:visible!important;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading h2{
  max-width:920px!important;
  margin-inline:auto!important;
  font-size:clamp(38px,4.3vw,58px)!important;
  line-height:1.08!important;
  overflow:visible!important;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-experience,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plans,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-testimonials{
  padding-top:92px!important;
  padding-bottom:104px!important;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-feature-grid article,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-quote-grid blockquote{
  height:auto!important;
  min-height:230px!important;
  overflow:visible!important;
}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-feature-grid p,
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-quote-grid blockquote{
  font-size:15px!important;
  line-height:1.72!important;
}
@media(max-width:900px){
  body.page-id-3866 .hercules-core-slider__title{font-size:clamp(42px,8vw,64px)!important;}
  body.page-id-3866 .hercules-core-slider__button{min-width:160px!important;}
}
@media(max-width:640px){
  body.page-id-3866 .hercules-core-slider__actions{display:grid!important;grid-template-columns:1fr!important;width:min(100%,340px)!important;}
  body.page-id-3866 .hercules-core-slider__button{width:100%!important;min-width:0!important;white-space:normal!important;}
  body.page-id-3866 .hercules-core-slider__title{font-size:clamp(38px,12vw,54px)!important;}
  body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-heading h2{font-size:clamp(32px,9.5vw,42px)!important;}
  body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-experience,
  body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-plans,
  body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-testimonials{padding-block:68px!important;}
}
/* SPORTS MAGAZINE COLOR SYSTEM 20260822 */
body.page-id-3866 .hercules-demo-family--sports-magazine{--sm-ink:#111318;--sm-body:#4f5966;--sm-muted:#626d7a;--sm-accent:#ff3d71;}
body.page-id-3866 .hercules-demo-family--sports-magazine :is(h1,h2,h3,h4,h5,h6,.hercules-demo-heading h2,.hercules-demo-copy h2,.hercules-demo-card h3,.hercules-demo-feature-grid h3,.hercules-demo-plan-grid h3){color:var(--sm-ink)!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine :is(p,li,.hercules-demo-heading p,.hercules-demo-copy>p,.hercules-demo-card p,.hercules-demo-feature-grid p,.hercules-demo-plan-grid li,.hercules-demo-quote-grid blockquote){color:var(--sm-body)!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine :is(.hercules-demo-stat span,.hercules-demo-mini-grid span,.hercules-demo-plan-grid span){color:var(--sm-muted)!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine :is(.hercules-demo-kicker,.hercules-demo-card>div>span,.hercules-demo-feature-grid article>strong,.hercules-demo-stat strong){color:var(--sm-accent)!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-kicker{background:var(--sm-accent)!important;color:#fff!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-kicker:before{background:#fff!important;}
body.page-id-3866 .hercules-demo-family--sports-magazine .hercules-demo-card a:not(.hercules-demo-button){color:var(--sm-accent)!important;font-weight:800!important;}
body.page-id-3866 .hercules-core-slider__title,body.page-id-3866 .hercules-core-slider__description,body.page-id-3866 .hercules-core-slider__eyebrow{color:#fff!important;}
body.page-id-3866 .hercules-core-slider__button:not(.hercules-core-slider__button--outline),body.page-id-3866 .hercules-core-slider__button:not(.hercules-core-slider__button--outline):link,body.page-id-3866 .hercules-core-slider__button:not(.hercules-core-slider__button--outline):visited{background:var(--sm-accent)!important;border-color:var(--sm-accent)!important;color:#fff!important;}
body.page-id-3866 .hercules-core-slider__button--outline,body.page-id-3866 .hercules-core-slider__button--outline:link,body.page-id-3866 .hercules-core-slider__button--outline:visited{background:transparent!important;border-color:rgba(255,255,255,.9)!important;color:#fff!important;}
body.page-id-3866 .hercules-core-slider__button--outline:hover,body.page-id-3866 .hercules-core-slider__button--outline:focus-visible{background:#fff!important;color:var(--sm-ink)!important;}
body.page-id-3866 .hercules-demo-feature-grid article>strong{font-weight:900!important;}
body.page-id-3866 .hercules-demo-stat strong{font-weight:900!important;}
/* HERCULES 21-NICHE UNIQUE PRICING UI 20260822 */
body[class*="hercules-demo-layout-"] :is(.hercules-demo-plan-grid,.hercules-niche-pricing){align-items:stretch}
body[class*="hercules-demo-layout-"] :is(.hercules-demo-plan-grid article,.hercules-niche-plan){position:relative;min-width:0;box-sizing:border-box;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
body[class*="hercules-demo-layout-"] :is(.hercules-demo-plan-grid article,.hercules-niche-plan):hover{transform:translateY(-5px)}
body.hercules-demo-layout-modern-gym :is(.hercules-demo-plan-grid,.hercules-niche-pricing){gap:18px!important}
body.hercules-demo-layout-modern-gym :is(.hercules-demo-plan-grid article,.hercules-niche-plan){border:0!important;border-top:5px solid var(--layout-accent,#5b5af7)!important;border-radius:4px!important;background:linear-gradient(180deg,#fff 0%,#f5f6f8 100%)!important;box-shadow:0 14px 34px rgba(13,17,21,.09)!important;padding:34px 30px!important}
body.hercules-demo-layout-modern-gym :is(.hercules-demo-plan-grid article,.hercules-niche-plan).is-featured{background:#0e1218!important;color:#fff!important;transform:translateY(-10px)}
body.hercules-demo-layout-personal-trainer .hercules-demo-plan-grid{gap:22px!important}
body.hercules-demo-layout-personal-trainer .hercules-demo-plan-grid article{border:1px solid #e6e9ee!important;border-left:7px solid var(--layout-accent,#6c63ff)!important;border-radius:18px 6px 18px 6px!important;background:#fff!important;box-shadow:0 18px 44px rgba(61,53,143,.10)!important;padding:34px 32px!important}
body.hercules-demo-layout-personal-trainer .hercules-demo-plan-grid article:nth-child(2){transform:translateY(-14px);background:linear-gradient(145deg,#f5f3ff,#fff)!important}
body.hercules-demo-layout-crossfit-box :is(.hercules-demo-plan-grid article,.hercules-niche-plan){border:2px solid #2c333d!important;border-radius:0!important;background:#11161d!important;color:#f7f8fa!important;box-shadow:10px 10px 0 #242b35!important;padding:30px 28px!important}
body.hercules-demo-layout-crossfit-box :is(.hercules-demo-plan-grid article,.hercules-niche-plan)::before{content:"";position:absolute;left:-2px;top:-2px;width:72px;height:5px;background:var(--layout-accent,#f6c344)}
body.hercules-demo-layout-yoga-studio :is(.hercules-demo-plan-grid,.hercules-niche-pricing){gap:28px!important}
body.hercules-demo-layout-yoga-studio :is(.hercules-demo-plan-grid article,.hercules-niche-plan){border:1px solid rgba(112,139,123,.18)!important;border-radius:34px!important;background:linear-gradient(180deg,#fff,#f7faf8)!important;box-shadow:0 24px 60px rgba(78,112,91,.10)!important;padding:38px 34px!important}
body.hercules-demo-layout-yoga-studio :is(.hercules-demo-plan-grid article,.hercules-niche-plan):nth-child(2){border-radius:60px 60px 34px 34px!important}
body.hercules-demo-layout-pilates-studio :is(.hercules-demo-plan-grid article,.hercules-niche-plan){border:1px solid #e6d8d1!important;border-radius:22px!important;background:#fffaf7!important;box-shadow:none!important;padding:38px 34px!important}
body.hercules-demo-layout-pilates-studio :is(.hercules-demo-plan-grid article,.hercules-niche-plan)::after{content:"";position:absolute;inset:9px;border:1px solid rgba(211,143,114,.28);border-radius:15px;pointer-events:none}
body.hercules-demo-layout-boxing-mma :is(.hercules-demo-plan-grid article,.hercules-niche-plan){border:1px solid #30343d!important;border-radius:14px!important;background:linear-gradient(145deg,#12151b,#1d222b)!important;color:#fff!important;box-shadow:0 20px 46px rgba(0,0,0,.22)!important;padding:34px 30px!important;overflow:hidden}
body.hercules-demo-layout-boxing-mma :is(.hercules-demo-plan-grid article,.hercules-niche-plan)::after{content:"";position:absolute;right:-34px;top:-34px;width:100px;height:100px;background:var(--layout-accent,#ef3d4d);transform:rotate(45deg);opacity:.9}
body.hercules-demo-layout-football-academy .hercules-demo-plan-grid article{border:2px dashed #2fb344!important;border-radius:18px!important;background:#f7fff8!important;box-shadow:none!important;padding:34px 30px!important}
body.hercules-demo-layout-football-academy .hercules-demo-plan-grid article::before,body.hercules-demo-layout-football-academy .hercules-demo-plan-grid article::after{content:"";position:absolute;top:48%;width:18px;height:18px;border-radius:50%;background:#fff}
body.hercules-demo-layout-football-academy .hercules-demo-plan-grid article::before{left:-10px}body.hercules-demo-layout-football-academy .hercules-demo-plan-grid article::after{right:-10px}
body.hercules-demo-layout-sports-club .hercules-demo-plan-grid{padding:26px!important;border-radius:30px;background:linear-gradient(135deg,#eaf2ff,#f8fbff)!important}
body.hercules-demo-layout-sports-club .hercules-demo-plan-grid article{border:1px solid rgba(45,127,249,.20)!important;border-radius:24px!important;background:rgba(255,255,255,.86)!important;box-shadow:0 16px 40px rgba(45,127,249,.10)!important;backdrop-filter:blur(10px);padding:34px 30px!important}
body.hercules-demo-layout-fitness-shop .hercules-demo-plan-grid article{border:1px solid #e8e9ec!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 28px rgba(16,20,27,.07)!important;padding:28px!important}
body.hercules-demo-layout-fitness-shop .hercules-demo-plan-grid article::before{content:"BUNDLE";display:inline-flex;margin-bottom:18px;padding:6px 10px;border-radius:999px;background:#fff2e8;color:#d85e00;font-size:10px;font-weight:900;letter-spacing:.12em}
body.hercules-demo-layout-sports-magazine .hercules-demo-plan-grid{gap:0!important;border-top:4px solid #111318!important}
body.hercules-demo-layout-sports-magazine .hercules-demo-plan-grid article{border:0!important;border-right:1px solid #dfe2e6!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;padding:40px 34px!important}
body.hercules-demo-layout-sports-magazine .hercules-demo-plan-grid article:last-child{border-right:0!important}
body.hercules-demo-layout-sports-magazine .hercules-demo-plan-grid article:nth-child(2){background:#fff5f8!important;border-top:5px solid #ff3d71!important}
body.hercules-demo-layout-online-fitness-coach :is(.hercules-demo-plan-grid article,.hercules-niche-plan){border:1px solid #e4e0ff!important;border-radius:26px!important;background:linear-gradient(155deg,#fff 35%,#f1efff 100%)!important;box-shadow:0 20px 50px rgba(108,99,255,.13)!important;padding:36px 32px!important}
body.hercules-demo-layout-online-fitness-coach :is(.hercules-demo-plan-grid article,.hercules-niche-plan):nth-child(2){background:linear-gradient(155deg,#6c63ff,#5147e8)!important;color:#fff!important}
body.hercules-demo-layout-sports-charity :is(.hercules-demo-plan-grid article,.hercules-niche-plan){border:1px solid #e1e5e2!important;border-top:0!important;border-radius:8px!important;background:#fff!important;box-shadow:0 10px 24px rgba(24,55,35,.06)!important;padding:36px 30px!important}
body.hercules-demo-layout-sports-charity :is(.hercules-demo-plan-grid article,.hercules-niche-plan)::before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:repeating-linear-gradient(90deg,#35a85b 0 18px,transparent 18px 28px)}
body.hercules-demo-layout-womens-fitness :is(.hercules-demo-plan-grid article,.hercules-niche-plan){border:0!important;border-radius:30px 30px 8px 30px!important;background:linear-gradient(145deg,#fff,#fff4f8)!important;box-shadow:0 18px 46px rgba(210,74,126,.11)!important;padding:36px 32px!important}
body.hercules-demo-layout-womens-fitness :is(.hercules-demo-plan-grid article,.hercules-niche-plan):nth-child(2){border-radius:8px 30px 30px 30px!important}
body.hercules-demo-layout-bodybuilding-club .hercules-demo-plan-grid{gap:16px!important;background:#0c0f13!important;padding:22px!important}
body.hercules-demo-layout-bodybuilding-club .hercules-demo-plan-grid article{border:1px solid #333a45!important;border-radius:4px!important;background:#171c23!important;color:#fff!important;box-shadow:none!important;padding:38px 30px!important}
body.hercules-demo-layout-bodybuilding-club .hercules-demo-plan-grid article:nth-child(2){border:2px solid #d6a62c!important;transform:scale(1.035)}
body.hercules-demo-layout-martial-arts .hercules-demo-plan-grid article{border:1px solid #ded8d3!important;border-radius:2px!important;background:#fffdf9!important;box-shadow:0 16px 34px rgba(68,44,33,.08)!important;padding:36px 32px!important}
body.hercules-demo-layout-martial-arts .hercules-demo-plan-grid article::before{content:"";position:absolute;left:0;right:0;top:0;height:6px;background:linear-gradient(90deg,#111 0 33%,#b6292f 33% 66%,#111 66%)}
body.hercules-demo-layout-cycling-club .hercules-demo-plan-grid article{border:0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 14px 38px rgba(10,30,45,.09)!important;padding:34px 32px 34px 42px!important;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%,0 12%)}
body.hercules-demo-layout-cycling-club .hercules-demo-plan-grid article::before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:var(--layout-accent,#19b7a3)}
body.hercules-demo-layout-wellness-center .hps-section--pricing .hps-items{gap:26px!important}
body.hercules-demo-layout-wellness-center .hps-section--pricing .hps-item{border:1px solid #d7e5d4!important;border-radius:32px!important;background:linear-gradient(180deg,#fff,#f3f8f1)!important;box-shadow:0 18px 44px rgba(54,124,91,.09)!important;padding:34px!important}
body.hercules-demo-layout-wellness-center .hps-section--pricing .hps-item:nth-child(2){transform:translateY(-12px);border-radius:52px 52px 24px 24px!important}
body.hercules-demo-layout-sports-rehab .hps-section--pricing .hps-item{position:relative;border:1px solid #dbe8f5!important;border-radius:14px!important;background:#fff!important;box-shadow:0 16px 36px rgba(47,128,237,.08)!important;padding:32px!important;overflow:hidden}
body.hercules-demo-layout-sports-rehab .hps-section--pricing .hps-item::before{content:"CARE PLAN";display:block;margin:-32px -32px 24px;padding:10px 18px;background:#edf5ff;color:#2f80ed;font-size:10px;font-weight:900;letter-spacing:.12em}
body.hercules-demo-layout-outdoor-bootcamp .hps-section--pricing .hps-item{border:1px solid #36404b!important;border-radius:8px!important;background:linear-gradient(160deg,#141a20,#222b33)!important;color:#f7faf9!important;box-shadow:0 18px 42px rgba(0,0,0,.18)!important;padding:34px!important}
body.hercules-demo-layout-outdoor-bootcamp .hps-section--pricing .hps-item:nth-child(odd){transform:rotate(-.5deg)}body.hercules-demo-layout-outdoor-bootcamp .hps-section--pricing .hps-item:nth-child(even){transform:rotate(.5deg)}
body.hercules-demo-layout-nutrition-coach .hps-section--pricing .hps-item{position:relative;border:1px solid #d8ead7!important;border-radius:24px!important;background:#fff!important;box-shadow:0 18px 40px rgba(67,130,74,.08)!important;padding:34px!important;overflow:hidden}
body.hercules-demo-layout-nutrition-coach .hps-section--pricing .hps-item::after{content:"";position:absolute;right:-26px;top:-26px;width:90px;height:90px;border-radius:50%;background:rgba(87,182,87,.13)}
body.hercules-demo-layout-nutrition-coach .hps-section--pricing .hps-item:nth-child(2){border-bottom:6px solid #57b657!important}
body.page-id-5085.hercules-demo-layout-paddle .hercules-paddle-grid{gap:22px!important}
body.page-id-5085.hercules-demo-layout-paddle .hercules-paddle-card{border:1px solid #253348!important;border-radius:22px!important;background:linear-gradient(145deg,#fff,#f4f7fb)!important;box-shadow:0 16px 38px rgba(15,23,42,.10)!important;padding:34px!important}
body.page-id-5085.hercules-demo-layout-paddle .hercules-paddle-card.is-featured{background:linear-gradient(150deg,#111827,#1f2937)!important;color:#fff!important;border-color:#e63946!important;transform:translateY(-12px)}
@media(max-width:900px){
 body[class*="hercules-demo-layout-"] :is(.hercules-demo-plan-grid,.hercules-niche-pricing){grid-template-columns:1fr!important;gap:18px!important}
 body[class*="hercules-demo-layout-"] :is(.hercules-demo-plan-grid article,.hercules-niche-plan),body[class*="hercules-demo-layout-"] .hps-section--pricing .hps-item,body.page-id-5085.hercules-demo-layout-paddle .hercules-paddle-card{transform:none!important;clip-path:none!important;margin:0!important}
 body.hercules-demo-layout-sports-magazine .hercules-demo-plan-grid article{border-right:0!important;border-bottom:1px solid #dfe2e6!important}
}
/* END HERCULES 21-NICHE UNIQUE PRICING UI */

/* UNIQUE PRICING CONTRAST SAFETY 20260822 */
body.hercules-demo-layout-crossfit-box :is(.hercules-demo-plan-grid article,.hercules-niche-plan) :is(h2,h3,h4,p,li,strong,span),body.hercules-demo-layout-boxing-mma :is(.hercules-demo-plan-grid article,.hercules-niche-plan) :is(h2,h3,h4,p,li,strong,span),body.hercules-demo-layout-bodybuilding-club .hercules-demo-plan-grid article :is(h2,h3,h4,p,li,strong,span){color:#f7f8fa!important}
body.hercules-demo-layout-online-fitness-coach :is(.hercules-demo-plan-grid article,.hercules-niche-plan):nth-child(2) :is(h2,h3,h4,p,li,strong,span){color:#fff!important}
body.hercules-demo-layout-outdoor-bootcamp .hps-section--pricing .hps-item :is(h2,h3,h4,p,li,strong,span,.hps-item__price){color:#f7faf9!important}
body.page-id-5085.hercules-demo-layout-paddle .hercules-paddle-card.is-featured :is(h2,h3,h4,p,li,strong,span){color:#fff!important}
/* END UNIQUE PRICING CONTRAST SAFETY */

/* OFC RESULTS EQUAL HEIGHT FIX 20260822 */
body.page-id-5590 .ofc-case-study{min-height:0!important;align-items:stretch!important}
body.page-id-5590 .ofc-case-study>img{height:auto!important;min-height:100%!important;max-height:520px!important;object-fit:cover!important;align-self:stretch!important}
body.page-id-5590 .ofc-case-study>div{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:38px 42px!important;min-height:0!important}
body.page-id-5590 .ofc-case-study dl{margin-top:24px!important}
@media(max-width:900px){body.page-id-5590 .ofc-case-study>img{height:340px!important;min-height:0!important;max-height:none!important}body.page-id-5590 .ofc-case-study>div{padding:32px!important}}
@media(max-width:640px){body.page-id-5590 .ofc-case-study>img{height:280px!important}body.page-id-5590 .ofc-case-study>div{padding:26px 24px!important}}
/* END OFC RESULTS EQUAL HEIGHT FIX */


/* HERCULES HOME WEEKLY SNAPSHOT 20260822 */
.hercules-home-snapshot{
  --hs-accent:var(--layout-accent,var(--hercules-accent,#6c63ff));
  padding:72px 24px;
  background:linear-gradient(180deg,#f8f9fb 0%,#fff 100%);
  color:#151922;
}
.hercules-home-snapshot__inner{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:56px;
  align-items:center;
}
.hercules-home-snapshot__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  color:var(--hs-accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
}
.hercules-home-snapshot__eyebrow::before{
  content:"";
  width:28px;
  height:2px;
  background:var(--hs-accent);
}
.hercules-home-snapshot h2{
  margin:0 0 14px;
  color:#151922;
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.hercules-home-snapshot__head p{
  max-width:520px;
  margin:0;
  color:#626b78;
  font-size:16px;
  line-height:1.7;
}
.hercules-home-snapshot__cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:24px;
  padding:13px 18px;
  border:1px solid #dfe3e8;
  border-radius:999px;
  background:#fff;
  color:#151922!important;
  font-size:13px;
  font-weight:800;
  text-decoration:none!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.hercules-home-snapshot__cta:hover{
  transform:translateY(-2px);
  border-color:var(--hs-accent);
  box-shadow:0 10px 24px rgba(20,25,34,.08);
}
.hercules-home-snapshot__list{
  display:grid;
  gap:10px;
}
.hercules-home-snapshot__row{
  position:relative;
  display:grid;
  grid-template-columns:72px 100px 1fr 10px;
  gap:18px;
  align-items:center;
  min-height:76px;
  padding:16px 18px;
  border:1px solid #e4e7eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 22px rgba(20,25,34,.045);
}
.hercules-home-snapshot__day{
  color:var(--hs-accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
}
.hercules-home-snapshot__row time{
  color:#737c89;
  font-size:13px;
  font-weight:700;
}
.hercules-home-snapshot__row strong{
  color:#171b22;
  font-size:16px;
  font-weight:800;
}
.hercules-home-snapshot__dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--hs-accent);
}
.hercules-home-snapshot.is-rtl{
  direction:rtl;
}
.hercules-home-snapshot.is-rtl .hercules-home-snapshot__eyebrow::before{
  order:2;
}
.hercules-home-snapshot.is-rtl .hercules-home-snapshot__cta span{
  transform:scaleX(-1);
}

/* niche accent inheritance */
body.hercules-demo-layout-modern-gym .hercules-home-snapshot{--hs-accent:#6156ff}
body.hercules-demo-layout-personal-trainer .hercules-home-snapshot{--hs-accent:#33b7a5}
body.hercules-demo-layout-crossfit-box .hercules-home-snapshot{--hs-accent:#f0b43c}
body.hercules-demo-layout-yoga-studio .hercules-home-snapshot{--hs-accent:#9a7ed5}
body.hercules-demo-layout-pilates-studio .hercules-home-snapshot{--hs-acccent:#e28d7c}
body.hercules-demo-layout-boxing-mma .hercules-home-snapshot{--hs-accent:#f03d4d}
body.hercules-demo-layout-football-academy .hercules-home-snapshot{--hs-accent:#27b44a}
body.hercules-demo-layout-sports-club .hercules-home-snapshot{--hs-accent:#2f80ed}
body.hercules-demo-layout-fitness-shop .hercules-home-snapshot{--hs-accent:#ff7a1a}
body.hercules-demo-layout-sports-magazine .hercules-home-snapshot{--hs-accent:#ff3d71}
body.hercules-demo-layout-online-fitness-coach .hercules-home-snapshot{--hs-accent:#6c63ff}
body.hercules-demo-layout-sports-charity .hercules-home-snapshot{--hs-accent:#00a884}
body.hercules-demo-layout-womens-fitness .hercules-home-snapshot{--hs-accent:#d24a7e}
body.hercules-demo-layout-bodybuilding-club .hercules-home-snapshot{--hs-accent:#d6a62c}
body.hercules-demo-layout-martial-arts .hercules-home-snapshot{--hs-accent:#b6292f}
body.hercules-demo-layout-cycling-club .hercules-home-snapshot{--hs-accent:#19b7a3}
body.hercules-demo-layout-wellness-center .hercules-home-snapshot{--hs-accent:#72a968}
body.hercules-demo-layout-sports-rehab .hercules-home-snapshot{--hs-accent:#2f80ed}
body.hercules-demo-layout-outdoor-bootcamp .hercules-home-snapshot{--hs-accent:#f06b3c}
body.hercules-demo-layout-nutrition-coach .hercules-home-snapshot{--hs-accent:#57b657}
body.hercules-demo-layout-paddle .hercules-home-snapshot{--hs-accent:#e63946}

@media(max-width:900px){
  .hercules-home-snapshot{padding:56px 20px}
  .hercules-home-snapshot__inner{grid-template-columns:1frkgap:34px}
}
@media(max-width:640px){
  .hercules-home-snapshot{padding:46px 16px}
  .hercules-home-snapshot__row{
    grid-template-columns:56px 78px 1fr;
    gap:10px;
    min-height:70px;
    padding:14px;
    border-radius:14px;
  }
  .hercules-home-snapshot__dot{display:none}
  .hercules-home-snapshot__row strong{font-size:14px}
  .hercules-home-snapshot__row time{font-size:12px}
}

/* OFC PREMIUM CALCULATOR HEADINGS 20260822 */
body.hercules-demo-layout-online-fitness-coach .hercules-fitcalc-heading{position:relative;width:min(980px,calc(100% - 32px));margin:0 auto 28px;padding:26px 30px 24px;border:1px solid rgba(108,99,255,.15);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,245,255,.94));box-shadow:0 16px 42px rgba(42,36,120,.07);overflow:hidden}
body.hercules-demo-layout-online-fitness-coach .hercules-fitcalc-heading::after{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#6c63ff,#3f8cff)}
body.hercules-demo-layout-online-fitness-coach .hercules-fitcalc-heading>span{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;padding:7px 11px;border-radius:999px;background:#eceaff;color:#5147e8;font-size:11px;font-weight:900;line-height:1;letter-spacing:.11em;text-transform:uppercase}
body.hercules-demo-layout-online-fitness-coach .hercules-fitcalc-heading>span::before{content:"";width:7px;height:7px;border-radius:50%;background:#6c63ff;box-shadow:0 0 0 4px rgba(108,99,255,.12)}
body.hercules-demo-layout-online-fitness-coach .hercules-fitcalc-heading h2{margin:0!important;color:#161a2b!important;font-size:clamp(30px,3.4vw,46px)!important;font-weight:750!important;line-height:1.08!important;letter-spacing:-.035em!important}
body.hercules-demo-layout-online-fitness-coach .hercules-fitcalc-heading p{max-width:760px;margin:12px 0 0!important;color:#5f6677!important;font-size:16px!important;line-height:1.65!important}
body.hercules-demo-layout-online-fitness-coach .hercules-fitcalc-section{padding-top:58px}
@media(max-width:767px){body.hercules-demo-layout-online-fitness-coach .hercules-fitcalc-heading{width:calc(100% - 24px);padding:22px 22px 20px;border-radius:18px}body.hercules-demo-layout-online-fitness-coach .hercules-fitcalc-heading h2{font-size:30px!important}body.hercules-demo-layout-online-fitness-coach .hercules-fitcalc-heading p{font-size:15px!important}}
/* END OFC PREMIUM CALCULATOR HEADINGS */


/* HERCULES CLASSES + TIMETABLE PAGE SEPARATION 20260822 */
.hercules-classes-catalog,.hercules-timetable-page{--hc-accent:var(--hercules-accent,#ff5a1f);--hc-dark:#0d1115;--hc-text:#55606d;--hc-line:#e5e9ee;--hc-soft:#f6f7f8;background:#fff;color:var(--hc-dark)}
.hercules-class-shell,.hercules-timetable-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.hercules-class-eyebrow,.hercules-class-heading>span,.hercules-timetable-eyebrow,.hercules-timetable-heading>span{display:inline-flex;margin-bottom:12px;color:var(--hc-accent);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.hercules-class-intro,.hercules-timetable-intro{padding:88px 0 72px;background:linear-gradient(180deg,#fff,#f7f8fa)}
.hercules-class-intro h2,.hercules-timetable-intro h2,.hercules-class-heading h2,.hercules-timetable-heading h2{max-width:850px;margin:0 0 16px;color:var(--hc-dark);font-size:clamp(34px,5vw,58px);line-height:1.04;letter-spacing:-.04em}
.hercules-class-intro p,.hercules-timetable-intro p,.hercules-class-heading p,.hercules-timetable-heading p{max-width:760px;margin:0;color:var(--hc-text);font-size:17px;line-height:1.75}
.hercules-class-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:38px}
.hercules-class-stats div{padding:22px;border:1px solid var(--hc-line);border-radius:16px;background:#fff}
.hercules-class-stats strong{display:block;color:var(--hc-dark);font-size:30px;line-height:1.1}
.hercules-class-stats span{display:block;margin-top:6px;color:#697483;font-size:13px}
.hercules-class-list{padding:92px 0}
.hercules-class-heading,.hercules-timetable-heading{margin-bottom:38px}
.hercules-class-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.hercules-class-grid article{position:relative;min-width:0;padding:30px;border:1px solid var(--hc-line);border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.06)}
.hercules-class-number{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:20px;border-radius:50%;background:var(--hc-dark);color:#fff;font-size:12px;font-weight:900}
.hercules-class-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:17px}
.hercules-class-meta b{padding:6px 9px;border-radius:999px;background:#f0f3f5;color:#4f5966;font-size:10px;letter-spacing:.04em;text-transform:uppercase}
.hercules-class-grid h3{margin:0 0 10px;font-size:24px;line-height:1.2;color:var(--hc-dark)}
.hercules-class-grid p{margin:0 0 20px;color:var(--hc-text);font-size:14.5px;line-height:1.7}
.hercules-class-grid a{color:var(--hc-accent)!important;font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;text-decoration:none!important}
.hercules-class-choose{padding:82px 0 90px;background:var(--hc-soft)}
.hercules-class-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hercules-class-choice-grid article{padding:26px;border-radius:16px;background:#fff;border:1px solid var(--hc-line)}
.hercules-class-choice-grid strong{display:block;margin-bottom:8px;font-size:18px;color:var(--hc-dark)}
.hercules-class-choice-grid p{margin:0;color:var(--hc-text);line-height:1.65}
.hercules-class-cta,.hercules-timetable-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding:28px 30px;border-radius:18px;background:var(--hc-dark);color:#fff}
.hercules-class-cta span,.hercules-timetable-cta span{display:block;color:#aeb8c3;font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.hercules-class-cta h3,.hercules-timetable-cta h3{margin:5px 0 0;color:#fff;font-size:25px}
.hercules-class-cta a,.hercules-timetable-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:999px;background:var(--hc-accent);color:#fff!important;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;text-decoration:none!important}
.hercules-timetable-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}
.hercules-timetable-info article{padding:22px;border-left:4px solid var(--hc-accent);background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.05)}
.hercules-timetable-info strong{display:block;margin-bottom:6px;color:var(--hc-dark);font-size:17px}
.hercules-timetable-info span{color:var(--hc-text);font-size:13px;line-height:1.6}
.hercules-timetable-live{padding:90px 0;background:#fff}
.hercules-timetable-live .hercules-timetable{margin-top:26px}
.hercules-timetable-help{padding:84px 0 92px;background:var(--hc-soft)}
.hercules-timetable-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.hercules-timetable-guide-grid article{padding:26px;border-radius:16px;background:#fff;border:1px solid var(--hc-line)}
.hercules-timetable-guide-grid article>span{display:inline-block;margin-bottom:16px;color:var(--hc-accent);font-size:13px;font-weight:900;letter-spacing:.08em}
.hercules-timetable-guide-grid h3{margin:0 0 9px;color:var(--hc-dark);font-size:19px}
.hercules-timetable-guide-grid p{margin:0;color:var(--hc-text);font-size:14px;line-height:1.65}
@media(max-width:991px){.hercules-class-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hercules-class-stats,.hercules-timetable-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hercules-timetable-info{grid-template-columns:1fr}}
@media(max-width:640px){.hercules-class-shell,.hercules-timetable-shell{width:min(100% - 28px,1180px)}.hercules-class-intro,.hercules-timetable-intro,.hercules-class-list,.hercules-class-choose,.hercules-timetable-live,.hercules-timetable-help{padding-top:62px;padding-bottom:62px}.hercules-class-grid,.hercules-class-stats,.hercules-class-choice-grid,.hercules-timetable-guide-grid{grid-template-columns:1fr}.hercules-class-cta,.hercules-timetable-cta{align-items:flex-start;flex-direction:column}.hercules-class-cta a,.hercules-timetable-cta a{width:100%}}


/* HERCULES UNIQUE YOGA + FOOTBALL INNER PAGES 20260822 */
.yoga-teachers-unique .yoga-feature-figure,
.football-academy-overview-unique .football-feature-figure,
.football-programs-unique .football-feature-figure,
.football-trials-unique .football-feature-figure,
.football-contact-unique .football-feature-figure{margin:0;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.10)}
.yoga-teachers-unique .yoga-feature-figure img,
.football-academy-overview-unique .football-feature-figure img,
.football-programs-unique .football-feature-figure img,
.football-trials-unique .football-feature-figure img,
.football-contact-unique .football-feature-figure img{display:block;width:100%;height:clamp(320px,40vw,520px);object-fit:cover}
.yoga-teachers-unique .yoga-feature-figure figcaption,
.football-academy-overview-unique .football-feature-figure figcaption,
.football-programs-unique .football-feature-figure figcaption,
.football-trials-unique .football-feature-figure figcaption,
.football-contact-unique .football-feature-figure figcaption{padding:14px 18px;color:#667085;font-size:13px;line-height:1.5}

.yoga-teachers-unique{--layout-accent:#7768a6;--hercules-accent-soft:#f0ebf8;--hercules-accent-dark:#55467e}
.yoga-teachers-unique .hercules-niche-team{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.yoga-teachers-unique .hercules-niche-person{overflow:hidden;border:1px solid #e9e2f0;border-radius:30px;background:#fff;box-shadow:0 18px 46px rgba(67,50,88,.08)}
.yoga-teachers-unique .hercules-niche-person figure{margin:0;aspect-ratio:4/3;overflow:hidden}
.yoga-teachers-unique .hercules-niche-person figure img{width:100%;height:100%;object-fit:cover}
.yoga-teachers-unique .hercules-niche-person__body{padding:24px}
.yoga-teachers-unique .hercules-niche-person__body h3{margin:0 0 5px;font-size:22px;line-height:1.2}
.yoga-teachers-unique .hercules-niche-person__role{margin:0 0 12px;color:#7768a6;font-weight:800}
.yoga-teachers-unique .hercules-niche-person__body ul{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0 0!important;padding:0!important;list-style:none!important}
.yoga-teachers-unique .hercules-niche-person__body li{margin:0!important;padding:7px 10px;border-radius:999px;background:#f4eff8;color:#66527d;font-size:12px!important;line-height:1!important}
.yoga-workshops-unique{--layout-accent:#8b6aa8;--hercules-accent-soft:#f2eaf7;--hercules-accent-dark:#65457e}
.yoga-workshop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.yoga-workshop-grid article{position:relative;padding:30px;border:1px solid #eadff0;border-radius:28px;background:linear-gradient(145deg,#fff 0%,#faf6fc 100%);box-shadow:0 16px 38px rgba(70,45,86,.06)}
.yoga-workshop-grid article>strong{display:grid;place-items:center;width:44px;height:44px;margin-bottom:20px;border-radius:14px;background:#8b6aa8;color:#fff;font-size:13px}
.yoga-workshop-grid h3{margin:0 0 9px;font-size:23px;line-height:1.2}
.yoga-workshop-grid p{margin:0 0 18px;color:#626070;line-height:1.65}
.yoga-workshop-grid article>span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#f0e8f5;color:#6f5382;font-size:12px;font-weight:800}
.yoga-workshops-unique .hercules-niche-media{grid-template-columns:repeat(3,minmax(0,1fr))}
.yoga-workshops-unique .hercules-niche-media img{height:330px}

.football-academy-overview-unique,
.football-programs-unique,
.football-trials-unique,
.football-teams-unique,
.football-contact-unique{--layout-accent:#19754b;--hercules-accent-soft:#e7f5ee;--hercules-accent-dark:#125b3a}
.football-academy-overview-unique .hercules-niche-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.football-program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.football-program-grid article{padding:28px;border:1px solid #d9e8df;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(15,70,42,.06)}
.football-program-grid article>span{display:inline-flex;margin-bottom:16px;padding:7px 10px;border-radius:999px;background:#e7f5ee;color:#166a44;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.football-program-grid h3{margin:0 0 9px;font-size:22px;line-height:1.2}
.football-program-grid p{margin:0 0 18px;color:#5f6b64;line-height:1.65}
.football-program-grid strong{color:#19754b;font-size:13px}
.football-program-table-wrap{overflow:auto;border:1px solid #dbe7df;border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(15,70,42,.05)}
.football-program-table{width:100%;min-width:760px;border-collapse:collapse}
.football-program-table th,.football-program-table td{padding:18px 20px;border-bottom:1px solid #e7eee9;text-align:left;vertical-align:top}
.football-program-table th{background:#123d2a;color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.football-program-table td{color:#536158;font-size:14px;line-height:1.55}
.football-program-table tbody tr:last-child td{border-bottom:0}
.football-trial-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.football-trial-timeline article{position:relative;padding:26px 22px;border:1px solid #dce8e1;border-radius:20px;background:#fff}
.football-trial-timeline article>strong{display:grid;place-items:center;width:38px;height:38px;margin-bottom:18px;border-radius:50%;background:#19754b;color:#fff;font-size:12px}
.football-trial-timeline h3{margin:0 0 8px;font-size:19px}
.football-trial-timeline p{margin:0;color:#5d6a62;line-height:1.65}
.football-assessment-list{display:grid;gap:12px;margin-top:22px}
.football-assessment-list p{margin:0!important;padding:15px 17px;border-left:4px solid #19754b;border-radius:0 14px 14px 0;background:#edf7f1;color:#526158!important}
.football-trial-media{margin-top:28px;grid-template-columns:minmax(0,680px)!important}
.football-team-band-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.football-team-band-grid article{padding:28px;border-radius:22px;background:#102f22;color:#fff;box-shadow:0 18px 42px rgba(10,47,31,.12)}
.football-team-band-grid article:nth-child(even){background:#19754b}
.football-team-band-grid span{display:inline-flex;margin-bottom:14px;color:#bde8d0;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.football-team-band-grid h3{margin:0 0 10px;color:#fff;font-size:21px;line-height:1.2}
.football-team-band-grid p{margin:0;color:rgba(255,255,255,.78);line-height:1.65}
.football-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.football-contact-grid article{padding:30px;border:1px solid #dce8e1;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(15,70,42,.06)}
.football-contact-grid article>span{display:inline-flex;margin-bottom:15px;padding:7px 10px;border-radius:999px;background:#e7f5ee;color:#19754b;font-size:11px;font-weight:900;text-transform:uppercase}
.football-contact-grid h3{margin:0 0 9px;font-size:22px}
.football-contact-grid p{margin:0 0 18px;color:#5e6a62;line-height:1.65}
.football-contact-grid a{font-weight:800;text-decoration:none;color:#19754b}
.football-response-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:34px}
.football-response-flow article{padding:25px;border:1px solid #dfe9e3;border-radius:18px;background:#f7fbf8}
.football-response-flow strong{display:inline-grid;place-items:center;width:36px;height:36px;margin-bottom:14px;border-radius:10px;background:#19754b;color:#fff}
.football-response-flow h3{margin:0 0 8px;font-size:19px}
.football-response-flow p{margin:0;color:#5f6a63;line-height:1.6}
.football-contact-media{grid-template-columns:minmax(0,700px)!important}
.football-contact-unique .wpcf7{margin-top:34px;padding:26px;border:1px solid #dce8e1;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(15,70,42,.06)}

@media(max-width:980px){
 .yoga-teachers-unique .hercules-niche-team,
 .football-program-grid,
 .football-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .football-trial-timeline,
 .football-team-band-grid,
 .football-academy-overview-unique .hercules-niche-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .yoga-workshops-unique .hercules-niche-media{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
 .yoga-teachers-unique .hercules-niche-team,
 .yoga-workshop-grid,
 .football-program-grid,
 .football-trial-timeline,
 .football-team-band-grid,
 .football-contact-grid,
 .football-response-flow,
 .football-academy-overview-unique .hercules-niche-grid,
 .yoga-workshops-unique .hercules-niche-media{grid-template-columns:1fr}
 .yoga-teachers-unique .yoga-feature-figure img,
 .football-academy-overview-unique .football-feature-figure img,
 .football-programs-unique .football-feature-figure img,
 .football-trials-unique .football-feature-figure img,
 .football-contact-unique .football-feature-figure img{height:320px}
 .yoga-workshops-unique .hercules-niche-media img{height:300px}
}


/* HERCULES DISTINCT INNER HERO 20260822 */
.niche-unique-hero{position:relative;display:grid;align-items:end;min-height:clamp(520px,67vh,760px);overflow:hidden;background:#111 center/cover no-repeat;background-image:linear-gradient(90deg,rgba(8,15,12,.80),rgba(8,15,12,.38) 58%,rgba(8,15,12,.16)),var(--niche-hero-image)}
.niche-unique-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.30));pointer-events:none}
.niche-unique-hero__inner{position:relative;z-index:1;width:min(1180px,calc(100% - 44px));margin:0 auto;padding:clamp(100px,14vw,170px) 0 clamp(62px,8vw,90px);color:#fff}
.niche-unique-hero__inner>span{display:inline-flex;margin-bottom:16px;padding:8px 11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(0,0,0,.20);color:#fff;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;backdrop-filter:blur(8px)}
.niche-unique-hero__inner h1{max-width:880px;margin:0 0 18px;color:#fff;font-size:clamp(42px,6.4vw,78px);font-weight:850;line-height:1.02;letter-spacing:-.045em;text-wrap:balance}
.niche-unique-hero__inner p{max-width:720px;margin:0;color:rgba(255,255,255,.84);font-size:clamp(17px,2vw,21px);line-height:1.65}
.niche-unique-hero__inner a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;margin-top:26px;padding:13px 24px;border-radius:999px;background:#fff;color:#111!important;font-size:12px;font-weight:900;letter-spacing:.07em;text-decoration:none!important;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease}
.niche-unique-hero__inner a:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.20)}
@media(max-width:680px){.niche-unique-hero{min-height:560px;background-position:center}.niche-unique-hero__inner{width:min(100% - 30px,1180px);padding-bottom:54px}.niche-unique-hero__inner h1{font-size:clamp(38px,12vw,58px)}.niche-unique-hero__inner p{font-size:16px;line-height:1.6}}

/* WOMENS FITNESS INNER PAGE UNIQUENESS 20260822 */
.wf-inner{--wf-accent:#d84bb4;--wf-dark:#111217;--wf-soft:#fff4fb;--wf-text:#23242b;background:#fff;color:var(--wf-text)}
.wf-inner .wf-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}.wf-inner img{display:block;width:100%;height:auto}.wf-inner .wf-kicker,.wf-inner .wf-hero>div>span,.wf-inner .wf-program-hero>div>span,.wf-inner .wf-cta span{display:inline-block;font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--wf-accent);margin-bottom:12px}.wf-inner h1,.wf-inner h2,.wf-inner h3{margin:0;color:inherit}.wf-inner h1{font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-.04em}.wf-inner h2{font-size:clamp(32px,4.4vw,54px);line-height:1.08;letter-spacing:-.03em}.wf-inner h3{font-size:22px;line-height:1.2}.wf-inner p,.wf-inner li,.wf-inner td,.wf-inner th{font-size:16px;line-height:1.7}.wf-inner a{text-decoration:none}.wf-hero,.wf-program-hero{position:relative;min-height:620px;background-size:cover;background-position:center;display:flex;align-items:flex-end;color:#fff}.wf-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,13,.92),rgba(8,9,13,.42) 60%,rgba(8,9,13,.12))}.wf-hero>.wf-wrap,.wf-program-hero>.wf-wrap{position:relative;z-index:2;padding:110px 0 86px;max-width:900px;margin-left:max(20px,calc((100vw - 1180px)/2));margin-right:auto}.wf-hero p,.wf-program-hero p{max-width:760px;font-size:19px;color:#f5eef4}.wf-hero a,.wf-program-hero a,.wf-cta a,.wf-coach-panel a{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;background:var(--wf-accent);color:#fff;font-weight:800;margin-top:16px}.wf-section{padding:94px 0}.wf-two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.wf-two-col--reverse{grid-template-columns:.95fr 1.05fr}.wf-two-col figure{margin:0}.wf-two-col figure img{height:520px;object-fit:cover;border-radius:30px}.wf-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}.wf-stat-row div{padding:22px;border:1px solid #eee3eb;border-radius:18px;background:var(--wf-soft)}.wf-stat-row strong{display:block;font-size:30px}.wf-stat-row span{font-size:13px;color:#6f6f78}.wf-values{background:var(--wf-soft)}.wf-values header,.wf-program-cards header,.wf-compare header,.wf-journey header,.wf-process header{max-width:850px;margin-bottom:42px}.wf-value-grid,.wf-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.wf-value-grid article,.wf-process-grid article{background:#fff;border:1px solid #ece5ea;border-radius:22px;padding:28px}.wf-value-grid article strong,.wf-process-grid article>span{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:var(--wf-dark);color:#fff;margin-bottom:18px}.wf-space{background:#fff}.wf-checks{padding:0;margin:26px 0;list-style:none}.wf-checks li{position:relative;padding-left:28px;margin:10px 0}.wf-checks li:before{content:'✓';position:absolute;left:0;color:var(--wf-accent);font-weight:900}.wf-text-link{font-weight:800;color:var(--wf-accent)}.wf-journey{background:#121319;color:#fff}.wf-journey h2,.wf-journey h3{color:#fff}.wf-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #3a3b43}.wf-timeline article{padding:30px 24px 10px;border-right:1px solid #30313a}.wf-timeline span{color:var(--wf-accent);font-weight:800}.wf-timeline p{color:#c7c8cf}.wf-cta{padding:82px 0;background:linear-gradient(135deg,#f8d6ed,#fff5fb);text-align:center}.wf-cta .wf-wrap{max-width:900px}.wf-program-cards{background:#fff}.wf-program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.wf-program-grid article{display:grid;grid-template-columns:190px 1fr;background:#fff;border:1px solid #e9e2e7;border-radius:24px;overflow:hidden;box-shadow:0 14px 40px rgba(30,20,28,.06)}.wf-program-grid article img{height:100%;min-height:310px;object-fit:cover}.wf-program-grid article>div{padding:28px}.wf-program-grid article>div>span{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--wf-accent)}.wf-program-grid ul{padding-left:18px}.wf-compare{background:var(--wf-soft)}.wf-table-wrap{overflow:auto;border-radius:22px;border:1px solid #eadde6;background:#fff}.wf-table-wrap table{width:100%;border-collapse:collapse;min-width:760px}.wf-table-wrap th,.wf-table-wrap td{text-align:left;padding:18px 20px;border-bottom:1px solid #eee3eb}.wf-table-wrap th{background:#171820;color:#fff}.wf-week{background:#fff}.wf-week-options{display:grid;gap:12px;margin-top:26px}.wf-week-options article{display:flex;justify-content:space-between;gap:20px;padding:17px 20px;background:var(--wf-soft);border-radius:16px}.wf-coach-panel{padding:34px;background:#171820;color:#fff;border-radius:28px}.wf-coach-panel h3{font-size:30px}.wf-coach-panel p{color:#c7c8cf}.wf-process{background:#f7f7fa}.wf-process-grid article{background:#fff}.wf-about-page .wf-values article:nth-child(2),.wf-about-page .wf-values article:nth-child(4){transform:translateY(18px)}.wf-programs-page .wf-program-grid article:nth-child(2),.wf-programs-page .wf-program-grid article:nth-child(3){border-radius:40px 12px 40px 12px}
@media(max-width:980px){.wf-two-col,.wf-two-col--reverse{grid-template-columns:1fr;gap:34px}.wf-value-grid,.wf-process-grid,.wf-timeline{grid-template-columns:repeat(2,1fr)}.wf-program-grid{grid-template-columns:1fr}.wf-hero,.wf-program-hero{min-height:560px}.wf-hero>.wf-wrap,.wf-program-hero>.wf-wrap{margin-left:20px}.wf-about-page .wf-values article:nth-child(2),.wf-about-page .wf-values article:nth-child(4){transform:none}}
@media(max-width:640px){.wf-inner .wf-wrap{width:min(100% - 28px,1180px)}.wf-section{padding:68px 0}.wf-hero,.wf-program-hero{min-height:500px}.wf-hero>.wf-wrap,.wf-program-hero>.wf-wrap{padding:84px 0 56px;margin-left:14px}.wf-value-grid,.wf-process-grid,.wf-timeline,.wf-stat-row{grid-template-columns:1fr}.wf-program-grid article{grid-template-columns:1fr}.wf-program-grid article img{height:260px;min-height:0}.wf-two-col figure img{height:360px}.wf-timeline article{border-right:0;border-bottom:1px solid #30313a}.wf-week-options article{flex-direction:column;gap:2px}}


/* PADDLE MEMBERSHIPS KEEP NUMBERS REMOVE TICKS 20260825 */
body.page-id-5085 [data-paddle-expand="membership-join"] .hercules-paddle-court-copy ol li::before{display:none!important;content:none!important}

/* HERCULES DESKTOP DROPDOWN HOVER BRIDGE FIX 20260825 */
@media (min-width:901px){
.hercules-layout-header .hercules-layout-header__inner,.hercules-layout-header .hercules-layout-header__row,.hercules-layout-header .hercules-layout-nav,.hercules-layout-header .hercules-layout-menu{overflow:visible!important}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li.menu-item-has-children{position:relative!important}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li.menu-item-has-children>.sub-menu{top:100%!important;margin-top:0!important;z-index:99999!important;pointer-events:auto!important}
.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li.menu-item-has-children:hover>.sub-menu,.hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav .hercules-layout-menu>li.menu-item-has-children:focus-within>.sub-menu{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
}

/* HERCULES DESKTOP MENU ALWAYS VISIBLE 20260825 */
@media (min-width:901px){
body .hercules-layout-header .hercules-layout-menu-toggle,
body .hercules-layout-header .hercules-mobile-submenu-toggle{display:none!important;}
body .hercules-layout-header .hercules-layout-nav,
body .hercules-layout-header .hercules-layout-nav.navbar-collapse,
body.hercules-demo-layout-nutrition-coach .hercules-layout-header.hercules-header-centretoggle .hercules-layout-nav.navbar-collapse{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;max-height:none!important;overflow:visible!important;position:static!important;transform:none!important;pointer-events:auto!important;width:100%!important;}
body .hercules-layout-header .hercules-layout-menu{display:flex!important;visibility:visible!important;opacity:1!important;overflow:visible!important;align-items:center!important;flex-wrap:wrap!important;}
body .hercules-layout-header .hercules-layout-menu>li{position:relative!important;}
body .hercules-layout-header .hercules-layout-menu .sub-menu{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:absolute!important;top:100%!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:max-content!important;min-width:190px!important;margin:0!important;padding:8px!important;border:1px solid rgba(13,17,21,.10)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 18px 42px rgba(13,17,21,.14)!important;z-index:99999!important;list-style:none!important;}
body .hercules-layout-header .hercules-layout-menu>li:hover>.sub-menu,
body .hercules-layout-header .hercules-layout-menu>li:focus-within>.sub-menu{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;}
body .hercules-layout-header .hercules-layout-menu .sub-menu li{display:block!important;width:100%!important;margin:0!important;padding:0!important;}
body .hercules-layout-header .hercules-layout-menu .sub-menu a{display:block!important;width:100%!important;min-height:0!important;margin:0!important;padding:10px 12px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#46505f!important;white-space:nowrap!important;line-height:1.35!important;}
body .hercules-layout-header .hercules-layout-menu .sub-menu a:hover,
body .hercules-layout-header .hercules-layout-menu .sub-menu a:focus-visible{background:rgba(87,182,87,.12)!important;color:#1a2b1b!important;}
}


/* HERCULES NUTRITION BLOG BREADCRUMB PRO 20260825 */
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin{
    margin:0;
    background:#0b1211;
    border-top:1px solid rgba(255,255,255,.055);
    border-bottom:1px solid rgba(255,255,255,.08);
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .padding.black-bg{
    padding:22px 0;
    background:
        radial-gradient(circle at 88% 10%, rgba(87,169,87,.10), transparent 34%),
        linear-gradient(100deg,#0c1116 0%,#0d1414 56%,#0a1611 100%);
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:32px;
    max-width:1320px;
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin h4{
    order:1;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:12px;
    margin:0;
    color:#fff;
    font-size:13px;
    line-height:1;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin h4::before{
    content:"";
    width:30px;
    height:2px;
    border-radius:999px;
    background:#57a957;
    box-shadow:0 0 0 1px rgba(87,169,87,.08);
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root{
    order:2;
    float:none;
    min-width:0;
    margin:0;
    color:rgba(255,255,255,.40);
    font-size:12.5px;
    line-height:1.55;
    letter-spacing:.01em;
    text-align:right;
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root > span{
    display:inline;
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root a{
    color:rgba(255,255,255,.66);
    text-decoration:none;
    font-weight:500;
    transition:color .2s ease;
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root a:hover,
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root a:focus-visible{
    color:#8bd087;
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root .current-item{
    color:#fff;
    font-weight:650;
}
body.hercules-blog-niche-nutrition-coach.single-post .hercules-article__breadcrumbs{
    display:none;
}
@media (max-width:900px){
    body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .padding.black-bg{
        padding:18px 0;
    }
    body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .container{
        display:block;
    }
    body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin h4{
        margin-bottom:10px;
        font-size:12px;
    }
    body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root{
        float:none;
        text-align:left;
        font-size:11.5px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
}


/* HERCULES NUTRITION BLOG BREADCRUMB TEXT POLISH 20260825 */
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root > span:first-child > a > span[property="name"]{
    font-size:0;
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root > span:first-child > a > span[property="name"]::after{
    content:"Hercules";
    font-size:12.5px;
}
body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root .current-item{
    display:inline-block;
    max-width:min(38vw,460px);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    vertical-align:bottom;
}
@media (max-width:900px){
    body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root > span:first-child > a > span[property="name"]::after{
        font-size:11.5px;
    }
    body.hercules-blog-niche-nutrition-coach.single-post .path.no-margin .path-root .current-item{
        max-width:46vw;
    }
}

/* HERCULES FINAL DESKTOP TOGGLE HARD HIDE 20260825 */
@media (min-width:901px){
html body .hercules-layout-header button.hercules-layout-menu-toggle,
html body .hercules-layout-header .hercules-layout-menu-toggle,
html body .hercules-builder-layout--header button.hercules-layout-menu-toggle,
html body .hercules-builder-layout--header .hercules-layout-menu-toggle{
 display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;
 width:0!important;min-width:0!important;max-width:0!important;height:0!important;min-height:0!important;
 margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;
}
}


/* === PER-DEMO HEADER AND FOOTER TREATMENTS ===
   Twenty-one demos previously shared eight family styles, so several
   demos rendered an identical header and footer. Each demo now carries
   its own accent, divider, rhythm and type treatment on top of the
   family class it already used. Appended so the existing cascade is
   untouched. */

/* --- gym --- */
.hercules-layout-header.hs-h-gym{--layout-accent:#f2622a;padding:18px 0;border-bottom:solid 3px #f2622a;box-shadow:0 1px 0 rgba(255,255,255,.06);}
.hercules-layout-header.hs-h-gym .hercules-layout-menu>li>a{text-transform:uppercase;letter-spacing:.06em;}
.hercules-layout-header.hs-h-gym .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-gym .hercules-layout-menu>li.current-menu-item>a{color:#f2622a;}
.hercules-layout-header.hs-h-gym .hercules-layout-header__brand,.hercules-layout-header.hs-h-gym .hercules-layout-logo{letter-spacing:.06em;}
.hercules-layout-footer.hs-f-gym{--layout-accent:#f2622a;background:#0d1115;border-top:solid 3px #f2622a;}
.hercules-layout-footer.hs-f-gym h3,.hercules-layout-footer.hs-f-gym h4{text-transform:uppercase;letter-spacing:.06em;color:#f2622a;}
.hercules-layout-footer.hs-f-gym a:hover{color:#f2622a;}

/* --- pt --- */
.hercules-layout-header.hs-h-pt{--layout-accent:#5b6cff;padding:22px 0;border-bottom:solid 1px #5b6cff;box-shadow:0 10px 30px rgba(13,17,21,.06);}
.hercules-layout-header.hs-h-pt .hercules-layout-menu>li>a{text-transform:none;letter-spacing:.01em;}
.hercules-layout-header.hs-h-pt .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-pt .hercules-layout-menu>li.current-menu-item>a{color:#5b6cff;}
.hercules-layout-header.hs-h-pt .hercules-layout-header__brand,.hercules-layout-header.hs-h-pt .hercules-layout-logo{letter-spacing:.01em;}
.hercules-layout-footer.hs-f-pt{--layout-accent:#5b6cff;background:#101418;border-top:solid 1px #5b6cff;}
.hercules-layout-footer.hs-f-pt h3,.hercules-layout-footer.hs-f-pt h4{text-transform:none;letter-spacing:.01em;color:#5b6cff;}
.hercules-layout-footer.hs-f-pt a:hover{color:#5b6cff;}

/* --- box --- */
.hercules-layout-header.hs-h-box{--layout-accent:#c8ff2e;padding:14px 0;border-bottom:solid 4px #c8ff2e;}
.hercules-layout-header.hs-h-box .hercules-layout-menu>li>a{text-transform:uppercase;letter-spacing:.10em;}
.hercules-layout-header.hs-h-box .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-box .hercules-layout-menu>li.current-menu-item>a{color:#c8ff2e;}
.hercules-layout-header.hs-h-box .hercules-layout-header__brand,.hercules-layout-header.hs-h-box .hercules-layout-logo{letter-spacing:.10em;}
.hercules-layout-footer.hs-f-box{--layout-accent:#c8ff2e;background:#0a0c0a;border-top:solid 4px #c8ff2e;}
.hercules-layout-footer.hs-f-box h3,.hercules-layout-footer.hs-f-box h4{text-transform:uppercase;letter-spacing:.10em;color:#c8ff2e;}
.hercules-layout-footer.hs-f-box a:hover{color:#c8ff2e;}

/* --- yoga --- */
.hercules-layout-header.hs-h-yoga{--layout-accent:#8ba888;padding:26px 0;}
.hercules-layout-header.hs-h-yoga .hercules-layout-menu>li>a{text-transform:none;letter-spacing:.02em;}
.hercules-layout-header.hs-h-yoga .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-yoga .hercules-layout-menu>li.current-menu-item>a{color:#8ba888;}
.hercules-layout-header.hs-h-yoga .hercules-layout-header__brand,.hercules-layout-header.hs-h-yoga .hercules-layout-logo{letter-spacing:.02em;}
.hercules-layout-footer.hs-f-yoga{--layout-accent:#8ba888;background:#f7f5f0;}
.hercules-layout-footer.hs-f-yoga h3,.hercules-layout-footer.hs-f-yoga h4{text-transform:none;letter-spacing:.02em;color:#8ba888;}
.hercules-layout-footer.hs-f-yoga a:hover{color:#8ba888;}

/* --- pilates --- */
.hercules-layout-header.hs-h-pilates{--layout-accent:#c9a227;padding:24px 0;border-bottom:solid 1px #c9a227;box-shadow:0 1px 0 rgba(13,17,21,.07);}
.hercules-layout-header.hs-h-pilates .hercules-layout-menu>li>a{text-transform:capitalize;letter-spacing:.04em;}
.hercules-layout-header.hs-h-pilates .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-pilates .hercules-layout-menu>li.current-menu-item>a{color:#c9a227;}
.hercules-layout-header.hs-h-pilates .hercules-layout-header__brand,.hercules-layout-header.hs-h-pilates .hercules-layout-logo{letter-spacing:.04em;}
.hercules-layout-footer.hs-f-pilates{--layout-accent:#c9a227;background:#faf8f4;border-top:solid 1px #c9a227;}
.hercules-layout-footer.hs-f-pilates h3,.hercules-layout-footer.hs-f-pilates h4{text-transform:capitalize;letter-spacing:.04em;color:#c9a227;}
.hercules-layout-footer.hs-f-pilates a:hover{color:#c9a227;}

/* --- boxing --- */
.hercules-layout-header.hs-h-boxing{--layout-accent:#e11d2e;padding:12px 0;border-bottom:double 5px #e11d2e;}
.hercules-layout-header.hs-h-boxing .hercules-layout-menu>li>a{text-transform:uppercase;letter-spacing:.12em;}
.hercules-layout-header.hs-h-boxing .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-boxing .hercules-layout-menu>li.current-menu-item>a{color:#e11d2e;}
.hercules-layout-header.hs-h-boxing .hercules-layout-header__brand,.hercules-layout-header.hs-h-boxing .hercules-layout-logo{letter-spacing:.12em;}
.hercules-layout-footer.hs-f-boxing{--layout-accent:#e11d2e;background:#0b0b0d;border-top:double 5px #e11d2e;}
.hercules-layout-footer.hs-f-boxing h3,.hercules-layout-footer.hs-f-boxing h4{text-transform:uppercase;letter-spacing:.12em;color:#e11d2e;}
.hercules-layout-footer.hs-f-boxing a:hover{color:#e11d2e;}

/* --- dojo --- */
.hercules-layout-header.hs-h-dojo{--layout-accent:#b03a2e;padding:16px 0;border-bottom:solid 2px #b03a2e;box-shadow:inset 0 -2px 0 rgba(176,58,46,.35);}
.hercules-layout-header.hs-h-dojo .hercules-layout-menu>li>a{text-transform:uppercase;letter-spacing:.08em;}
.hercules-layout-header.hs-h-dojo .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-dojo .hercules-layout-menu>li.current-menu-item>a{color:#b03a2e;}
.hercules-layout-header.hs-h-dojo .hercules-layout-header__brand,.hercules-layout-header.hs-h-dojo .hercules-layout-logo{letter-spacing:.08em;}
.hercules-layout-footer.hs-f-dojo{--layout-accent:#b03a2e;background:#12100e;border-top:solid 2px #b03a2e;}
.hercules-layout-footer.hs-f-dojo h3,.hercules-layout-footer.hs-f-dojo h4{text-transform:uppercase;letter-spacing:.08em;color:#b03a2e;}
.hercules-layout-footer.hs-f-dojo a:hover{color:#b03a2e;}

/* --- football --- */
.hercules-layout-header.hs-h-football{--layout-accent:#1f9d55;padding:16px 0;border-bottom:solid 3px #1f9d55;}
.hercules-layout-header.hs-h-football .hercules-layout-menu>li>a{text-transform:uppercase;letter-spacing:.05em;}
.hercules-layout-header.hs-h-football .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-football .hercules-layout-menu>li.current-menu-item>a{color:#1f9d55;}
.hercules-layout-header.hs-h-football .hercules-layout-header__brand,.hercules-layout-header.hs-h-football .hercules-layout-logo{letter-spacing:.05em;}
.hercules-layout-footer.hs-f-football{--layout-accent:#1f9d55;background:#0c1a12;border-top:solid 3px #1f9d55;}
.hercules-layout-footer.hs-f-football h3,.hercules-layout-footer.hs-f-football h4{text-transform:uppercase;letter-spacing:.05em;color:#1f9d55;}
.hercules-layout-footer.hs-f-football a:hover{color:#1f9d55;}

/* --- club --- */
.hercules-layout-header.hs-h-club{--layout-accent:#2563eb;padding:20px 0;border-bottom:solid 2px #2563eb;box-shadow:0 2px 0 rgba(37,99,235,.25);}
.hercules-layout-header.hs-h-club .hercules-layout-menu>li>a{text-transform:none;letter-spacing:.02em;}
.hercules-layout-header.hs-h-club .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-club .hercules-layout-menu>li.current-menu-item>a{color:#2563eb;}
.hercules-layout-header.hs-h-club .hercules-layout-header__brand,.hercules-layout-header.hs-h-club .hercules-layout-logo{letter-spacing:.02em;}
.hercules-layout-footer.hs-f-club{--layout-accent:#2563eb;background:#0b1220;border-top:solid 2px #2563eb;}
.hercules-layout-footer.hs-f-club h3,.hercules-layout-footer.hs-f-club h4{text-transform:none;letter-spacing:.02em;color:#2563eb;}
.hercules-layout-footer.hs-f-club a:hover{color:#2563eb;}

/* --- rehab --- */
.hercules-layout-header.hs-h-rehab{--layout-accent:#0e7490;padding:24px 0;border-bottom:solid 1px #0e7490;box-shadow:0 8px 24px rgba(14,116,144,.10);}
.hercules-layout-header.hs-h-rehab .hercules-layout-menu>li>a{text-transform:none;letter-spacing:.01em;}
.hercules-layout-header.hs-h-rehab .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-rehab .hercules-layout-menu>li.current-menu-item>a{color:#0e7490;}
.hercules-layout-header.hs-h-rehab .hercules-layout-header__brand,.hercules-layout-header.hs-h-rehab .hercules-layout-logo{letter-spacing:.01em;}
.hercules-layout-footer.hs-f-rehab{--layout-accent:#0e7490;background:#f4fafb;border-top:solid 1px #0e7490;}
.hercules-layout-footer.hs-f-rehab h3,.hercules-layout-footer.hs-f-rehab h4{text-transform:none;letter-spacing:.01em;color:#0e7490;}
.hercules-layout-footer.hs-f-rehab a:hover{color:#0e7490;}

/* --- nutri --- */
.hercules-layout-header.hs-h-nutri{--layout-accent:#57b657;padding:22px 0;border-bottom:dashed 2px #57b657;}
.hercules-layout-header.hs-h-nutri .hercules-layout-menu>li>a{text-transform:none;letter-spacing:.02em;}
.hercules-layout-header.hs-h-nutri .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-nutri .hercules-layout-menu>li.current-menu-item>a{color:#57b657;}
.hercules-layout-header.hs-h-nutri .hercules-layout-header__brand,.hercules-layout-header.hs-h-nutri .hercules-layout-logo{letter-spacing:.02em;}
.hercules-layout-footer.hs-f-nutri{--layout-accent:#57b657;background:#f6faf6;border-top:dashed 2px #57b657;}
.hercules-layout-footer.hs-f-nutri h3,.hercules-layout-footer.hs-f-nutri h4{text-transform:none;letter-spacing:.02em;color:#57b657;}
.hercules-layout-footer.hs-f-nutri a:hover{color:#57b657;}

/* --- cycle --- */
.hercules-layout-header.hs-h-cycle{--layout-accent:#f59e0b;padding:16px 0;border-bottom:solid 2px #f59e0b;}
.hercules-layout-header.hs-h-cycle .hercules-layout-menu>li>a{text-transform:uppercase;letter-spacing:.07em;}
.hercules-layout-header.hs-h-cycle .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-cycle .hercules-layout-menu>li.current-menu-item>a{color:#f59e0b;}
.hercules-layout-header.hs-h-cycle .hercules-layout-header__brand,.hercules-layout-header.hs-h-cycle .hercules-layout-logo{letter-spacing:.07em;}
.hercules-layout-footer.hs-f-cycle{--layout-accent:#f59e0b;background:#0f1418;border-top:solid 2px #f59e0b;}
.hercules-layout-footer.hs-f-cycle h3,.hercules-layout-footer.hs-f-cycle h4{text-transform:uppercase;letter-spacing:.07em;color:#f59e0b;}
.hercules-layout-footer.hs-f-cycle a:hover{color:#f59e0b;}

/* --- charity --- */
.hercules-layout-header.hs-h-charity{--layout-accent:#db2777;padding:20px 0;border-bottom:solid 3px #db2777;box-shadow:0 4px 0 rgba(219,39,119,.20);}
.hercules-layout-header.hs-h-charity .hercules-layout-menu>li>a{text-transform:none;letter-spacing:.03em;}
.hercules-layout-header.hs-h-charity .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-charity .hercules-layout-menu>li.current-menu-item>a{color:#db2777;}
.hercules-layout-header.hs-h-charity .hercules-layout-header__brand,.hercules-layout-header.hs-h-charity .hercules-layout-logo{letter-spacing:.03em;}
.hercules-layout-footer.hs-f-charity{--layout-accent:#db2777;background:#fdf4f8;border-top:solid 3px #db2777;}
.hercules-layout-footer.hs-f-charity h3,.hercules-layout-footer.hs-f-charity h4{text-transform:none;letter-spacing:.03em;color:#db2777;}
.hercules-layout-footer.hs-f-charity a:hover{color:#db2777;}

/* --- women --- */
.hercules-layout-header.hs-h-women{--layout-accent:#a855f7;padding:24px 0;border-bottom:solid 1px #a855f7;box-shadow:0 10px 28px rgba(168,85,247,.12);}
.hercules-layout-header.hs-h-women .hercules-layout-menu>li>a{text-transform:capitalize;letter-spacing:.03em;}
.hercules-layout-header.hs-h-women .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-women .hercules-layout-menu>li.current-menu-item>a{color:#a855f7;}
.hercules-layout-header.hs-h-women .hercules-layout-header__brand,.hercules-layout-header.hs-h-women .hercules-layout-logo{letter-spacing:.03em;}
.hercules-layout-footer.hs-f-women{--layout-accent:#a855f7;background:#faf6fe;border-top:solid 1px #a855f7;}
.hercules-layout-footer.hs-f-women h3,.hercules-layout-footer.hs-f-women h4{text-transform:capitalize;letter-spacing:.03em;color:#a855f7;}
.hercules-layout-footer.hs-f-women a:hover{color:#a855f7;}

/* --- bb --- */
.hercules-layout-header.hs-h-bb{--layout-accent:#facc15;padding:12px 0;border-bottom:solid 5px #facc15;}
.hercules-layout-header.hs-h-bb .hercules-layout-menu>li>a{text-transform:uppercase;letter-spacing:.14em;}
.hercules-layout-header.hs-h-bb .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-bb .hercules-layout-menu>li.current-menu-item>a{color:#facc15;}
.hercules-layout-header.hs-h-bb .hercules-layout-header__brand,.hercules-layout-header.hs-h-bb .hercules-layout-logo{letter-spacing:.14em;}
.hercules-layout-footer.hs-f-bb{--layout-accent:#facc15;background:#0a0a0a;border-top:solid 5px #facc15;}
.hercules-layout-footer.hs-f-bb h3,.hercules-layout-footer.hs-f-bb h4{text-transform:uppercase;letter-spacing:.14em;color:#facc15;}
.hercules-layout-footer.hs-f-bb a:hover{color:#facc15;}

/* --- online --- */
.hercules-layout-header.hs-h-online{--layout-accent:#06b6d4;padding:22px 0;border-bottom:solid 1px #06b6d4;box-shadow:0 6px 20px rgba(6,182,212,.14);}
.hercules-layout-header.hs-h-online .hercules-layout-menu>li>a{text-transform:none;letter-spacing:.01em;}
.hercules-layout-header.hs-h-online .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-online .hercules-layout-menu>li.current-menu-item>a{color:#06b6d4;}
.hercules-layout-header.hs-h-online .hercules-layout-header__brand,.hercules-layout-header.hs-h-online .hercules-layout-logo{letter-spacing:.01em;}
.hercules-layout-footer.hs-f-online{--layout-accent:#06b6d4;background:#f2fbfd;border-top:solid 1px #06b6d4;}
.hercules-layout-footer.hs-f-online h3,.hercules-layout-footer.hs-f-online h4{text-transform:none;letter-spacing:.01em;color:#06b6d4;}
.hercules-layout-footer.hs-f-online a:hover{color:#06b6d4;}

/* --- bootcamp --- */
.hercules-layout-header.hs-h-bootcamp{--layout-accent:#84cc16;padding:16px 0;border-bottom:solid 3px #84cc16;}
.hercules-layout-header.hs-h-bootcamp .hercules-layout-menu>li>a{text-transform:uppercase;letter-spacing:.06em;}
.hercules-layout-header.hs-h-bootcamp .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-bootcamp .hercules-layout-menu>li.current-menu-item>a{color:#84cc16;}
.hercules-layout-header.hs-h-bootcamp .hercules-layout-header__brand,.hercules-layout-header.hs-h-bootcamp .hercules-layout-logo{letter-spacing:.06em;}
.hercules-layout-footer.hs-f-bootcamp{--layout-accent:#84cc16;background:#101a10;border-top:solid 3px #84cc16;}
.hercules-layout-footer.hs-f-bootcamp h3,.hercules-layout-footer.hs-f-bootcamp h4{text-transform:uppercase;letter-spacing:.06em;color:#84cc16;}
.hercules-layout-footer.hs-f-bootcamp a:hover{color:#84cc16;}

/* --- mag --- */
.hercules-layout-header.hs-h-mag{--layout-accent:#111827;padding:18px 0;border-bottom:solid 1px #111827;box-shadow:0 1px 0 #111827;}
.hercules-layout-header.hs-h-mag .hercules-layout-menu>li>a{text-transform:none;letter-spacing:0;}
.hercules-layout-header.hs-h-mag .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-mag .hercules-layout-menu>li.current-menu-item>a{color:#111827;}
.hercules-layout-header.hs-h-mag .hercules-layout-header__brand,.hercules-layout-header.hs-h-mag .hercules-layout-logo{letter-spacing:0;}
.hercules-layout-footer.hs-f-mag{--layout-accent:#111827;background:#ffffff;border-top:solid 1px #111827;}
.hercules-layout-footer.hs-f-mag h3,.hercules-layout-footer.hs-f-mag h4{text-transform:none;letter-spacing:0;color:#111827;}
.hercules-layout-footer.hs-f-mag a:hover{color:#111827;}

/* --- wellness --- */
.hercules-layout-header.hs-h-wellness{--layout-accent:#7c9885;padding:28px 0;}
.hercules-layout-header.hs-h-wellness .hercules-layout-menu>li>a{text-transform:none;letter-spacing:.02em;}
.hercules-layout-header.hs-h-wellness .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-wellness .hercules-layout-menu>li.current-menu-item>a{color:#7c9885;}
.hercules-layout-header.hs-h-wellness .hercules-layout-header__brand,.hercules-layout-header.hs-h-wellness .hercules-layout-logo{letter-spacing:.02em;}
.hercules-layout-footer.hs-f-wellness{--layout-accent:#7c9885;background:#f5f7f4;}
.hercules-layout-footer.hs-f-wellness h3,.hercules-layout-footer.hs-f-wellness h4{text-transform:none;letter-spacing:.02em;color:#7c9885;}
.hercules-layout-footer.hs-f-wellness a:hover{color:#7c9885;}

/* --- shop --- */
.hercules-layout-header.hs-h-shop{--layout-accent:#ea580c;padding:18px 0;border-bottom:solid 2px #ea580c;box-shadow:0 1px 0 rgba(234,88,12,.25);}
.hercules-layout-header.hs-h-shop .hercules-layout-menu>li>a{text-transform:none;letter-spacing:.02em;}
.hercules-layout-header.hs-h-shop .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-shop .hercules-layout-menu>li.current-menu-item>a{color:#ea580c;}
.hercules-layout-header.hs-h-shop .hercules-layout-header__brand,.hercules-layout-header.hs-h-shop .hercules-layout-logo{letter-spacing:.02em;}
.hercules-layout-footer.hs-f-shop{--layout-accent:#ea580c;background:#fffaf6;border-top:solid 2px #ea580c;}
.hercules-layout-footer.hs-f-shop h3,.hercules-layout-footer.hs-f-shop h4{text-transform:none;letter-spacing:.02em;color:#ea580c;}
.hercules-layout-footer.hs-f-shop a:hover{color:#ea580c;}

/* --- paddle --- */
.hercules-layout-header.hs-h-paddle{--layout-accent:#0ea5e9;padding:18px 0;border-bottom:solid 2px #0ea5e9;}
.hercules-layout-header.hs-h-paddle .hercules-layout-menu>li>a{text-transform:uppercase;letter-spacing:.05em;}
.hercules-layout-header.hs-h-paddle .hercules-layout-menu>li>a:hover,.hercules-layout-header.hs-h-paddle .hercules-layout-menu>li.current-menu-item>a{color:#0ea5e9;}
.hercules-layout-header.hs-h-paddle .hercules-layout-header__brand,.hercules-layout-header.hs-h-paddle .hercules-layout-logo{letter-spacing:.05em;}
.hercules-layout-footer.hs-f-paddle{--layout-accent:#0ea5e9;background:#f0f9ff;border-top:solid 2px #0ea5e9;}
.hercules-layout-footer.hs-f-paddle h3,.hercules-layout-footer.hs-f-paddle h4{text-transform:uppercase;letter-spacing:.05em;color:#0ea5e9;}
.hercules-layout-footer.hs-f-paddle a:hover{color:#0ea5e9;}

/* === END PER-DEMO HEADER AND FOOTER TREATMENTS === */


/* === PER-DEMO MENU TREATMENTS ===
   Every demo previously rendered the same "athletic" menu because the
   family lookup fell through to the global default. Each demo now has its
   own navigation treatment; all four builders of a demo share it. */

.hs-menu-modern-gym .hercules-layout-header .hercules-layout-menu>li>a{text-transform:uppercase;font-weight:800;letter-spacing:.06em;border-radius:8px;}
.hs-menu-modern-gym .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-modern-gym .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-modern-gym .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:var(--layout-accent);color:#fff!important;}

.hs-menu-personal-trainer .hercules-layout-header .hercules-layout-menu>li>a{text-transform:none;font-weight:600;letter-spacing:.01em;border-radius:999px;}
.hs-menu-personal-trainer .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-personal-trainer .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-personal-trainer .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:rgba(91,108,255,.12);color:var(--layout-accent)!important;}

.hs-menu-crossfit-box .hercules-layout-header .hercules-layout-menu>li>a{text-transform:uppercase;font-weight:900;letter-spacing:.10em;border-radius:0;border-bottom:3px solid transparent;}
.hs-menu-crossfit-box .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-crossfit-box .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-crossfit-box .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{border-bottom-color:var(--layout-accent);}

.hs-menu-yoga-studio .hercules-layout-header .hercules-layout-menu>li>a{text-transform:lowercase;font-weight:400;letter-spacing:.08em;border-radius:0;}
.hs-menu-yoga-studio .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-yoga-studio .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-yoga-studio .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{color:var(--layout-accent)!important;letter-spacing:.12em;}

.hs-menu-pilates-studio .hercules-layout-header .hercules-layout-menu>li>a{text-transform:capitalize;font-weight:500;letter-spacing:.04em;border-radius:4px;}
.hs-menu-pilates-studio .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-pilates-studio .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-pilates-studio .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:rgba(201,162,39,.14);}

.hs-menu-boxing-mma .hercules-layout-header .hercules-layout-menu>li>a{text-transform:uppercase;font-weight:900;letter-spacing:.12em;border-radius:0;border-left:3px solid transparent;}
.hs-menu-boxing-mma .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-boxing-mma .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-boxing-mma .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{border-left-color:var(--layout-accent);padding-left:1em;}

.hs-menu-martial-arts .hercules-layout-header .hercules-layout-menu>li>a{text-transform:uppercase;font-weight:700;letter-spacing:.08em;border-radius:0;}
.hs-menu-martial-arts .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-martial-arts .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-martial-arts .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{text-decoration:underline;text-underline-offset:6px;text-decoration-color:var(--layout-accent);}

.hs-menu-football-academy .hercules-layout-header .hercules-layout-menu>li>a{text-transform:uppercase;font-weight:800;letter-spacing:.05em;border-radius:6px;}
.hs-menu-football-academy .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-football-academy .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-football-academy .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:var(--layout-accent);color:#fff!important;transform:translateY(-1px);}

.hs-menu-sports-club .hercules-layout-header .hercules-layout-menu>li>a{text-transform:none;font-weight:700;letter-spacing:.02em;border-radius:0;border-bottom:2px solid transparent;}
.hs-menu-sports-club .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-sports-club .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-sports-club .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{border-bottom-color:var(--layout-accent);}

.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-menu>li>a{text-transform:none;font-weight:500;letter-spacing:.01em;border-radius:999px;}
.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:rgba(14,116,144,.10);color:var(--layout-accent)!important;}

.hs-menu-nutrition-coach .hercules-layout-header .hercules-layout-menu>li>a{text-transform:none;font-weight:600;letter-spacing:.02em;border-radius:999px;}
.hs-menu-nutrition-coach .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-nutrition-coach .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-nutrition-coach .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:rgba(87,182,87,.14);color:var(--layout-accent)!important;}

.hs-menu-cycling-club .hercules-layout-header .hercules-layout-menu>li>a{text-transform:uppercase;font-weight:700;letter-spacing:.07em;border-radius:0;border-top:2px solid transparent;}
.hs-menu-cycling-club .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-cycling-club .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-cycling-club .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{border-top-color:var(--layout-accent);}

.hs-menu-sports-charity .hercules-layout-header .hercules-layout-menu>li>a{text-transform:none;font-weight:650;letter-spacing:.03em;border-radius:10px;}
.hs-menu-sports-charity .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-sports-charity .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-sports-charity .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:rgba(219,39,119,.12);color:var(--layout-accent)!important;}

.hs-menu-womens-fitness .hercules-layout-header .hercules-layout-menu>li>a{text-transform:capitalize;font-weight:600;letter-spacing:.03em;border-radius:999px;outline:1px solid transparent;}
.hs-menu-womens-fitness .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-womens-fitness .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-womens-fitness .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{outline-color:var(--layout-accent);}

.hs-menu-bodybuilding-club .hercules-layout-header .hercules-layout-menu>li>a{text-transform:uppercase;font-weight:900;letter-spacing:.14em;border-radius:0;}
.hs-menu-bodybuilding-club .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-bodybuilding-club .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-bodybuilding-club .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{color:var(--layout-accent)!important;text-shadow:0 0 12px rgba(250,204,21,.45);}

.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-menu>li>a{text-transform:none;font-weight:600;letter-spacing:.01em;border-radius:8px;}
.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:rgba(6,182,212,.12);color:var(--layout-accent)!important;}

.hs-menu-outdoor-bootcamp .hercules-layout-header .hercules-layout-menu>li>a{text-transform:uppercase;font-weight:800;letter-spacing:.06em;border-radius:2px;}
.hs-menu-outdoor-bootcamp .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-outdoor-bootcamp .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-outdoor-bootcamp .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:var(--layout-accent);color:#0b0b0b!important;}

.hs-menu-sports-magazine .hercules-layout-header .hercules-layout-menu>li>a{text-transform:none;font-weight:700;letter-spacing:0;border-radius:0;border-right:1px solid rgba(127,127,127,.28);}
.hs-menu-sports-magazine .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-sports-magazine .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-sports-magazine .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{color:var(--layout-accent)!important;}

.hs-menu-wellness-center .hercules-layout-header .hercules-layout-menu>li>a{text-transform:none;font-weight:400;letter-spacing:.05em;border-radius:0;}
.hs-menu-wellness-center .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-wellness-center .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-wellness-center .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{color:var(--layout-accent)!important;letter-spacing:.09em;}

.hs-menu-fitness-shop .hercules-layout-header .hercules-layout-menu>li>a{text-transform:none;font-weight:650;letter-spacing:.02em;border-radius:999px;}
.hs-menu-fitness-shop .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-fitness-shop .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-fitness-shop .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:var(--layout-accent);color:#fff!important;}

.hs-menu-paddle .hercules-layout-header .hercules-layout-menu>li>a{text-transform:uppercase;font-weight:800;letter-spacing:.05em;border-radius:999px;}
.hs-menu-paddle .hercules-layout-header .hercules-layout-menu>li>a:hover,.hs-menu-paddle .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,.hs-menu-paddle .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a{background:var(--layout-accent);color:#fff!important;}

/* === END PER-DEMO MENU TREATMENTS === */


/* === RESPONSIVE AND LAYOUT CORRECTIONS ===
   Reported from a device check of the Modern Gym demo: the last content
   section and the footer did not reflow on a phone, and the About page ran
   edge to edge with its text left-aligned against the viewport. These rules
   are appended so the existing cascade is untouched. */

/* --- Inner page width: give content the same measure as the rest of the
       site instead of stretching to the viewport --- */
.hercules-niche-builder > section,
.hercules-niche-builder > .hercules-section,
main.hercules-niche-builder > * {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.hercules-niche-builder > section.hercules-full-bleed,
.hercules-niche-builder > .hercules-page-slider,
.hercules-niche-builder > .hercules-core-slider {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

/* --- Content alignment inside those sections --- */
.hercules-niche-builder p,
.hercules-niche-builder li,
.hercules-niche-builder h2,
.hercules-niche-builder h3,
.hercules-niche-builder h4 {
	text-align: left;
}
.hercules-niche-builder .hercules-section__intro,
.hercules-niche-builder .hercules-section-head {
	max-width: 760px;
}

/* --- Card grids: collapse cleanly rather than overflowing --- */
.hercules-niche-builder .hercules-grid,
.hercules-niche-builder .hercules-cards,
.hercules-niche-builder [class*="-grid"] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 24px;
}

/* --- Footer --- */
@media (max-width: 900px) {
	.hercules-layout-footer .hercules-layout-footer__inner,
	.hercules-layout-footer .hercules-layout-footer__row,
	.hercules-layout-footer .hercules-footer-columns {
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)) !important;
		gap: 28px !important;
		text-align: left !important;
	}
	.hercules-layout-footer .hercules-layout-footer__bottom {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 10px !important;
	}
	.hercules-layout-footer ul {
		padding-left: 0 !important;
		list-style: none !important;
	}
}
@media (max-width: 600px) {
	.hercules-layout-footer .hercules-layout-footer__inner,
	.hercules-layout-footer .hercules-layout-footer__row,
	.hercules-layout-footer .hercules-footer-columns {
		grid-template-columns: 1fr !important;
	}
}

/* --- Last content sections: the two-column and split blocks near the foot of
       the home page kept their desktop widths on a phone --- */
@media (max-width: 900px) {
	.hercules-niche-builder > section,
	.hercules-niche-builder > .hercules-section,
	main.hercules-niche-builder > * {
		padding-left: 18px;
		padding-right: 18px;
	}
	.hercules-niche-builder [class*="-split"],
	.hercules-niche-builder [class*="-two-col"],
	.hercules-niche-builder [class*="-columns"],
	.hercules-niche-builder .hercules-cta,
	.hercules-niche-builder .hercules-callout {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 22px !important;
	}
	.hercules-niche-builder [class*="-split"] > *,
	.hercules-niche-builder [class*="-two-col"] > * {
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 auto !important;
	}
	.hercules-niche-builder table {
		display: block;
		width: 100%;
		overflow-x: auto;
	}
	.hercules-niche-builder img {
		height: auto;
		max-width: 100%;
	}
}

/* --- Never let anything push the page sideways on a phone --- */
@media (max-width: 600px) {
	html,
	body {
		overflow-x: hidden;
	}
	.hercules-niche-builder h1 { font-size: clamp(1.7rem, 7vw, 2.4rem); }
	.hercules-niche-builder h2 { font-size: clamp(1.4rem, 6vw, 2rem); }
	.hercules-niche-builder h3 { font-size: clamp(1.15rem, 5vw, 1.5rem); }
}

/* === END RESPONSIVE AND LAYOUT CORRECTIONS === */
/* Sports Charity release alignment fix, 2026-09-04 */
body.hercules-demo-layout-sports-charity{overflow-x:hidden}
@media(min-width:1025px){
  body.hercules-demo-layout-sports-charity{padding-left:var(--hercules-sidebar-w)!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar{width:var(--hercules-sidebar-w)!important;overflow:hidden!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__inner{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;padding:24px 18px 18px!important;gap:0!important;overflow-y:auto!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-brand{order:1!important;position:static!important;width:100%!important;max-width:100%!important;margin:0 0 18px!important;padding:0 6px!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav{order:2!important;position:static!important;display:block!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;min-height:0!important;margin:0!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;gap:2px!important;margin:0!important;padding:0!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu>li{width:100%!important;max-width:100%!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu>li>a{display:flex!important;align-items:center!important;width:100%!important;min-height:40px!important;padding:9px 12px!important;line-height:1.25!important;color:#344054!important;background:transparent!important;border:0!important;border-radius:9px!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu>li>a:hover,
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu>li>a:focus-visible{color:#00866b!important;background:rgba(0,168,132,.08)!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu>li.current-menu-item>a{color:#00745d!important;background:rgba(0,168,132,.12)!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__actions{order:3!important;position:static!important;inset:auto!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;max-width:100%!important;margin:16px 0 0!important;padding:16px 0 0!important;gap:10px!important;border-top:1px solid rgba(13,17,21,.08)!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__cta{position:static!important;display:flex!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:12px 16px!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart{position:static!important;align-self:center!important;margin:0!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__note{display:block!important;width:100%!important;margin:0!important;text-align:center!important;white-space:normal!important;color:#667085!important}
  body.hercules-demo-layout-sports-charity #main-content{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
  body.hercules-demo-layout-sports-charity #main-content .wpb-content-wrapper,
  body.hercules-demo-layout-sports-charity #main-content .container-fluid.hercules-section{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
  body.hercules-demo-layout-sports-charity #main-content .hercules-demo-family--sports-charity.vc_row{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
}
@media(max-width:1024px){
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__actions{position:static!important;width:100%!important;max-width:100%!important}
  body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu>li>a{color:#344054!important}
}

/* Sports Charity sidebar CTA clipping fix, 2026-09-04 */
@media (min-width:1025px){
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__inner{overflow-x:hidden!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__actions{position:static!important;display:flex!important;flex:0 0 auto!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:18px 0 0!important;padding:18px 0 0!important;transform:none!important;inset:auto!important;overflow:visible!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__cta,
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__cta:link,
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__cta:visited{position:static!important;display:flex!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;margin:0!important;padding:13px 16px!important;transform:none!important;inset:auto!important;float:none!important;clear:both!important;overflow:hidden!important;white-space:nowrap!important;text-align:center!important;justify-content:center!important;align-items:center!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__cta:hover,
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__cta:focus-visible{transform:translateY(-1px)!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart{position:relative!important;align-self:center!important;margin:0!important;transform:none!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__note{position:static!important;width:100%!important;max-width:100%!important;margin:0!important;white-space:normal!important;overflow-wrap:anywhere!important;}
}

/* Sports Charity CTA final placement 2026-09-04 */
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__inner{display:flex!important;flex-direction:column!important;align-items:stretch!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-brand{order:0!important;flex:0 0 auto!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__actions{display:contents!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__cta{order:1!important;position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;display:flex!important;align-items:center!important;justify-content:center!important;align-self:stretch!important;box-sizing:border-box!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0 6px 18px!important;padding:13px 18px!important;overflow:visible!important;white-space:nowrap!important;z-index:2!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav{order:2!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart{order:3!important;position:relative!important;inset:auto!important;transform:none!important;align-self:center!important;margin:18px auto 0!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__note{order:4!important;position:relative!important;inset:auto!important;transform:none!important;display:block!important;width:100%!important;margin:10px 0 0!important;padding:12px 6px 0!important;border-top:1px solid rgba(13,17,21,.08)!important;text-align:center!important;box-sizing:border-box!important;}
@media(max-width:1024px){body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__cta{margin:0 6px 16px!important;}}


/* Sports Charity cart visibility fix 2026-09-04 */
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:100%!important;margin:18px 0 0!important;position:relative!important;overflow:visible!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart__link,body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart__link:link,body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart__link:visited{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;padding:0!important;margin:0!important;border:1px solid rgba(0,168,132,.22)!important;border-radius:12px!important;background:rgba(0,168,132,.08)!important;color:#344054!important;line-height:1!important;overflow:visible!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart__link:hover,body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart__link:focus-visible{background:rgba(0,168,132,.14)!important;border-color:#00a884!important;color:#00a884!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart__icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;color:inherit!important;opacity:1!important;visibility:visible!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart__icon svg{display:block!important;width:22px!important;height:22px!important;stroke:currentColor!important;color:inherit!important;opacity:1!important;visibility:visible!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart__count{top:-6px!important;right:-7px!important;z-index:3!important;}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart__dropdown{top:calc(100% + 8px)!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:220px!important;max-width:calc(var(--hercules-sidebar-w) - 28px)!important;margin:0!important;padding:14px!important;box-sizing:border-box!important;border-radius:10px!important;z-index:150!important;}

/* Sports Charity menu + cart control row 2026-09-04 */
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu-toggle,
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-cart{
    display:none!important;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-controls{
    order:1!important;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    width:100%;
    margin:2px 6px 14px;
    padding:0;
    box-sizing:border-box;
    z-index:140;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control,
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-cart-control{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    min-width:46px;
    min-height:46px;
    margin:0;
    padding:0;
    border:1px solid rgba(0,168,132,.22);
    border-radius:12px;
    background:rgba(0,168,132,.08);
    color:#344054!important;
    box-shadow:none;
    text-decoration:none!important;
    cursor:pointer;
    box-sizing:border-box;
    transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control:hover,
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control:focus-visible,
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-cart-control:hover,
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-cart-control:focus-visible{
    background:rgba(0,168,132,.14);
    border-color:#00a884;
    color:#00a884!important;
    transform:translateY(-1px);
    outline:none;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control[aria-expanded="false"] .hercules-toggle-bars i:nth-child(1),
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control[aria-expanded="false"] .hercules-toggle-bars i:nth-child(2),
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control[aria-expanded="false"] .hercules-toggle-bars i:nth-child(3){transform:none;opacity:1}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control[aria-expanded="true"] .hercules-toggle-bars i:nth-child(1){transform:translateY(6px) rotate(45deg)}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control[aria-expanded="true"] .hercules-toggle-bars i:nth-child(2){opacity:0}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control[aria-expanded="true"] .hercules-toggle-bars i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control .hercules-toggle-bars{
    display:grid!important;
    gap:4px;
    width:18px;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control .hercules-toggle-bars i{
    display:block;
    width:18px;
    height:2px;
    border-radius:2px;
    background:currentColor;
    transition:transform .2s ease,opacity .2s ease;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-cart-control svg{
    display:block;
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    color:inherit;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-cart-count{
    position:absolute;
    top:-6px;
    right:-7px;
    display:grid;
    place-items:center;
    min-width:18px;
    height:18px;
    padding:0 5px;
    border-radius:9px;
    background:var(--hercules-badge,#f43f5e);
    color:#fff!important;
    font-size:11px;
    font-weight:700;
    line-height:18px;
    box-sizing:border-box;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__cta{order:2!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav{order:3!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar.is-menu-collapsed .hercules-layout-nav{display:none!important}
@media (min-width:1025px){
    body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control[aria-expanded="true"] .hercules-toggle-bars i:nth-child(1),
    body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control[aria-expanded="true"] .hercules-toggle-bars i:nth-child(2),
    body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control[aria-expanded="true"] .hercules-toggle-bars i:nth-child(3){transform:none;opacity:1}
}
@media (max-width:1024px){
    body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-controls{
        position:fixed!important;
        top:14px;
        left:14px;
        width:auto!important;
        margin:0!important;
        padding:0!important;
        z-index:10050!important;
    }
    body.admin-bar.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-controls{top:46px}
    body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-control,
    body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-cart-control{
        background:#fff;
        box-shadow:0 4px 14px rgba(13,17,21,.12);
    }
    body.hercules-demo-layout-sports-charity .hercules-header-sidebar.is-open .hercules-sidebar-menu-control{
        background:#00a884;
        border-color:#00a884;
        color:#fff!important;
    }
    body.hercules-demo-layout-sports-charity .hercules-header-sidebar.is-menu-collapsed .hercules-layout-nav{display:block!important}
}

/* Sports Charity dashboard-style sidebar final override 2026-09-04 */
:root{--hercules-charity-sidebar-w:280px}
body.hercules-demo-layout-sports-charity.hercules-sports-charity-sidebar-ready{padding-left:var(--hercules-charity-sidebar-w)!important;transition:padding-left .28s ease!important}
body.hercules-demo-layout-sports-charity.hercules-sports-charity-sidebar-ready.hercules-sports-charity-sidebar-collapsed{padding-left:0!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar{width:var(--hercules-charity-sidebar-w)!important;max-width:var(--hercules-charity-sidebar-w)!important;transform:translateX(0)!important;transition:transform .28s ease,box-shadow .28s ease!important;overflow:hidden!important;background:#fff!important;z-index:1200!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar.is-dashboard-collapsed{transform:translateX(-100%)!important;box-shadow:none!important;pointer-events:none!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar.is-dashboard-open{transform:translateX(0)!important;pointer-events:auto!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__inner{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:24px 18px 22px!important;gap:0!important;overflow-y:auto!important;overflow-x:hidden!important;box-sizing:border-box!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-brand{order:0!important;flex:0 0 auto!important;width:100%!important;margin:0 0 16px!important;padding:0 6px!important;white-space:nowrap!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-cart-row{order:1!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 auto!important;width:100%!important;margin:0 0 14px!important;padding:0 6px!important;box-sizing:border-box!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-cart-row .hercules-cart{position:relative!important;display:inline-flex!important;margin:0!important;overflow:visible!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-cart-row .hercules-cart__link{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;margin:0!important;padding:0!important;border:1px solid rgba(0,168,132,.24)!important;border-radius:12px!important;background:#f4fbf9!important;color:#344054!important;position:relative!important;inset:auto!important;transform:none!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-cart-row .hercules-cart__dropdown{display:none!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__cta{order:2!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:calc(100% - 12px)!important;min-height:46px!important;margin:0 6px 10px!important;padding:12px 18px!important;position:relative!important;inset:auto!important;transform:none!important;box-sizing:border-box!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-row{order:3!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;flex:0 0 auto!important;width:100%!important;margin:0 0 10px!important;padding:0 6px!important;position:relative!important;z-index:30!important;box-sizing:border-box!important}
body.hercules-demo-layout-sports-charity .hercules-sports-charity-menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;margin:0!important;padding:0!important;border:1px solid rgba(0,168,132,.28)!important;border-radius:12px!important;background:#f4fbf9!important;color:#344054!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;transform:none!important;z-index:10050!important}
body.hercules-demo-layout-sports-charity .hercules-sports-charity-menu-toggle:hover,body.hercules-demo-layout-sports-charity .hercules-sports-charity-menu-toggle:focus-visible{color:#00a884!important;border-color:#00a884!important;background:#e9f8f4!important}
body.hercules-demo-layout-sports-charity .hercules-sports-charity-menu-toggle .hercules-toggle-bars{display:grid!important;gap:4px!important;width:19px!important}
body.hercules-demo-layout-sports-charity .hercules-sports-charity-menu-toggle .hercules-toggle-bars i{display:block!important;width:19px!important;height:2px!important;border-radius:2px!important;background:currentColor!important}
body.hercules-demo-layout-sports-charity > .hercules-sports-charity-menu-toggle.is-dashboard-floating{position:fixed!important;top:18px!important;left:16px!important;right:auto!important;bottom:auto!important;margin:0!important;background:#fff!important;box-shadow:0 8px 24px rgba(13,17,21,.16)!important}
body.admin-bar.hercules-demo-layout-sports-charity > .hercules-sports-charity-menu-toggle.is-dashboard-floating{top:50px!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav{order:4!important;display:block!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;margin:0!important;padding:0 0 8px!important;position:relative!important;inset:auto!important;transform:none!important;opacity:1!important;visibility:visible!important;overflow:visible!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;margin:0!important;padding:0!important;gap:3px!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu>li{display:block!important;width:100%!important;min-width:0!important;margin:0!important;float:none!important;position:relative!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-menu>li>a{display:flex!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:40px!important;margin:0!important;padding:10px 12px!important;box-sizing:border-box!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.3!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .sub-menu{position:static!important;width:auto!important;min-width:0!important;max-width:100%!important;margin:2px 0 3px 14px!important;padding:0 0 0 10px!important;box-shadow:none!important;overflow:hidden!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .sub-menu li,body.hercules-demo-layout-sports-charity .hercules-header-sidebar .sub-menu a{width:100%!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__actions{display:contents!important}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-header__note{display:none!important}
body.hercules-demo-layout-sports-charity.hercules-sports-charity-sidebar-ready .boxed_fluid,body.hercules-demo-layout-sports-charity.hercules-sports-charity-sidebar-ready #main-content,body.hercules-demo-layout-sports-charity.hercules-sports-charity-sidebar-ready .content{max-width:100%!important;box-sizing:border-box!important}
@media(max-width:900px){body.hercules-demo-layout-sports-charity.hercules-sports-charity-sidebar-ready{padding-left:0!important}body.hercules-demo-layout-sports-charity .hercules-header-sidebar{width:min(280px,86vw)!important;max-width:min(280px,86vw)!important}body.hercules-demo-layout-sports-charity .hercules-header-sidebar.is-dashboard-open{box-shadow:0 0 60px rgba(13,17,21,.24)!important}}


/* Sports Charity menu containment fix 2026-09-04 */
body.hercules-demo-layout-sports-charity .hercules-header-sidebar{
  overflow:hidden!important;
  contain:layout paint!important;
  isolation:isolate!important;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-sidebar-menu-row{
  flex:0 0 auto!important;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav{
  order:4!important;
  display:block!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  clear:both!important;
  flex:1 1 auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:0important;
  max-height:calc(100vh - 270px)!important;
  margin:0!important;
  padding:0 6px 12px!important;
  box-sizing:border-box!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  z-index:1!important;
}
body.admin-bar.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav{
  max-height:calc(100vh - 302px)!important;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav .hercules-layout-menu{
  display:flex!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  gap:3px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav .hercules-layout-menu > li{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  flex:0 0 auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav .hercules-layout-menu > li > a{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:40px!important;
  margin:0!important;
  padding:10px 12px!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis important;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav .hercules-layout-menu > li > a > span{
  display:block!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav .sub-menu{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  width:calc(100% - 14px)!important;
  min-width:0!important;
  max-width:calc(100% - 14px)!important;
  margin:2px 0 3px 14px!important;
  padding:0 0 0 10px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav .sub-menu li,
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav .sub-menu a,
body.hercules-demo-layout-sports-charity .hercules-header-sidebar .hercules-layout-nav .sub-menu a > span{
  position:static!important;
  transform:none!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin-left:0!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis important;
}

/* Hercules demo card View Demo text color 2026-09-09 */
.hercules-demo-preview-card__links a:link,
.hercules-demo-preview-card__links a:visited,
.hercules-demo-preview-card__links a:hover,
.hercules-demo-preview-card__links a:focus,
.hercules-demo-preview-card__links a:active{color:#fff!important;}

/* Hercules all 21 demo slider button hover polish 2026-09-09 */
.hdemos__slide .hdemos__btn:hover,
.hdemos__slide .hdemos__btn:focus-visible{
  color:#000!important;
  filter:brightness(1.12) saturate(1.03)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.18) inset!important;
  transform:translateY(-2px) scale(1.01)!important;
}
.hdemos__slide .hdemos__btn:focus-visible{
  outline:2px solid #fff!important;
  outline-offset:3px!important;
}


/* Hercules homepage outer/submenu visual consistency 2026-09-09 */
body.home .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li>a{font-family:inherit!important;font-size:12px!important;font-weight:600!important;letter-spacing:.055em!important;text-transform:uppercase!important;color:rgba(255,255,255,.86)!important;border-radius:8px!important;text-decoration:none!important;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease!important;}
body.home .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li>a:hover,
body.home .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li>a:focus-visible,
body.home .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li.current-menu-item>a,
body.home .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li.current-menu-ancestor>a{background:#fff!important;color:#46505f!important;box-shadow:0 8px 20px rgba(0,0,0,.16)!important;text-shadow:none!important;transform:none!important;}
body.home .hercules-layout-header .hercules-layout-nav .hercules-layout-menu .sub-menu a{font-family:inherit!important;font-size:12px!important;font-weight:600!important;letter-spacing:.055em!important;text-transform:uppercase!important;color:#46505f!important;}
body.home .hercules-layout-header .hercules-layout-nav .hercules-layout-menu .sub-menu a:hover,
body.home .hercules-layout-header .hercules-layout-nav .hercules-layout-menu .sub-menu a:focus-visible{background:rgba(79,70,229,.10)!important;color:#1a2230!important;box-shadow:none!important;}
body.home .hercules-layout-header .hercules-layout-nav .hercules-layout-menu>li>a:focus-visible,
body.home .hercules-layout-header .hercules-layout-nav .hercules-layout-menu .sub-menu a:focus-visible{outline:2px solid var(--hercules-accent,#4f46e5)!important;outline-offset:2px!important;}

/* Modern Gym footer alignment polish 2026-09-09 */
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym{
  padding:52px 0 22px!important;
  text-align:left!important;
}
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__inner{
  width:min(1080px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:1.25fr repeat(3,minmax(0,1fr))!important;
  gap:42px!important;
  align-items:start!important;
  text-align:left!important;
}
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__brand,
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__inner>div{
  min-width:0!important;
  text-align:left!important;
}
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym h3{
  margin:0 0 16px!important;
  line-height:1.35!important;
  text-align:left!important;
}
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__brand{
  line-height:1.7!important;
}
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__brand strong{
  display:inline-block!important;
  margin-bottom:8px!important;
}
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__inner p{
  margin:0!important;
  text-align:left!important;
}
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__inner a,
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__inner span{
  display:block!important;
  margin:0 0 10px!important;
  line-height:1.55!important;
  text-align:left!important;
}
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__bottom{
  width:min(1080px,calc(100% - 48px))!important;
  margin:34px auto 0!important;
  padding:22px 0 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  text-align:left!important;
}
body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__bottom span{
  margin:0!important;
  line-height:1.5!important;
}
@media(max-width:900px){
  body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__inner{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:30px!important;
  }
}
@media(max-width:600px){
  body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym{padding:42px 0 20px!important;}
  body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__inner{
    width:min(100% - 32px,1080px)!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
  }
  body.hercules-demo-layout-modern-gym .hercules-layout-footer.hs-f-gym .hercules-layout-footer__bottom{
    width:min(100% - 32px,1080px)!important;
    margin-top:28px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:8px!important;
  }
}

/* Modern Gym submenu match 2026-09-09 */
body.hercules-demo-layout-modern-gym.hs-menu-modern-gym .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  color:#46505f!important;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease!important;
}
body.hercules-demo-layout-modern-gym.hs-menu-modern-gym .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hercules-demo-layout-modern-gym.hs-menu-modern-gym .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hercules-demo-layout-modern-gym.hs-menu-modern-gym .hercules-layout-header .hercules-layout-nav .sub-menu li.current-menu-item>a,
body.hercules-demo-layout-modern-gym.hs-menu-modern-gym .hercules-layout-header .hercules-layout-nav .sub-menu li.current_page_item>a{
  background:var(--layout-accent,var(--hercules-accent,#4f46e5))!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(79,70,229,.24)!important;
}
body.hercules-demo-layout-modern-gym.hs-menu-modern-gym .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible{
  outline:2px solid #fff!important;
  outline-offset:-3px!important;
}


/* Personal Trainer footer + submenu polish 2026-09-09 */
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach{
  background:#0d1115!important;
  color:#c9d1da!important;
  padding:40px 0 22px!important;
  text-align:left!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__cta{
  width:min(1080px,calc(100% - 48px))!important;
  margin:0 auto 38px!important;
  padding:24px 28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  border:1px solid rgba(37,194,160,.32)!important;
  border-radius:18px!important;
  background:rgba(37,194,160,.10)!important;
  color:#fff!important;
  box-sizing:border-box!important;
  text-align:left!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__cta-copy{
  min-width:0!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__cta strong{
  display:block!important;
  margin:0 0 6px!important;
  color:#fff!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__cta p{
  margin:0!important;
  color:#b9c7c5!important;
  line-height:1.6!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__cta>a{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:11px 24px!important;
  border:1px solid #25c2a0!important;
  border-radius:999px!important;
  background:#25c2a0!important;
  color:#071713!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__cta>a:hover,
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__cta>a:focus-visible{
  background:#fff!important;
  border-color:#fff!important;
  color:#0d1115!important;
  box-shadow:0 10px 24px rgba(0,0,0,.22)!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__inner{
  width:min(1080px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:1.35fr repeat(3,minmax(0,1fr))!important;
  gap:40px!important;
  align-items:start!important;
  text-align:left!important;
  box-sizing:border-box!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__inner>div,
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__brand{
  min-width:0!important;
  text-align:left!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__brand strong{
  display:block!important;
  margin:0 0 8px!important;
  color:#fff!important;
  font-size:24px!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__brand p{
  margin:0 0 10px!important;
  color:#25c2a0!important;
  font-weight:700!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__brand span{
  display:block!important;
  max-width:34ch!important;
  margin:0!important;
  color:#9faab5!important;
  line-height:1.65!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach h3{
  margin:0 0 16px!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  line-height:1.35!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__inner a{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 10px!important;
  padding:0!important;
  color:#c9d1da!important;
  line-height:1.55!important;
  text-decoration:none!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__inner a:hover,body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__inner a:focus-visible{
  color:#25c2a0!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__availability{
  display:block!important;
  margin-top:14px!important;
  color:#7f8b96!important;
  font-size:12px!important;
  line-height:1.55!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__bottom{
  width:min(1080px,calc(100% - 48px))!important;
  margin:34px auto 0!important;
  padding:22px 0 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  color:#7f8b96!important;
  text-align:left!important;
}
body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__bottom span{
  margin:0!important;
  color:#7f8b96!important;
  line-height:1.5!important;
}
body.hs-menu-personal-trainer .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:600!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
  color:#0d1115!important;
  border-radius:999px!important;
  padding:9px 14px!important;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease!important;
}
body.hs-menu-personal-trainer .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-personal-trainer .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-personal-trainer .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  background:rgba(91,108,255,.12)!important;
  color:var(--layout-accent,#25c2a0)!important;
  box-shadow:none!important;
}
@media(max-width:900px){
  body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__inner{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:30px!important;
  }
}
@media(max-width:620px){
  body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach{
    padding:32px 0 20px!important;
  }
  body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__cta{
    width:min(100% - 32px,1080px)!important;
    margin-bottom:30px!important;
    padding:22px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__inner{
    width:min(100% - 32px,1080px)!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
  }
  body.hs-menu-personal-trainer .hercules-layout-footer.hs-f-pt--coach .hercules-layout-footer__bottom{
    width:min(100% - 32px,1080px)!important;
    margin-top:28px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:8px!important;
  }
}


/* CrossFit Box submenu match 2026-09-09 */
body.hs-menu-crossfit-box .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  color:#46505f!important;
  border-radius:4px!important;
  border-bottom:3px solid transparent!important;
  padding:10px 12px 8px!important;
  background:transparent!important;
  box-shadow:none!important;
  transition:color .18s ease,background .18s ease,border-color .18s ease!important;
}
body.hs-menu-crossfit-box .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-crossfit-box .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-crossfit-box .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  color:var(--layout-accent,#f3c744)!important;
  border-bottom-color:var(--layout-accent,#f3c744)!important;
  background:rgba(243,199,68,.10)!important;
  box-shadow:none!important;
}


/* CrossFit Box all action button text black 2026-09-09 */
body.hs-menu-crossfit-box :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
),
body.hs-menu-crossfit-box :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
):visited,
body.hs-menu-crossfit-box :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
):hover,
body.hs-menu-crossfit-box :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
):focus,
body.hs-menu-crossfit-box :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
):focus-visible,
body.hs-menu-crossfit-box :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
):active{
  color:#000!important;
}

/* Yoga Studio Blog Details submenu match 2026-09-09 */
body.hs-menu-yoga-studio .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:400!important;
  letter-spacing:.08em!important;
  text-transform:lowercase!important;
  color:#46505f!important;
  background:transparent!important;
  border-radius:0!important;
  transition:color .18s ease,letter-spacing .18s ease!important;
}
body.hs-menu-yoga-studio .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-yoga-studio .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-yoga-studio .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  background:transparent!important;
  color:var(--layout-accent,#b98cff)!important;
  letter-spacing:.12em!important;
  box-shadow:none!important;
}

/* All Hercules niche action button text black 2026-09-09 */
body:not(.home)[class*="hs-menu-"] :is(
  .hercules-layout-header__cta,
  .hercules-core-slider__button,
  .hercules-demo-button,
  .hercules-home-snapshot__cta,
  .hercules-niche-page a.button,
  .hercules-niche-page a.btn,
  .hercules-niche-page [class*="button"],
  .hercules-demo-family a.button,
  .hercules-demo-family a.btn,
  .hercules-demo-family [class*="button"],
  .fitcalc__button,
  .fitcalc__reset,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button
),
body:not(.home)[class*="hs-menu-"] :is(
  .hercules-layout-header__cta,
  .hercules-core-slider__button,
  .hercules-demo-button,
  .hercules-home-snapshot__cta,
  .hercules-niche-page a.button,
  .hercules-niche-page a.btn,
  .hercules-niche-page [class*="button"],
  .hercules-demo-family a.button,
  .hercules-demo-family a.btn,
  .hercules-demo-family [class*="button"],
  .fitcalc__button,
  .fitcalc__reset,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button
):is(:link,:visited,:hover,:focus,:focus-visible,:active){
  color:#000!important;
}

/* Pilates Studio Blog Details submenu + button text 2026-09-09 */
body.hs-menu-pilates-studio .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:12.5px!important;
  font-weight:500!important;
  letter-spacing:.04em!important;
  text-transform:capitalize!important;
  color:#46505f!important;
  border-radius:4px!important;
  transition:background .18s ease,color .18s ease,letter-spacing .18s ease!important;
}
body.hs-menu-pilates-studio .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-pilates-studio .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-pilates-studio .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  background:rgba(228,143,122,.14)!important;
  color:var(--layout-accent,#e48f7a)!important;
  box-shadow:none!important;
}
body.hs-menu-pilates-studio :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  .fitcalc__button,
  .fitcalc__reset,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
),
body.hs-menu-pilates-studio :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  .fitcalc__button,
  .fitcalc__reset,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
):is(:link,:visited,:hover,:focus,:focus-visible,:active){
  color:#000!important;
}


/* Boxing & MMA Blog Details submenu + button text 2026-09-09 */
body.hs-menu-boxing-mma .hercules-layout-header .hercules-layout-nav .sub-menu a{font-family:inherit!important;font-size:12px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#46505f!important;border-left:3px solid transparent!important;border-radius:0!important;padding:10px 12px!important;transition:color .18s ease,border-color .18s ease,padding-left .18s ease,background .18s ease!important;}
body.hs-menu-boxing-mma .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-boxing-mma .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-boxing-mma .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{color:var(--layout-accent,#e63946)!important;border-left-color:var(--layout-accent,#e63946)!important;padding-left:16px!important;background:rgba(230,57,70,.08)!important;box-shadow:none!important;}
body.hs-menu-boxing-mma :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,.hercules-niche-cta a,a.button,a.btn,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]),
body.hs-menu-boxing-mma :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,.hercules-niche-cta a,a.button,a.btn,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]):is(:hover,:focus,:focus-visible,:active,:visited){color:#000!important;}

/* Football Academy Blog Details submenu + button text 2026-09-09 */
body.hs-menu-football-academy .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  color:#46505f!important;
  border-radius:6px!important;
  padding:10px 14px!important;
  transition:background .18s ease,color .18s ease,transform .18s ease!important;
}
body.hs-menu-football-academy .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-football-academy .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-football-academy .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  background:var(--layout-accent,#2fb344)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
body.hs-menu-football-academy :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
),
body.hs-menu-football-academy :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
):is(:hover,:focus,:focus-visible,:active,:visited){
  color:#000!important;
}

/* Sports Club Blog Details submenu + button text 2026-09-09 */
body.hs-menu-sports-club .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
  color:#46505f!important;
  border-radius:0!important;
  border-bottom:2px solid transparent!important;
  padding:10px 14px!important;
  transition:color .18s ease,border-color .18s ease,background .18s ease!important;
}
body.hs-menu-sports-club .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-sports-club .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-sports-club .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  color:var(--layout-accent,#2d7ff9)!important;
  border-bottom-color:var(--layout-accent,#2d7ff9)!important;
  background:rgba(45,127,249,.08)!important;
  box-shadow:none!important;
}
body.hs-menu-sports-club :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
),
body.hs-menu-sports-club :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
):is(:link,:visited,:hover,:focus,:focus-visible,:active){
  color:#000!important;
}


/* Fitness Shop Blog Details submenu + button text 2026-09-09 */
body.hs-menu-fitness-shop .hercules-layout-header .hercules-layout-nav .sub-menu a{font-family:inherit!important;font-size:12.5px!important;font-weight:650!important;letter-spacing:.02em!important;text-transform:none!important;color:#46505f!important;border-radius:999px!important;padding:9px 14px!important;transition:background .18s ease,color .18s ease,transform .18s ease!important;}
body.hs-menu-fitness-shop .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,body.hs-menu-fitness-shop .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,body.hs-menu-fitness-shop .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{background:var(--layout-accent,#ff7a00)!important;color:#fff!important;transform:translateY(-1px)!important;}
body.hs-menu-fitness-shop :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,.hercules-niche-cta a,a.button,a.btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]):is(:link,:visited,:hover,:focus,:focus-visible,:active),body.hs-menu-fitness-shop :is(.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.fitcalc__button,.fitcalc__reset){color:#000!important;}


/* Sports Magazine Blog Details submenu + button text 2026-09-09 */
body.hs-menu-sports-magazine .hercules-layout-header .hercules-layout-nav .sub-menu a{font-family:inherit!important;font-size:12.5px!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important;color:#46505f!important;border-radius:0!important;border-right:1px solid rgba(127,127,127,.28)!important;transition:color .18s ease,background .18s ease!important;}
body.hs-menu-sports-magazine .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,body.hs-menu-sports-magazine .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,body.hs-menu-sports-magazine .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{color:var(--layout-accent,#ff3d71)!important;background:rgba(255,61,113,.08)!important;}
body.hs-menu-sports-magazine :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,.hercules-niche-cta a,a.button,a.btn,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]),body.hs-menu-sports-magazine :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,.hercules-niche-cta a,a.button,a.btn,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]):is(:link,:visited,:hover,:focus,:focus-visible,:active){color:#000!important;}


/* Online Fitness Coach Blog Details submenu + button text 2026-09-09 */
body.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:12.5px!important;
  font-weight:600!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
  color:#46505f!important;
  border-radius:8px!important;
  background:transparent!important;
  box-shadow:none!important;
  transition:background .18s ease,color .18s ease,transform .18s ease!important;
}
body.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  background:rgba(108,99,255,.12)!important;
  color:var(--layout-accent,#6c63ff)!important;
  box-shadow:none!important;
}
body.hs-menu-online-fitness-coach :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
),
body.hs-menu-online-fitness-coach :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
):is(:link,:visited,:hover,:focus,:focus-visible,:active){
  color:#000!important;
}

/* Sports Charity Blog Details submenu + button text 2026-09-10 */
body.hs-menu-sports-charity .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:12.5px!important;
  font-weight:650!important;
  letter-spacing:.03em!important;
  text-transform:none!important;
  color:#46505f!important;
  border-radius:10px!important;
  transition:background .18s ease,color .18s ease!important;
}
body.hs-menu-sports-charity .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-sports-charity .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-sports-charity .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  background:rgba(219,39,119,.12)!important;
  color:var(--layout-accent,#00a884)!important;
  box-shadow:none!important;
}
body.hs-menu-sports-charity :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type="submit"],
  input[type="button"]
),
body.hs-menu-sports-charity :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn
):is(:link,:visited,:hover,:focus,:focus-visible,:active),
body.hs-menu-sports-charity :is(
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type="submit"],
  input[type="button"]
):is(:hover,:focus,:focus-visible,:active){
  color:#000!important;
}

/* Women's Fitness Blog Details submenu + button text 2026-09-10 */
body.hs-menu-womens-fitness .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:12.5px!important;
  font-weight:600!important;
  letter-spacing:.03em!important;
  text-transform:capitalize!important;
  color:#46505f!important;
  border-radius:999px!important;
  outline:1px solid transparent!important;
  outline-offset:-1px!important;
  transition:outline-color .18s ease,color .18s ease,background .18s ease!important;
}
body.hs-menu-womens-fitness .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-womens-fitness .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-womens-fitness .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  outline-color:var(--layout-accent,#d84bb4)!important;
  color:#46505f!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.hs-menu-womens-fitness :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type="submit"],
  input[type="button"]
),
body.hs-menu-womens-fitness :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn
):is(:link,:visited,:hover,:focus,:focus-visible,:active),
body.hs-menu-womens-fitness :is(
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type="submit"],
  input[type="button"]
):is(:hover,:focus,:focus-visible,:active){
  color:#000!important;
}

/* Bodybuilding Club Blog Details submenu + button text 2026-09-10 */
body.hs-menu-bodybuilding-club .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  color:#46505f!important;
  border-radius:0!important;
  transition:color .18s ease,text-shadow .18s ease,background .18s ease!important;
}
body.hs-menu-bodybuilding-club .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-bodybuilding-club .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-bodybuilding-club .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  color:var(--layout-accent,#d4af37)!important;
  text-shadow:0 0 12px rgba(250,204,21,.45)!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.hs-menu-bodybuilding-club :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type="submit"],
  input[type="button"]
),
body.hs-menu-bodybuilding-club :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn
):is(:link,:visited,:hover,:focus,:focus-visible,:active),
body.hs-menu-bodybuilding-club :is(
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type="submit"],
  input[type="button"]
):is(:hover,:focus,:focus-visible,:active){
  color:#000!important;
}


/* Online Fitness Coach top menu readability 2026-09-10 */
body.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-menu>li>a{
  color:#1f2937!important;
}
body.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-menu>li>a:hover,
body.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,
body.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a,
body.hs-menu-online-fitness-coach .hercules-layout-header .hercules-layout-menu>li.current-menu-ancestor>a{
  color:var(--layout-accent,#6c63ff)!important;
}

/* Online Fitness Coach all visual button text black 2026-09-10 */
body.hs-menu-online-fitness-coach :is(.ofc-button,.ofc-button--outline),
body.hs-menu-online-fitness-coach :is(.ofc-button,.ofc-button--outline):is(:link,:visited,:hover,:focus,:focus-visible,:active){
  color:#000!important;
}


/* Martial Arts Blog Details submenu + button text 2026-09-10 */
body.hs-menu-martial-arts .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;
  font-size:12.5px!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#46505f!important;
  border-radius:0!important;
  text-decoration:none!important;
  background:transparent!important;
  box-shadow:none!important;
  transition:color .18s ease,text-decoration-color .18s ease,background .18s ease!important;
}
body.hs-menu-martial-arts .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-martial-arts .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-martial-arts .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  color:var(--layout-accent,#d7263d)!important;
  text-decoration:underline!important;
  text-underline-offset:6px!important;
  text-decoration-color:var(--layout-accent,#d7263d)!important;
  background:rgba(215,38,61,.08)!important;
  box-shadow:none!important;
}
body.hs-menu-martial-arts :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
),
body.hs-menu-martial-arts :is(
  a.hercules-layout-header__cta,
  a.hercules-core-slider__button,
  a.hercules-demo-button,
  a.hercules-home-snapshot__cta,
  .hercules-niche-cta a,
  a.button,
  a.btn,
  button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),
  input[type=submit],
  input[type=button]
):is(:link,:visited,:hover,:focus,:focus-visible,:active){
  color:#000!important;
}


/* Cycling Club Blog Details submenu + button text 2026-09-10 */
body.hs-menu-cycling-club .hercules-layout-header .hercules-layout-nav .sub-menu a{font-family:inherit!important;font-size:12.5px!important;font-weight:700!important;letter-spacing:.07em!important;text-transform:uppercase!important;color:#46505f!important;border-radius:0!important;border-top:2px solid transparent!important;background:transparent!important;box-shadow:none!important;transition:color .18s ease,border-color .18s ease,background .18s ease!important;}
body.hs-menu-cycling-club .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,body.hs-menu-cycling-club .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,body.hs-menu-cycling-club .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{border-top-color:var(--layout-accent,#00b7c7)!important;color:#46505f!important;background:transparent!important;box-shadow:none!important;}
body.hs-menu-cycling-club :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,a.hps-button,.hercules-niche-cta a,a.button,a.btn,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]),body.hs-menu-cycling-club :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,a.hps-button,.hercules-niche-cta a,a.button,a.btn,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]):is(:link,:visited,:hover,:focus,:focus-visible,:active){color:#000!important;}

/* Wellness Center Blog Details submenu + button text 2026-09-10 */
body.hs-menu-wellness-center .hercules-layout-header .hercules-layout-nav .sub-menu a{font-family:inherit!important;font-size:12.5px!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:none!important;color:#46505f!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transition:color .18s ease,letter-spacing .18s ease,background .18s ease!important;}
body.hs-menu-wellness-center .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,body.hs-menu-wellness-center .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,body.hs-menu-wellness-center .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{color:var(--layout-accent,#7bbf6a)!important;letter-spacing:.09em!important;background:transparent!important;box-shadow:none!important;}
body.hs-menu-wellness-center :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,a.hps-button,.hercules-niche-cta a,a.button,a.btn,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]),body.hs-menu-wellness-center :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,a.hps-button,.hercules-niche-cta a,a.button,a.btn,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]):is(:link,:visited,:hover,:focus,:focus-visible,:active){color:#000!important;}

/* Sports Rehab Blog Details submenu + button text 2026-09-10 */
body.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-nav .sub-menu a{font-family:inherit!important;font-size:12.5px!important;font-weight:500!important;letter-spacing:.01em!important;text-transform:none!important;color:#46505f!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important;transition:color .18s ease,background .18s ease!important;}
body.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,body.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,body.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{background:rgba(14,116,144,.10)!important;color:var(--layout-accent,#2f80ed)!important;box-shadow:none!important;}
body.hs-menu-sports-rehab :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,a.hps-button,.hercules-niche-cta a,a.button,a.btn,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]),body.hs-menu-sports-rehab :is(a.hercules-layout-header__cta,a.hercules-core-slider__button,a.hercules-demo-button,a.hercules-home-snapshot__cta,a.hps-button,.hercules-niche-cta a,a.button,a.btn,button:not(.hercules-layout-menu-toggle):not(.hercules-core-slider__arrow):not(.hercules-core-slider__dot),input[type=submit],input[type=button]):is(:link,:visited,:hover,:focus,:focus-visible,:active){color:#000!important;}

/* Three niche inner-page button contrast QA 2026-09-10 */
/* Primary/light-surface actions: keep dark ink on light accent or white backgrounds. */
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) :is(
  .hercules-core-slider__button:not(.hercules-core-slider__button--outline),
  .hercules-demo-button,
  .hercules-home-snapshot__cta,
  .hercules-quality-button,
  .fitcalc__button,
  .fitcalc__reset,
  input[type=submit],
  input[type=button]
),
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) :is(
  .hercules-core-slider__button:not(.hercules-core-slider__button--outline),
  .hercules-demo-button,
  .hercules-home-snapshot__cta,
  .hercules-quality-button,
  .fitcalc__button,
  .fitcalc__reset,
  input[type=submit],
  input[type=button]
):is(:link,:visited,:hover,:focus,:focus-visible,:active){
  color:#0b1115!important;
}

/* Slider outline actions sit over dark imagery: white normally, black on white hover. */
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hercules-core-slider__button--outline,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hercules-core-slider__button--outline:link,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hercules-core-slider__button--outline:visited{
  background:transparent!important;
  border-color:rgba(255,255,255,.78)!important;
  color:#fff!important;
}
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hercules-core-slider__button--outline:hover,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hercules-core-slider__button--outline:focus,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hercules-core-slider__button--outline:focus-visible,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hercules-core-slider__button--outline:active{
  background:#fff!important;
  border-color:#fff!important;
  color:#111!important;
  filter:none!important;
}

/* HPS sections define accessible accent/text pairs per surface. Restore those pairs. */
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hps-button:not(.is-secondary),
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hps-button:not(.is-secondary):is(:link,:visited,:hover,:focus,:focus-visible,:active){
  color:var(--hps-button-text,#fff)!important;
}
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hps-button.is-secondary,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hps-button.is-secondary:link,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hps-button.is-secondary:visited{
  background:transparent!important;
  border-color:var(--hps-accent)!important;
  color:var(--hps-accent)!important;
}
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hps-button.is-secondary:hover,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hps-button.is-secondary:focus,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hps-button.is-secondary:focus-visible,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .hps-button.is-secondary:active{
  background:var(--hps-accent)!important;
  border-color:var(--hps-accent)!important;
  color:var(--hps-button-text,#fff)!important;
}

/* Header CTA contrast follows each niche hover background. */
body.hs-menu-cycling-club .hercules-layout-header__cta,
body.hs-menu-cycling-club .hercules-layout-header__cta:is(:link,:visited,:hover,:focus,:focus-visible,:active),
body.hs-menu-wellness-center .hercules-layout-header__cta,
body.hs-menu-wellness-center .hercules-layout-header__cta:is(:link,:visited,:hover,:focus,:focus-visible,:active){
  color:#0d1115!important;
}
body.hs-menu-sports-rehab .hercules-layout-header__cta,
body.hs-menu-sports-rehab .hercules-layout-header__cta:link,
body.hs-menu-sports-rehab .hercules-layout-header__cta:visited{
  color:#07111e!important;
}
body.hs-menu-sports-rehab .hercules-layout-header__cta:hover,
body.hs-menu-sports-rehab .hercules-layout-header__cta:focus,
body.hs-menu-sports-rehab .hercules-layout-header__cta:focus-visible,
body.hs-menu-sports-rehab .hercules-layout-header__cta:active{
  color:#fff!important;
}

/* Contact submit hover states: preserve readable contrast on darker accent backgrounds. */
body.hs-menu-cycling-club input[type=submit]:is(:hover,:focus,:focus-visible,:active),
body.hs-menu-wellness-center input[type=submit]:is(:hover,:focus,:focus-visible,:active){
  color:#0b1115!important;
}
body.hs-menu-sports-rehab input[type=submit]:is(:hover,:focus,:focus-visible,:active){
  color:#fff!important;
}

/* Legacy accent button becomes dark on hover, so switch its label to white there. */
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .button-1.d-bg-c,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .button-1.d-bg-c:link,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .button-1.d-bg-c:visited{
  color:#0b1115!important;
}
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .button-1.d-bg-c:hover,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .button-1.d-bg-c:focus,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .button-1.d-bg-c:focus-visible,
body:is(.hs-menu-cycling-club,.hs-menu-wellness-center,.hs-menu-sports-rehab) .button-1.d-bg-c:active{
  color:#fff!important;
}

/* Sports Rehab top menu text readability 2026-09-10 */
body.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-menu>li>a{
  color:#243247!important;
  opacity:1!important;
}
body.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-menu>li>a:hover,
body.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-menu>li>a:focus-visible,
body.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-menu>li.current-menu-item>a,
body.hs-menu-sports-rehab .hercules-layout-header .hercules-layout-menu>li.current-menu-ancestor>a{
  color:var(--layout-accent,#2f80ed)!important;
  opacity:1!important;
}

/* Outdoor Bootcamp, Nutrition Coach, Paddle menu + button readability 2026-09-10 */
/* Outdoor Bootcamp Blog Details submenu matches main Blog treatment */
body.hs-menu-outdoor-bootcamp .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;font-size:12px!important;font-weight:800!important;
  letter-spacing:.06em!important;text-transform:uppercase!important;color:#46505f!important;
  border-radius:2px!important;background:transparent!important;box-shadow:none!important;
}
body.hs-menu-outdoor-bootcamp .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-outdoor-bootcamp .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-outdoor-bootcamp .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  background:var(--layout-accent,#f2994a)!important;color:#0b0b0b!important;box-shadow:none!important;
}
/* Nutrition Coach Blog Details submenu matches main Blog treatment */
body.hs-menu-nutrition-coach .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;font-size:12.5px!important;font-weight:600!important;
  letter-spacing:.02em!important;text-transform:none!important;color:#46505f!important;
  border-radius:999px!important;background:transparent!important;box-shadow:none!important;
}
body.hs-menu-nutrition-coach .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-nutrition-coach .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-nutrition-coach .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  background:rgba(87,182,87,.14)!important;color:var(--layout-accent,#57b657)!important;box-shadow:none!important;
}
/* Paddle Blog Details submenu matches main Blog treatment */
body.hs-menu-paddle .hercules-layout-header .hercules-layout-nav .sub-menu a{
  font-family:inherit!important;font-size:12px!important;font-weight:800!important;
  letter-spacing:.05em!important;text-transform:uppercase!important;color:#46505f!important;
  border-radius:999px!important;background:transparent!important;box-shadow:none!important;
}
body.hs-menu-paddle .hercules-layout-header .hercules-layout-nav .sub-menu a:hover,
body.hs-menu-paddle .hercules-layout-header .hercules-layout-nav .sub-menu a:focus-visible,
body.hs-menu-paddle .hercules-layout-header .hercules-layout-nav .sub-menu .current-menu-item>a{
  background:var(--layout-accent,#e63946)!important;color:#fff!important;box-shadow:none!important;
}

/* Contrast-aware buttons: Outdoor Bootcamp + Nutrition Coach */
body.hs-menu-outdoor-bootcamp .hercules-core-slider__button:not(.hercules-core-slider__button--outline),
body.hs-menu-outdoor-bootcamp .hercules-layout-header__cta,
body.hs-menu-outdoor-bootcamp .hercules-home-snapshot__cta,
body.hs-menu-outdoor-bootcamp .hercules-quality-button,
body.hs-menu-outdoor-bootcamp .wpcf7-submit,
body.hs-menu-nutrition-coach .hercules-core-slider__button:not(.hercules-core-slider__button--outline),
body.hs-menu-nutrition-coach .hercules-layout-header__cta,
body.hs-menu-nutrition-coach .hercules-home-snapshot__cta,
body.hs-menu-nutrition-coach .hercules-quality-button,
body.hs-menu-nutrition-coach .wpcf7-submit{color:#0b0f12!important;}
body.hs-menu-outdoor-bootcamp .hercules-core-slider__button--outline,
body.hs-menu-nutrition-coach .hercules-core-slider__button--outline{color:#fff!important;}
body.hs-menu-outdoor-bootcamp .hercules-core-slider__button--outline:hover,
body.hs-menu-outdoor-bootcamp .hercules-core-slider__button--outline:focus-visible,
body.hs-menu-nutrition-coach .hercules-core-slider__button--outline:hover,
body.hs-menu-nutrition-coach .hercules-core-slider__button--outline:focus-visible{background:#fff!important;color:#111!important;}
body.hs-menu-outdoor-bootcamp .hps-button,
body.hs-menu-outdoor-bootcamp .hps-button:hover,
body.hs-menu-outdoor-bootcamp .hps-button:focus,
body.hs-menu-nutrition-coach .hps-button,
body.hs-menu-nutrition-coach .hps-button:hover,
body.hs-menu-nutrition-coach .hps-button:focus{color:var(--hps-button-text)!important;}
body.hs-menu-outdoor-bootcamp .hps-button.is-secondary,
body.hs-menu-nutrition-coach .hps-button.is-secondary{color:var(--hps-surface-accent,var(--hps-accent))!important;}
body.hs-menu-outdoor-bootcamp .hps-button.is-secondary:hover,
body.hs-menu-outdoor-bootcamp .hps-button.is-secondary:focus,
body.hs-menu-nutrition-coach .hps-button.is-secondary:hover,
body.hs-menu-nutrition-coach .hps-button.is-secondary:focus{color:var(--hps-button-text)!important;}
body.hs-menu-outdoor-bootcamp .button-1:hover,
body.hs-menu-outdoor-bootcamp .button-1:focus-visible,
body.hs-menu-nutrition-coach .button-1:hover,
body.hs-menu-nutrition-coach .button-1:focus-visible{color:#fff!important;}

/* Paddle primary actions: readable red normal, dark-red hover */
body.hs-menu-paddle :is(.hercules-layout-header__cta,.hercules-suite-button,.hercules-niche-cta a,.hercules-home-snapshot__cta,.hercules-paddle-mega__cta,.wpcf7-submit){color:#111!important;}
body.hs-menu-paddle :is(.hercules-layout-header__cta,.hercules-suite-button,.hercules-niche-cta a,.wpcf7-submit):hover,
body.hs-menu-paddle :is(.hercules-layout-header__cta,.hercules-suite-button,.hercules-niche-cta a,.wpcf7-submit):focus-visible,
body.hs-menu-paddle :is(.hercules-layout-header__cta,.hercules-suite-button,.hercules-niche-cta a,.wpcf7-submit):active{
  background:var(--hercules-accent-dark,#aa2a34)!important;border-color:var(--hercules-accent-dark,#aa2a34)!important;color:#fff!important;filter:none!important;
}
body.hs-menu-paddle .hercules-paddle-mega__cta,
body.hs-menu-paddle .hercules-paddle-mega__cta:hover,
body.hs-menu-paddle .hercules-paddle-mega__cta:focus-visible{background:#fff!important;color:#111827!important;}