/*
	Theme Name: w32026
	Theme URI: https://w3nerds.com
	Description: Theme designed for client
	Version: 1.1
	Author: w3 Global Solutions
	Author URI: https://w3nerds.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    BASE — variables, reset, base typography
\*------------------------------------*/
*,
*:after,
*:before {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  margin: 0;
}

:root {
  --color-1: #2f2c54;
  --color-2: #575296;
  --color-3: #aeb6e8;
  --color-4: #F26122;
  --greyZero: #f5f5f5;
  --greyOne: #e5e5e5;
  --greyTwo: #bfbfbf;
  --greyThree: #757575;
  --greyFour: #444444;
  --greyFive: #151515;
  --font-title: 'opensans-extrabold', sans-serif;
  --font-sm-title: 'opensans-bold', sans-serif;
  --font-text-strong: 'opensans-bold', sans-serif;
  --font-text-regular: 'opensans-regular', Arial, sans-serif;
  --font-text-italic: 'opensans-italic', sans-serif;
  --font-nav: 'opensans-regular', Arial, sans-serif;
  --font-cta: 'opensans-bold', sans-serif;
}

.screen-reader-text {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-to-content-link {
  background: #fff;
  color: #000;
  height: 30px;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

#loader {
  left: 50%;
  top: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  border: 12px solid #f3f3f3;
  /* Light grey */
  border-top: 12px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 2s linear infinite;
  z-index: 999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

p#noscript {
  background-color: red;
  color: white;
  text-align: center;
  width: 100%;
}

a#w3 {
  background-color: transparent;
  background: transparent url(img/w3nerds-logo-web.png) no-repeat;
  background-position: 10% 50%;
  color: #151515;
  display: inline-block;
  font-family: 'opensans-regular', sans-serif;
  font-size: 13px;
  line-height: 22px;
  margin: 10px;
  padding: 10px;
  text-align: right;
  transition-duration: 0.8s;
  text-decoration: none;
  width: 180px;
  height: 90px;
}

a#w3:hover {
  background-color: #fff;
  box-shadow: 15px 15px 0px -10px #4285f4, -15px -15px 0px -10px #fcc934, 5px -5px #ff5252, -5px 5px #34a853;
  color: #151515;
}

.success {
  padding: 12px 20px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: green;
  position: relative;
  z-index: 9999;
}

.success a {
  color: #ccc;
}

.error,
.form-error-container {
  padding: 12px 20px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  background: red;
  position: relative;
  z-index: 9999;
}

.error span,
.error a {
  vertical-align: middle !important;
}

.inputError {
  background-color: rgb(249, 213, 212) !important;
}

html {
  font-size: 14px;
}

body {
  font-family: var(--font-text-regular), 'opensans-regular', serif;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  background-color: #fff;
  text-align: center;
}

img {
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%;
  /*border-radius: 10px;*/
}

a {
  color: var(--color-2);
  font-family: var(--font-text-strong), 'opensans-bold', serif;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #000;
}

a:focus {
  outline: #2f2f2f;
}

a:hover,
a:active {
  outline: 0;
}

button {
  cursor: pointer;
}

input:focus {
  outline: 0;
  border: 1px solid var(--color-4);
}

textarea {
  outline-color: var(--color-4);
}

p {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  font-family: var(--font-text-regular), 'opensans-regular', serif;
}

ul,
ol {
  font-size: 14px;
  line-height: 14px;
  padding: 20px 0 20px 20px;
}

ul li,
ol ul li {
  /*NEW*/
  text-align: left;
  list-style: none;
  background-image: url('uploads/favicon/favicon-32x32.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 5px 12px;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 10px 30px;
}

ol li,
ul ol li {
  /*NEW*/
  list-style: auto;
  background-image: none;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 15px 5px;
}

ol li::marker,
ul ol li::marker {
  font-family: var(--font-text-strong), 'opensans-bold', serif;
}

ul li h4,
ol li h4,
ul ol li h4 {
  padding-bottom: 4px;
}

h1,
h2.xlg-title,
h3.xlg-title,
h4.xlg-title,
h5.xlg-title,
.xlg-title {
  /*background-color: rgba(0, 65, 130, .80);*/
  color: var(--greyFour);
  display: block;
  font-family: var(--font-title), 'opensans-bold', sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 46px;
  margin: 0;
  /*padding: 60px 20px;*/
  text-align: center;
  text-decoration: none;
  /*text-shadow: 1px 1px 1px #000, 1px 2px 5px var(--color-1);*/
  text-transform: uppercase;
  vertical-align: middle;
}

h2,
h1.lg-title,
h3.lg-title,
h4.lg-title,
h5.lg-title,
.lg-title {
  border-bottom: 2px solid var(--color-4);
  color: var(--greyFour);
  display: inline-block;
  font-family: var(--font-title), 'opensans-bold', sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}

h3,
h1.med-title,
h2.med-title,
h4.med-title,
h5.med-title,
.med-title {
  border-bottom: 2px solid var(--color-4);
  color: var(--greyFour);
  display: inline-block;
  font-family: var(--font-title), 'opensans-bold', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}

h4,
h1.sm-title,
h2.sm-title,
h3.sm-title,
h5.sm-title,
.sm-title {
  color: var(--greyFour);
  display: inline-block;
  font-family: var(--font-sm-title), 'opensans-bold', sans-serif;
  font-size: 18px;
  font-variant: small-caps;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: middle;
}

h5,
h1.xsm-title,
h2.xsm-title,
h3.xsm-title,
h4.xsm-title,
.xsm-title {
  color: var(--greyFour);
  display: inline-block;
  font-family: var(--font-sm-title), 'opensans-bold', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: middle;
}

strong,
b,
table th {
  font-weight: normal;
  font-family: var(--font-text-strong), 'opensans-bold', serif;
}

svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  fill: #000;
}

i {
  font-style: normal;
  font-family: var(--font-text-italic), 'opensans-italic', sans-serif;
}

blockquote {
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 17.5px;
  border-left: 5px solid var(--color-4);
}

section {
  /*contains a wrapper and std-padding*/
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 75px 20px;
  position: relative;
}

section.no-padding {
  padding: 0;
}

section.large {
  max-width: 1920px;
  margin: 0 auto;
}

section.landing {
  /*styling for landing sections*/
  /*max-width: 1920px;*/
  /*background-image: url(uploads/tbd-1920x513.jpg);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*padding: 0;*/
}

body.terms-of-use section:first-of-type,
body.privacy-policy section:first-of-type {
  background-image: none;
}

.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.wrapper.large {
  max-width: 1920px;
}

.wrapper.small {
  max-width: 1000px;
}

.wrapper.xsmall {
  max-width: 750px;
}

.std-padding {
  padding: 75px 20px;
}

.less-padding {
  padding: 40px 15px;
}

.grey {
  background-color: var(--greyZero);
}

.object-fit {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.align-left {
  float: left;
  padding: 0;
  margin: 0 12px 2px 0;
}

.align-right {
  float: right;
  padding: 0;
  margin: 0 0 2px 12px;
}

@media only screen and (max-width:900px) {
  .stopFloatOnTablet {
    float: none;
    display: block;
    margin: 12px auto;
  }
}

@media only screen and (max-width:640px) {
  .stopFloatOnMobile {
    float: none;
    display: block;
    margin: 12px auto;
  }
}

@media only screen and (max-width:399px) {

  .align-left,
  .align-right {
    float: none;
    display: block;
    margin: 12px auto;
  }
}

ul.list {
  overflow: hidden;
  list-style: none;
  text-align: left;
  padding: 15px 10px;
  margin: 0 0 0 40px;
}

ul.list li {
  float: left;
  display: inline;
  width: 33%;
  /*background-image: url('uploads/icon-welsh-w.svg');*/
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 5px 50%;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 10px 15px 50px;
}

ul.list.service-area li {
  /*background-image: url('uploads/icon-house.svg');*/
}

ul.list.one-col li {
  width: 100%;
}

@media only screen and (max-width:900px) {
  ul.list {
    margin: 0;
    padding: 10px 5px;
  }

  ul.list li {
    width: 50%;
  }
}

@media only screen and (max-width:640px) {
  ul.list {
    padding: 10px 0px;
  }

  ul.list li {
    font-size: 16px;
    background-size: 20px;
    padding: 10px 10px 10px 30px;
  }
}

@media only screen and (max-width:390px) {
  ul.list li {
    width: 100%;
  }
}

iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 0;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/
table,
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: none;
  border: 0;
}

div.table,
div.table-noresponse {
  display: table;
  width: 100%
}

div.table div.tableRow,
div.table-noresponse div.tableRow-noresponse {
  display: table-row;
  width: 100%
}

div.table div.tableRow div.tableCell,
div.table-noresponse div.tableRow-noresponse div.tableCell-noresponse {
  display: table-cell;
  vertical-align: middle
}

.small-1 {
  width: 8.33333%
}

.small-2 {
  width: 16.66667%
}

.small-3 {
  width: 25%
}

.small-4 {
  width: 33.33333%
}

.small-5 {
  width: 41.66667%
}

.small-6 {
  width: 50%
}

.small-7 {
  width: 58.33333%
}

.small-8 {
  width: 66.66667%
}

.small-9 {
  width: 75%
}

.small-10 {
  width: 83.33333%
}

.small-11 {
  width: 91.66667%
}

.small-12 {
  width: 100%
}

@media only screen and (min-width: 640px) {
  .medium-1 {
    width: 8.33333%
  }

  .medium-2 {
    width: 16.66667%
  }

  .medium-3 {
    width: 25%
  }

  .medium-4 {
    width: 33.33333%
  }

  .medium-5 {
    width: 41.66667%
  }

  .medium-6 {
    width: 50%
  }

  .medium-7 {
    width: 58.33333%
  }

  .medium-8 {
    width: 66.66667%
  }

  .medium-9 {
    width: 75%
  }

  .medium-10 {
    width: 83.33333%
  }

  .medium-11 {
    width: 91.66667%
  }

  .medium-12 {
    width: 100%
  }
}

@media only screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33333%
  }

  .large-2 {
    width: 16.66667%
  }

  .large-3 {
    width: 25%
  }

  .large-4 {
    width: 33.33333%
  }

  .large-5 {
    width: 41.66667%
  }

  .large-6 {
    width: 50%
  }

  .large-7 {
    width: 58.33333%
  }

  .large-8 {
    width: 66.66667%
  }

  .large-9 {
    width: 75%
  }

  .large-10 {
    width: 83.33333%
  }

  .large-11 {
    width: 91.66667%
  }

  .large-12 {
    width: 100%
  }
}

.flex-container {
  /*https://www.w3schools.com/css/css3_flexbox.asp*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center
}

.flex-container.centerItems {
  align-items: center
}

.flex-container.col {
  flex-direction: column
}

.flex-container .flex-block {
  display: block;
  width: 25%;
  transition-duration: 0.8s
}

.flex-container .flex-block.one-eighth {
  width: 12.5%
}

.flex-container .flex-block.one-third {
  width: 33.33%
}

.flex-container .flex-block.one-half {
  width: 50%
}

.flex-container .flex-block.two-thirds {
  width: 66.66%
}

.flex-container .flex-block.three-quarters {
  width: 75%
}

.flex-container .flex-block.full {
  width: 100%
}

.flex-container .flex-block.noResponse {
  width: 25% !important
}

.flex-container .flex-block.one-eighth.noResponse {
  width: 12.5% !important
}

.flex-container .flex-block.one-third.noResponse {
  width: 33.33% !important
}

.flex-container .flex-block.one-half.noResponse {
  width: 50% !important
}

.flex-container .flex-block.two-thirds.noResponse {
  width: 66.66% !important
}

.flex-container .flex-block.three-quarters.noResponse {
  width: 75% !important
}

.flex-container .flex-block.full.noResponse {
  width: 100% !important
}

@media only screen and (max-width:900px) {
  .flex-container.reverseOnTablet {
    flex-direction: column-reverse
  }

  .flex-container .flex-block.one-half,
  .flex-container .flex-block.two-thirds,
  .flex-container .flex-block.three-quarters,
  .flex-container .flex-block.fullOnTablet,
  .flex-container .flex-block.one-third.fullOnTablet {
    width: 100%
  }

  .flex-container .flex-block,
  .flex-container .flex-block.one-third,
  .flex-container .flex-block.one-half.lateResponse {
    width: 50%
  }

  .flex-container .flex-block.one-eighth {
    width: 25%
  }
}

@media screen and (max-width:640px) {
  .flex-container.reverseOnMobile {
    flex-direction: column-reverse
  }

  .flex-container .flex-block,
  .flex-container .flex-block.one-third,
  .flex-container .flex-block.two-thirds,
  .flex-container .flex-block.one-half.lateResponse {
    width: 100%
  }

  .flex-container .flex-block.one-eighth,
  .flex-container .flex-block.lateResponse,
  .flex-container .flex-block.one-third.lateResponse {
    width: 50%
  }

  .flex-container .flex-block.one-eighth.lateResponse {
    width: 25%
  }
}

@media screen and (max-width:390px) {

  .flex-container .flex-block.one-eighth,
  .flex-container .flex-block.lateResponse,
  .flex-container .flex-block.one-eighth.lateResponse,
  .flex-container .flex-block.one-third.lateResponse {
    width: 100%
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.announcement-bar {
  background-color: var(--color-4);
}

.announcement-bar p {
  padding: 10px;
  text-align: center;
}

.announcement-bar a {
  font-family: var(--font-text-strong), 'opensans-bold', serif;
  text-decoration: underline;
  transition-duration: 0.3s;
  color: var(--color-1);
}

.announcement-bar a:hover {
  color: var(--color-4);
}

header {
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 100;
}

header div#mobileGrippy {
  display: none;
}

header .mid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

header .mid .flex-container.wrapper {
  border-bottom: 1px solid var(--greyOne);
}

/*header .mid */
.flex-block.logo-container {
  width: 20%;
  padding: 10px 0 10px 10px;
  background-color: var(--color-1);
  background-color: #fff;
}

/*header .mid .flex-block.logo-container */
a.logo {
  display: block;
  text-decoration: none;
}

/*header .mid .flex-block.logo-container */
a.logo img {
  max-width: 50px;
  vertical-align: middle;
}

/*header .mid .flex-block.logo-container*/
a.logo span.names {
  display: block;
  font-family: var(--font-title), 'opensans-bold', sans-serif;
  color: var(--color-2);
}

/*header .mid .flex-block.logo-container */
a.logo span.names span {
  display: block;
}

header .bot {
  /*border-bottom: 1px solid var(--greyOne);*/
  width: 100%;
}

header nav {
  display: inline-block;
  vertical-align: middle;
}

header nav ul {
  list-style: none;
  position: relative;
  text-align: right;
  margin: 0;
  padding: 0
}

header nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-image: none;
  margin: 0;
  padding: 0;
}

header nav ul li a {
  font-family: var(--font-nav), 'opensans-regular', serif;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  margin: 0 4px;
  padding: 0px 10px;
  text-align: center;
  transition-duration: 0.8s;
  color: var(--greyFour);
  /*letter-spacing: 1.5px;*/
  border: 1px solid transparent;
  border-bottom: 0px;
}

header nav ul li a:link,
header nav ul li a:visited,
header nav ul li a:active {}

header nav ul li a:hover {
  color: var(--color-2);
}

header nav ul li a span {
  display: inline-block;
  padding: 18px 6px;
  transition-duration: 0.8s;
  border-bottom: 3px solid transparent;
}

header nav ul li a span:hover {
  border-bottom: 3px solid var(--color-4);
}

header nav ul li a.current-page span {
  border-bottom: 3px solid var(--color-4);
}

header nav ul li a img {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
}

header nav ul li.withChild a:hover {
  /*border: 1px solid #dcdcdc;*/
  /*border-bottom: 1px solid transparent;*/
  box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);
  box-shadow: 0 4px 10px 0 rgba(170, 170, 170, 0.5);
  box-shadow: 6px 0 12px -8px rgba(31, 73, 125, 0.8), -6px 0 12px -8px rgba(31, 73, 125, 0.8);
  box-shadow: 0 -1px 11px 2px rgba(170, 170, 170, 0.5);
}

header nav ul li ul.children {
  display: none;
  position: absolute;
  top: 53px;
  left: 3px;
  width: 213px;
  height: auto;
  text-align: center;
  text-align: left;
  background-color: #fff;
  z-index: 100;
  padding: 0;
  margin: 0;
  border: 1px solid #dcdcdc;
  border-top: 1px solid transparent;
  /*box-shadow: 0 0 15px 2px rgba(170,170,170,0.5);*/
  box-shadow: 0 14px 15px 2px rgba(170, 170, 170, 0.5);
  /*transition-duration: 0.8s;*/
}

header nav ul li ul.children:hover {
  /*border: 1px solid #dcdcdc;*/
}

header nav ul li ul.children li {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}

header nav ul li ul.children li a {
  display: block;
  width: 100%;
  padding: 12px 6px;
  color: var(--color-2);
  margin: 0;
}

header nav ul li ul.children li a:hover {
  color: #fff;
  border-color: #fff;
  background-color: var(--color-2);
}

/*------------------------------------*\
    GLOBAL — patterns reused across 2+ pages (CTAs, cards, title separators, image frames, etc.)
\*------------------------------------*/
div.content {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.relative {
  position: relative;
}

.cta {
  display: inline-block;
  background-color: var(--color-5);
  background-image: url('uploads/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 93% 50%;
  border: 1px solid transparent;
  border-bottom-left-radius: 20px;
  color: #fff;
  font-family: var(--font-cta), 'opensans-bold', serif;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  text-decoration: none;
  margin: 12px 8px;
  padding: 12px 50px 12px 28px;
  transition-duration: 0.8s;
  /*text-transform: uppercase;*/
  vertical-align: middle;
}
.cta-btn {
  background-image: none;
    background-color: var(--color-4);
    color: #000;
    border-radius: 50px;
    padding: 11px 22px;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    border: 0;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(242, 97, 34, 0.35);
    text-decoration: none;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.cta-btn:hover {
  background-color: #d44e12;
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(242, 97, 34, 0.42);
  padding: 11px 22px;
  background-position: 120% 50%;
}

.cta:hover {
  color: var(--color-1);
  background-color: #fff;
  border-color: var(--color-1);
  padding: 12px 39px;
  background-position: 120% 50%;
  box-shadow: 0px 0px 5px var(--color-4);
}

.cta.large {
  background-position: 95% 50%;
}

.cta.large:hover {
  background-position: 130% 50%;
}

.cta.v2 {
  background-image: url('uploads/icon-arrow-right-color-1.svg');
  background-color: var(--color-4);
  color: var(--greyFive);
  border-color: transparent;
}

.cta.v2:hover {
  box-shadow: 0px 0px 5px var(--color-4);
}

.cta.transparent {
  background-image: url('uploads/icon-arrow-right-color-1.svg');
  /*background-image: url('uploads/icon-arrow-right-white.svg');*/
  background-color: transparent;
  color: var(--color-2);
  border-color: var(--color-2);
}

.cta.transparent:hover {
  background-color: var(--color-2);
  border-color: var(--color-2);
  color: #fff;
  box-shadow: 0px 0px 5px var(--color-2);
}

.cta.white {
  background-image: url('uploads/icon-arrow-right-white.svg');
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.cta.white:hover {
  background-color: var(--color-2);
  box-shadow: 0px 0px 5px var(--color-2);
}

.cta.appt {
  background-image: url('uploads/icon-calendar.svg');
  background-position: 95% 50%;
}

.cta img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}

.cta span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 8px;
}

/*.title-separator {
	display: block;
	width: 250px;
	height: 2px;
	margin: 10px auto 20px;
	background-color: var(--color-4);
}
.title-separator.v2 {
	background-color: var(--color-2);
}
.title-separator.small {
	width: 50px;
	margin: 5px auto 10px;
}
.title-separator.left {
	margin-left: 0; 
}*/
.frame {
  border-radius: 4px;
  border-top: 4px solid var(--color-2);
  border-right: 1px solid var(--color-2);
  border-bottom: 4px solid var(--color-4);
  border-left: 1px solid var(--color-2);
  transition-duration: 0.8s;
}

.frame:hover {
  box-shadow: 0px 0px 10px var(--color-4);
}

/*------------------------------------*\
    HOME — body.home
\*------------------------------------*/
/*add body.home code here */
/*------------------------------------*\
    ABOUT — body.about
\*------------------------------------*/
/*testimonial styling*/
#testimonials #google-reviews {
  display: flex;
  flex-wrap: wrap;
  margin: 0
}

#testimonials .review-item {
  margin: 8px;
  padding: 1.8em;
  color: #000;
  flex: 1 1 20%;
  background-color: var(--greyZero);
  border: 1px #bfbfbf solid;
  box-shadow: 0 0 15px 2px rgba(170, 170, 170, .2);
  transition-duration: .8s
}

#testimonials .review-item:hover {
  border: 1px solid var(--color-2)
}

.review-meta,
.review-stars {
  text-align: center;
  font-size: 115%
}

.review-author {
  text-transform: capitalize;
  font-size: 28px;
  line-height: 40px
}

.review-author img {
  max-width: 100px;
  vertical-align: middle
}

.review-date {
  opacity: .6;
  display: block;
  font-size: 22px;
  line-height: 22px
}

.review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 32em;
  margin: auto
}

.review-stars ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0
}

.review-stars ul li {
  background-image: none;
  padding: 0;
  float: left;
  margin-right: 1px;
  line-height: 1
}

.review-stars ul li i {
  color: #fed03d;
  font-size: 48px;
  font-style: normal
}

.review-stars ul li i.inactive {
  color: #c6c6c6
}

.star:after {
  content: "\2605"
}

#map-plug {
  display: none
}

@media only screen and (max-width:900px) {
  #testimonials .review-item {
    flex: 1 1 48%
  }
}

@media only screen and (max-width:640px) {
  #testimonials .review-item {
    flex: 1 1 100%
  }
}

/*------------------------------------*\
    BLOG — body.blog
\*------------------------------------*/
body.blog section#blog-articles {
  background-color: #f5f5f5;
  max-width: 100%;
}

body.blog .post-container {
  border: 0;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(60, 64, 67, 0.3);
  padding: 5px;
  margin: 10px auto 20px;
  max-width: 1400px;
  transition-duration: 0.8s;
}

body.blog .post-container:hover {
  background-color: var(--color-3);
}

body.blog .post-container .table {
  background-color: #fff;
  padding: 5px;
}

body.blog .post-container .table .post-content {
  padding: 10px 20px;
}

body.blog .post-container .table .post-content .post-title {
  display: inline-block;
  text-align: center;
  font-family: var(--font-text-strong), 'opensans-bold', serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--color-4);
  margin-bottom: 14px;
  text-align: left;
  vertical-align: middle;
}

body.blog .post-container .table .post-content .post-title a {
  text-decoration: none;
}

body.blog .post-container .table .post-content .post-author {
  color: var(--greyFour);
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
  margin: 12px 0 18px;
  border-top: 1px solid var(--greyOne);
  border-bottom: 1px solid var(--greyOne);
}

body.blog .blog-detail {
  border-top: 1px solid var(--greyOne);
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 0;
}

body.blog .blog-detail .side-item {
  padding: 0 15px;
}

body.blog .blog-detail .side-item .blog-section-title {
  font-weight: normal;
  display: inline-block;
  font-family: var(--font-text-strong), 'opensans-bold', serif;
  font-variant: small-caps;
  font-size: 18px;
  line-height: 24px;
  color: var(--greyFour);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-4);
  margin-bottom: 14px;
  text-align: left;
  vertical-align: middle;
}

body.blog .blog-detail .side-item ul {
  padding-top: 0;
}

body.blog .blog-detail .post-author {
  color: var(--greyFour);
  text-align: left;
  font-size: 14px;
  padding: 8px 0;
  margin: 12px 0 18px;
  border-top: 1px solid var(--greyOne);
  border-bottom: 1px solid var(--greyOne);
}

div.social-sharing-buttons {
  margin: 0;
  padding: 10px 0 20px 0;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-align: left;
}

div.social-sharing-buttons div.social-sharing-title {
  text-align: left;
  color: var(--orangeOne);
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0 0 0;
  font-weight: 700;
}

div.social-sharing-buttons a {
  padding: 2px 8px 4px 8px;
  margin: 2px;
  color: #fff;
  font-size: 13px;
  border-radius: 2px;
  cursor: pointer;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
  display: inline-block;
  text-decoration: none;
}

div.social-sharing-buttons a:hover,
div.social-sharing-buttons a:active {
  color: white;
}

div.social-sharing-buttons a.twitter {
  background-color: #1DA1F2;
  color: #14171A;
}

div.social-sharing-buttons a.twitter:hover,
div.social-sharing-buttons a.twitter:active {
  background-color: #5bc1ff;
}

div.social-sharing-buttons a.facebook {
  background-color: #3B5997;
}

div.social-sharing-buttons a.facebook:hover,
div.social-sharing-buttons a.facebook:active {
  background-color: #2d4372;
}

div.social-sharing-buttons a.pinterest {
  background-color: #bd081c;
}

div.social-sharing-buttons a.pinterest:hover,
div.social-sharing-buttons a.pinterest:active {
  background-color: #9f0112;
}

div.social-sharing-buttons a.linkedin {
  background-color: #0074A1;
}

div.social-sharing-buttons a.linkedin:hover,
div.social-sharing-buttons a.linkedin:active {
  background-color: #006288;
}

/*------------------------------------*\
    CONTACT — body.contact & Forms styling
\*------------------------------------*/
/*forms styling*/
section.contact p {
  max-width: 900px;
  margin: 0 auto
}

.form-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px
}

div.form-input {
  display: inline-block;
  padding: 0 10px 10px 0;
  margin: 0;
  width: 50%
}

div.form-input:has(div.g-recaptcha),
div.form-input:has(textarea[name=w3form_name]),
div.form-input:has(textarea[name=w3form_websitesFormID]) {
  width: 100%
}

div.form-input:has(textarea[name=w3form_message]) {
  width: 100%;
}

label {
  display: block;
  text-align: left;
  color: #444;
  font-family: var(--font-text-strong), opensans-bold, serif
}

div.form-input div.g-recaptcha,
input,
textarea {
  display: inline-block;
  vertical-align: top
}

input,
textarea {
  font-family: var(--font-text-regular), opensans-regular, serif;
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  color: #1f1f1f;
  border: 1px solid #ccc;
  box-shadow: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 4px;
  background-color: #fff;
  background-image: none
}

textarea {
  height: 144px
}

button {
  font-family: var(--font-text-strong), opensans-bold, serif;
  padding: 6px 12px;
  color: #fff;
  font-size: 18px;
  margin: 10px auto;
  background-color: #346fd4;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  transition: .25s
}

@media only screen and (max-width:640px) {
  div.form-input {
    width: 100%
  }
}

/*------------------------------------*\
    Legal - Terms of Use & Privacy Policy
\*------------------------------------*/
section#privacy-policy,
section#terms-of-use {
  padding: 50px 15px;
  background-color: #fff;
  max-width: 1000px;
  margin: auto
}

section#privacy-policy h1,
section#terms-of-use h1 {
  padding: 10px;
  text-transform: uppercase
}

section#privacy-policy h3,
section#terms-of-use h3 {
  padding: 30px 10px 10px 10px
}

section#privacy-policy p,
section#terms-of-use p {
  padding: 10px
}

/*------------------------------------*\
    FOOTER 
\*------------------------------------*/
footer {
  text-align: left;
  background-color: var(--greyZero);
  border-top: 1px solid var(--greyTwo);
  border-bottom: 1px solid var(--greyTwo);
}

footer,
footer .flex-container .flex-block a,
footer .med-title {
  color: var(--greyOne);
}

footer a {
  text-decoration: none;
}

footer ul li {
  list-style: disc;
  background-image: none;
  padding: 0;
}

footer span.site-tagline {
  padding-left: 0;
}

footer .flex-container {
  text-align: left;
  padding: 20px 0;
}

footer .flex-container .flex-block {
  padding: 30px 20px 0px;
  /*border-right: 1px solid var(--greyZero);*/
}

footer .flex-container .flex-block .footer-block-container {
  padding: 0 0 30px;
}

footer .flex-container .flex-block a {
  display: inline-block;
  padding: 12px 0;
  color: var(--greyFour);
  transition-duration: 0.8s;
}

footer .flex-container .flex-block a:hover {
  color: var(--color-2);
}

footer .flex-container .flex-block a.cta {
  padding: 12px 40px 12px 18px;
}

footer .flex-container .flex-block a.cta:hover {
  color: var(--greyFour);
  padding: 12px 29px;
}

footer .flex-container .flex-block a svg path {
  fill: var(--greyThree);
}

footer .flex-container .flex-block.site-name-block a {
  display: block;
}

footer .flex-container .flex-block.site-name-block a {}

footer .flex-container .flex-block.site-name-block a svg path {
  fill: #475993;
}

footer .flex-container .flex-block.info-block a svg {
  height: 20px;
  width: 20px;
}

footer .flex-container .flex-block ul {
  padding: 0 0 0 20px;
  list-style: none;
}

footer .flex-container .flex-block ul li {
  display: block;
}

.hours-container table {
  text-align: left;
  margin: 10px auto 10px 0;
  border-collapse: collapse;
}

footer .hours-container table {
  margin: 0 auto 0 0;
}

.hours-container td {
  padding: 4px;
}

.hours-container table tbody tr.selected {
  background-color: #fff;
  color: var(--color-2);
  font-family: var(--font-text-regular), 'opensans-regular', serif;
  border: 1px solid var(--color-3);
}

.hours-container table tbody tr td:nth-of-type(3n-2) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 4px 8px;
}

.hours-container table tbody tr td:nth-of-type(3n-1) {
  padding: 0 8px 0 0;
}

.hours-container table tbody tr td:nth-of-type(3n) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 8px 0 0;
}

footer div.footer-sub {
  padding: 30px 20px;
  text-align: left;
  background-color: var(--greyOne);
  color: var(--greyFive);
  border-top: 1px solid var(--greyTwo);
}

footer div.footer-sub .disclaimer {
  font-size: 14px;
  line-height: 16px;
}

footer div.footer-sub img {
  width: 70px;
  margin: 0 25px 0 0;
}

footer div.footer-sub a {
  color: var(--greyFive);
}

footer div.footer-sub p.copyright {
  color: var(--greyFive);
  font-size: 14px;
  text-align: left;
  margin: 0 0 8px 0;
}

div.footer-brand-container {
  padding: 10px 10px 10px 0;
  text-align: right;
}

/*------------------------------------*\
	PHILLY HEADER — brand-specific header overrides
\*------------------------------------*/

/* Announcement bar — design: gradient purple-deep → purple, white text */
header .announcement-bar {
	background: linear-gradient(90deg, var(--color-1), var(--color-2));
	color: #fff;
}

header .announcement-bar p {
	font-size: 13px;
	line-height: 20px;
	padding: 9px 16px;
	color: #fff;
}

header .announcement-bar a {
	color: #fff;
	text-decoration: underline;
}

header .announcement-bar a:hover {
	color: var(--color-3);
}

/* mid row (logo lives here) — visible, single-row layout */
header .mid {
	padding: 0;
}
/* Sticky header bar */
header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: saturate(160%) blur(12px);
	-webkit-backdrop-filter: saturate(160%) blur(12px);
	border-bottom: 1px solid #e7e4f2;
}

/* Bot row — the actual nav bar, single flex row */
header .bot {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

header .bot .flex-container {
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 72px;
}

/* Logo block — brand mark left side */
header .logo-block {
	display: flex;
	align-items: center;
	width: auto;
	flex: 0 0 auto;
	padding: 0;
}

header .logo-block a.logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 10px;
}

header .logo-block a.logo img {
	width: 46px;
	height: 46px;
	max-width: 46px;
	flex: 0 0 46px;
	display: block;
}

header .logo-block a.logo span {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.2;
	color: var(--color-1);
	text-align: left;
}

/* Three-quarters block holds nav — fill remaining space */
header .bot .flex-block.three-quarters {
	display: flex;
	align-items: center;
	width: auto;
	flex: 1 1 auto;
}

/* Right block holds Join CTA */
header .bot .flex-block.right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	flex: 0 0 auto;
}

/* Nav — horizontal pill links */
header .bot nav#site-nav {
	display: flex;
	align-items: center;
}

header .bot nav#site-nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 0;
	text-align: left;
}

header .bot nav#site-nav ul li {
	display: flex;
	align-items: center;
	background-image: none;
	padding: 0;
}

header .bot nav#site-nav ul li a {
	font-family: var(--font-nav), 'opensans-bold', serif;
	font-size: 0.92rem;
	font-weight: 600;
	text-transform: none;
	color: var(--greyFour);
	padding: 18px 13px;
	border-radius: 30px;
	border: 1px solid transparent;
	text-decoration: none;
	line-height: 1.2;
	white-space: nowrap;
	transition: background 0.15s, color 0.15s;
	display: block;
	margin: 0;
}

header .bot nav#site-nav ul li a span {
	display: inline;
	padding: 0;
	border-bottom: none;
}

header .bot nav#site-nav ul li a:hover {
	background: #f7f6fc;
	color: var(--color-2);
	border-color: transparent;
}

header .bot nav#site-nav ul li a.current,
header .bot nav#site-nav ul li a.current-page {
	color: var(--color-2);
	background: #eceaf8;
}

header .bot nav#site-nav ul li a.current span,
header .bot nav#site-nav ul li a.current-page span {
	border-bottom: none;
}

/* Join the Club CTA — orange pill, no arrow icon */
header .bot .flex-block.right a.cta {
	background-image: none;
	background-color: var(--color-4);
	color: #fff;
	border-radius: 50px;
	padding: 11px 22px;
	font-size: 0.9rem;
	font-weight: 700;
	margin: 0;
	border: 0;
	white-space: nowrap;
	box-shadow: 0 8px 22px rgba(242, 97, 34, 0.35);
	transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

header .bot .flex-block.right a.cta:hover {
	background-color: #d44e12;
	color: #fff;
	border-color: transparent;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(242, 97, 34, 0.42);
	padding: 11px 22px;
	background-position: 120% 50%;
}

/* Mobile — below 640px */
@media only screen and (max-width: 640px) {
	header .bot .flex-container {
		height: auto;
		flex-wrap: wrap;
		padding: 10px 0;
	}

	header .bot nav#site-nav ul {
		flex-wrap: wrap;
		gap: 4px;
	}

	header .bot nav#site-nav ul li a {
		font-size: 0.85rem;
		padding: 7px 10px;
	}

	header .logo-block a.logo span {
		font-size: 0.9rem;
	}
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*@font-face {
  font-family: 'title';
  src: url('fonts/.woff2') format('woff2'),
    url('fonts/.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'cta';
  src: url('fonts/.woff2') format('woff2'),
    url('fonts/.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'regular';
  src: url('fonts/.woff2') format('woff2'),
    url('fonts/.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'bold';
  src: url('fonts/.woff2') format('woff2'),
    url('fonts/.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'italic';
  src: url('fonts/.woff2') format('woff2'),
    url('fonts/.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/

@font-face {
  font-family: 'opensans-italic';
  src: url('fonts/opensans-italic-webfont.woff2') format('woff2'),
    url('fonts/opensans-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'opensans-regular';
  src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('fonts/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'opensans-bold';
  src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('fonts/opensans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'opensans-extrabold';
  src: url('fonts/opensans-extrabold-webfont.woff2') format('woff2'),
    url('fonts/opensans-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1400px) {}

@media only screen and (max-width:1024px) {

  /*foundation medium breakpoint*/
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  section,
  .std-padding {
    padding: 60px 20px;
  }

  .less-padding {
    padding: 30px 10px;
  }

  header div.logo {
    text-align: center;
  }

  header nav ul {
    text-align: center;
  }

}

@media only screen and (max-width:900px) {

  ul,
  ol {
    padding: 15px 0 15px 5px;
  }
  header > .mid,
  header > .bot {
    max-width: 1920px;
    width: 100%;
  }

}

@media only screen and (max-width:800px) {}

@media only screen and (max-width:640px) {

  /*foundation small breakpoint*/
  p {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  h2 {
    font-size: 22px;
    line-height: 26px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  ul {
    padding: 15px 0 15px 0;
  }

  ol {
    padding: 15px 0 15px 20px;
  }

  section,
  .std-padding {
    padding: 30px 10px;
  }

  .less-padding {
    padding: 10px 2.5px;
  }

  div.table,
  div.table div.tableRow,
  div.table div.tableRow div.tableHeader,
  div.table div.tableRow div.tableCell {
    display: block;
    width: 100%;
  }

  header {
    position: relative;
    text-align: center;
  }

  header div#mobileGrippy {
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 6px;
    color: #222;
  }

  header nav {
    display: none;
    text-align: center;
  }

  header div.logo {
    display: inline-block;
    vertical-align: top;
    width: 87%;
    padding: 10px 6px 0 6px;
    text-align: center;
  }

  header div.logo a {
    display: block;
    text-align: center;
  }

  header nav ul {
    text-align: center;
  }

  header nav ul li {
    display: inline-block;
  }

  header nav ul li a img {
    display: none;
  }

  .cta {
    margin: 6px 0;
  }

  footer {
    text-align: center;
  }

  footer table {
    margin: 0 auto;
    text-align: center;
  }

  footer div.footer-sub {
    text-align: center;
  }

  footer div.footer-sub p.copyright {
    text-align: center;
  }

  footer .footer-brand-container {
    text-align: center;
  }
}

@media only screen and (max-width:399px) {}

/*------------------------------------*\
	MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
	PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*------------------------------------*\
	PHILLY FOOTER REBUILD
\*------------------------------------*/

/* ── Shell ─────────────────────────────────────────────────────────────────── */
footer#contact {
	background: linear-gradient(160deg, var(--color-1) 0%, #3d3970 60%, var(--color-2) 100%);
	color: rgba(255, 255, 255, 0.86);
	text-align: left;
	border-top: 0;
	padding: 0;
}

/* Override base footer rules that set greyZero bg and greyOne text */
footer#contact,
footer#contact .flex-container .flex-block a,
footer#contact .med-title {
	color: rgba(255, 255, 255, 0.86);
}

/* ── A. Contact card ────────────────────────────────────────────────────────── */
footer#contact .foot-contact-wrap {
	padding: 48px 20px 0;
}

footer#contact .foot-contact {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 24px;
	align-items: center;
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 22px;
	padding: 34px 32px;
}

/* h3 — white, no global border-bottom */
footer#contact .foot-contact h3 {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.2;
	color: #fff;
	text-transform: none;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
	text-align: left;
}

footer#contact .foot-contact p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.95rem;
	line-height: 1.55;
	text-align: left;
	margin: 0;
}

/* CTA action column */
footer#contact .foot-contact-act {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}

footer#contact .foot-contact-act small {
	font-size: 0.74rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4;
	display: block;
}

/* CTA pill buttons — shared base */
footer#contact .foot-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-family: var(--font-cta), 'opensans-bold', serif;
	font-size: 0.92rem;
	font-weight: 700;
	padding: 13px 22px;
	border-radius: 50px;
	border: 0;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
	min-height: 44px;
	background-image: none;
	margin: 0;
}

/* Orange pill — Find Your Location */
footer#contact .foot-cta--orange {
	background-color: var(--color-4);
	color: #000;
	box-shadow: 0 10px 24px rgba(242, 97, 34, 0.38);
}

footer#contact .foot-cta--orange:hover {
	background-color: #d44e12;
	color: #000;
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(242, 97, 34, 0.45);
	padding: 13px 22px;
	background-position: 0 0;
}

/* Purple pill — Manage My Plan */
footer#contact .foot-cta--purple {
	background-color: var(--color-2);
	color: #fff;
	box-shadow: 0 10px 24px rgba(87, 82, 150, 0.32);
}

footer#contact .foot-cta--purple:hover {
	background-color: var(--color-1);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(47, 44, 84, 0.42);
	padding: 13px 22px;
	background-position: 0 0;
}

/* ── B. 4-column grid ───────────────────────────────────────────────────────── */
footer#contact .foot-cols-wrap {
	padding: 46px 20px 0;
}

footer#contact .foot-cols {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 30px;
}

/* h4 column headings — small caps, muted lavender */
footer#contact .foot-col h4 {
	display: block;
	font-family: var(--font-sm-title), 'opensans-bold', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--color-3);
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 16px;
	text-align: left;
}

/* Column link lists — override global ul li (favicon bullet, heavy padding) */
footer#contact .foot-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer#contact .foot-col ul li {
	background-image: none;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.4;
}

footer#contact .foot-col ul li a {
	display: inline;
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--font-text-regular), 'opensans-regular', serif;
	font-size: 0.94rem;
	text-decoration: none;
	padding: 0;
	transition: color 0.15s;
}

footer#contact .foot-col ul li a:hover {
	color: var(--color-4);
}

/* Brand column — logo + tagline */
footer#contact .foot-col--brand .foot-tagline {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.92rem;
	line-height: 1.55;
	text-align: left;
	margin-top: 14px;
	max-width: 280px;
}

/* Logo inside footer — ensure it reads on dark bg */
footer#contact .foot-col--brand a.logo img {
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

/* ── C. Secondary info row ──────────────────────────────────────────────────── */
footer#contact .foot-info-wrap {
	padding: 36px 20px 0;
}

footer#contact .foot-info {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 32px;
}

footer#contact .foot-info-block h4 {
	display: block;
	font-family: var(--font-sm-title), 'opensans-bold', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--color-3);
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 12px;
	text-align: left;
}

/* phone.inc.php and address.inc.php links in the info block */
footer#contact .foot-info-block a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	transition: color 0.15s;
	display: inline-block;
	padding: 2px 0;
}

footer#contact .foot-info-block a:hover {
	color: var(--color-4);
}

/* hours table — light on dark bg */
footer#contact .foot-info-block .hours-container table {
	color: rgba(255, 255, 255, 0.82);
}

footer#contact .foot-info-block .hours-container table tbody tr.selected {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

/* nav-list inside footer info */
footer#contact .foot-info-nav nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer#contact .foot-info-nav nav ul li {
	background-image: none;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	line-height: 1.4;
}

footer#contact .foot-info-nav nav ul li a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	text-decoration: none;
	display: inline;
	padding: 0;
	transition: color 0.15s;
}

footer#contact .foot-info-nav nav ul li a:hover {
	color: var(--color-4);
}

/* ── D. Footer bottom sub-row ───────────────────────────────────────────────── */
footer#contact .foot-bottom {
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 24px 20px 28px;
	background: transparent;
}

footer#contact .foot-bottom-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
}

footer#contact .foot-bottom-left {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

footer#contact .foot-bottom p.copyright {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.6);
	text-align: left;
	margin: 0;
	line-height: 1.4;
}

footer#contact .foot-legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 0;
}

footer#contact .foot-legal a {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	padding: 2px 0;
	transition: color 0.15s;
}

footer#contact .foot-legal a:hover {
	color: var(--color-4);
}

footer#contact .foot-legal span[aria-hidden] {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.3);
	padding: 0 8px;
}

/* w3 attribution — keep existing base styles, adjust for dark bg */
footer#contact .foot-bottom-right a#w3 {
	color: rgba(255, 255, 255, 0.6);
	filter: brightness(2) saturate(0);
	margin: 0;
}

footer#contact .foot-bottom-right a#w3:hover {
	background-color: transparent;
	color: #fff;
	filter: none;
	box-shadow: none;
}

/* ── Responsive ─────────────────────────────────────────────────────────────── */

/* Tablet — 1040px: contact card 2-col, foot-cols 2-col, info 2-col */
@media only screen and (max-width: 1040px) {
	footer#contact .foot-contact {
		grid-template-columns: 1.2fr 1fr 1fr;
		gap: 18px;
	}

	footer#contact .foot-cols {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	footer#contact .foot-info {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Narrow tablet — 860px: contact card stacks to 1-col */
@media only screen and (max-width: 860px) {
	footer#contact .foot-contact {
		grid-template-columns: 1fr;
		text-align: center;
	}

	footer#contact .foot-contact h3,
	footer#contact .foot-contact p {
		text-align: center;
	}

	footer#contact .foot-contact-act {
		align-items: center;
	}
}

/* Mobile — 620px: everything stacks, bottom row stacks */
@media only screen and (max-width: 620px) {
	footer#contact .foot-contact-wrap {
		padding: 32px 12px 0;
	}

	footer#contact .foot-contact {
		padding: 24px 20px;
		gap: 20px;
	}

	footer#contact .foot-cols-wrap {
		padding: 32px 12px 0;
	}

	footer#contact .foot-cols {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	footer#contact .foot-col--brand .foot-tagline {
		max-width: 100%;
	}

	footer#contact .foot-info-wrap {
		padding: 24px 12px 0;
	}

	footer#contact .foot-info {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	footer#contact .foot-bottom {
		padding: 20px 12px 24px;
	}

	footer#contact .foot-bottom-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	footer#contact .foot-bottom-right {
		align-self: flex-start;
	}
}
/* PHILLY HEADER — collapse .mid and .bot into one row (2026-06-15) */
header > .mid,
header > .bot {
	display: inline-block;
	vertical-align: middle;
}
header {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
header .mid {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0;
}
header .mid .flex-container {
	justify-content: flex-start;
}
header .bot {
	flex: 1 1 auto;
	max-width: none;
	margin: 0;
	padding: 0;
}
header .bot .flex-container {
	height: auto;
}
/* hide the now-empty btns-block (CRM phone/address fields not populated) */
header .mid .btns-block {
	display: none;
}

/* PHILLY HEADER — announcement bar fix: stack .top above the flex row (2026-06-15) */
header {
	display: block;
	max-width: none;
	padding: 0;
}
header > .top {
	display: block;
	width: 100%;
}
header > .top .announcement-bar {
	background: linear-gradient(90deg, var(--color-1), var(--color-2));
	color: #fff;
	padding: 9px 16px;
	text-align: center;
}
header > .top .announcement-bar .wrapper {
	max-width: 1180px;
	margin: 0 auto;
}
header > .top .announce {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
header > .top .announce strong {
	color: #fff;
}
header > .top .announce .dot {
	color: var(--color-4);
	padding: 0 8px;
	font-weight: 900;
}
/* the row holding logo + nav + CTA */
header > .mid,
header > .bot {
	display: inline-block;
}
header > .mid {
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0 0 0 24px;
	vertical-align: middle;
}
header > .bot {
	width: calc(100% - 280px);
	max-width: none;
	margin: 0;
	padding: 0 24px 0 0;
	vertical-align: middle;
}
/* wordmark - keep on one wrapping-allowed line beside the bubble */
header .logo-block a.logo {
	gap: 12px;
}
header .logo-block a.logo span {
	white-space: nowrap;
	min-width: max-content;
	font-size: 1.1rem;
}

/* PHILLY HEADER — final polish: two-line wordmark, spacing, nav alignment (2026-06-15) */
header .logo-block a.logo {
	gap: 12px;
	padding: 10px 0;
}
header .logo-block a.logo img {
	width: 50px;
	height: 50px;
	max-width: 50px;
	flex: 0 0 50px;
}
header .logo-block a.logo .lockup {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1;
	white-space: nowrap;
	min-width: max-content;
}
header .logo-block a.logo .lockup small {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: var(--color-4);
	text-transform: uppercase;
	margin-bottom: 3px;
}
header .logo-block a.logo .lockup b {
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--color-1);
	line-height: 1.1;
}
/* spacing & alignment */
header > .mid {
	padding: 0 0 0 36px;
}
header > .bot {
	padding: 0 36px 0 0;
}
header > .bot .flex-container {
	justify-content: flex-end;
	gap: 24px;
}
header > .bot .flex-block.three-quarters {
	flex: 0 1 auto;
}

/* PHILLY HEADER — clean 1200px constraint via header wrapper (2026-06-15 b) */
header {
	max-width: 100%;
}
header > .top .announcement-bar {
	padding-left: 0;
	padding-right: 0;
}
header > .top .announcement-bar .wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}
/* center the mid+bot row inside 1200px */
header::before { content: ""; display: none; }
header > .mid {
	max-width: 240px;
	margin-left: max(24px, calc((100vw - 1200px) / 2));
	padding-left: 0;
}
header > .bot {
	max-width: calc(1200px - 240px);
	margin-right: max(24px, calc((100vw - 1200px) / 2));
	padding-right: 0;
}

/* PHILLY HEADER — font weight + CTA accessibility (2026-06-15) */
header .bot nav#site-nav ul li a {
	font-weight: 400;
}
header .bot .flex-block.right a.cta,
header .bot .flex-block.right a.cta:hover {
	color: #000;
}

.hideOnDesktop {
	display: none;
}


/*------------------------------------*\
	HERO — body.home section.hero
\*------------------------------------*/

/* Section shell — radial gradient purple background */
section.hero {
	background: radial-gradient(1200px 600px at 80% -10%, #6d68b4 0%, var(--color-2) 38%, var(--color-1) 100%);
	color: #fff;
	overflow: hidden;
	padding: 70px 0 0;
	position: relative;
}

/* Wrapper override — two-col grid inside hero */
section.hero .hero-wrapper {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 36px;
	align-items: center;
	position: relative;
	z-index: 3;
	max-width: 1180px;
	padding: 0 24px;
}

/* ---- Left column: copy ---- */

/* Eyebrow chip */
section.hero .hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-size: 0.82rem;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 40px;
	margin-bottom: 22px;
}

section.hero .hero-eyebrow b {
	color: #ffd9c4;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
}

/* h1 — overrides the global xlg-title uppercase/center */
section.hero h1 {
	font-size: clamp(2.5rem, 5.4vw, 4.25rem);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-align: left;
	text-transform: none;
	color: #fff;
	margin-bottom: 18px;
}

/* <u> emphasis — "Dirty Car" in orange per design */
section.hero h1 u {
	color: var(--color-4);
	text-decoration: none;
}

/* Lead paragraph */
section.hero p.hero-lead {
	font-size: 1.18rem;
	line-height: 1.6;
	max-width: 520px;
	color: rgba(255, 255, 255, 0.92);
	margin-bottom: 30px;
	text-align: left;
}

/* CTA row */
section.hero .hero-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 30px;
}

/* Primary CTA — orange pill */
section.hero .hero-cta-row a.hero-cta-primary {
	display: inline-flex;
	align-items: center;
	gap: 0.55em;
	background-color: var(--color-4);
	background-image: none;
	color: #fff;
	font-family: var(--font-cta), 'opensans-bold', serif;
	font-size: 1rem;
	font-weight: 700;
	padding: 15px 28px;
	border-radius: 50px;
	border: 0;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(242, 97, 34, 0.38);
	transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
	margin: 0;
}

section.hero .hero-cta-row a.hero-cta-primary:hover {
	background-color: #d44e12;
	background-image: none;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(242, 97, 34, 0.45);
	padding: 15px 28px;
	background-position: 120% 50%;
}

/* Ghost CTA — translucent white pill */
section.hero .hero-cta-row a.hero-cta-ghost {
	display: inline-flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.16);
	background-image: none;
	color: #fff;
	font-family: var(--font-cta), 'opensans-bold', serif;
	font-size: 1rem;
	font-weight: 700;
	padding: 15px 28px;
	border-radius: 50px;
	border: 2px solid rgba(255, 255, 255, 0.55);
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s, transform 0.15s;
	margin: 0;
}

section.hero .hero-cta-row a.hero-cta-ghost:hover {
	background-color: rgba(255, 255, 255, 0.26);
	background-image: none;
	color: #fff;
	transform: translateY(-2px);
	padding: 15px 28px;
}

/* Trust badges row */
section.hero .hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

section.hero .hero-trust-item {
	display: flex;
	align-items: center;
	gap: 11px;
}

section.hero .hero-trust-item svg {
	flex: 0 0 26px;
	fill: none;
	width: 26px;
	height: 26px;
}

section.hero .hero-trust-item b {
	display: block;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.1;
	color: #fff;
}

section.hero .hero-trust-item span {
	display: block;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.8);
}

/* ---- Right column: visual ---- */

section.hero .hero-visual {
	position: relative;
	align-self: end;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 430px;
}

/* Photo frame */
section.hero .hero-photo-frame {
	position: relative;
	width: 100%;
	max-width: 520px;
	border-radius: 26px;
	overflow: hidden;
	box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.25);
	aspect-ratio: 5 / 4;
	background: linear-gradient(135deg, var(--color-3), var(--color-2));
}

section.hero .hero-photo-frame img {
  border-radius: 30px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	vertical-align: bottom;
}

/* White tilted badge — "2 washes = it pays for itself" */
section.hero .hero-badge-white {
	position: absolute;
	left: -16px;
	top: 34px;
	background: #fff;
	color: var(--color-1);
	border-radius: 18px;
	padding: 14px 18px;
	box-shadow: 0 18px 50px rgba(47, 44, 84, 0.16);
	z-index: 5;
	transform: rotate(-5deg);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

section.hero .hero-badge-white .hero-badge-big {
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--color-4);
	line-height: 1;
	display: block;
}

section.hero .hero-badge-white small {
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--greyThree);
	display: block;
	margin-top: 3px;
}

/* Orange badge — "⚡ In & out in under 5 min" */
section.hero .hero-badge-orange {
	position: absolute;
	right: -10px;
	bottom: 120px;
	background: var(--color-4);
	color: #fff;
	border-radius: 16px;
	padding: 12px 16px;
	box-shadow: 0 18px 50px rgba(47, 44, 84, 0.16);
	z-index: 5;
	transform: rotate(4deg);
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 800;
	font-size: 0.92rem;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Wave separator at bottom of hero */
section.hero .hero-wave {
	display: block;
	width: 100%;
	height: 80px;
	margin-top: -2px;
}

/* ---- Responsive ---- */

@media only screen and (max-width: 860px) {
	section.hero .hero-wrapper {
		grid-template-columns: 1fr;
		gap: 10px;
		text-align: center;
	}

	section.hero h1 {
		text-align: center;
	}

	section.hero .hero-eyebrow {
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
	}

	section.hero p.hero-lead {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	section.hero .hero-cta-row,
	section.hero .hero-trust {
		justify-content: center;
	}

	section.hero .hero-visual {
		margin-top: 30px;
		min-height: auto;
	}
}

@media only screen and (max-width: 640px) {
	section.hero {
		padding: 50px 0 0;
	}

	section.hero h1 {
		font-size: clamp(2rem, 8vw, 2.5rem);
	}

	section.hero .hero-badge-white {
		left: 0;
	}

	section.hero .hero-badge-orange {
		right: 0;
	}
}

/* HERO — tweak pass 2026-06-15 night */
/* #1 left-align eyebrow pill above h1 */
section.hero .hero-eyebrow {
	align-self: flex-start;
	margin-left: 0;
	margin-right: auto;
}
/* #2 already handled via markup (br + .hl-line2 span); ensure line2 stays as inline phrase */
section.hero h1 .hl-line2 {
	display: inline;
}
/* #4 left-align the trust row (Sonnet has it as flex with default justify; force flex-start) */
section.hero .hero-trust {
	justify-content: flex-start;
	text-align: left;
}
section.hero .hero-trust-item {
	text-align: left;
}
/* #5 white circle behind the lightning bolt in the orange "In & out" badge */
section.hero .hero-badge-orange .bolt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	background: #fff;
	color: var(--color-4);
	border-radius: 50%;
	font-size: 12px;
	line-height: 1;
	margin-right: 2px;
	flex: 0 0 22px;
}

/* HERO — floating bubbles (transcribed from design) */
section.hero .bubbles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
section.hero .bubbles span {
	position: absolute;
	bottom: -60px;
	background: radial-gradient(circle at 32% 30%, rgba(255,255,255,0.9), rgba(255,255,255,0.12) 60%, rgba(255,255,255,0) 70%);
	border-radius: 50%;
	opacity: 0.5;
	animation: bubble-rise linear infinite;
}
@keyframes bubble-rise {
	0%   { transform: translateY(0)      scale(.6); opacity: 0; }
	10%  { opacity: 0.55; }
	90%  { opacity: 0.4; }
	100% { transform: translateY(-115vh) scale(1.1); opacity: 0; }
}
/* ensure the hero content stays above bubbles */
section.hero .wrapper.hero-wrapper { position: relative; z-index: 2; }
section.hero { position: relative; overflow: hidden; }

/* HERO — polish pass 2026-06-15 (eyebrow align, badge layout, AA contrast) */
/* #2 force left-align of eyebrow — parent may have text-align center, so be explicit */
section.hero .hero-copy { text-align: left; }
section.hero .hero-eyebrow {
	display: inline-flex;
	align-self: flex-start;
	margin: 0 auto 22px 0;
	float: none;
}
/* #3 "2 washes = it pays for itself" on ONE line — Sonnet set flex-direction: column */
section.hero .hero-badge-white {
	flex-direction: row;
	align-items: baseline;
	gap: 8px;
	white-space: nowrap;
}
section.hero .hero-badge-white .hero-badge-big {
	display: inline;
	margin: 0;
}
section.hero .hero-badge-white small {
	display: inline;
	margin: 0;
}
/* #4 AA contrast — orange "In & out" badge: text black, bolt color stays orange (it sits on a white circle) */
section.hero .hero-badge-orange {
	color: #000;
}
section.hero .hero-badge-orange .bolt {
	color: var(--color-4);
}

/* HERO — CTA AA contrast fix (Join the Club: black text on orange) */
section.hero .hero-cta-row a.hero-cta-primary,
section.hero .hero-cta-row a.hero-cta-primary:hover {
	color: #000;
}

/*------------------------------------*\
	LOCATIONS — body.home section.locations
\*------------------------------------*/

/* Section shell */
body.home section.locations {
	background: #fff;
	padding: 84px 20px;
}

/* Section heading block */
body.home section.locations .loc-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 50px;
}

/* Kicker — small orange uppercase label above h2 */
body.home section.locations .loc-kicker {
	display: inline-block;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-4);
	margin-bottom: 14px;
}

/* h2 — override global h2 (has border-bottom + uppercase) */
section.locations h2 {
	display: block;
	font-size: clamp(1.9rem, 3.6vw, 2.7rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-transform: none;
	text-align: center;
	color: var(--color-1);
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 14px;
}

/* <u> emphasis in h2 — orange, no underline */
body.home section.locations h2 u {
	color: var(--color-4);
	text-decoration: none;
}

/* Intro paragraph */
body.home section.locations p.loc-intro {
	color: var(--greyThree);
	font-size: 1.08rem;
	line-height: 1.6;
	text-align: center;
	margin: 0;
}

/* 4-column card grid */
body.home section.locations .loc-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 28px;
}

/* Card shell */
body.home section.locations .loc-card {
	background: #fff;
	border: 1px solid #e7e4f2;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(47, 44, 84, 0.08);
	display: flex;
	flex-direction: column;
	transition: transform 0.2s, box-shadow 0.2s;
}

body.home section.locations .loc-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 50px rgba(47, 44, 84, 0.16);
}

/* Photo area — 16:11 aspect ratio, covers the frame */
body.home section.locations .loc-photo {
	aspect-ratio: 16 / 11;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--color-3), var(--color-2));
	flex-shrink: 0;
}

body.home section.locations .loc-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Neighborhood pin chip — floats over photo top-left */
body.home section.locations .loc-photo .pin {
	position: absolute;
	top: 12px;
	left: 12px;
	background: rgba(255, 255, 255, 0.95);
	color: var(--color-1);
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 800;
	font-size: 0.78rem;
	padding: 5px 12px;
	border-radius: 30px;
	box-shadow: 0 4px 14px rgba(47, 44, 84, 0.08);
	line-height: 1.2;
}

/* Card body */
body.home section.locations .loc-body {
	padding: 20px 20px 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

/* h3 — card location name */
body.home section.locations .loc-body h3 {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.2;
	color: var(--color-1);
	text-transform: none;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 6px;
	text-align: left;
}

/* Address */
body.home section.locations .loc-body .addr {
	font-style: normal;
	color: var(--greyThree);
	font-family: var(--font-text-regular), 'opensans-regular', serif;
	font-size: 0.92rem;
	line-height: 1.5;
	margin-bottom: 12px;
	text-align: left;
}

body.home section.locations .loc-body .addr .addr-note {
	font-size: 0.82rem;
	color: var(--greyTwo);
}

/* Hours box */
body.home section.locations .loc-body .hours {
	font-family: var(--font-text-regular), 'opensans-regular', serif;
	font-size: 0.8rem;
	line-height: 1.5;
	color: var(--greyThree);
	background: #f7f6fc;
	border-radius: 12px;
	padding: 9px 12px;
	margin-bottom: 14px;
	text-align: left;
}

body.home section.locations .loc-body .hours b {
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	color: var(--greyFour);
}

/* Action buttons row — pushes to bottom via margin-top: auto */
body.home section.locations .loc-actions {
	margin-top: auto;
	display: flex;
	gap: 10px;
}

body.home section.locations .loc-actions a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
	border-radius: 50px;
	padding: 9px 12px;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
	white-space: nowrap;
}

body.home section.locations .loc-actions a svg {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	fill: none;
}

/* Call button — outline style */
body.home section.locations .loc-actions a.call {
	color: var(--color-2);
	border: 2px solid #e7e4f2;
	background: #fff;
}

body.home section.locations .loc-actions a.call:hover {
	border-color: var(--color-2);
	background: #f7f6fc;
	color: var(--color-2);
}

/* Directions button — filled purple */
body.home section.locations .loc-actions a.dir {
	color: #fff;
	background: var(--color-2);
	border: 2px solid var(--color-2);
}

body.home section.locations .loc-actions a.dir:hover {
	background: var(--color-1);
	border-color: var(--color-1);
	color: #fff;
}

/* Winter hours note — centered footnote below grid */
body.home section.locations p.loc-note {
	text-align: center;
	color: var(--greyThree);
	font-size: 0.85rem;
	line-height: 1.5;
	margin: 0;
}

/* ---- Responsive ---- */

/* Tablet — 2-col grid */
@media only screen and (max-width: 1040px) {
	body.home section.locations .loc-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile — 1-col stack */
@media only screen and (max-width: 620px) {
	body.home section.locations {
		padding: 60px 10px;
	}

	body.home section.locations .loc-grid {
		grid-template-columns: 1fr;
	}

	body.home section.locations h2 {
		font-size: clamp(1.6rem, 6vw, 2rem);
	}
}

/* LOCATIONS — phone icon orange + safety polish (2026-06-15) */
section.locations .loc-card a.call svg.phone-icon path,
section.locations a.call svg.phone-icon path {
	fill: var(--color-4);
}

/*------------------------------------*\
	PLANS — section.plans
\*------------------------------------*/

/* Section shell */
section.plans {
	background: #f7f6fc;
	padding: 84px 20px;
}

/* Heading block */
section.plans .plans-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 50px;
}

/* Kicker */
section.plans .plans-kicker {
	display: inline-block;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-4);
	margin-bottom: 14px;
}

/* h2 override — strip global border-bottom + uppercase */
section.plans h2 {
	display: block;
	font-size: clamp(1.9rem, 3.6vw, 2.7rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-transform: none;
	text-align: center;
	color: var(--color-1);
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 14px;
}

/* u in h2 */
section.plans h2 u {
	color: var(--color-4);
	text-decoration: none;
}

/* Intro paragraph */
section.plans p.plans-intro {
	color: var(--greyThree);
	font-size: 1.08rem;
	line-height: 1.6;
	text-align: center;
	margin: 0;
}

/* Toggle pill */
section.plans .plans-toggle {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

section.plans .plans-pill {
	display: inline-flex;
	background: #fff;
	border: 1px solid #e7e4f2;
	border-radius: 50px;
	padding: 6px;
	box-shadow: 0 4px 14px rgba(47, 44, 84, 0.08);
}

section.plans .plans-pill button {
	border: 0;
	background: none;
	cursor: pointer;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 700;
	font-size: 0.95rem;
	color: var(--greyThree);
	padding: 11px 24px;
	border-radius: 50px;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	white-space: nowrap;
	line-height: 1.2;
}

section.plans .plans-pill button.active {
	background: var(--color-2);
	color: #fff;
	box-shadow: 0 6px 16px rgba(87, 82, 150, 0.3);
}

section.plans .plans-pill button .plans-save {
	display: inline-block;
	font-size: 0.72rem;
	background: var(--color-4);
	color: #fff;
	padding: 2px 8px;
	border-radius: 20px;
	margin-left: 7px;
	font-weight: 800;
	vertical-align: middle;
}

/* 4-column card grid */
section.plans .plan-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin-bottom: 38px;
}

/* Card shell */
section.plans .plan-card {
	background: #fff;
	border: 1px solid #e7e4f2;
	border-radius: 22px;
	padding: 30px 24px 28px;
	position: relative;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

section.plans .plan-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 50px rgba(47, 44, 84, 0.16);
}

/* Featured card */
section.plans .plan-card--featured {
	border-color: var(--color-4);
	box-shadow: 0 22px 50px rgba(242, 97, 34, 0.18);
	transform: scale(1.02);
}

section.plans .plan-card--featured:hover {
	transform: scale(1.02) translateY(-6px);
}

/* Most Popular badge */
section.plans .plan-badge {
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--color-4);
	color: #fff;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 800;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 30px;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(242, 97, 34, 0.35);
}

/* h3 inside plan card — strip global border-bottom + uppercase */
section.plans .plan-card h3 {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.2;
	color: var(--color-1);
	text-transform: none;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 4px;
	text-align: left;
}

/* Tagline / blurb */
section.plans .plan-blurb {
	font-size: 0.84rem;
	line-height: 1.5;
	color: var(--greyThree);
	min-height: 38px;
	margin-bottom: 14px;
	text-align: left;
}

/* Price row */
section.plans .plan-price {
	display: flex;
	align-items: flex-end;
	gap: 2px;
	margin-bottom: 2px;
}

section.plans .plan-amt {
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 2.5rem;
	font-weight: 900;
	color: var(--greyFive);
	line-height: 1;
}

section.plans .plan-per {
	font-family: var(--font-text-regular), 'opensans-regular', serif;
	font-size: 0.9rem;
	color: var(--greyThree);
	font-weight: 600;
	margin-bottom: 6px;
}

/* Tax suffix */
section.plans .plan-tax {
	font-size: 0.8rem;
	color: var(--greyThree);
	margin-bottom: 18px;
	text-align: left;
}

/* Feature list — override global ul li (favicon bullet + heavy padding) */
section.plans .plan-features {
	list-style: none;
	padding: 0;
	margin: 0 0 22px;
	flex: 1;
}

section.plans .plan-features li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-family: var(--font-text-regular), 'opensans-regular', serif;
	font-size: 0.9rem;
	line-height: 1.5;
	padding: 5px 0;
	color: var(--greyFour);
	background-image: none;
}

section.plans .plan-features li svg {
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	margin-top: 3px;
	fill: none;
}

/* CTA button — purple pill, overrides global .cta arrow styles */
section.plans .plan-cta {
	display: block;
	width: 100%;
	text-align: center;
	background-color: var(--color-2);
	background-image: none;
	color: #fff;
	font-family: var(--font-cta), 'opensans-bold', serif;
	font-size: 0.95rem;
	font-weight: 700;
	padding: 13px 20px;
	border-radius: 50px;
	border: 0;
	text-decoration: none;
	margin: 0;
	transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
	box-shadow: 0 8px 20px rgba(87, 82, 150, 0.28);
}

section.plans .plan-cta:hover {
	background-color: var(--color-1);
	background-image: none;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(47, 44, 84, 0.32);
	padding: 13px 20px;
	background-position: 120% 50%;
}

/* Featured card CTA — orange */
section.plans .plan-cta--featured {
	background-color: var(--color-4);
	box-shadow: 0 8px 20px rgba(242, 97, 34, 0.35);
}

section.plans .plan-cta--featured:hover {
	background-color: #d44e12;
	box-shadow: 0 14px 28px rgba(242, 97, 34, 0.42);
}

/* Compare toggle button */
section.plans .plans-compare-toggle {
	text-align: center;
	margin-top: 38px;
}

section.plans .plans-compare-toggle button {
	background: none;
	border: 0;
	color: var(--color-2);
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	transition: color 0.15s;
}

section.plans .plans-compare-toggle button:hover {
	color: var(--color-1);
}

section.plans .plans-compare-toggle .compare-chevron {
	transition: transform 0.25s;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	fill: none;
}

section.plans .plans-compare-toggle.open .compare-chevron {
	transform: rotate(180deg);
}

/* Compare wrap — collapsed by default, JS sets max-height to expand */
section.plans .plans-compare-wrap {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.45s ease;
}

/* Compare table */
section.plans .plans-compare-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(47, 44, 84, 0.08);
	margin-top: 26px;
	font-size: 0.92rem;
}

section.plans .plans-compare-table th,
section.plans .plans-compare-table td {
	padding: 14px 12px;
	text-align: center;
	border-bottom: 1px solid #e7e4f2;
}

section.plans .plans-compare-table thead th {
	background: var(--color-1);
	color: #fff;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 700;
	font-size: 0.95rem;
}

section.plans .plans-compare-table thead th.feat {
	text-align: left;
}

section.plans .plans-compare-table thead th.plan-tier--hl {
	background: var(--color-4);
}

section.plans .plans-compare-table .plan-tier-price {
	display: block;
	font-size: 0.74rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 3px;
}

section.plans .plans-compare-table thead th.plan-tier--hl .plan-tier-price {
	color: rgba(255, 255, 255, 0.9);
}

section.plans .plans-compare-table td.feat {
	text-align: left;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 600;
	color: var(--greyFour);
}

section.plans .plans-compare-table tbody tr:nth-child(even) {
	background: #faf9fe;
}

section.plans .plans-compare-table td.no {
	color: #cfcbdd;
}

section.plans .plans-compare-table td.chk {
	color: var(--color-4);
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 700;
}

/* ---- Responsive ---- */

/* Tablet — 2-col */
@media only screen and (max-width: 1040px) {
	section.plans .plan-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	section.plans .plan-card--featured {
		transform: none;
	}

	section.plans .plan-card--featured:hover {
		transform: translateY(-6px);
	}
}

/* Mobile — 1-col */
@media only screen and (max-width: 620px) {
	section.plans {
		padding: 60px 10px;
	}

	section.plans .plan-grid {
		grid-template-columns: 1fr;
	}

	section.plans .plans-compare-table {
		font-size: 0.8rem;
	}

	section.plans .plans-compare-table th,
	section.plans .plans-compare-table td {
		padding: 10px 6px;
	}

	section.plans .plans-pill button {
		font-size: 0.85rem;
		padding: 10px 16px;
	}
}

/*------------------------------------*\
	WHY CHOOSE US — body.home section.why-choose-us
\*------------------------------------*/

/* Section shell — white, standard padding */
body.home section.why-choose-us {
	background: #fff;
	padding: 84px 20px;
}

/* Heading block */
body.home section.why-choose-us .why-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 50px;
}

/* Kicker — orange uppercase letter-spaced label, matches .loc-kicker / .plans-kicker */
body.home section.why-choose-us .why-kicker {
	display: inline-block;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-4);
	margin-bottom: 14px;
}

/* h2 — strip global border-bottom + uppercase, match LOCATIONS / PLANS h2 style */
body.home section.why-choose-us h2 {
	display: block;
	font-size: clamp(1.9rem, 3.6vw, 2.7rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-transform: none;
	text-align: center;
	color: var(--color-1);
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* <u> emphasis in h2 — orange, no underline */
body.home section.why-choose-us h2 u {
	color: var(--color-4);
	text-decoration: none;
}

/* 3-column reason grid */
body.home section.why-choose-us .why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

/* Card shell */
body.home section.why-choose-us .why-card {
	background: #fff;
	border: 1px solid #e7e4f2;
	border-radius: 22px;
	padding: 30px 26px;
	box-shadow: 0 4px 14px rgba(47, 44, 84, 0.08);
	transition: transform 0.2s, box-shadow 0.2s;
}

body.home section.why-choose-us .why-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 50px rgba(47, 44, 84, 0.16);
}

/* Icon container — rounded pill with gradient purple tint background */
body.home section.why-choose-us .why-ic {
	width: 58px;
	height: 58px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #eceaf8, #dcd9f1);
	margin-bottom: 18px;
	flex-shrink: 0;
}

body.home section.why-choose-us .why-ic svg {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	fill: none;
}

/* h3 — strip global border-bottom + uppercase, match loc-body h3 pattern */
body.home section.why-choose-us .why-card h3 {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.25;
	color: var(--color-1);
	text-transform: none;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	text-align: left;
}

/* Paragraph */
body.home section.why-choose-us .why-card p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--greyThree);
	text-align: left;
	margin: 0;
}

/* ---- Responsive ---- */

/* Tablet — 2-col */
@media only screen and (max-width: 1040px) {
	body.home section.why-choose-us .why-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile — 1-col */
@media only screen and (max-width: 620px) {
	body.home section.why-choose-us {
		padding: 60px 10px;
	}

	body.home section.why-choose-us .why-grid {
		grid-template-columns: 1fr;
	}

	body.home section.why-choose-us h2 {
		font-size: clamp(1.6rem, 6vw, 2rem);
	}
}

/*------------------------------------*\
	HOW IT WORKS — section.how
\*------------------------------------*/

/* Section shell — purple gradient, white text, overflow hidden for bubble layer */
section.how {
	background: linear-gradient(135deg, var(--color-2), var(--color-1));
	color: #fff;
	padding: 84px 20px;
	overflow: hidden;
}

/* Heading block */
section.how .how-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 50px;
}

/* Kicker — warm peach-orange on dark background (distinct from orange-on-white kickers in other sections) */
section.how .how-kicker {
	display: inline-block;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ffb38a;
	margin-bottom: 14px;
}

/* h2 — white text, strip global border-bottom + uppercase */
section.how h2 {
	display: block;
	font-size: clamp(1.9rem, 3.6vw, 2.7rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-transform: none;
	text-align: center;
	color: #fff;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 14px;
}

/* <u> emphasis in h2 — orange accent on dark background */
section.how h2 u {
	color: var(--color-4);
	text-decoration: none;
}

/* Intro paragraph */
section.how p.how-intro {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.08rem;
	line-height: 1.6;
	text-align: center;
	margin: 0;
}

/* 3-column step grid */
section.how .how-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	position: relative;
	z-index: 2;
}

/* Step card — frosted glass panel on dark background */
section.how .step {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 22px;
	padding: 34px 28px;
	text-align: center;
}

/* Step number badge — orange circle */
section.how .step-num {
	width: 56px;
	height: 56px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: var(--color-4);
	color: #fff;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 56px;
	text-align: center;
	box-shadow: 0 10px 22px rgba(242, 97, 34, 0.4);
}

/* h3 — white, strip global border-bottom + uppercase */
section.how .step h3 {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.25;
	color: #fff;
	text-transform: none;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	text-align: center;
}

/* Step paragraph */
section.how .step p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.96rem;
	line-height: 1.6;
	text-align: center;
	margin: 0;
}

/* ---- Responsive ---- */

/* Tablet — 2-col + orphan 3rd centered */
@media only screen and (max-width: 1040px) {
	section.how .how-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	section.how .step:last-child {
		grid-column: 1 / -1;
		max-width: 480px;
		margin: 0 auto;
		width: 100%;
	}
}

/* Mobile — 1-col stack */
@media only screen and (max-width: 620px) {
	section.how {
		padding: 60px 10px;
	}

	section.how .how-grid {
		grid-template-columns: 1fr;
	}

	section.how .step:last-child {
		grid-column: auto;
		max-width: none;
		margin: 0;
	}

	section.how h2 {
		font-size: clamp(1.6rem, 6vw, 2rem);
	}
}

/* HOW IT WORKS — bubble background (same atmosphere as hero) */
section.how {
	position: relative;
	overflow: hidden;
}
section.how .bubbles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
section.how .bubbles span {
	position: absolute;
	bottom: -60px;
	background: radial-gradient(circle at 32% 30%, rgba(87,82,150,0.45), rgba(87,82,150,0.12) 60%, rgba(87,82,150,0) 70%);
	border-radius: 50%;
	opacity: 0.5;
	animation: bubble-rise linear infinite;
}
/* ensure how-it-works content stays above the bubbles */
section.how .wrapper { position: relative; z-index: 2; }

/*------------------------------------*\
	FAQ — body.home section.faq
\*------------------------------------*/

/* Section shell — cream background, standard vertical padding */
body.home section.faq {
	background: #f7f6fc;
	padding: 84px 20px;
}

/* Heading block — centered, max-width constrained */
body.home section.faq .faq-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 50px;
}

/* Kicker — orange uppercase letter-spaced label, matches all other section kickers */
body.home section.faq .faq-kicker {
	display: inline-block;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-4);
	margin-bottom: 14px;
}

/* h2 — strip global border-bottom + uppercase, match LOCATIONS / PLANS / WHY / HOW pattern */
body.home section.faq h2 {
	display: block;
	font-size: clamp(1.9rem, 3.6vw, 2.7rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-transform: none;
	text-align: center;
	color: var(--color-1);
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 14px;
}

/* <u> emphasis in h2 — orange, no underline */
body.home section.faq h2 u {
	color: var(--color-4);
	text-decoration: none;
}

/* Intro paragraph */
body.home section.faq p.faq-intro {
	color: var(--greyThree);
	font-size: 1.08rem;
	line-height: 1.6;
	text-align: center;
	margin: 0;
}

/* Accordion list — centered single column, max 820px */
body.home section.faq .faq-list {
	max-width: 820px;
	margin: 0 auto;
}

/* Individual accordion item — white card with border + shadow */
body.home section.faq .faq-item {
	background: #fff;
	border: 1px solid #e7e4f2;
	border-radius: 16px;
	margin-bottom: 14px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(47, 44, 84, 0.08);
	transition: box-shadow 0.2s;
}

body.home section.faq .faq-item:last-child {
	margin-bottom: 0;
}

body.home section.faq .faq-item.open {
	box-shadow: 0 8px 28px rgba(47, 44, 84, 0.13);
}

/* Question button — full-width, flex row, left-aligned text */
body.home section.faq .faq-q {
	width: 100%;
	text-align: left;
	background: none;
	border: 0;
	cursor: pointer;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 1.4;
	color: var(--color-1);
	padding: 20px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	transition: color 0.15s;
}

body.home section.faq .faq-q:hover {
	color: var(--color-2);
}

/* Icon container — small circle, holds the + SVG */
body.home section.faq .faq-icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f7f6fc;
	color: var(--color-4);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s, color 0.25s, transform 0.25s;
}

body.home section.faq .faq-icon svg {
	width: 16px;
	height: 16px;
	fill: none;
	flex: 0 0 16px;
	display: block;
	transition: transform 0.25s;
}

/* Open state — icon rotates 45deg (+ becomes ×), circle fills orange */
body.home section.faq .faq-item.open .faq-icon {
	background: var(--color-4);
	color: #fff;
	transform: rotate(45deg);
}

/* Answer panel — collapsed by default, JS sets max-height to expand */
body.home section.faq .faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

/* Answer paragraph(s) */
body.home section.faq .faq-a p {
	padding: 0 22px 20px;
	color: var(--greyThree);
	font-size: 0.97rem;
	line-height: 1.65;
	text-align: left;
	margin: 0;
}

body.home section.faq .faq-a p + p {
	padding-top: 0;
	margin-top: -4px;
}

/* ---- Responsive ---- */

/* Mobile — tighten padding */
@media only screen and (max-width: 620px) {
	body.home section.faq {
		padding: 60px 10px;
	}

	body.home section.faq h2 {
		font-size: clamp(1.6rem, 6vw, 2rem);
	}

	body.home section.faq .faq-q {
		font-size: 0.98rem;
		padding: 16px 16px;
	}

	body.home section.faq .faq-a p {
		padding: 0 16px 16px;
		font-size: 0.93rem;
	}
}

/* CTA BAND — shared, footer-adjacent, philly gradient with bubbles */
section.cta-band {
	position: relative;
	overflow: hidden;
	background: radial-gradient(1200px 600px at 80% -10%, #6d68b4 0%, var(--color-2) 38%, var(--color-1) 100%);
	color: #fff;
	padding: 80px 20px;
	text-align: center;
}
section.cta-band .bubbles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
section.cta-band .bubbles span {
	position: absolute;
	bottom: -60px;
	background: radial-gradient(circle at 32% 30%, rgba(255,255,255,0.9), rgba(255,255,255,0.12) 60%, rgba(255,255,255,0) 70%);
	border-radius: 50%;
	opacity: 0.5;
	animation: bubble-rise linear infinite;
}
section.cta-band .wrapper {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
}
section.cta-band .cta-box {
	position: relative;
	padding: 0 20px;
}
section.cta-band h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 900;
	line-height: 1.15;
	margin: 0 auto 18px;
	border-bottom: 0;
	display: block;
	text-align: center;
	text-transform: none;
	max-width: 720px;
}
section.cta-band h2 u {
	color: var(--color-4);
	text-decoration: none;
}
section.cta-band p {
	color: rgba(255,255,255,0.92);
	font-size: 1.1rem;
	line-height: 1.55;
	max-width: 620px;
	margin: 0 auto 28px;
	text-align: center;
}
section.cta-band a.cta.cta-band-btn {
	background-image: none;
	background-color: var(--color-4);
	color: #000;
	border-radius: 50px;
	padding: 14px 30px;
	font-size: 1rem;
	font-weight: 700;
	border: 0;
	box-shadow: 0 14px 30px rgba(242,97,34,0.42);
	transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
	margin: 0;
}
section.cta-band a.cta.cta-band-btn:hover {
	background-color: #d44e12;
	color: #000;
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(242,97,34,0.5);
	padding: 14px 30px;
	background-position: 0 0;
	border-color: transparent;
}
@media only screen and (max-width: 640px) {
	section.cta-band { padding: 56px 16px; }
	section.cta-band p { font-size: 1rem; }
}


/* PHILLY FOOTER — final polish (2026-06-15 night) */
/* Remove bullet markers in footer column nav lists (corpus base ul li uses background-image bullet) */
footer#contact .foot-col ul,
footer#contact .foot-col ul li {
	list-style: none;
	background-image: none;
	padding-left: 0;
}
footer#contact .foot-col ul li {
	padding: 6px 0;
	background-position: 0 0;
}
/* w3 logo — restore the corpus a#w3 visibility on dark purple footer.
   Corpus rule (in :root) sets background to img/w3nerds-logo-web.png at 10% 50%, color #151515.
   On dark footer the dark text disappears; bg white-card the corpus rule + keep its hover behavior intact. */
footer#contact a#w3 {
	border-radius: 6px;
}

/* PHILLY FOOTER — merge fixes (2026-06-15 final polish) */
/* 1. CTA band now lives inside footer — strip its own background; let footer gradient show through */
footer#contact section.cta-band {
	background: transparent;
	padding: 60px 20px 30px;
	margin: 0;
}
footer#contact section.cta-band h2 u { color: var(--color-4); text-decoration: none; }

/* footer-level bubbles container — span entire footer */
footer#contact { position: relative; overflow: hidden; }
footer#contact #footer-bubbles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
footer#contact #footer-bubbles span {
	position: absolute;
	bottom: -60px;
	background: radial-gradient(circle at 32% 30%, rgba(255,255,255,0.9), rgba(255,255,255,0.12) 60%, rgba(255,255,255,0) 70%);
	border-radius: 50%;
	opacity: 0.5;
	animation: bubble-rise linear infinite;
}
/* All footer content above bubbles */
footer#contact .foot-contact-wrap,
footer#contact .foot-cols-wrap,
footer#contact .foot-info-wrap,
footer#contact .foot-bottom,
footer#contact section.cta-band {
	position: relative;
	z-index: 2;
}

/* 2. Logo — remove the broken brightness/invert filter; the logo.svg already has the right colors */
footer#contact .foot-col--brand a.logo img {
	filter: none;
	opacity: 1;
}

/* 3. Wordmark color — corpus sets lockup to color-1 (invisible on purple); force white in footer */
footer#contact .foot-col--brand a.logo .lockup,
footer#contact .foot-col--brand a.logo .lockup small,
footer#contact .foot-col--brand a.logo .lockup b {
	color: #fff;
}

/* 4. Empty info row — kill the stray border above sub-footer when .foot-info has no children */
footer#contact .foot-info-wrap { padding: 0; }
footer#contact .foot-info {
	border-top: 0;
	padding-top: 0;
	gap: 0;
}
footer#contact .foot-info:empty,
footer#contact .foot-info-wrap:has(.foot-info:empty) { display: none; }

/* 5. w3 attribution — undo my earlier white-card + bad filter combo; let corpus rule render naturally,
   but darken the text just enough to read on the purple footer */
footer#contact .foot-bottom-right a#w3 {
	border-radius: 6px;
	filter: none;
	color: var(--greyZero);
	margin: 0;
}
footer#contact .foot-bottom-right a#w3:hover {
	background-color: #fff;
	box-shadow: 15px 15px 0px -10px #4285f4, -15px -15px 0px -10px #fcc934, 5px -5px #ff5252, -5px 5px #34a853;
	color: #151515;
}

/* LOCATIONS PAGE — body.locations specific styles (2026-06-15) */
/* Page hero — short purple gradient header */
section.page-hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(1200px 600px at 70% -10%, #6d68b4 0%, var(--color-2) 38%, var(--color-1) 100%);
	color: #fff;
	padding: 60px 20px 80px;
	text-align: left;
}
section.page-hero .bubbles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
section.page-hero .bubbles span {
	position: absolute;
	bottom: -60px;
	background: radial-gradient(circle at 32% 30%, rgba(255,255,255,0.9), rgba(255,255,255,0.12) 60%, rgba(255,255,255,0) 70%);
	border-radius: 50%;
	opacity: 0.5;
	animation: bubble-rise linear infinite;
}
section.page-hero .wrapper {
	position: relative;
	z-index: 2;
	max-width: 1180px;
	margin: 0 auto;
}
section.page-hero .crumbs {
	font-size: 0.85rem;
	color: rgba(255,255,255,0.7);
	margin-bottom: 18px;
	font-family: var(--font-text-regular), 'opensans-regular', sans-serif;
}
section.page-hero .crumbs a {
	color: rgba(255,255,255,0.85);
	text-decoration: none;
	font-family: var(--font-text-regular), 'opensans-regular', sans-serif;
}
section.page-hero .crumbs a:hover { color: var(--color-4); }
section.page-hero .eyebrow {
	display: inline-block;
	font-family: var(--font-text-strong), 'opensans-bold', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-4);
	margin-bottom: 14px;
}
section.page-hero h1 {
	color: #fff;
	font-size: clamp(1.9rem, 3.8vw, 2.8rem);
	font-weight: 900;
	line-height: 1.15;
	text-transform: none;
	text-align: left;
	margin: 0 0 16px;
	max-width: 720px;
}
section.page-hero p {
	color: rgba(255,255,255,0.86);
	font-size: 1.08rem;
	line-height: 1.55;
	max-width: 620px;
	margin: 0;
}
section.page-hero .wave-sep {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 70px;
	z-index: 2;
}

/* Locations detail section */
section.loc-detail {
	padding: 60px 20px 80px;
	background: #fff;
}
section.loc-detail .wrapper {
	max-width: 1180px;
	margin: 0 auto;
}
section.loc-detail .loc-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}
section.loc-detail .loc-block {
	background: #fff;
	border: 1px solid #e7e4f2;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(47,44,84,0.06);
	display: flex;
	flex-direction: column;
	transition: transform 0.2s, box-shadow 0.2s;
}
section.loc-detail .loc-block:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(47,44,84,0.12);
}
section.loc-detail .loc-map {
	width: 100%;
	height: 260px;
	background: #f5f4fb;
	overflow: hidden;
}
section.loc-detail .loc-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
section.loc-detail .lb-body {
	padding: 22px 24px 24px;
}
section.loc-detail .lb-body h3 {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.35rem;
	font-weight: 900;
	color: var(--color-1);
	line-height: 1.2;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 14px;
	text-transform: none;
	text-align: left;
}
section.loc-detail .lb-neighborhood {
	font-weight: 500;
	color: var(--greyThree);
	font-size: 1rem;
	font-family: var(--font-text-regular), 'opensans-regular', sans-serif;
}
section.loc-detail .lb-note {
	font-size: 0.88rem;
	color: var(--color-4);
	font-family: var(--font-text-strong), 'opensans-bold', sans-serif;
	font-weight: 700;
	margin-bottom: 12px;
}
section.loc-detail .lb-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.95rem;
	color: var(--greyFour);
	line-height: 1.5;
	margin-bottom: 10px;
}
section.loc-detail .lb-row svg {
	flex: 0 0 20px;
	margin-top: 2px;
}
section.loc-detail .lb-row a {
	color: var(--color-2);
	text-decoration: none;
	font-family: var(--font-text-strong), 'opensans-bold', sans-serif;
}
section.loc-detail .lb-row a:hover { color: var(--color-4); }
section.loc-detail .lb-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 16px;
}
section.loc-detail .lb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 50px;
	font-size: 0.95rem;
	font-weight: 700;
	font-family: var(--font-cta), 'opensans-bold', sans-serif;
	text-decoration: none;
	border: 0;
	background-image: none;
	transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
	min-height: 44px;
	margin: 0;
}
section.loc-detail .lb-btn--purple {
	background-color: var(--color-2);
	color: #fff;
	box-shadow: 0 8px 18px rgba(87,82,150,0.32);
}
section.loc-detail .lb-btn--purple:hover {
	background-color: var(--color-1);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(87,82,150,0.42);
	padding: 12px 18px;
	background-position: 0 0;
	border-color: transparent;
}
section.loc-detail .lb-btn--outline {
	background-color: #fff;
	color: var(--color-4);
	border: 2px solid #e7e4f2;
}
section.loc-detail .lb-btn--outline:hover {
	background-color: #fff;
	color: var(--color-4);
	border-color: var(--color-4);
	transform: translateY(-2px);
	padding: 10px 16px;
	box-shadow: 0 8px 18px rgba(242,97,34,0.18);
	background-position: 0 0;
}
section.loc-detail .loc-disclaimer {
	text-align: center;
	color: var(--greyThree);
	font-size: 0.88rem;
	margin-top: 32px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Mobile — stack to 1 column */
@media only screen and (max-width: 860px) {
	section.loc-detail .loc-list { grid-template-columns: 1fr; gap: 22px; }
}
@media only screen and (max-width: 640px) {
	section.page-hero { padding: 44px 16px 70px; }
	section.page-hero h1 { font-size: 1.7rem; }
	section.loc-detail { padding: 40px 16px 60px; }
	section.loc-detail .loc-map { height: 220px; }
	section.loc-detail .lb-body { padding: 18px 18px 20px; }
}

/* CONTACT PAGE — 2-col form + info layout (2026-06-15) */
section.contact-section {
	padding: 50px 20px 80px;
	background: #fff;
}
section.contact-section .wrapper {
	max-width: 1180px;
	margin: 0 auto;
}
section.contact-section .contact-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 40px;
	align-items: start;
}
section.contact-section .contact-card {
	background: #fff;
	border: 1px solid #e7e4f2;
	border-radius: 18px;
	padding: 30px 32px;
	box-shadow: 0 4px 18px rgba(47,44,84,0.06);
}
section.contact-section .contact-card h2 {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--color-1);
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 18px;
	text-transform: none;
	text-align: left;
}
section.contact-section .contact-info {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 8px 0 0 0;
}
section.contact-section .ci-row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}
section.contact-section .ci-ic {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	background: rgba(87,82,150,0.10);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.contact-section .ci-row h3 {
	display: block;
	font-family: var(--font-text-strong), 'opensans-bold', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: var(--color-1);
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 4px;
	text-transform: none;
	text-align: left;
}
section.contact-section .ci-row p {
	color: var(--greyFour);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0;
	text-align: left;
}
section.contact-section .ci-row p a {
	color: var(--color-2);
	font-weight: 700;
	text-decoration: none;
	font-family: var(--font-text-strong), 'opensans-bold', sans-serif;
}
section.contact-section .ci-row p a:hover { color: var(--color-4); }

/* Mobile */
@media only screen and (max-width: 860px) {
	section.contact-section .contact-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media only screen and (max-width: 640px) {
	section.contact-section { padding: 36px 14px 60px; }
	section.contact-section .contact-card { padding: 22px 20px; }
}

/* CONTACT — final polish (2026-06-15) */

/* #1 — Inputs / textareas / selects inside the contact form widget */
section.contact-section .contact-card .form-container input[type="text"],
section.contact-section .contact-card .form-container input[type="email"],
section.contact-section .contact-card .form-container input[type="tel"],
section.contact-section .contact-card .form-container textarea,
section.contact-section .contact-card .form-container select {
	background-color: rgba(87, 82, 150, 0.06);
	border: 1px solid #e2e0f0;
	border-radius: 10px;
	box-shadow: inset 0 1px 2px rgba(47, 44, 84, 0.04), 0 1px 3px rgba(47, 44, 84, 0.05);
	transition: border-color 0.18s, box-shadow 0.18s, background-color 0.18s;
	padding: 12px 16px;
	font-size: 0.98rem;
	color: var(--greyFive);
}
section.contact-section .contact-card .form-container input[type="text"]:focus,
section.contact-section .contact-card .form-container input[type="email"]:focus,
section.contact-section .contact-card .form-container input[type="tel"]:focus,
section.contact-section .contact-card .form-container textarea:focus,
section.contact-section .contact-card .form-container select:focus {
	outline: 0;
	background-color: #fff;
	border-color: var(--color-2);
	box-shadow: 0 0 0 4px rgba(87, 82, 150, 0.14), 0 2px 6px rgba(47, 44, 84, 0.08);
}
/* Field labels — visible above the input, not floated/hidden */
section.contact-section .contact-card .form-container label > span {
	display: block;
	font-family: var(--font-text-strong), 'opensans-bold', sans-serif;
	font-size: 0.9rem;
	color: var(--color-1);
	margin-bottom: 6px;
}
/* Submit button — fits the contact-card aesthetic */
section.contact-section .contact-card .form-container button.cta {
	background-image: none;
	background-color: var(--color-4);
	color: #000;
	border-radius: 50px;
	padding: 14px 30px;
	font-size: 1rem;
	font-weight: 700;
	border: 0;
	box-shadow: 0 12px 26px rgba(242, 97, 34, 0.34);
	transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
	margin-top: 8px;
	width: 100%;
	cursor: pointer;
}
section.contact-section .contact-card .form-container button.cta:hover {
	background-color: #d44e12;
	color: #000;
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(242, 97, 34, 0.45);
	padding: 14px 30px;
	background-position: 0 0;
	border-color: transparent;
}

/* #2 — Info row headings: bigger, no small-caps */
section.contact-section .ci-row h3 {
	font-size: 1.18rem;
	font-weight: 700;
	font-variant: normal;
	margin-bottom: 6px;
	line-height: 1.25;
}
section.contact-section .ci-row p {
	font-size: 1rem;
	line-height: 1.6;
}

/* #3 — Re-underline anchors inside body-text contexts (non-CTA, non-nav links).
   Corpus base sets `a { text-decoration: underline }` but our brand styles strip it on every nav/CTA.
   These selectors target real prose links so they get proper underlines back. */
section.contact-section .ci-row p a,
section.contact-section .contact-card .form-container p a,
section.loc-detail .lb-body p a,
section.loc-detail .loc-disclaimer a,
section.faq .faq-a a,
section.faq .faq-a p a,
section.cta-band p a,
section.hero .hero-lead a,
footer#contact .foot-tagline a,
footer#contact .foot-contact-copy p a,
.foot-bottom p a {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
section.contact-section .ci-row p a:hover,
section.contact-section .contact-card .form-container p a:hover,
section.loc-detail .lb-body p a:hover,
section.loc-detail .loc-disclaimer a:hover,
section.faq .faq-a a:hover,
section.faq .faq-a p a:hover,
section.cta-band p a:hover,
section.hero .hero-lead a:hover,
footer#contact .foot-tagline a:hover,
footer#contact .foot-contact-copy p a:hover,
.foot-bottom p a:hover {
	text-decoration-thickness: 2px;
}

/* CONTACT — select alignment fix (2026-06-15) */
section.contact-section .contact-card .form-container select.w3form_location {
	width: 100%;
	display: block;
	box-sizing: border-box;
	height: 47px; /* matches input padding+font-size visible height */
	line-height: 1.4;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23575296' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 12px;
	padding-right: 38px;
}

/* CONTACT — select chevron refinement (subtler, smaller) */
section.contact-section .contact-card .form-container select.w3form_location {
	background-size: 10px;
	background-position: right 16px center;
	padding-right: 36px;
}

/* CONTACT — force select to inherit full width through its label wrapper (2026-06-15 #3) */
section.contact-section .contact-card .form-container .form-input {
	display: flex;
	flex-direction: column;
	padding: 0 10px 10px 0;
}
section.contact-section .contact-card .form-container .form-input > label {
	display: flex;
	flex-direction: column;
	width: 100%;
}
section.contact-section .contact-card .form-container .form-input > label > input,
section.contact-section .contact-card .form-container .form-input > label > textarea,
section.contact-section .contact-card .form-container .form-input > label > select {
	width: 100% !important;
	box-sizing: border-box;
}
/* Specifically the location select needs to match the inputs above/beside it exactly */
section.contact-section .contact-card .form-container select.w3form_location {
	width: 100% !important;
	min-width: 0;
}

/* CONTACT — REVERT broken .form-input flex; restore corpus inline-block 2-col layout (2026-06-15 #4) */
section.contact-section .contact-card .form-container .form-input {
	display: inline-block;
}

/* MENU PAGE (unlimited memberships) — body.menu (2026-06-15) */
section.menu-reasons {
	padding: 70px 20px;
	background: #fff;
}
section.menu-reasons .wrapper {
	max-width: 1180px;
	margin: 0 auto;
}
section.menu-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 44px;
}
section .menu-kicker {
	display: inline-block;
	font-family: var(--font-text-strong), 'opensans-bold', sans-serif;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-4);
	margin-bottom: 14px;
}
section .menu-kicker--light { color: #ffb38a; }
section.menu-reasons h2,
section.menu-how h2 {
	display: block;
	font-size: clamp(1.8rem, 3.4vw, 2.4rem);
	font-weight: 900;
	line-height: 1.2;
	text-transform: none;
	text-align: center;
	color: var(--color-1);
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0;
}
section.menu-reasons h2 u,
section.menu-how h2 u {
	color: var(--color-4);
	text-decoration: none;
}
.menu-reasons-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
	max-width: 920px;
	margin: 0 auto;
}
article.menu-reason {
	background: #faf9fe;
	border: 1px solid #e7e4f2;
	border-radius: 16px;
	padding: 24px 28px;
}
article.menu-reason h3 {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.3;
	color: var(--color-1);
	text-transform: none;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
	text-align: left;
}
article.menu-reason p {
	color: var(--greyFour);
	font-size: 0.98rem;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}

/* How it works (menu version — purple gradient w/ bubbles, similar to home but standalone) */
section.menu-how {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--color-2), var(--color-1));
	color: #fff;
	padding: 70px 20px;
}
section.menu-how .wrapper {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
section.menu-how h2 { color: #fff; }
section.menu-how h2 u { color: var(--color-4); text-decoration: none; }
section.menu-how .bubbles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
section.menu-how .bubbles span {
	position: absolute;
	bottom: -60px;
	background: radial-gradient(circle at 32% 30%, rgba(255,255,255,0.85), rgba(255,255,255,0.12) 60%, rgba(255,255,255,0) 70%);
	border-radius: 50%;
	opacity: 0.45;
	animation: bubble-rise linear infinite;
}
section.menu-how-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1080px;
	margin: 0 auto;
}
article.menu-step {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	padding: 28px 24px;
	text-align: center;
}
.menu-step-num {
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: var(--color-4);
	color: #fff;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 52px;
	box-shadow: 0 8px 18px rgba(242, 97, 34, 0.4);
}
article.menu-step h3 {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.25;
	color: #fff;
	text-transform: none;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	text-align: center;
}
article.menu-step p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.94rem;
	line-height: 1.6;
	text-align: center;
	margin: 0;
}

/* Manage section — placeholder card */
section.menu-manage {
	padding: 60px 20px;
	background: #fff;
}
section.menu-manage .wrapper {
	max-width: 760px;
	margin: 0 auto;
}
.menu-manage-card {
	background: #faf9fe;
	border: 1px solid #e7e4f2;
	border-radius: 22px;
	padding: 36px 32px;
	text-align: center;
	box-shadow: 0 4px 14px rgba(47, 44, 84, 0.06);
}
section.menu-manage h2 {
	display: block;
	font-size: clamp(1.5rem, 2.6vw, 1.9rem);
	font-weight: 900;
	line-height: 1.2;
	text-transform: none;
	text-align: center;
	color: var(--color-1);
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0 0 6px;
}
.menu-manage-soon {
	display: inline-block;
	background: var(--color-3);
	color: var(--color-1);
	font-family: var(--font-text-strong), 'opensans-bold', sans-serif;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: 30px;
	margin: 0 0 18px;
}
.menu-manage-blurb {
	color: var(--greyFour);
	font-size: 1rem;
	line-height: 1.6;
	max-width: 540px;
	margin: 0 auto 22px;
	text-align: center;
}
.menu-manage-cta {
	display: inline-block;
	background-color: var(--color-4);
	background-image: none;
	color: #000;
	font-family: var(--font-cta), 'opensans-bold', sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	padding: 13px 26px;
	border-radius: 50px;
	border: 0;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(242, 97, 34, 0.34);
	transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.menu-manage-cta:hover {
	background-color: #d44e12;
	color: #000;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(242, 97, 34, 0.42);
	padding: 13px 26px;
}

/* Terms section */
section.menu-terms {
	padding: 60px 20px 80px;
	background: #f7f6fc;
}
section.menu-terms .wrapper {
	max-width: 920px;
	margin: 0 auto;
}
.menu-terms-block {
	margin-bottom: 30px;
}
.menu-terms-block:last-child { margin-bottom: 0; }
.menu-terms-block h2 {
	display: block;
	font-family: var(--font-title), 'opensans-extrabold', sans-serif;
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1.25;
	color: var(--color-1);
	text-transform: none;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 12px;
	text-align: left;
}
.menu-terms-block p {
	font-size: 0.92rem;
	line-height: 1.7;
	color: var(--greyFour);
	margin: 0;
	text-align: left;
}
.menu-terms-block p a {
	color: var(--color-2);
	font-weight: 700;
	text-decoration: underline;
}
.menu-terms-block p a:hover { color: var(--color-4); }

/* Mobile */
@media only screen and (max-width: 860px) {
	section.menu-how-grid { grid-template-columns: 1fr; gap: 18px; }
}
@media only screen and (max-width: 640px) {
	section.menu-reasons,
	section.menu-how,
	section.menu-manage,
	section.menu-terms { padding: 50px 14px; }
	.menu-manage-card { padding: 28px 22px; }
}


/* MENU REASONS — explicit gap restoration (2026-06-15 cleanup) */
section.menu-reasons .menu-reasons-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

/* HOW IT WORKS — unified across home + menu page (2026-06-15) */
section.how p.how-intro {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.08rem;
	line-height: 1.6;
	text-align: center;
	margin: 18px auto 0;
	max-width: 620px;
}


/* MENU REASONS — icon + content layout, animated decorations (2026-06-15) */
section.menu-reasons {
	padding: 90px 20px;
}
section.menu-reasons .menu-head {
	margin: 0 auto 64px;
}
section.menu-reasons .menu-reasons-list {
	display: flex;
	flex-direction: column;
	gap: 28px;
	max-width: 940px;
	margin: 0 auto;
}
article.menu-reason {
	background: #faf9fe;
	border: 1px solid #e7e4f2;
	border-radius: 18px;
	padding: 32px 36px;
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 28px;
	align-items: center;
	transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
article.menu-reason:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(47, 44, 84, 0.12);
	border-color: var(--color-3);
}
article.menu-reason .menu-reason-icon {
	width: 96px;
	height: 96px;
	background: linear-gradient(135deg, #eceaf8, #dcd9f1);
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
article.menu-reason .menu-reason-icon svg {
	width: 60px;
	height: 60px;
	fill: none;
	overflow: visible;
}
article.menu-reason h3 {
	margin-bottom: 10px;
}

/* Card 1 — pulsing pin glow */
@keyframes mr-pulse {
	0%, 100% { transform: scale(0.85); opacity: 0.6; }
	50%      { transform: scale(1.15); opacity: 1; }
}
.mr-pulse {
	transform-origin: 32px 36px;
	animation: mr-pulse 3s ease-in-out infinite;
}

/* Card 2 — sun rays rotation + cloud float */
@keyframes mr-rays-spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}
.mr-sun-rays {
	transform-origin: 22px 22px;
	animation: mr-rays-spin 20s linear infinite;
}
@keyframes mr-cloud-drift {
	0%, 100% { transform: translateX(0); }
	50%      { transform: translateX(-3px); }
}
.mr-cloud {
	animation: mr-cloud-drift 4s ease-in-out infinite;
}

/* Card 3 — coin stack subtle bobbing */
@keyframes mr-coin-bob-1 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-1.5px); } }
@keyframes mr-coin-bob-2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-2.5px); } }
@keyframes mr-coin-bob-3 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3.5px); } }
.mr-coin-stack { animation: mr-coin-bob-1 3.4s ease-in-out infinite; }
.mr-coin-mid   { animation: mr-coin-bob-2 3.4s ease-in-out infinite; animation-delay: 0.15s; }
.mr-coin-top   { animation: mr-coin-bob-3 3.4s ease-in-out infinite; animation-delay: 0.30s; }

/* Card 4 — sparkles twinkle */
@keyframes mr-twinkle {
	0%, 100% { opacity: 1;   transform: scale(1);   }
	50%      { opacity: 0.3; transform: scale(0.7); }
}
.mr-sparkle-1 { transform-origin: 52px 24px; animation: mr-twinkle 2.2s ease-in-out infinite; }
.mr-sparkle-2 { transform-origin: 10px 18.5px; animation: mr-twinkle 2.2s ease-in-out infinite; animation-delay: 0.7s; }
.mr-sparkle-3 { transform-origin: 48px 13px; animation: mr-twinkle 2.2s ease-in-out infinite; animation-delay: 1.4s; }

/* Card 5 — leaf sway + droplet bob */
@keyframes mr-leaf-sway {
	0%, 100% { transform: rotate(0deg); }
	50%      { transform: rotate(-8deg); }
}
.mr-leaf {
	transform-origin: 44px 24px;
	animation: mr-leaf-sway 3.5s ease-in-out infinite;
}
@keyframes mr-drop-bob {
	0%, 100% { transform: translateY(0); opacity: 0.85; }
	50%      { transform: translateY(-2px); opacity: 1; }
}
.mr-droplet-sm {
	animation: mr-drop-bob 2.6s ease-in-out infinite;
}

/* Honor reduced-motion */
@media (prefers-reduced-motion: reduce) {
	.mr-pulse, .mr-sun-rays, .mr-cloud,
	.mr-coin-stack, .mr-coin-mid, .mr-coin-top,
	.mr-sparkle-1, .mr-sparkle-2, .mr-sparkle-3,
	.mr-leaf, .mr-droplet-sm {
		animation: none;
	}
}

/* Mobile — stack icon above content */
@media only screen and (max-width: 640px) {
	section.menu-reasons {
		padding: 60px 14px;
	}
	section.menu-reasons .menu-head {
		margin-bottom: 40px;
	}
	article.menu-reason {
		grid-template-columns: 1fr;
		padding: 24px 22px;
		text-align: center;
		gap: 14px;
	}
	article.menu-reason .menu-reason-icon {
		margin: 0 auto;
	}
	article.menu-reason h3,
	article.menu-reason p {
		text-align: center;
	}
}

/* MENU REASONS — body wrapper for h3+p so grid columns work right (2026-06-15 fix) */
article.menu-reason .menu-reason-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}
article.menu-reason .menu-reason-body h3 {
	margin: 0;
}
article.menu-reason .menu-reason-body p {
	margin: 0;
}
@media only screen and (max-width: 640px) {
	article.menu-reason .menu-reason-body {
		align-items: center;
	}
}

/* PHILLY HEADER — mobile nav rebuild (2026-06-15) */
@media only screen and (max-width: 640px) {
	/* Show the grippy in a sensible spot */
	header div#mobileGrippy {
		display: block;
		position: absolute;
		top: 65px;
		right: 16px;
		font-size: 24px;
		line-height: 1;
		padding: 8px 12px;
		color: var(--color-1);
		cursor: pointer;
		z-index: 110;
		user-select: none;
	}

	/* Reset our desktop flex/calc rules that don't work on narrow screens */
	header > .mid,
	header > .bot {
		display: block;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}

	/* Mid row holds logo */
	header > .mid {
		padding: 12px 16px;
	}
	header .mid .flex-container {
		justify-content: flex-start;
	}
	header .logo-block {
		justify-content: flex-start;
		width: auto;
	}
	header .logo-block a.logo {
		gap: 10px;
	}
	header .logo-block a.logo img {
		width: 42px;
		height: 42px;
		max-width: 42px;
		flex: 0 0 42px;
	}
	header .logo-block a.logo .lockup b {
		font-size: 1rem;
	}
	header .logo-block a.logo .lockup small {
		font-size: 0.62rem;
	}

	/* Bot row — the nav drawer + Join the Club CTA */
	header > .bot {
		padding: 0;
		border-top: 1px solid #e7e4f2;
	}
	header > .bot .flex-container {
		display: block;
		height: auto;
		padding: 0;
		gap: 0;
	}
	header > .bot .flex-block.three-quarters {
		display: block;
		width: 100%;
		flex: none;
	}

	/* Nav — hidden by default, JS toggles display:block to open */
	header .bot nav#site-nav {
		display: none;
		width: 100%;
		background: rgba(255, 255, 255, 0.98);
	}
	header .bot nav#site-nav ul {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 8px 0;
	}
	header .bot nav#site-nav ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #f0eef8;
	}
	header .bot nav#site-nav ul li:last-child {
		border-bottom: 0;
	}
	header .bot nav#site-nav ul li a {
		display: block;
		width: 100%;
		padding: 14px 18px;
		font-size: 1rem;
		font-weight: 500;
		text-align: left;
		border-radius: 0;
		white-space: normal;
	}
	header .bot nav#site-nav ul li a:hover,
	header .bot nav#site-nav ul li a.current,
	header .bot nav#site-nav ul li a.current-page {
		background: #f7f6fc;
	}

	/* Join the Club CTA — full-width banner at the bottom of the drawer */
	header .bot .flex-block.right {
		display: block;
		width: 100%;
		padding: 12px 16px;
		justify-content: center;
		border-top: 1px solid #f0eef8;
	}
	header .bot .flex-block.right a.cta {
		display: block;
		width: 100%;
		text-align: center;
		padding: 13px 22px;
		font-size: 0.95rem;
	}
}

/* HEADER NAV — defeat inline display:none set by corpus mobileGrippy JS at desktop widths (2026-06-15) */
@media only screen and (min-width: 641px) {
	header .bot nav#site-nav {
		display: flex !important;
	}
}

/* HEADER NAV — defeat inline display:none set by corpus mobileGrippy JS at desktop widths (2026-06-15) */
@media only screen and (min-width: 641px) {
	header .bot nav#site-nav {
		display: flex !important;
	}
}

/* PHILLY HEADER — grippy anchored to .mid, position-independent of announcement bar (2026-06-15) */
@media only screen and (max-width: 640px) {
	/* Make .mid the positioning context */
	header > .mid {
		position: relative;
	}
	/* Re-anchor the grippy to .mid (vertical center, right side) */
	header div#mobileGrippy {
		display: block;
		position: absolute;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		font-size: 24px;
		line-height: 1;
		padding: 8px 12px;
		color: var(--color-1);
		cursor: pointer;
		z-index: 110;
		user-select: none;
	}
	.hideOnDesktop {
        position:absolute;
        top:50%;
        right:60px; /* leaves room for hamburger */
        transform:translateY(-50%);
        display:block;
    }
    header .hideOnDesktop.plan a {
    	padding: 15px 0;
    }
}
@media only screen and (max-width:1240px) {
  body.home section.locations .loc-actions {
    flex-direction: column;
  }
}
@media only screen and (max-width:900px) {

  ul,
  ol {
    padding: 15px 0 15px 5px;
  }
  header > .mid,
  header > .bot {
    max-width: 1920px;
    width: 100%;
  }
  header .logo-block a.logo {
    justify-content: center;
  }
  header > .bot .flex-container {
    flex-direction: column;
    gap: 5px;
  }
  header .bot .flex-block.right {
    margin-bottom: 10px;
  }
  section.hero .hero-trust {
    justify-content: center;
  }
}
@media only screen and (max-width:640px) {
    .hideOnDesktop.plan {
      display: none;
    }
    section.plans .plans-pill {
      flex-direction: column;
    }
}
@media only screen and (max-width: 500px) {
  section.plans .plans-compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  section.plans .plans-compare-table {
    min-width: 480px; /* prevents squishing below readable size */
    font-size: 0.75rem;
    margin-top: 16px;
  }

  section.plans .plans-compare-table th,
  section.plans .plans-compare-table td {
    padding: 10px 8px;
  }

  /* Sticky feature label column so it doesn't scroll away */
  section.plans .plans-compare-table td.feat,
  section.plans .plans-compare-table thead th.feat {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
    box-shadow: 2px 0 6px rgba(47, 44, 84, 0.08);
  }

  section.plans .plans-compare-table thead th.feat {
    background: var(--color-1); /* keep header color on sticky th */
    z-index: 3;
  }
}