/* ===================================================================
   Soul2Sole — block stylesheet
   Foundation + one rule-set per section (Gutenberg blocks).
   Includes: foundation tokens, header (nav), footer, and every section block.
   =================================================================== */

/* =================== FOUNDATION =================== */
 @import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
/* @font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter28pt-Regular.eot');
  src: url('../fonts/Inter28pt-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Inter28pt-Regular.woff2') format('woff2'),
  url('../fonts/Inter28pt-Regular.woff') format('woff'),
  url('../fonts/Inter28pt-Regular.ttf') format('truetype'),
  url('../fonts/Inter28pt-Regular.svg#Inter28pt-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
/* @font-face {
  font-family: "Fraunces";
  src: url('../fonts/Fraunces72pt-Regular.eot');
  src: url('../fonts/Fraunces72pt-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Fraunces72pt-Regular.woff2') format('woff2'),
      url('../fonts/Fraunces72pt-Regular.woff') format('woff'),
      url('../fonts/Fraunces72pt-Regular.ttf') format('truetype'),
      url('../fonts/Fraunces72pt-Regular.svg#Fraunces72pt-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U +0102 -0103, U +0110 -0111, U +0128 -0129, U +0168 -0169, U +01A0 -01A1, U +01AF -01B0, U +0300 -0301, U +0303 -0304, U +0308 -0309, U +0323, U +0329, U +1EA0 -1EF9, U +20AB;
}

@font-face {
  font-family: "Fraunces";
  src: url('../fonts/Fraunces72pt-SemiBold.eot');
  src: url('../fonts/Fraunces72pt-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Fraunces72pt-SemiBold.woff2') format('woff2'),
      url('../fonts/Fraunces72pt-SemiBold.woff') format('woff'),
      url('../fonts/Fraunces72pt-SemiBold.ttf') format('truetype'),
      url('../fonts/Fraunces72pt-SemiBold.svg#Fraunces72pt-SemiBold') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U +0102 -0103, U +0110 -0111, U +0128 -0129, U +0168 -0169, U +01A0 -01A1, U +01AF -01B0, U +0300 -0301, U +0303 -0304, U +0308 -0309, U +0323, U +0329, U +1EA0 -1EF9, U +20AB;
}

@font-face {
  font-family: "Fraunces";
  src: url('../fonts/Fraunces72pt-Bold.eot');
  src: url('../fonts/Fraunces72pt-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Fraunces72pt-Bold.woff2') format('woff2'),
      url('../fonts/Fraunces72pt-Bold.woff') format('woff'),
      url('../fonts/Fraunces72pt-Bold.ttf') format('truetype'),
      url('../fonts/Fraunces72pt-Bold.svg#Fraunces72pt-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U +0102 -0103, U +0110 -0111, U +0128 -0129, U +0168 -0169, U +01A0 -01A1, U +01AF -01B0, U +0300 -0301, U +0303 -0304, U +0308 -0309, U +0323, U +0329, U +1EA0 -1EF9, U +20AB;
}
@font-face {
    font-family: 'Fraunces';
    src: url('../fonts/Fraunces72pt-Italic.eot');
    src: url('../fonts/Fraunces72pt-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fraunces72pt-Italic.woff2') format('woff2'),
        url('../fonts/Fraunces72pt-Italic.woff') format('woff'),
        url('../fonts/Fraunces72pt-Italic.ttf') format('truetype'),
        url('../fonts/Fraunces72pt-Italic.svg#Fraunces72pt-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    unicode-range: U +0102 -0103, U +0110 -0111, U +0128 -0129, U +0168 -0169, U +01A0 -01A1, U +01AF -01B0, U +0300 -0301, U +0303 -0304, U +0308 -0309, U +0323, U +0329, U +1EA0 -1EF9, U +20AB;
} */

:root {
  --cream: #fbf7f0;
  --cream-deep: #f3ebdd;
  --ink: #211c16;
  --ink-soft: #5c5448;
  --orange: #F8501F;
  --orange-deep: #C93E14;
  --amber: #FA9A58;
  --sage: #6b7a5e;
  --sage-deep: #4e5a43;
  --sage-pale: #e4e9dd;
  --white: #ffffff;
  --line: rgba(33, 28, 22, 0.1);
  --color-primary: #ff4a00;
  --color-secondary: #444444;
  --color-black: #000000;
  --gary-bg: #f1f1f1;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
img {max-width: 100%;display: block;}
.wrap,
.container {
  max-width: 1244px;
  margin: 0 auto;
  padding: 0 32px;
}
h1,
h2,
h3,
h4 {
  font-family: "Fraunces", serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.6;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange-deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
}
a {color: inherit;text-decoration: none;}
.eyebrow.on-dark {color: var(--amber); margin-bottom: 14px;}
.eyebrow.on-dark::before {background: var(--amber);}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: var(--white);
  padding: 14px 28px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: background 0.15s;
}
.btn-primary:hover {background: var(--orange-deep);}
.btn-outline, body.single-post .section-default a.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid var(--orange);
  color: var(--orange);
  padding: 13px 26px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14.5px;
}
.btn-outline:hover,.btn.outline:hover, body.single-post .section-default a.btn:hover {
  background: var(--orange-deep);
  color: var(--white);
  border-color: var(--orange-deep);
}
.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 13px 26px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14.5px;
}
.wrap-wide {max-width: 1244px;margin: 0 auto;padding: 0 32px;}
strong {color: var(--ink);}

/* =================== HEADER / NAVIGATION =================== */
nav {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-inner {
  max-width: 1244px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: var(--orange);
    white-space: nowrap;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
.logo span {color: var(--orange);position: relative;}
.logo img {
    height: 64px;
    width: 91.6px;
}
.logo span:before{
  content: '';
    width: 1px;
    height: 38px;
    left: -6px;
    top: -6px;
    position: absolute;
    background: var(--line);
}
.nav-links {display: flex;
    align-items: center;
    gap: 10px 16px;
    font-weight: 600;
    font-size: 13px;
    color: var(--ink-soft);
    flex: 1 1 auto;
    min-width: 0px;
    flex-wrap: wrap;
    justify-content: center;}
.nav-links a:hover {color: var(--orange);}
.nav-cta.menu-item-home {background: var(--orange);color: #fff !important;padding: 10px 20px;border-radius: 100px;font-weight: 700;font-size: 13.5px;margin: 0;}
.nav-cta.menu-item-home:hover{background: var(--orange-deep);border-color: var(--orange-deep);}
.logo a,
.logo a:hover,
.logo a:focus,
.logo a:active,
.logo a:visited {
  text-decoration: none !important;
  color: inherit;
}

.nav-links a,
.nav-links a:hover,
.nav-links a:focus,
.nav-links a:active,
.nav-links a:visited {
  text-decoration: none !important;
  color: inherit;
}

.nav-right a,
.nav-right a:hover,
.nav-right a:focus,
.nav-right a:active,
.nav-right a:visited {
  text-decoration: none !important;
  color: inherit;
}

.nav-cta a,
.nav-cta a:hover,
.nav-cta a:focus,
.nav-cta a:active,
.nav-cta a:visited {
  text-decoration: none !important;
  color: var(--white);
}
/* ── MOCKUP BANNER ── */
.mockup-banner {
  background: var(--ink);
  color: var(--cream);
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.mockup-banner span {color: var(--amber);}
.nav-left {display: flex;align-items: center;gap: 20px;flex: 1 1 auto;}
.nav-links a {border-bottom: transparent solid 1px;}
.nav-links a:last-child {margin-right: 0;}
.nav-links a.active {color: var(--orange);border-bottom-color:var(--orange);}
.nav-right {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft);
}
.nav-right a {margin-right: 16px;border-bottom: transparent solid 1px;}
.nav-right a:hover,
.nav-left a:hover {color: var(--orange);border-bottom-color: var(--orange);}
.nav-inner .close-menu {display: none;}
.nav-right a.active {color: var(--orange);border-bottom-color:var(--orange);}
.mob-nav {display: none;}
/* Container for top level parent menus */
.nav-item-dropdown {
    position: relative;
    display: inline-block;
}

/* Parent Anchor Settings with Chevron centering */
.nav-link-parent.nav-link-flat {
    /* color: var(--ink);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500; */
    display: flex;
    align-items: center;
    gap: 4px;
} 


.nav-link-parent svg.feather-chevron-down {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.nav-link-flat {
    color: var(--ink-soft);
    text-decoration: none;
    font-weight: 600;
    font-size: 13.5px;
    padding: 8px 0;
    display: inline-block;
}

.dropdown-menu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 14px;
    flex-direction: column;
    min-width: 180px;
    z-index: 99;
}

.dropdown-menu-inner {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: rgba(33, 28, 22, 0.12) 0px 12px 28px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dropdown-link-child {
    color: var(--ink-soft);
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14.5px;
    display: block;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 1100px) {
  .nav-links{gap: 8px;}
  .logo img { height: 50px; width: 65.6px;}
}
@media (min-width: 993px) {
.nav-item-dropdown:hover .dropdown-menu-container {
    display: flex;
}
.nav-item-dropdown:hover .nav-link-parent svg.feather-chevron-down {
    transform: rotate(180deg);
}

.dropdown-menu-inner .dropdown-link-child:hover,.nav-item-dropdown.active .dropdown-menu-inner .dropdown-link-child.active {
    background-color: var(--line-light, #f5f5f5);
    color: var(--ink);
    border-bottom-color: transparent;
}
}
@media (max-width: 992px) {
  .mob-nav { display: flex; justify-content: space-between; max-width: 1244px;margin: 0 auto;padding: 8px 32px;}
  button.navbar-togglermobile {background: transparent;border: none;padding: 0;}
  button.navbar-togglermobile svg {width: 30px;height: 30px;}
  .nav-inner {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--color-black);
    padding: 40px 16px 24px;
    transition: right 0.4s ease;
    z-index: 9999;
    overflow-y: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-inner.show {right: 0;display: block;}
  .nav-left .logo {display: none;}
  .nav-inner .nav-right,
  .nav-inner .nav-left {gap: 12px;flex-direction: column;align-items: flex-start;}
  .nav-inner .nav-left { margin-bottom:12px;}
  .nav-inner .nav-links {flex-direction: column;gap: 12px;align-items: flex-start;}
  .nav-inner .nav-links a,
  .nav-inner .nav-right a {color: #fff;margin: 0;font-size: 18px;display: inline-flex;}
  .nav-inner .nav-links a:hover, 
  .nav-inner .nav-right a:hover{color: var(--orange);}
  .nav-inner .close-menu {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    display: block;
  }
  .nav-inner .close-menu:hover {color: #fff;}
  .dropdown-menu-container{position: relative;}
  .dropdown-menu-inner{background: transparent;gap: 0px;    padding: 0;box-shadow: none;border: none;}
  .nav-link-parent.nav-link-flat{gap: 7px;}
  .nav-link-parent svg.feather-chevron-down{width: 15px;height: 15px;}
  .nav-item-dropdown.active .dropdown-menu-inner .dropdown-link-child.active,.nav-item-dropdown .dropdown-menu-inner .dropdown-link-child:hover{border-radius: 0;}
}
/* =================== FOOTER =================== */
.footer-brand .wp-block-paragraph a{color: rgba(255,255,255,0.55)}
.footer-brand .wp-block-paragraph a:hover{color: rgba(255,255,255,1)}
footer {background: var(--ink);color: rgba(255, 255, 255, 0.55);padding: 60px 0 40px;}
@media(max-width: 600px){
  footer{ padding: 40px 0 28px;}
}
.footer-grid {display: flex;gap: 48px;margin-bottom: 48px;flex-wrap: wrap;}
@media(max-width: 575px){
  .footer-grid {flex-direction: column;gap: 28px;}
}
.footer-brand {flex: 1.5 1 0;min-width: 200px;}
.footer-brand .logo {color: var(--orange);margin-bottom: 14px;}
.footer-brand .logo span {color: var(--orange);}
.footer-brand p {font-size: 14px;line-height: 1.65;max-width: 280px;}
.footer-col {flex: 1 1 0;min-width: 140px;}
.footer-col h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
  font-weight: 500;
}
.footer-col a:hover {color: var(--white);}
.footer-col ul{ padding-left: 0 !important}
ul.menu {list-style-type: none;}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

/* =================== HERO =================== */
.hero {padding: 88px 0 64px;text-align: center;position: relative;overflow: hidden;}
.hero::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--amber) 0%, transparent 70%);
  opacity: 0.35;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -220px;
  left: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--sage-pale) 0%, transparent 70%);
  opacity: 0.6;
  pointer-events: none;
}
.hero-inner {position: relative;z-index: 2;max-width: 760px;margin: 0 auto;}
.hero h1 {font-size: 56px;line-height: 1.05;margin: 20px 0 22px;color: var(--ink);}
.hero h1 em {color: var(--orange);font-style: normal;}
.hero p.sub {font-size: 19px;color: var(--ink-soft);max-width: 560px;margin: 0 auto 36px;font-weight: 500;}
.hero-pills {display: flex;gap: 14px;justify-content: center;flex-wrap: wrap;}
.pill {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 8px;
}
.pill svg {width: 16px;height: 16px;stroke: var(--orange);flex-shrink: 0;}
@media (max-width: 640px) {
  .hero h1 {font-size: 38px;}
  .hero {padding: 56px 0 48px;}
}
.is-aligned-center {padding: 100px 0 70px !important;text-align: center;}
.is-aligned-center p.page-hero-tagline {font-size: 17px;color: rgba(255, 255, 255, 0.7);max-width: 480px;margin: 0 auto;}
.is-aligned-center .wrap {max-width: 880px;margin: 0 auto; padding: 0 32px;}
.page-hero-content strong {color: #fff;}
.special-hero .hero-content {
    position: relative;
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #ffffff; 
    z-index: 3;
}
.special-hero .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}
.special-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), center/cover no-repeat;
    opacity: 0.85;
    z-index: 2;
}
.special-hero .hero-content .wrap {position: relative;z-index: 3;width: 100%;}

/* =================== JOURNEY MAP SECTION =================== */
.journey {padding: 20px 0 90px;position: relative;}
.journey-head {text-align: center;max-width: 680px;margin: 0 auto 56px;}
.journey-head h2 {font-size: 38px;margin: 14px 0 14px;}
.journey-head p {color: var(--ink-soft);font-size: 16.5px;}
.path-svg {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -58px;
  position: relative;
  z-index: 0;
  display: none;
}

.journey-grid {position: relative;z-index: 1;display: grid;align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;grid-template-columns: repeat(4, 1fr);}
.journey-col {display: flex;flex-direction: column;gap: 22px;padding: 0 14px;flex: 1 1 0;min-width: 0;width: 100%;position: relative;}
.journey-col.split {display: flex;flex-direction: column;gap: 22px;}
.journey-col:after{content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1.5px solid var(--line);
    color: var(--orange);
    margin: 0px -6px;
    box-shadow: rgba(33, 28, 22, 0.04) 0px 1px 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-dc-tpl='96' viewBox='0 0 24 24' fill='none' stroke='%23F8501F' stroke-width='2.5' style='width: 20px; height: 20px;'%3E%3Cpath data-dc-tpl='97' d='M5 12h14M13 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -31px;
  }
.journey-col:last-child:after{display: none;}
.jcard {
  background: var(--white);
  border-radius: 20px;
  padding: 30px 26px;
  border: 1px solid var(--line);
  position: relative;
  box-shadow: 0 1px 2px rgba(33, 28, 22, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.jcard:hover {transform: translateY(-4px);box-shadow: 0 14px 30px rgba(33, 28, 22, 0.09);}
.jcard .num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 18px;
}
.jcard.feature {border: 2px solid var(--orange);padding: 34px 28px;}
.jcard.feature .num {background: var(--orange);}
.jcard.workshop .num {background: var(--sage);}
.jcard.social .num {background: var(--sage);}
.jcard.choreo .num {background: var(--ink);}
.jcard h3 {font-size: 21px;margin-bottom: 8px;}
.jcard .tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 14px;
  width: fit-content;
}
.jcard.feature .tag {background: #fce9dd;color: var(--orange-deep);}
.jcard.workshop .tag,
.jcard.social .tag {background: var(--sage-pale);color: var(--sage-deep);}
.jcard.choreo .tag {background: #edeae4;color: var(--ink);}
.jcard p {font-size: 14.5px;color: var(--ink-soft); margin-bottom: 16px;}
.jcard .price {font-family: "Fraunces", serif;font-weight: 700;font-size: 26px;margin-bottom: 4px;}
.jcard .price span {font-family: "Inter", sans-serif;font-weight: 600;font-size: 13px;color: var(--ink-soft);}
.jcard .mini-link {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--orange-deep);
  display: inline-flex;
  align-items: center;
  gap: 6px;
      margin-top: auto;
}
.jcard .mini-link svg {width: 13px;height: 13px;}
.jcard.feature img,
.jcard.workshop img,
.jcard.social img,
.jcard.choreo img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
}
.and-divider {
  text-align: center;
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  padding: 14px 0;
}
.journey-arrow {
  align-self: center;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--line);
  color: var(--orange);
  margin: 0 -6px;
  box-shadow: 0 1px 2px rgba(33, 28, 22, 0.04);
}
.journey-arrow svg {width: 20px;height: 20px;}
.price-options {display: flex;align-items: center;gap: 8px;margin-bottom: 16px;}
.price-opt {background: var(--cream-deep);border-radius: 12px;padding: 10px 8px;text-align: center;flex: 1;min-width: 0;}
.price-opt .price-num {font-family: "Fraunces", serif;font-weight: 700;font-size: 21px;color: var(--ink);line-height: 1;}
.price-opt .price-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  margin-top: 3px;
}
.price-divider {
  font-size: 11px;
  font-weight: 800;
  color: var(--orange-deep);
  text-transform: uppercase;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .path-svg {display: none;}
  .journey-grid {flex-direction: column; gap: 22px;}
  .journey-col {padding: 0;}
  .journey-grid {grid-template-columns: repeat(2, 1fr);}
  .journey-col:after{display: none;}
}
@media (min-width: 901px) {
  .jcard {flex: 1;}
}
@media (max-width: 767px) {
  .journey-grid {grid-template-columns: repeat(1, 1fr);}
}

/* =================== HOW PROGRESSIVE COURSES WORK (REPLACES OLD 3-STEP) =================== */
.howworks {
  background: var(--white);
  padding-top: 90px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid var(--line);
}
.howworks-head {text-align: center;max-width: 640px;margin: 0 auto 60px;}
.howworks-head h2 {font-size: 36px;margin: 14px 0 12px;}
.howworks-head p {color: var(--ink-soft);font-size: 16.5px;}
.steps3 {display: flex;gap: 36px;}
.step3 {position: relative;flex: 1 1 0;min-width: 0;}
.step3-top {display: flex;align-items: center;gap: 14px;margin-bottom: 16px;}
.step3-num {
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--orange);
  color:var(--white);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Fraunces',serif;
  font-weight:700;
  font-size:18px;
  flex-shrink:0;
}
.step3-num.orange { background: var(--orange);}
.step3-num.sage { background: var(--sage);}
.step3-num.black {background: var(--ink);}
.step3 h3 {font-size: 19px;line-height: 1.25;margin-bottom: 0;}
.step3 h3 small {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: var(--orange-deep);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
}
.step3 img {width: 100%;height: 170px;object-fit: cover;border-radius: 14px;margin-bottom: 35px;}
.step3 ul {list-style: none;padding-left: 0;}
.step3 li {display: flex;gap: 10px;font-size: 14.5px;color: var(--ink-soft);margin-bottom: 9px;}
.step3 li svg {width: 16px;height: 16px;stroke: var(--orange);flex-shrink: 0;margin-top: 2px;}
@media (max-width: 991px){.step3 img{height: 350px;}}
@media (max-width: 860px) {.steps3 {flex-direction: column;gap: 28px;}}
@media (max-width: 420px){.step3 img{height: 270px;}}

/* =================== CURRICULUM PATH =================== */
.curriculum {padding: 60px 0;background: var(--white);border-bottom: 1px solid var(--line);}
.curric {background: var(--cream-deep);border-radius: 20px;padding: 40px 36px;}
.curric h4 {
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-deep);
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
}
.curric-row {display: flex;align-items: center;justify-content: center;gap: 0;flex-wrap: wrap;}
.curric-node {display: flex;flex-direction: column;align-items: center;gap: 8px;}
.curric-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 20px;
  border: 2px solid var(--orange);
  background: var(--white);
  color: var(--ink);
  flex-direction: column;
  line-height: 1;
}
.curric-circle.start {background: var(--orange);color: var(--white);}
.curric-circle .lvl-label {font-family: "Inter", sans-serif;font-size: 9px;font-weight: 700;letter-spacing: 0.06em;}
.curric-node .weeks {font-size: 12px;font-weight: 700;color: var(--ink-soft);white-space: nowrap;}
.curric-arrow {width: 34px;height: 2px;background: var(--orange);position: relative;margin: 0 6px;opacity: 0.5;}
.curric-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -4px;
  border-left: 8px solid var(--orange);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media (max-width: 760px) {
  .curric-row {gap: 10px 0;}
  .curric-arrow {display: none;}
  .curric-node {width: 30%;}
}
.facts-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.fact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
  flex: 1;
  min-width: 150px;
}
.fact svg {width: 20px;height: 20px;stroke: var(--orange);flex-shrink: 0;}
.curriculum-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 40px 36px;
  margin-top: 10px;
}
.curriculum-label {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-deep);
  margin-bottom: 28px;
}
.curriculum-path {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.path-node {display: flex;flex-direction: column;align-items: center;gap: 8px;}
.path-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
}
.path-node.start .path-circle {background: var(--orange);width: 14px;height: 14px;}
.path-node:not(.start) .path-circle {
  background: var(--cream);
  color: var(--ink);
  border: 2px solid var(--line);
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
.path-meta {font-size: 11px;font-weight: 600;color: var(--ink-soft);text-align: center;}
.path-arrow {color: var(--line);flex-shrink: 0;}
.curriculum-features {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.curriculum-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
}
.curriculum-feature svg {color: var(--orange-deep);flex-shrink: 0;}
@media (max-width: 760px) {
  .cta-inner {padding: 40px 30px;}
}

/* =================== WORKSHOPS / CHOREO / SOCIAL DETAIL STRIP =================== */
.detail-section {padding: 90px 0;}
.detail-row {display: flex;gap: 64px;align-items: center;margin-bottom: 96px;}
.detail-row > * {flex: 1 1 0;min-width: 0;}
.detail-row:last-child {margin-bottom: 0;}
.detail-row.reverse {flex-direction: row-reverse;}
.detail-img {position: relative;}
.detail-img .grid2 {display: flex; gap: 12px;}
.detail-img .grid2 img {flex: 1 1 0;min-width: 0;}
.detail-img img {border-radius: 18px;width: 100%;max-height: 360px;object-fit: cover;}
.detail-img .single img {height: 360px;}
.detail-copy h3 {font-size: 30px;margin: 14px 0 16px;line-height: 1.15;}
.detail-copy p {color: var(--ink-soft);font-size: 16px;margin-bottom: 22px;}
.detail-copy ul {list-style: none;margin-bottom: 26px;padding-left: 0;}
.detail-copy li {display: flex; gap: 12px;font-size: 15px;margin-bottom: 12px;color: var(--ink);font-weight: 500;}
.detail-copy li svg {width: 18px;height: 18px;stroke: var(--orange);flex-shrink: 0;margin-top: 1px;}
.btn {display: inline-flex;align-items: center; gap: 8px;background: var(--ink);color: var(--white);padding: 13px 26px;border-radius: 100px;font-weight: 700;font-size: 14.5px;}
.btn.outline {background: transparent;border: 2px solid var(--orange);color: var(--orange);}
/* .detail-copy .feature-list li {border: none;padding: 0;gap: 12px;}
.detail-copy .btn.outline { border: 2px solid var(--orange); color: var(--orange);}
.detail-copy .btn.outline:hover {border-color: var(--orange-deep);background: var(--orange-deep); color: var(--white);} */
@media (max-width: 860px) {
  .detail-row,
  .detail-row.reverse {flex-direction: column; gap: 30px;}
}
/* =================== STYLES WE TEACH STRIP =================== */
.styles-strip {background: var(--sage-pale);padding: 50px 0;}
.styles-strip .wrap {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 20px;}
.styles-strip p {font-size: 15px;font-weight: 600;color: var(--sage-deep);max-width: 580px;}
.styles-strip .tags {display: flex;gap: 10px;flex-wrap: wrap;}
.styles-strip .tags span {background: var(--white);padding: 7px 14px;border-radius: 100px;font-size: 13.5px;font-weight: 700;color: var(--ink);}

/* =================== CALENDAR / PRICING PLACEHOLDER (KEPT FROM EXISTING PAGE) =================== */
.kept-section {padding: 90px 0;background: var(--white); border-top: 1px solid var(--line);}
.kept-label {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 36px;
  color: var(--ink-soft);
  font-size: 14px;
  padding: 14px 20px;
  border: 1.5px dashed var(--line);
  border-radius: 12px;
  background: var(--cream);
}
.placeholder-block {
  border: 2px dashed var(--line);
  border-radius: 20px;
  padding: 70px 30px;
  text-align: center;
  color: var(--ink-soft);
  font-weight: 600;
  background: var(--cream);
}
.placeholder-block h4 {font-family: "Inter", sans-serif;font-size: 17px;margin-bottom: 8px;color: var(--ink);}
.placeholder-block p {font-size: 14px;}

/* =================== STYLES WE TEACH =================== */
.styles-section {padding: 84px 0 76px;background: var(--white);border-bottom: 1px solid var(--line);}
.styles-head {text-align: center;max-width: 640px;margin: 0 auto 40px;}
.styles-head h2 {font-size: 36px;margin: 14px 0 14px;}
.styles-head p {color: var(--ink-soft);font-size: 16px;}
.styles-grid {display: flex;flex-wrap: wrap;justify-content: center;gap: 14px;}
.style-chip {
  display: inline-flex;
  align-items: center;
  padding: 15px 28px;
  border-radius: 100px;
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.01em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: default;
  box-shadow: 0 1px 2px rgba(33, 28, 22, 0.04);
  background: #fce9dd;
  color: var(--orange-deep);
}
.style-chip:hover {transform: translateY(-4px) rotate(-1deg);box-shadow: 0 12px 24px rgba(33, 28, 22, 0.1);}

/* =================== PAGE HERO =================== */
.page-hero {position: relative;background: var(--ink);overflow: hidden;}
.page-hero-visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #3a2415 0%, #2d1a0a 45%, #1e2a16 100%);
}
.page-hero-visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      ellipse 55% 60% at 75% 35%,
      rgba(232, 99, 44, 0.24) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 45% 55% at 15% 75%,
      rgba(107, 122, 94, 0.18) 0%,
      transparent 55%
    );
}
.page-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(33, 28, 22, 0.92) 0%,
    rgba(33, 28, 22, 0.45) 65%,
    rgba(33, 28, 22, 0.1) 100%
  );
}
.page-hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 0 84px;
}
.page-hero h1 {
  font-size: 54px;
  line-height: 1.04;
  color: var(--white);
  margin-bottom: 18px;
}
.page-hero-tagline {
  font-size: 20px;
  color: var(--amber);
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 500;
  max-width: 560px;
}
.page-hero-content h1,
.page-hero-content h2,
.page-hero-content h3,
.page-hero-content h4,
.page-hero-content h5,
.page-hero-content h6 {
  color: #fff;
}
@media (max-width: 680px) {
  .page-hero h1 { font-size: 36px;}
  .page-hero-tagline {font-size: 16px;}
  .page-hero-content {padding: 90px 0 64px;}
}

/* =================== INTRO / WHO WE ARE =================== */
.who-we-are {padding: 90px 0;}
.who-inner {display: flex;gap: 56px; align-items: center;}
.who-copy {flex: 1.1 1 0;min-width: 0;}
.who-copy h2 {font-size: 36px;margin: 14px 0 18px;line-height: 1.15;}
.who-copy p {color: var(--ink-soft);font-size: 16.5px;margin-bottom: 28px;}
.who-visual {flex: 1 1 0;min-width: 0;}
.who-visual .img-block {
  border-radius: 24px;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #ee8358 0%, #e8632c 45%, #8c3e16 100%);
  position: relative;
  overflow: hidden;
}
.who-visual .img-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 30% 25%,
    rgba(255, 255, 255, 0.18) 0%,
    transparent 50%
  );
}
.who-visual .img-block .img-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.who-stats {display: flex;gap: 28px;margin-top: 8px;flex-wrap: wrap;}
.who-stat {background: var(--white);border: 1px solid var(--line);border-radius: 16px;padding: 20px 22px;flex: 1 1 140px;}
.who-stat-num {font-family: "Fraunces", serif;font-size: 30px;font-weight: 700;color: var(--orange-deep);margin-bottom: 4px;}
.who-stat-label {font-size: 12.5px;font-weight: 600;color: var(--ink-soft);text-transform: uppercase;letter-spacing: 0.06em;}
@media (max-width: 860px) {
  .intro-inner {flex-direction: column;}
  .intro-visual {width: 100%;order: -1;}
}

/* =================== MISSION =================== */
.mission {background: var(--white);border-top: 1px solid var(--line);border-bottom: 1px solid var(--line);padding: 90px 0;}
.mission-inner {display: flex;  gap: 56px;align-items: flex-start;}
.mission-copy {flex: 1 1 0; min-width: 0;}
.mission-copy h2 {font-size: 36px;margin: 14px 0 18px;}
.mission-copy p {color: var(--ink-soft);font-size: 16.5px;}
.mission-values {flex: 1 1 0;min-width: 0;display: flex;flex-direction: column;gap: 18px;}
.value-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 22px;
}
.value-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
}
.value-card:nth-child(2) .value-icon {background: var(--orange);}
.value-card:nth-child(3) .value-icon {background: var(--ink);}
.value-text h4 {font-family: "Inter", sans-serif;font-size: 15.5px;font-weight: 700;margin-bottom: 4px;}
.value-text p {font-size: 13.5px;color: var(--ink-soft);}

/* =================== SERVICES =================== */
.services {padding: 90px 0;}
.section-head {text-align: center;max-width: 640px;margin: 0 auto 56px;}
.section-head h2 {font-size: 38px;margin: 14px 0 12px;}
.section-head p {color: var(--ink-soft);font-size: 16.5px;}
.services-grid {display: flex;flex-wrap: wrap;gap: 18px;margin-bottom: 40px;}
.service-card {
  flex: 1 1 calc(33.333% - 12px);
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 26px;
  position: relative;
  overflow: hidden;
}
.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 21px;
  color: var(--white);
  margin-bottom: 18px;
}
.style-salsa .service-icon {background: linear-gradient(135deg, #ee8358, #a8431d);}
.style-bachata .service-icon {background: linear-gradient(135deg, #82926f, #3c4634);}
.style-chacha .service-icon {background: linear-gradient(135deg, #f7ba8b, #923b16);}
.style-merengue .service-icon {background: linear-gradient(135deg, #6b6258, #1a1611);}
.style-rueda .service-icon {background: linear-gradient(135deg, #5c9aaa, #163036);}
.style-kizomba .service-icon {background: linear-gradient(135deg, #9c6a9f, #2e1b31);}
.service-card h3 {font-size: 20px;margin-bottom: 10px;}
.service-card p {font-size: 14.5px;color: var(--ink-soft);}
@media (max-width: 560px) {
  .perk-card {flex: 1 1 100%;}
}

/* =================== PHOTO BANNER =================== */
.photo-banner {padding: 0 0 90px;}
.photo-banner-inner {
  border-radius: 28px;
  aspect-ratio: 16/6;
  background: linear-gradient(135deg, #82926f 0%, #4e5a43 50%, #2d3525 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-banner-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 70% 30%,
    rgba(255, 255, 255, 0.14) 0%,
    transparent 55%
  );
}
.photo-banner-text {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  padding: 0 30px;
}

/* =================== CTA BANNER =================== */
.cta-banner {padding: 0 0 90px;}
.cta-inner {
  /* background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-deep) 100%
  ); */
  background:var(--ink);
  border-radius: 28px;
  /* padding: 60px 56px; */
  padding:56px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
}
.cta-inner:after,.cta-inner:before{display: none;}
.cta-inner::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.cta-copy {position: relative;z-index: 1;}
.cta-copy h2 {font-size: 34px;color: var(--white);margin: 0 0 10px;}
.cta-copy p {color: rgba(255, 255, 255, 0.78);font-size: 16px;max-width: 520px; margin-bottom:0; line-height: 1.5}
.cta-actions {position: relative;z-index: 1;display: flex;gap: 12px;flex-wrap: wrap;}
@media (max-width: 760px) {
  .cta-inner {padding: 40px 30px;}
}

/* =================== INTRO =================== */
.intro-section {padding: 90px 0;}
.intro-inner {display: flex;gap: 56px;align-items: center;}
.intro-copy {flex: 1 1 0;min-width: 0;}
.intro-copy h2 {font-size: 34px;margin: 14px 0 18px;line-height: 1.2;}
.intro-copy p {color: var(--ink-soft);font-size: 16px;margin-bottom: 18px;}
.intro-visual {flex: 1 1 0;min-width: 0;}
.intro-visual .img-block {
  border-radius: 24px;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, #ee8358 0%, #e8632c 45%, #8c3e16 100%);
  position: relative;
  overflow: hidden;
}
.intro-visual .img-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 30% 25%,
    rgba(255, 255, 255, 0.18) 0%,
    transparent 50%
  );
}
@media (max-width: 860px) {
  .intro-inner { flex-direction: column;}
  .intro-visual {width: 100%;order: -1;}
}

/* =================== COMMITMENT STRIP =================== */
.commit-strip {background: var(--white);border-top: 1px solid var(--line);border-bottom: 1px solid var(--line);padding: 48px 0;}
.commit-grid {display: flex;gap: 18px;flex-wrap: wrap;}
.commit-card {flex: 1 1 calc(33.333% - 12px);min-width: 0;display: flex;gap: 14px;align-items: flex-start;}
.commit-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
}
.commit-card:nth-child(2) .commit-icon {background: var(--orange);}
.commit-card:nth-child(3) .commit-icon {background: var(--ink);}
.commit-card h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 4px;
}
.commit-card p {font-size: 15.5px;font-weight: 600;color: var(--ink);}
@media (max-width: 760px) {
  .commit-card {flex: 1 1 100%;}
}

/* =================== ROLES =================== */
.roles-section {padding: 90px 0;}
.roles-grid {display: flex;gap: 22px;flex-wrap: wrap;}
.role-card {
  flex: 1 1 calc(50% - 11px);
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 32px 30px;
}
.role-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.role-card:nth-child(odd) .role-badge {background: var(--sage-pale);color: var(--sage-deep);}
.role-card:nth-child(even) .role-badge {background: #fbe3d2;color: var(--orange-deep);}
.role-card h3 {font-size: 21px;margin-bottom: 12px;}
.role-card p {font-size: 14.5px;color: var(--ink-soft);}
@media (max-width: 760px) {
  .role-card {flex: 1 1 100%;}
}

/* =================== PERKS =================== */
.perks-section {background: var(--white);border-top: 1px solid var(--line);border-bottom: 1px solid var(--line);padding: 90px 0;}
.perks-grid { display: flex;gap: 18px;flex-wrap: wrap;}
.perk-card {
  flex: 1 1 calc(33.333% - 12px);
  min-width: 0;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 26px;
  text-align: center;
}
.perk-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin: 0 auto 18px;
}
.perk-icon img {width: 22px;height: 22px;}
.perk-card:nth-child(1) .perk-icon {background: var(--orange);}
.perk-card:nth-child(2) .perk-icon {background: var(--sage);}
.perk-card:nth-child(3) .perk-icon {background: var(--ink);}
.perk-card h3 {font-size: 18px;margin-bottom: 8px;}
.perk-card p {font-size: 14px;color: var(--ink-soft);}
.perk-card p:last-child{margin-bottom:0;}
@media (max-width: 860px) {
  .perk-card {flex: 1 1 calc(50% - 9px);}
}
@media (max-width: 560px) {
  .perk-card {flex: 1 1 100%;}
}

/* =================== CONTACT INFO STRIP =================== */
.info-strip {padding: 64px 0;}
.info-grid {display: flex;gap: 18px;flex-wrap: wrap;}
.info-card {
  flex: 1 1 calc(33.333% - 12px);
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.info-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
}
.info-card:nth-child(2) .info-icon {background: var(--sage);}
.info-card:nth-child(3) .info-icon {background: var(--ink);}
.info-card h4 {font-size: 12px;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;color: var(--ink-soft);margin-bottom: 6px;}
.info-card p {font-size: 15.5px;font-weight: 600;color: var(--ink);margin-bottom: 0;}
.info-card p strong {font-weight: 600;}
.info-card .small {font-size: 13px;font-weight: 500;color: var(--ink-soft);margin-top: 2px;}
@media (max-width: 860px) {
  .info-card {flex: 1 1 100%;}
}

/* =================== LOCATIONS =================== */
.locations-section {padding: 90px 0;}
.locations-grid {display: flex;flex-wrap: wrap;gap: 22px;}
.location-card {flex: 1 1 calc(50% - 11px);min-width: 0;background: var(--white);border: 1px solid var(--line);border-radius: 22px;overflow: hidden;}
.location-map {aspect-ratio: 16/8;position: relative;overflow: hidden;}
.location-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 30% 25%,
    rgba(255, 255, 255, 0.16) 0%,
    transparent 50%
  );
}
.loc-richmondhill .location-map {
  background: linear-gradient(135deg, #82926f 0%, #4e5a43 50%, #2d3525 100%);
}
.loc-mississauga .location-map {
  background: linear-gradient(135deg, #ee8358 0%, #e8632c 50%, #8c3e16 100%);
}
.loc-vaughan .location-map {
  background: linear-gradient(135deg, #f7ba8b 0%, #e8632c 50%, #923b16 100%);
}
.loc-toronto .location-map {
  background: linear-gradient(135deg, #5c9aaa 0%, #2f6470 50%, #163036 100%);
}
.location-map .map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  color: rgba(255, 255, 255, 0.85);
}
.location-body {padding: 24px 26px;}
.location-area {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange-deep);
  margin-bottom: 8px;
}
.location-name {
  font-family: 'Fraunces', serif;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 8px;
}
.location-addr {font-size: 14px;color: var(--ink-soft); margin-bottom: 18px;}
.location-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
}
.location-link:hover {color: var(--orange-deep);}
@media (max-width: 760px) {
  .location-card {flex: 1 1 100%;}
}

/* =================== HOURS NOTE =================== */
.hours-note {
  margin-top: 32px;
  background: var(--cream-deep);
  border-radius: 16px;
  padding: 22px 26px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.hours-note svg {flex-shrink: 0;color: var(--orange-deep);margin-top: 2px;}
.hours-note p {font-size: 14px;color: var(--ink-soft);}
.hours-note p:last-child{margin-bottom: 0;}
.hours-note p strong {color: var(--ink);}

/* =================== CONTACT FORM =================== */
.form-section {background: var(--white);border-top: 1px solid var(--line);padding: 90px 0;}
.form-inner {display: flex;gap: 56px;align-items: flex-start;}
.form-copy {flex: 1 1 0;min-width: 0;}
.form-copy h2 {font-size: 34px;margin: 14px 0 14px;}
.form-copy p {color: var(--ink-soft);font-size: 16px;max-width: 380px;}
.form-box {
  flex: 1.3 1 0;
  min-width: 0;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 36px;
}
.form-row {display: flex;gap: 16px;margin-bottom: 16px;flex-wrap: wrap;}
.form-field {flex: 1 1 200px;display: flex;flex-direction: column;gap: 6px;}
.form-field.full {flex: 1 1 100%;}
.form-field label {
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}
.form-field input,
.form-field textarea {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14.5px;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  resize: vertical;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: 2px solid var(--orange);
  outline-offset: 1px;
}
@media (max-width: 860px) {
  .form-inner {flex-direction: column;}
  .form-copy p { max-width: none;}
}
/* =================== FILTER ROW =================== */
.filter-bar {background: var(--white);border-bottom: 1px solid var(--line);padding: 22px 0;}
.filter-bar-inner {display: flex;align-items: center;gap: 14px;flex-wrap: wrap;}
.filter-pill {
  font-size: 13.5px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 100px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  background: var(--cream);
  cursor: pointer;
}
.filter-pill.active {background: var(--ink);color: var(--white);border-color: var(--ink);}

/* =================== EVENTS LIST =================== */
.events-list {padding: 90px 0;}
.events-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}
.event-card {
  /* flex: 1 1 calc(33.333% - 15px); */
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--white);
  transition:
    box-shadow 0.2s,
    transform 0.2s;
  display: flex;
  flex-direction: column;
}
.event-card:hover {transform: translateY(-4px);box-shadow: 0 16px 32px rgba(33, 28, 22, 0.1);}
.event-card-visual {aspect-ratio: 16/10;position: relative;overflow: hidden;}
.event-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 28% 22%,
    rgba(255, 255, 255, 0.16) 0%,
    transparent 50%
  );
}
.ev-bachata .event-card-visual {
  background: linear-gradient(135deg, #82926f 0%, #4e5a43 50%, #2d3525 100%);
}
.ev-ritmo .event-card-visual {
  background: linear-gradient(135deg, #ee8358 0%, #e8632c 50%, #8c3e16 100%);
}
.ev-chacha .event-card-visual {
  background: linear-gradient(135deg, #f7ba8b 0%, #e8632c 50%, #923b16 100%);
}
.event-date-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--white);
  border-radius: 14px;
  padding: 8px 14px;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.event-date-chip .num {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  display: block;
}
.event-date-chip .mon {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.event-tag-pill {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  padding: 5px 13px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--white);
}
.event-card-body {padding: 24px 22px;flex: 1; display: flex;flex-direction: column;}
.event-card-type {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange-deep);
  margin-bottom: 8px;
}
.event-card-title {font-family: "Fraunces", serif; font-size: 21px;font-weight: 600;margin-bottom: 12px;}
.event-card-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13.5px;
  color: var(--ink-soft);
  font-weight: 500;
  margin-bottom: 20px;
}
.event-card-meta span {display: flex;align-items: center;gap: 8px;}
.event-card-meta svg {flex-shrink: 0;color: var(--orange-deep);}
.event-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
}
.event-card-link:hover {color: var(--orange-deep);}

/* =================== PAST EVENTS / EMPTY NOTE =================== */
.more-note {text-align: center;margin-top: 56px;padding: 40px;border: 2px dashed var(--line);border-radius: 20px;}
.more-note h4 {font-size: 18px;margin-bottom: 8px;}
.more-note p {font-size: 14.5px;color: var(--ink-soft);}

/* =================== CATEGORY NAV =================== */
/* .cat-nav {background:var(--white);border-bottom:1px solid var(--line);padding:18px 0;position:sticky;top:65px;z-index:90;} */
.soul2sole-faq-block {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  position: sticky;
  top: 70px;
  z-index: 90;
}
.cat-nav-inner {display: flex;gap: 10px;flex-wrap: wrap;justify-content: center;}
.cat-pill {
  font-size: 13.5px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 100px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  background: var(--cream);
}
.cat-pill:hover {background: var(--cream-deep);color: var(--ink);}

/* =================== FAQ SECTIONS =================== */
.faq-section {padding: 64px 0;}
.faq-group {margin-bottom: 56px;}
.faq-group:last-child {margin-bottom: 0;}
.faq-group-head {display: flex;align-items: center;gap: 12px; margin-bottom: 20px;}
.faq-group-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
}
.faq-group:nth-child(1) .faq-group-icon {background: var(--orange);}
.faq-group:nth-child(2) .faq-group-icon {background: var(--sage);}
.faq-group:nth-child(3) .faq-group-icon {background: var(--ink);}
.faq-group-head h2 {font-size: 22px;}
.faq-item {border-bottom: 1px solid var(--line);}
.faq-item:first-of-type {border-top: 1px solid var(--line);}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker {display: none;}
.faq-item summary .plus {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange-deep);
  transition: transform 0.2s;
}
.faq-item[open] summary .plus {transform: rotate(45deg);background: var(--orange);border-color: var(--orange);color: var(--white);}
.faq-item .faq-answer {padding: 0 30px 22px 4px;font-size: 14.5px;color: var(--ink-soft);}
.faq-answer ul {margin: 10px 0 0 0;padding-left: 20px;}
.faq-answer li {margin-bottom: 8px;}
.faq-answer a {color: var(--orange-deep);font-weight: 600;}

/* =================== CONTACT CTA =================== */
.faq-cta {background: var(--white);  border-top: 1px solid var(--line);padding: 80px 0;}
.faq-cta-inner {
  max-width: 880px;
  margin: 0 auto;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    var(--orange-deep) 100%
  );
  border-radius: 28px;
  padding: 48px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.faq-cta-inner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.faq-cta-copy {position: relative; z-index: 1;}
.faq-cta-copy h3 {font-size: 26px;color: var(--white);margin-bottom: 6px;}
.faq-cta-copy p {color: rgba(255, 255, 255, 0.78);font-size: 15px;}
.faq-cta-actions {position: relative;z-index: 1;}
.faq-group[id] {scroll-margin-top: 170px;}
@media (max-width: 680px) {
  .faq-group[id] { scroll-margin-top: 210px;}
}
/* =================== AS FEATURED ON =================== */
.featured {background: var(--white);border-bottom: 1px solid var(--line);}
.featured-inner {display: flex;align-items: stretch; flex-wrap: wrap;}
.featured-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  white-space: nowrap;
  flex-shrink: 0;
}
.featured-divider {width: 1px;height: 24px;background: var(--line);flex-shrink: 0;}
.featured-logos {display: flex;align-items: center;gap: 36px; flex-wrap: wrap;flex: 1;}
.featured-logos .logo-pill {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink-soft);
  letter-spacing: -0.01em;
  opacity: 0.6;
  white-space: nowrap;
}
.featured-logos .logo-pill.bold { font-size: 17px;opacity: 0.75;}

/* =================== EVENT TYPE PILLS =================== */
.pill-row {padding: 64px 0 0;}
.pill-grid {display: flex;flex-wrap: wrap;gap: 12px;justify-content: center;}
.event-pill {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 11px 22px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
}

/* =================== INTRO + VIDEO =================== */
.intro-video {flex: 1.1 1 0;min-width: 0;}
.intro-video iframe {width: 100%;}
.video-placeholder {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  background: linear-gradient(135deg, #2d2218 0%, #1a1209 60%, #100c06 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 65% 35%,
    rgba(232, 99, 44, 0.22) 0%,
    transparent 55%
  );
}
.play-btn {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(232, 99, 44, 0.4);
}
.play-btn svg {margin-left: 3px;}
.video-label {
  position: absolute;
  bottom: 16px;
  left: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12.5px;
  font-weight: 600;
  z-index: 1;
}

/* =================== SECTION (ALT TEXT/IMAGE) =================== */
.feature-section {padding: 90px 0;}
.feature-section.alt-bg {background: var(--white);border-top: 1px solid var(--line);border-bottom: 1px solid var(--line);}
.feature-inner {display: flex;gap: 56px;align-items: center;}
.feature-inner.reverse {flex-direction: row-reverse;}
.feature-copy {flex: 1 1 0;min-width: 0;}
.feature-copy h2 {font-size: 34px;margin: 14px 0 16px;}
.feature-copy p {color: var(--ink-soft);font-size: 16px;  margin-bottom: 22px;}
.feature-list {list-style: none;margin-bottom: 28px;padding-left: 0;}
.feature-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
  padding: 0;
  margin-bottom: 12px;
  /* border-bottom: 1px solid var(--line); */
}
.feature-list li:first-child {padding-top: 0;}
.feature-list li svg {flex-shrink: 0;color: var(--orange-deep);margin-top: 2px;}
.feature-visual {flex: 1 1 0;min-width: 0;}
.feature-visual .img-block {border-radius: 22px;aspect-ratio: 4/3;position: relative;overflow: hidden;}
.feature-visual .img-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 30% 25%,
    rgba(255, 255, 255, 0.16) 0%,
    transparent 50%
  );
  pointer-events: none;
}
.feature-visual.split {display: flex;flex-direction: column;gap: 14px;}
.feature-visual.split .img-block {aspect-ratio: 16/9;}
.img-corp .img-block {
  background: linear-gradient(135deg, #ee8358 0%, #e8632c 45%, #8c3e16 100%);
}
.img-corp2 .img-block {
  background: linear-gradient(135deg, #5c9aaa 0%, #2f6470 45%, #163036 100%);
}
.img-team .img-block {
  background: linear-gradient(135deg, #82926f 0%, #4e5a43 45%, #2d3525 100%);
}
.img-wedding .img-block {
  background: linear-gradient(135deg, #9c6a9f 0%, #623a66 45%, #2e1b31 100%);
}
.img-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}

/* =================== CLOSING =================== */
.closing {padding: 90px 0 0px;text-align: center;}
.closing h3 {font-size: 24px;margin-bottom: 8px;}
.closing p {color: var(--ink-soft);font-size: 16px;margin-bottom: 28px;}

/* =================== WHAT WE OFFER STRIP =================== */
.offer-strip { background: var(--white); border-top: 1px solid var(--line);border-bottom: 1px solid var(--line);padding: 60px 0;}
.offer-grid {display: flex;gap: 18px; flex-wrap: wrap;}
.offer-card { flex: 1 1 calc(33.333% - 12px);min-width: 0;display: flex;gap: 14px;align-items: flex-start;}
.offer-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
}
.offer-card:nth-child(2) .offer-icon {background: var(--sage);}
.offer-card:nth-child(3) .offer-icon {background: var(--ink);}
.offer-card h4 {font-size: 15.5px;font-weight: 700;margin-bottom: 4px;}
.offer-card p {font-size: 13.5px;color: var(--ink-soft);}
@media (max-width: 680px) {
  .page-hero h1 {font-size: 36px;}
  .page-hero-tagline {font-size: 16px;}
  .page-hero-content {padding: 90px 0 64px;}
}
@media (max-width: 860px) {
  .intro-inner {flex-direction: column;}
  .intro-visual {width: 100%;order: -1;}
}
@media (max-width: 760px) {
  .offer-card { flex: 1 1 100%;}
}
@media (max-width: 760px) {
  .cta-inner {padding: 40px 30px;}
}
@media (max-width: 680px) {
  .page-hero h1 { font-size: 38px;}
  .page-hero-tagline {font-size: 16px;}
  .page-hero-content {padding: 90px 0 64px;}
}
@media (max-width: 860px) {
  .intro-inner { flex-direction: column;}
  .intro-video {width: 100%;}
}
@media (max-width: 860px) {
  .feature-inner,
  .feature-inner.reverse {flex-direction: column;}
  .feature-visual,
  .feature-copy { width: 100%;}
}
@media (max-width: 760px) {
  .cta-inner { padding: 40px 30px;}
}
@media (max-width: 680px) {
  .page-hero h1 {font-size: 38px;}
  .page-hero-tagline { font-size: 17px;}
  .page-hero-content {padding: 90px 0 64px;}
}
@media (max-width: 860px) {
  .event-card {flex: 1 1 calc(50% - 11px);}
  .events-grid{grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 560px) {
  .event-card {flex: 1 1 100%;}
  .events-grid{grid-template-columns: repeat(1, 1fr);}
}
@media (max-width: 760px) {
  .cta-inner {padding: 40px 30px;}
}

/* =================== SCHEDULE (TOP, NOT BURIED) =================== */
.schedule-section {padding: 48px 0 90px;}
.schedule-head {margin-bottom: 28px;}
.schedule-head h2 {font-size: 30px;margin: 10px 0 8px;}
.schedule-head p {color: var(--ink-soft);font-size: 15.5px;}
.filters-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding: 20px;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--line);
}
.filter-group {display: flex;flex-direction: column;gap: 5px;flex: 1 1 140px;}
.filter-group label {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
}
.filter-group select {
  appearance: none;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235C5448' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.schedule-placeholder {
  border: 2px dashed var(--line);
  border-radius: 20px;
  padding: 70px 30px;
  text-align: center;
  color: var(--ink-soft);
  background: var(--white);
}
.schedule-placeholder h4 {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  margin-bottom: 8px;
  color: var(--ink);
}
.schedule-placeholder p {font-size: 14px;}
.selected-bar {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 22px;
  flex-wrap: wrap;
  gap: 14px;
}
.selected-bar span {font-size: 14.5px;font-weight: 700;}
.member-callout {
  margin-top: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.member-callout svg {flex-shrink: 0;color: var(--orange-deep);margin-top: 2px;}
.member-callout-copy h4 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.member-callout-copy p {font-size: 13.5px; color: var(--ink-soft);}
.member-callout-copy p strong {color: var(--ink);}

/* =================== THINGS TO REMEMBER =================== */
.first-class {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 80px 0;
}
.remember-inner {max-width: 680px;margin: 0 auto;text-align: center;}
.remember-inner > .eyebrow {justify-content: center;}
.remember-inner h2 {font-size: 32px;margin: 14px 0 36px;}
.remember-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.remember-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 20px;
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
}
.remember-list li svg {flex-shrink: 0;color: var(--orange-deep);margin-top: 2px;}
.remember-list li strong {color: var(--ink);}

/* =================== LEVELS =================== */
.levels {padding: 90px 0 0;}
.levels-grid {display: flex;flex-wrap: wrap;gap: 18px;}
.level-card {
  flex: 1 1 calc(33.333% - 12px);
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 26px;
  position: relative;
}
.level-num {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 18px;
}
.level-card:nth-child(1) .level-num {background: var(--sage);}
.level-card:nth-child(2) .level-num {background: var(--orange);}
.level-card:nth-child(3) .level-num {background: var(--ink);}
.level-card h3 {font-size: 19px;margin-bottom: 10px;}
.level-card p {font-size: 14.5px;color: var(--ink-soft);}

/* =================== BEYOND THE CORE PROGRAM =================== */
.beyond-section {padding: 56px 0 0;}
.feature-copy > p {color: var(--ink-soft);font-size: 15.5px;margin-bottom: 20px;}
.feature-visual.split > div {flex: 1 1 0;min-width: 0;}
/* .feature-visual:not(.split) .img-block {aspect-ratio: 4/3.2;} */
.img-workshop1 .img-block {
  background: linear-gradient(135deg, #ee8358 0%, #e8632c 50%, #8c3e16 100%);
}
.img-workshop2 .img-block {
  background: linear-gradient(135deg, #f7ba8b 0%, #e8632c 50%, #923b16 100%);
}
.img-social .img-block {
  background: linear-gradient(135deg, #5c9aaa 0%, #2f6470 50%, #163036 100%);
}
.img-choreo1 .img-block {
  background: linear-gradient(135deg, #9c6a9f 0%, #623a66 50%, #2e1b31 100%);
}
.img-choreo2 .img-block {
  background: linear-gradient(135deg, #82926f 0%, #4e5a43 50%, #2d3525 100%);
}

/* =================== PROGRAM NOTES (REPLACES "WHO WE ARE") =================== */
.program-notes {background: var(--white);border-top: 1px solid var(--line);padding: 70px 0 90px;}
.program-notes-inner {display: flex;gap: 18px;flex-wrap: wrap;}
.note-card {  flex: 1 1 calc(33.333% - 12px);min-width: 0;}
.note-card h4 {font-size: 15.5px;margin-bottom: 8px;}
.note-card p {font-size: 14px;color: var(--ink-soft);}

/* =================== LAYOUT =================== */
.terms-section {padding: 64px 0 90px;}
.terms-layout {display: flex;gap: 56px;align-items: flex-start;}
.terms-sidebar {flex: 0 0 240px;position: sticky;top: 90px;}
.sidebar-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft);
  border-left: 2px solid transparent;
  padding-left: 12px;
}
.sidebar-link:hover {color: var(--orange-deep);}
.sidebar-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-soft);
  flex-shrink: 0;
}
.sidebar-card {margin-top: 28px;background: var(--white);border: 1px solid var(--line);border-radius: 16px;padding: 20px 20px;}
.sidebar-card p {font-size: 13px;color: var(--ink-soft);margin-bottom: 12px;}
.terms-content {flex: 1 1 0;min-width: 0;}
.term-block {background: var(--white);border: 1px solid var(--line);border-radius: 20px;padding: 32px 34px;margin-bottom: 18px;}
.term-head {display: flex;align-items: center;gap: 14px;margin-bottom: 14px;}
.term-num {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--orange);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.term-block:nth-of-type(2) .term-num {background: var(--sage);}
.term-block:nth-of-type(3) .term-num {background: var(--ink);}
.term-block:nth-of-type(4) .term-num {background: var(--orange-deep);}
.term-head h2 {font-size: 21px;}
.term-block p {font-size: 14.5px;color: var(--ink-soft);margin-bottom: 14px;}
.term-block p:last-child {margin-bottom: 0;}
.term-block a {color: var(--orange-deep);font-weight: 600;}
.term-block strong {color: var(--ink);}
.term-block[id] {scroll-margin-top: 100px;}
.am-microsite-wrapper > iframe {width: 100%;height: 100%;}
/* =================== Aboutus responsive ================= */
@media (max-width: 680px) {
  .page-hero h1 { font-size: 38px;}
  .page-hero-tagline {font-size: 17px;}
  .page-hero-content { padding: 90px 0 64px;}
}
@media (max-width: 860px) {
  .who-inner {flex-direction: column;}
  .who-visual {width: 100%;order: -1;}
}
@media (max-width: 860px) {
  .mission-inner {flex-direction: column;}
}
@media (max-width: 860px) {
  .service-card { flex: 1 1 calc(50% - 9px);}
}
@media (max-width: 560px) {
  .service-card {flex: 1 1 100%;}
}
@media (max-width: 680px) {
  .photo-banner-inner {aspect-ratio: 4/3;}
  .photo-banner-text {font-size: 17px;}
}
@media (max-width: 760px) {
  .cta-inner {padding: 40px 30px;}
}
/* =================== Terms responsive ================= */
@media (max-width: 900px) {
  .nav-right .hide-mobile {display: none;}
  .terms-layout {flex-direction: column;}
  .terms-sidebar {position: static;width: 100%;flex: none;}
  .sidebar-nav {display: flex;gap: 8px;flex-wrap: wrap;}
  .sidebar-link {border: 1px solid var(--line);border-radius: 100px;padding: 8px 14px;background: var(--white);}
}
/* =================== FAQ responsive ================= */

.event-card-visual img {object-fit: cover;}
/* =================== SCHEDULE LAYOUT =================== */

.schedule-section {background: var(--white);}
.schedule-section.member-account{padding-bottom: 32px;}
.schedule-title {position: relative;display: inline-block;}
.filter-wraper {
  margin: 75px 0 20px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background-color: #fff;
}
.filter-wraper .filter-list {display: flex;align-items: center;gap: 24px;flex-wrap: wrap;}
.location .dropdown-trigger {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  min-width: auto;
}
.semester {font-size: 26px;font-weight: 500;}
.location .dropdown-trigger i {font-size: 20px;vertical-align: middle;margin-left: 10px;}
.dropdown-trigger {
  background: var(--white);
  border: 1px solid var(--line);
  padding:10px 14px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  color: #211C16;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: capitalize;
  font-family: 'Inter',sans-serif;
}
.dropdown-trigger .counter,
.dropdown-trigger .selected-sem {font-weight: 400;margin-left: 2px;}
.dropdown-trigger .counter.has-selection {
  background: var(--orange);
  color: var(--white);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
}
.dropdown-trigger i {margin-left: 7px;font-size: 11px;margin-left: auto;}
.dropdown-arrow {font-size: 16px;transition: transform 0.2s ease;}
.dropdown-trigger.active .dropdown-arrow {transform: rotate(180deg);}
.custom-dropdown-panel.small {width: 260px;padding: 0;}
.schedule-cont {background: var(--white);border:2px dashed var(--line);border-radius: 20px; overflow: hidden;}
.schedule-weeks {
  overflow: hidden;
  display: flex;
  overflow-x: auto;
  border-bottom: 2px solid var(--line);
  margin-bottom: 33px !important;
}
.schedule-weeks .week-tab p{ font-family:"Fraunces", serif; }
.week-tab {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 14px;
  background: var(--white);
  font-weight: 500;
  font-size: 28px;
  cursor: pointer;
  border-right: 2px solid var(--line);
  width: 100%;
  line-height: normal;
  text-align: center;
}
.week-tab p {margin-bottom: 0;}
.week-tab:last-child {border: none;}
.week-tab small {font-size: 19px;font-weight: 500;font-family: 'Inter',sans-serif;}
.week-tab.disable {background: #d4d4d4;color: #a4a4a4;pointer-events: none;}
.week-tab.active,
.week-tab:hover {background: var(--orange);color: var(--white);}
.schedule-days {
  position: relative;
  max-width: calc(100% - 70px);
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.day-item-outer {width: 11.11%;flex-shrink: 0;display: flex;justify-content: center;}
.day-item {
  text-align: center;
  cursor: pointer;
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  color: var(--color-secondary);
  flex-shrink: 0;
}
.day-item p {margin-bottom: 0;font-family:"Fraunces", serif;}
.day-item small {font-size: 20px;font-weight: 500;}
.day-item-outer.active .day-item {color: var(--orange);}
.day-item-outer.no-event.holiday .day-item {color: #d4d4d4;}
.day-item-outer.no-event .day-item {color: #d8d8d8;pointer-events: none;}
.day-nav {
  background: none;
  border: none;
  font-size: 22px;
  width: 31px;
  flex-shrink: 0;
  color: var(--color-black);
}
.day-nav:hover i {color: var(--orange);}
.day-nav.prev {margin-right: 21px;}
.day-nav.next {margin-left: 21px;}
.schedule-list {padding: 0 0 73px;}
.schedule-row {
  display: grid;
  grid-template-columns: 265px 1fr 190px;
  padding: 23px 50px;
  border-bottom: 1px solid #ebebeb;
  gap: 100px;
}
.schedule-action {display: flex;align-items: center;margin-top: 16px;margin-bottom: 16px;}
.schedule-time {font-size: 22px;display: flex;flex-direction: column;gap: 16px;justify-content: space-between;}
.timing,
.location-area {display: flex;align-items: center;}
.timing-icon,
.area-icon {margin-right: 16px;}
.timing-hour {margin-right: 30px;position: relative;}
.timing-hour:after {
  content: "";
  width: 2px;
  height: 50%;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  background: #c2c2c2;
}
.schedule-time small {color: #777;}
.schedule-info {font-size: 22px;font-weight: 500; display: flex;flex-direction: column; gap: 16px;}
.schedule-info .badge {padding: 0;margin: 0;}
.schedule-info .topic-info {margin: 0;font-family: 'Fraunces',serif;}
.badge {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 0;
  text-transform: uppercase;
}
.badge-icon {width: 10px;height: 32px;display: block;border-radius: 5px;}
.course {background: #00c853;}
.dropin {background: #4c9cff;}
.schedule-action .btn {
  width: 100%;
  padding: 7px 8px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
  text-transform: capitalize;
}
.schedule-action .btn.btn:hover,
.schedule-action .btn.btn:active{background: var(--orange-deep); border-color: var(--orange-deep);}
.schedule-action .btn.btn.active{color: var(--orange); background: transparent;}
.schedule-action .btn.btn.active i{color: var(--orange);}
.custom-dropdown {position: relative;}
.dropdown-section + .dropdown-section {margin-top: 47px;}
.location .custom-dropdown-panel {top: 100px;}
.custom-dropdown-panel {
  position: absolute;
  top: 65px;
  left: 0;
  width: 400px;
  background: var(--white);
  border-radius: 30px;
  padding: 40px 33px;
  display: none;
  z-index: 99;
  animation: fadeSlide 0.2s ease;
  box-shadow: 4px 4px 20px 0px #00000040;
  overflow: hidden;
}
.custom-dropdown-panel .inner-scroll {
  max-height: 380px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
  padding: 35px 25px;
}
.custom-dropdown-panel .inner-scroll::-webkit-scrollbar {width: 6px;}
.custom-dropdown-panel .inner-scroll::-webkit-scrollbar-track {background: var(--gary-bg);border-radius: 10px;}
.custom-dropdown-panel .inner-scroll::-webkit-scrollbar-thumb {background: #c1c1c1;border-radius: 10px;}
.custom-dropdown-panel .inner-scroll::-webkit-scrollbar-thumb:hover {background: #a8a8a8;}
.filter-list .custom-dropdown:last-child .custom-dropdown-panel {left: auto;right: 0;}
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-section h6 {font-size: 20px;font-weight: 600;color: var(--color-secondary);margin-bottom: 20px;}
.radio-item {font-size: 16px;}
.radio-item,
.check-item {
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  margin-bottom: 18px;
}
.radio-item:last-child,
.check-item:last-child {margin-bottom: 0;}
.radio-item input,
.check-item input {display: none;}
.radio-item span {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 2px solid var(--color-black);
  position: relative;
}
.radio-item input:checked + span {border-color: var(--color-primary);}
.radio-item input:checked + span::after {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--color-primary);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.check-item {flex-wrap: wrap;}
.schedule-filter .check-item { flex-wrap: nowrap;    padding: 16px 0; border-bottom: 1px solid var(--line); margin-bottom: 0;}
.schedule-filter .course-option .check-item {flex-wrap: wrap;}
.schedule-filter .check-item:last-child {margin-bottom: 0px;padding-bottom: 0;border: none;}
.item-cont {display: flex;align-items: center;gap: 8px;}
.checkmark {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 5px;
  border: 2px solid var(--color-primary);
  position: relative;
}
.check-item input:checked + .checkmark {background: var(--color-primary);}
.check-item input:checked + .checkmark::after {
  content: "";
  position: absolute;
  background: url(../images/check.svg);
  width: 14px;
  height: 10px;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.check-title {font-size: 15px;font-weight: 500;}
.check-cont {font-size: 14px;font-weight: 300;margin: 0;flex: 0 0 100%;}
.dot {width: 17px;height: 17px;border-radius: 5px;margin-left: auto;}
.text-orange {color: var(--color-primary);}
.timing-limit {font-weight: 300;}
.schedule-action i {font-size: 20px;cursor: pointer;line-height: 19px;color: #fff;}
/* .register-section {margin: 90px 0;} */
.form-title {font-size: 30px;margin-bottom: 55px;}
.register-section .form-control {
  border-radius: 10px;
  padding: 6px 32px;
  font-size: 18px;
  border: 2px solid var(--color-secondary);
  margin-bottom: 18px;
  height: 49px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
input {font-size: 18px;}
.login-btn {margin-top: 50px;}
.login-divider {font-size: 16px;margin-bottom: 20px;}
.login-sec {padding-right: 120px;}
.signup-sec {padding-left: 120px;position: relative;}
.signup-sec:before {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  background: var(--color-secondary);
  left: 0;
  top: 0;
  opacity: 0.4;
}
.card-input-wrapper {display: flex;align-items: center;border-radius: 10px;padding: 0 12px;}
.card-input { border: none;outline: none;  height: 100%;}
.card-number { flex: 1; width: 100%;}
.card-expiry {width: 70px;text-align: center;}
.card-cvc {width: 60px;text-align: center;}
.input-option {margin-top: 45px;}
.input-option p {font-size: 18px;font-weight: 500;}
.lead-option .lead-info {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.lead-option .lead-info i {color: var(--color-primary);font-size: 16px;background: var(--orange);}
.pill-radio-group {display: flex;gap: 32px;align-items: center;}
.pill-radio-group input { display: none;}
.pill-radio-group label {
  padding: 26px 39px;
  border: 2px solid var(--orange);
  color: var(--orange);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}
.pill-radio-group label:hover{color: var(--white);background: var(--orange-deep);border-color: var(--orange-deep);}
.input-option p.badge {font-size: 15px;margin-top: 15px;}
.member-badge .badge-icon {background: var(--color-primary);height: 37px;}
.membership-note {display: flex;align-items: center;font-size: 14px;color: var(--color-secondary);}
.membership-note::before {
  content: "";
  width: 5px;
  height: 20px;
  background: var(--color-primary);
  border-radius: 3px;
  margin-right: 10px;
}
.order-summary {background: var(--gary-bg);margin-top: 45px;font-size: 18px;font-weight: 600;padding-bottom: 25px;}
.final-value {margin: 44px 0 11px;font-weight: 500;font-size: 20px;line-height: 100%;text-align: center;color: var(--color-secondary);}
.summary-head {padding: 12px 38px;background: #c8c8c8;font-weight: 600;font-size: 18px;line-height: 100%;}
.summary-item {font-weight: 500;padding: 18px 38px;border-bottom: 1px solid #cbcbcb;}
.item-value {font-weight: 400;}
.summary-footer .item-value {min-width: 60px;text-align: right;}
.summary-body > p.body-text {text-align: center;padding-top: 10px;}
.item-value del {opacity: 50%;margin-right: 5px;}
.summary-footer {padding: 12px 38px;}
.sub-item {
  display: flex;
  justify-content: flex-end;
  gap: 45px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sub-item:last-child { margin-bottom: 0;}
.pay-option {margin-top: 55px;}
.register-wraper {margin-bottom: 40px;}
.register-wraper .schedule-list.reg-classes {max-width: 100%;margin-top: 0;padding: 0px 20px 36px;margin-right: 20px;}
.register-wraper .login-sec,
.register-wraper .signup-sec {padding: 0;}
.register-wraper .signup-sec:before {display: none;}
.register-wraper .register-section {margin: 0px;}
.login-option {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: center;
  margin: 24px 0 60px;
}
.login-option .btn {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 12px;
  border-radius: 30px;
  background: transparent;
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
}
.login-option .btn.active { background: var(--color-primary);color: var(--white);border-color: var(--color-primary);}
.register-wraper .member-type .pill-radio-group {display: grid;gap: 15px;}
.register-wraper .member-type .pill-radio-group label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 11px 40px;
  min-height: 74px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
.pill-radio-group label .member-title { display: flex;justify-content: space-between;width: 100%;}
.pill-radio-group label .member-title b{transform: translateY(50%);}
.pill-radio-group label .member-title.has-old-title {justify-content: flex-start;gap: 5px;}
.pill-radio-group .member-title {font-weight: 500;}
.member-title b {font-size: 15px;display: block;margin-top: 4px;}
.pill-radio-group input:checked + label del {color: #ffffff80;}
.register-label {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 9px;
  color: var(--color-secondary);
  padding: 15px 0px;
}
.register-wraper .lead-option .lead-info {
  margin-top: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-secondary);
  gap: 9px;
}
.register-wraper .add-partner {margin-top: 25px;font-weight: 500;font-size: 18px;line-height: 100%;}
.register-wraper .add-partner .plus-icon {font-weight: 500;font-size: 18px;line-height: 100%;}
.register-wraper .signup-sec .member-info { margin-top: 0px;margin-bottom: 64px;}
.register-wraper .member-info .pill-radio-group label {padding: 16px 39px 17px;font-weight: 400;border: 2px solid var(--orange);color: var(--orange);}
.register-wraper .member-info .pill-radio-group label:hover{background: var(--orange-deep);color: var(--white);border-color: var(--orange-deep);}
.register-wraper .member-info .register-label {margin-bottom: 13px;}
.register-wraper .member-info.partner-info .register-label{padding-bottom: 0;}
.add-partner {
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-secondary);
  margin-top: 40px;
}
.register-wraper .info-icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--color-primary);
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 10px !important;
  line-height: 100%;
  text-align: center;
  color: #fff !important;
}
.add-partner:hover,
.remove-partner:hover {color: var(--color-primary);}
.remove-partner {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: 600;
}
.register-wraper .order-summary {margin-top: 20px;}
.summary-section {margin-top: 58px;}
.days-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  max-width: 100%;
  padding-bottom: 5px;
}

/* */

.wpcf7 {width: 100%;}
.wpcf7 form {margin-top: 20px;}
.wpcf7 form br {display: none;}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {width: 100%;}
.wpcf7 textarea { min-height: 120px; resize: vertical;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {border-color: var(--color-black); outline: none;}
.wpcf7 input[type="submit"] {padding: 12px 28px;}
.wpcf7 .wpcf7-form-control-wrap {display: block;}
.wpcf7-not-valid-tip {color: #d63638;font-size: 13px;margin-top: 5px;}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {border-color: #d63638;}
.wpcf7-response-output {margin-top: 20px;padding: 14px;border-radius: 6px;font-size: 14px;}
.wpcf7-mail-sent-ok {border: 1px solid #46b450;background: #ecf7ed;color: #1e7e34;}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {border: 1px solid #d63638;background: #fbeaea;color: #a00;}
.registration-sec {
  position: fixed;
  bottom: 0;
  background: var(--white);
  width: 100%;
  padding: 25px;
  z-index: 99;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.3);
}
.registration-sec.visible { transform: translateY(0);}
.register-classes {display: flex;justify-content: space-between;align-items: center;}
.register-classes .classes-select {font-size: 25px;font-weight: 500;}
.classes-select p {margin: 0;display: flex;align-items: center; gap: 10px;}
.classes-select .class-count-badge {
  background: var(--color-primary);
  font-size: 15px;
  color: var(--white);
  font-weight: 600;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.classes-select .clear-btn { font-size: 16px;margin-left: 8px;cursor: pointer;}
.classes-select .clear-btn:hover {color: var(--color-primary);}
.comp-register .btn {
  font-size: 18px;
  padding: 8px 32px 7px;
  color: var(--white);
    background: var(--orange);
    border: 1px solid var(--orange);
}
.comp-register .btn:hover,.comp-register .btn:active{background: var(--orange-deep);border-color: var(--orange-deep);}
.no-data-found {text-align: center; margin: 15px 0;}
/*schedule redesign */
.selected-day-heading {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 24px;
  padding-left: 37px;
  min-height: 53px;
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  border-bottom: 1px solid var(--line);
  font-family: 'Fraunces',serif;
}
.schedule-list {padding: 0;}
.schedule-list .schedule-row {
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid var(--line);
  padding: 0;
  gap: 52px;
  padding-right: 72px;
}

.schedule-list .schedule-main {display: grid;grid-template-columns: 1fr 325px;gap: 52px;}
.schedule-list .schedule-row:first-child {border-top: 1px solid #ababab;}
.schedule-time {justify-content: center;align-items: center;background: rgb(232 99 44 / 7%);}
.timing {min-height: 164px;flex-direction: column;align-items: center;justify-content: center;}
.timing-hour { margin-right: 0;font-weight: 600;font-size: 35px;font-family: 'Fraunces', serif;}
.timing-limit {font-size: 18px;}
.timing-hour:after {display: none;}
.schedule-info {padding: 30px 0;gap: 10px;font-size: 25px;}
.schedule-info .badge {font-size: 20px;font-weight: 300; text-transform: none;}
.schedule-info .badge .badge-icon {width: 5px;height: 30px;}
.schedule-info .badge .badge-extra {padding-left: 21px;position: relative;}
.schedule-info .badge .badge-extra:before {
  width: 5px;
  content: "";
  background: var(--color-secondary);
  height: 5px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.schedule-info .location-area {font-size: 20px;font-weight: 300;}
.schedule-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.schedule-action .btn,
.schedule-action .btn:hover,
.schedule-action .btn:focus,
.schedule-action .btn:active {outline: 0;}

.schedule-action .schedule-price-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 300;
}
.schedule-price-wrap .schedule-price,
.schedule-price-wrap .schedule-membership-text {font-weight: 400;}
.schedule-price-wrap .schedule-membership-text .or-span {font-weight: 300;}
.schedule-membership-text {display: flex;align-items: center;gap: 4px;}
.membership-info-trigger {cursor: pointer;}
.timing-hour small {
  font-size: 15px;
  color: var(--color-secondary);
  font-weight: 400;
  font-family: 'inter', sans-serif;
  margin-left: 2px;
}
.membership-info-trigger:hover {opacity: 0.8;}
/*popup*/

.popup-top-image img {max-height: 450px;object-fit: cover;width: 100%;}
.schedule-info-popup {position: fixed;inset: 0;z-index: 9999;display: none;}
.schedule-info-popup .popup-inner {padding: 25px 40px;}
.schedule-info-popup.active {display: block;}
.schedule-info-popup .popup-got-it-btn {
  width: 100%;
  font-size: 23px;
  justify-content: center;
  background: var(--orange);
  border:1px solid var(--orange);
  color: var(--white);
}
.schedule-info-popup .popup-got-it-btn:hover,.schedule-info-popup .popup-got-it-btn:active{
  background: var(--orange-deep);
  border-color: var(--orange-deep);
}
.schedule-info-popup-overlay {position: absolute;inset: 0;background: rgba(0, 0, 0, 0.55);}

.schedule-info-popup-inner {
  position: absolute;
  width: 100%;
  max-width: 744px;
  background: #fff;
  overflow: hidden;
  z-index: 2;
  margin: 30px 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.schedule-info-popup-content { text-align: center;}
.schedule-info-popup-content h3 {
  color: var(--color-primary);
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: normal;
}
.schedule-info-popup-content p {
  font-size: 20px;
  font-weight: 500;
  color: #3f3f3f;
  padding-bottom: 20px;
}
.schedule-info-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: 0;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
}

.schedule-list.reg-classes {padding: 0;max-width: 765px;margin-top: 20px;}
.schedule-list.reg-classes .schedule-list .schedule-main {grid-template-columns: 1fr 24px;gap: 20px;}
.schedule-list.reg-classes .schedule-main {grid-template-columns: 1fr 24px;width: 100%;}
.schedule-list.reg-classes .schedule-action {justify-content: flex-start;margin-top: 0;}
.schedule-list.reg-classes .schedule-action button {
  background-color: transparent;
  width: 24px;
  height: 24px;
  padding: 0;
}
.reg-classes .schedule-row {
  display: flex;
  padding: 24px 32px 24px 0;
  border-bottom: 1px solid #dadada;
  gap: 40px;
  justify-content: space-between;
}
.reg-classes .schedule-row:first-child { border-top: none;}
.reg-classes .schedule-info {
  min-width: 250px;
  padding-top: 0;
  padding-bottom: 0;
  gap: 11px;
}
.page-template-template-register .sec-heading {padding-bottom: 60px;padding-top: 60px;}
.register-section .account-with-us {font-size: 14px;font-weight: 300;padding-top: 5px;}
.page-template-template-register .section-title {padding: 16px 0px;margin-bottom: 0px;}
.reg-classes .schedule-row:first-child {padding-top: 0;}
.reg-classes .schedule-row:last-child {border-bottom: none;padding-bottom: 0;border-top: none;}
.reg-classes .schedule-time {font-size: 20px;background-color: transparent;align-items: start;gap: 18px;}
.reg-classes .timing-hour {
  margin-right: 30px;
  font-size: 20px;
  position: relative;
  font-weight: 400;
  line-height: 100%;
  flex-shrink: 0;
}
.reg-classes .timing-icon {flex-shrink: 0;}
.reg-classes .timing-limit {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-secondary);
  flex-shrink: 0;
}
.reg-classes .timing-hour:after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  background: #c2c2c2;
  display: inline-block;
}
.reg-classes .location-area .area-name {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-secondary);
}
.reg-classes .schedule-action i {font-size: 26px;color: var(--white);line-height: 24px;}
.reg-classes .timing {min-height: inherit;flex-direction: row;justify-content: start;align-items: center;}
.reg-classes .schedule-info .badge .badge-icon {width: 5px;height: 30px;flex-shrink: 0;}
.reg-classes .schedule-info .topic-info {font-family: var(--bs-body-font-family-inter);line-height: 100%;color: var(--color-secondary);}
.reg-classes .schedule-info .badge {line-height: 100%;color: var(--color-secondary);}
.order-summary .summary-item span:first-child {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
}
.order-summary .summary-item span:last-child {font-weight: 400; font-size: 18px;line-height: 100%;}
.order-summary .summary-footer {padding-top: 28px;padding-bottom: 26px;}
.order-summary .summary-footer .item-value {min-width: 96px;}
.order-summary .summary-footer .sub-item {gap: 8px;margin-bottom: 3px;}
.order-summary .summary-footer .sub-item span {
  line-height: 30px;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-secondary);
}
.order-summary .summary-footer .sub-item span:last-child {font-weight: 400;}
.page-template-template-register .section-title {line-height: 100%;}
#register-submit {
  color: var(--white);
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
#register-submit:hover {color: var(--color-primary);}
.login-text {
  margin-bottom: 25px;
  font-family: var(--bs-body-font-family-inter);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-secondary);
}
.login-text a {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-primary);
  text-decoration-thickness: 1px;
}
.login-lebel {
  font-weight: 400;
  font-family: var(--bs-body-font-family-inter);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 9px;
  color: var(--color-secondary);
}

.schedule-list .selected-day-heading {margin-top: 107px;}
.schedule-list .selected-day-heading:first-child {margin-top: 0;}
.register-content {margin-top: 120px;font-size: 14px;}
.register-content h6,
.register-content p {font-size: 15px;}
.register-content p {font-weight: 300;}
.register-content a {color: var(--color-primary);}
.s2s-notice {
  margin: 12px auto;
  padding: 12px 16px;
  max-width: 700px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.s2s-notice.error {
  background: #fdecea;
  border-color: #f5c6cb;
  color: #721c24;
  max-width: 90%;
}
.s2s-notice.success {background: #e6fffa;border-color: #b2f5ea; color: #065f46;}
.s2s-notice.d-none { display: none;}
/*add for changes button */

.class-occurrences {margin-top: 14px;}
.class-occurrence-row {display: flex;align-items: center;gap: 14px;}
.class-occurrence-row.completed .occurrence-date {opacity: 50%;}
.occurrence-date {font-size: 16px;font-weight: 300;color: #444;}
.occurrence-status {
  font-size: 10px;
  font-weight: 400;
  padding: 3px 5.5px 4px;
  border-radius: 3px;
  text-transform: uppercase;
}

.occurrence-status.completed,
.occurrence-status.upcoming {background:var(--sage-pale);  color: #444;}
.class-full-label {
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  color: var(--color-secondary);
}
/* classes ribbon secton */

.stat-ribbon {background: var(--ink); padding: 28px 0px}
.stat-ribbon-wrap{
  max-width: 1244px;
  margin: 0px auto;
  padding: 0px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.ribbon-item{
  display: flex; align-items: center
}
.ribbon-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 40px;
  gap: 4px;
}
.ribbon-title{
font-family: Fraunces, serif;
font-size: 24px;
font-weight: 700;
color: var(--white);
line-height: 1;
margin-bottom: 0;
}
.ribbon-tag{
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ribbon-seprator{
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
}

@media (min-height: 600px) and (min-width: 1025px) and (max-width: 1800px) {
  .schedule-action .btn.class-register-btn { max-width: 270px;}
  .week-tab small,
  .day-item small,
  .schedule-info .badge,
  .schedule-info .location-area,
  .schedule-action .schedule-price-wrap { font-size: 15px; }
  .schedule-info,
  .section-default h4 { font-size: 20px;  }
  .week-tab { font-size: 24px; }
  .selected-day-heading,
  .section-default h3 { font-size: 24px;}
  .day-item,
  .timing-hour,
  .head-title { font-size: 28px;}
  .sec-title,
  .section-default h2 {font-size: 38px;}
  .class-full-label,
  .occurrence-date { font-size: 15px; }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .popup-top-image img { max-height: 400px;}
  .schedule-info-popup .popup-inner { padding: 25px;}
  .schedule-info-popup-content h3 {font-size: 32px;}
  .schedule-info-popup-content p {font-size: 18px; padding-bottom: 15px;}
  .schedule-info-popup .popup-got-it-btn {font-size: 20px;}
}

@media (min-width: 1024px) and (max-width: 1220px) {
  .dropdown-trigger {font-size: 13px;}
}

@media (max-width: 1340px) {
  .schedule-info-popup-inner { max-width: 480px;}
}
@media (max-width: 1280px) {
  .schedule-info .badge { flex-wrap: wrap;}
}
@media (min-width: 993px) and (max-width: 1024px) {
  .nav-left{gap: 10px;}
  .nav-right a {margin-right: 10px;}
  .nav-link-flat{font-size: 12px;}
  .nav-links { gap: 12px;}
  .dropdown-link-child{font-size: 13px;padding: 8px 10px;}
}
@media (min-width: 1000px) {
  .filter-list .custom-dropdown {flex: 1;min-width: 0;}
  .filter-list .custom-dropdown:nth-child(2) {flex: 1.2;min-width: 0;}
}
@media (max-width: 999.98px) {
  .filter-wraper .filter-list{gap: 10px !important;}
  .filter-list .custom-dropdown { width: calc(50% - 5px);}
  .filter-list .custom-dropdown:last-child{ width:100%; }
}
@media (max-width: 575px) {
  .filter-list .custom-dropdown {width: 100%;}
  /* .custom-dropdown-panel.small {width: 100%;top: 10px;position: relative;} */
}
@media (max-width: 1024px) {
  .page-template-template-register .sec-heading { padding-bottom: 0; padding-top: 20px;}

  .schedule-section,
  .section-default {padding: 50px 0;}
  .sec-title,
  .head-title,
  .section-title,
  .section-default h2,
  h2.sec-title { font-size: 34px;}
  .body-text {font-size: 16px;}
  .btn,
  .button,
  .custom-btn button {font-size: 18px;}

  .sec-heading {padding: 20px 0;}

  .custom-dropdown-panel.small { width: 240px;}

  .filter-list {justify-content: center;}
  .schedule-list .schedule-row {padding-right: 25px; gap: 24px;}
  .schedule-list .schedule-row .schedule-main {gap: 24px;}
  #am-schedule { scroll-margin-top: 50px;}
  #s2s-resend-wrap { margin-top: -26px;}
}
@media (max-width: 992px) {
  .filter-wraper { margin: 50px 0 20px;}
  .dropdown-trigger {font-size: 14px;padding: 10px;min-width: 150px;}
  .location .dropdown-trigger,.semester {font-size: 18px;}

  .week-tab,
  .day-item,
  .schedule-time,
  .schedule-info {font-size: 20px;}
  .week-tab small,
  .day-item small { font-size: 16px;}
  .schedule-row { padding: 15px 0px;grid-template-columns: 220px 1fr 160px;gap: 50px;}
  .schedule-time {gap: 10px;}
  .badge {font-size: 14px;}
  .badge-icon {width: 8px;height: 25px;}
  .login-sec,
  .signup-sec {padding: 0;}
  .signup-sec:before { display: none;}
  .signup-sec {margin-top: 20px;}
  .feature-list li {font-size: 13px;}
  .price { font-size: 35px;}
  .feature-list { margin-top: 0px;}
  .schedule-list.reg-classes { max-width: 100%;}
  .register-wraper .schedule-list.reg-classes,
  .register-wraper .register-section { margin: 10px 0;}
  .register-wraper .member-info,
  .pay-option,
  .summary-section { margin-top: 40px;}
  .registration-sec { padding: 20px;}
  .custom-dropdown-panel { top: 48px;}
  .schedule-info {padding: 16px 0;}
  .schedule-info .badge,
  .schedule-action .schedule-price-wrap {flex-wrap: wrap;}
  .schedule-info-popup .popup-inner { padding: 33px;}
  .schedule-info-popup-content h3 {font-size: 26px;}
  .schedule-info-popup-content p {font-size: 16px;}
  .schedule-info-popup .popup-got-it-btn {font-size: 16px;}
  .login-text { margin-bottom: 42px;}
  .reg-classes .schedule-action {margin: 0px;}
  .register-wraper .schedule-list.reg-classes {padding-left: 0; padding-right: 0;}
  .schedule-list .selected-day-heading {margin-top: 52px;}
  .schedule-list .schedule-main { grid-template-columns: 1fr 250px;}
  .schedule-action .schedule-price-wrap {font-size: 16px;}
  .s2s-login-modal .btn {height: 40px;font-size: 18px;margin-top: 30px;}
  .register-section .form-control {height: 40px;}
  .s2s-login-modal {padding: 70px 40px; max-width: 570px;}
  .s2s-login-modal .register-label.login-lebel.text-center {margin-bottom: 20px;}
  .member-status {margin-bottom: -15px;}
  .schedule-list .schedule-row {grid-template-columns: 120px 1fr;}
  .timing-hour {font-size: 28px;}
  .timing-limit {font-size: 16px;}
  .schedule-info {font-size: 18px;}
  .schedule-info .badge {font-size: 16px;}
  .schedule-info .location-area {font-size: 17px;}
  .class-full-label,
  .occurrence-date {font-size: 16px;}
  .section-default h2,
  h2.sec-title {margin-bottom: 26px;line-height: normal;}
  .ribbon-seprator{display: none;}
}

@media (max-width: 768px) {
  .schedule-section,
  .section-default,
  .benefit-section.what-expect {padding: 50px 0;}
  .sec-title,
  .head-title,
  .section-title,
  .section-default h2,
  h2.sec-title {font-size: 22.19px;}
  .toggler-icon svg {width: 40px; height: 40px;}
  .sec-title,
  .head-title,
  .section-title { font-size: 28px;}
  .body-text { font-size: 14px;}
  .schedule-row {grid-template-columns: 1fr; gap: 12px;}
  .schedule-filter { width: 100%;}
  .filter-wraper { margin: 35px 0 20px;}
  .location .dropdown-trigger,
  .semester,
  .week-tab,
  .day-item,
  .schedule-time,
  .schedule-info { font-size: 16px;}
  .week-tab small,
  .day-item small { font-size: 14px;}
  .custom-dropdown-panel { width: auto; top: 50px;}
  .radio-item {font-size: 14px;}
  .radio-item span {width: 19px;height: 19px;}
  .radio-item,
  .check-item { margin-bottom: 12px;}
  .dropdown-section + .dropdown-section {margin-top: 20px;}
  .custom-dropdown-panel { padding: 24px;}
  .location .custom-dropdown-panel {top: 40px;}
  .radio-item input:checked + span::after { content: ""; width: 10px;height: 10px;}
  .dropdown-section h6 {font-size: 18px;}
  .schedule-list.reg-classes {padding: 20px 0;}
  .reg-classes .schedule-action { position: absolute; right: 0px;top: 15px;}
  .reg-classes .schedule-row:first-child .schedule-action { top: 0px;}
  .reg-classes .schedule-time {font-size: 16px;}
  .card-input-wrapper {flex-wrap: wrap; gap: 10px;}
  .pill-radio-group label {font-size: 16px;}
  .register-wraper .member-type .pill-radio-group label {padding: 14px; border-radius: 20px;}
  .summary-item,
  .summary-head,
  .summary-footer {padding: 12px 15px;}
  .schedule-filter .check-item {padding: 10px 0;}
  .check-title {font-size: 14px;}
  .checkmark {width: 22px;min-width: 22px;height: 22px; border-radius: 5px;}
  .check-item input:checked + .checkmark::after { width: 10px; height: 8px;}
  .check-cont {font-size: 14px;}
  .schedule-info .topic-info,
  .schedule-info .badge {margin-bottom: 5px;}
  .footer-inner { padding: 40px 16px;}
  .day-nav { padding: 0 7px;font-size: 18px;}
  .reg-classes .schedule-info { max-width: 100%; min-width: auto;}
  .banner-content .hero-heading {font-size: 33px;}
  .banner-content p {font-size: 19.25px;}
  .hero-content .banner-content { bottom: 10px;}
  .schedule-list .schedule-row {grid-template-columns: 100px 1fr;}
  .week-tab,
  .day-item {font-size: 15px; font-weight: 400;}
  .week-tab small {font-size: 11px;}
  .day-item small {font-size: 9.16px;}
  .selected-day-heading {font-size: 18px;}
  .timing-hour {font-size: 18px;}
  .timing-hour small {font-size: 13px;}
  .timing-limit {font-size: 15px;}
  .membership-info-trigger svg { width: 10px;height: 10px;}
  .dropdown-trigger {font-size: 13.38px;border-radius: 10px;}
  .week-tab {min-width: 140px;}
  .reg-classes .schedule-action i {font-size: 25px;}
  .reg-classes .timing-hour,
  .reg-classes .timing-limit {font-size: 17px;}
  .reg-classes .schedule-row {
    gap: 5px;
    display: grid;
    padding: 15px 0;
    position: relative;
    grid-template-columns: 1fr 24px;
  }
  .reg-classes .schedule-info .badge .badge-icon {width: 6px; height: 28px;}
  .reg-classes .location-area .area-name {font-size: 17px;}
  .order-summary .summary-footer {padding-top: 15px; padding-bottom: 0;}
  #register-submit {font-size: 20px;}
  .register-content {margin-top: 80px;}
  .dropdown-trigger .counter.has-selection{width: 15px;height: 15px;font-size: 10px;}
  .register-wraper .signup-sec .member-info{margin-bottom: 40px;}
}

@media (max-width: 767px) {
  .schedule-info {font-size: 13px;}
  .schedule-info .badge .badge-icon {width: 2px;height: 15px;}
  .schedule-info .badge {font-size: 10px;gap: 5px;}
  .schedule-info .badge .badge-extra:before {left: 0;}
  .schedule-info .location-area {font-weight: 400;}
  .schedule-info .badge .badge-extra {padding-left: 10px;}
  .schedule-info .location-area,
  .schedule-action .schedule-price-wrap, .registration-closed-label {font-size: 11px;}
  .schedule-action .btn,
  .schedule-action .btn:hover {font-size: 11px;}
  .schedule-list .schedule-main { grid-template-columns: 1fr 180px;}
  .register-wraper .schedule-list.reg-classes,
  .register-wraper .register-section { padding-left: 0;padding-right: 0;}
  .day-nav {margin-top: -7px;}
  .day-nav.prev {margin-right: 0;}
  .day-nav.next {margin-left: 0;}
  .days-wrapper { padding-bottom: 10px;}
  .schedule-info .badge .badge-extra::before {width: 3px;height: 3px;}
  .schedule-days {max-width: calc(100% - 20px);}
  .schedule-weeks {margin-bottom: 20px !important;overflow-x: scroll;}
  .schedule-action .btn {height: 30px;}
  .schedule-action i{ font-size:14px; line-height:16px; }
  .filter-list {gap: 14px !important;}
  .banner-content .container {padding-left: 20px;padding-right: 20px;}
  .container {padding-left: 28px; padding-right: 28px;}
  .how-it-works-step { flex-direction: column-reverse !important;gap: 25px;}
  .step-image {width: 100%;}
  .registration-sec {padding: 5px 5px 10px;}
  .register-classes {display: grid; align-items: center;justify-content: center;gap: 10px;}
  .register-classes .classes-select {font-size: 18px;display: flex;align-items: center;justify-content: center;}
  .classes-select .class-count-badge {width: 25px;height: 25px;font-size: 13px;}
  .comp-register .btn {font-size: 16px;padding: 5px 32px;}
  .custom-dropdown-panel .inner-scroll {max-height: 300px;padding: 20px 18px;}
  .custom-dropdown {width: 100%;}
  .schedule-info-popup-inner {max-width: 320px;margin: 0;}
  .schedule-info-popup-content h3 {font-size: 16px;margin-bottom: 16px;}
  .schedule-info-popup-content p { font-size: 12px;padding-bottom: 10px;}
  .timing { min-height: 84px;}
  .s2s-login-modal {max-width: 75%;padding: 50px 20px;}
  .s2s-login-modal .register-label {font-size: 20px;}
  .testimonial-card p {margin: 0 3px;}
  .member-status.error {font-size: 14px;}
  .schedule-ticket-buttons {display: flex;gap: 10px;flex-wrap: wrap;}
  .howworks-head h2{ line-height:1.3 }
  .video-placeholder{aspect-ratio: auto;}
  .filter-list .custom-dropdown:last-child .custom-dropdown-panel {left: 0;right: auto;}
}

@media (max-width: 576px) {
  .schedule-list .schedule-main {grid-template-columns: 1fr; gap: 0 !important;}
  .schedule-list.reg-classes .schedule-main {gap: 10px !important;}
  .schedule-action {margin-bottom: 16px;}
  .reg-classes .schedule-row { grid-template-columns: 1fr;gap: 15px;}
  .hero-content .banner-content {bottom: 30px;}
  .s2s-login-modal { max-width: 91%;padding: 30px 20px;}
  .s2s-login-modal .btn { font-size: 16px; margin-top: 20px;}
  .s2s-close-login { top: 12px;right: 12px;}
  .register-section .form-control {font-size: 16px;}
}

@media (max-width: 480px) {
  .day-item-outer { width: 50px;}
  .days-wrapper { justify-content: start;width: auto;}
  .schedule-days {gap: 5px;}
  .register-section .form-control {padding: 10px 15px;}
  .day-item small { max-width: 33px;margin: 0 auto;}
  .day-nav {font-size: 16px;}
  .schedule-ticket-buttons {flex-direction: column;}
  .schedule-ticket-buttons a.btn { width: 100%;}
}
@media (max-width: 420px) {
  .login-option .btn {font-size: 15px;}
}
@media (max-width: 399px) {
  .register-section .account-with-us {font-size: 12px;}
}
@media (max-width: 767px) {
  .occurrence-date,
  .class-full-label {font-size: 12px;}
}
@media (max-width: 575px) {
  .schedule-action { margin-top: 5px;}
}
@media (max-width: 580px) {
  .toggler-icon svg {width: 30px;height: 30px;}
}

  /* ── NEW Home HERO ── */

  /* ── HERO ── */
  .special-hero{position:relative;background:var(--ink);overflow:hidden;}
  .hero-video-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1208 0%,#2d1a0a 40%,#1a2010 100%);}
  .hero-video-placeholder::after{
    content:'';position:absolute;top:0;left:0;right:0;bottom:0;
    background:radial-gradient(ellipse 60% 50% at 70% 40%,rgba(232,99,44,0.22) 0%,transparent 60%),
               radial-gradient(ellipse 40% 60% at 20% 70%,rgba(107,122,94,0.14) 0%,transparent 55%);
  }
  .hero-video
  .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(33,28,22,0.88) 0%,rgba(33,28,22,0.3) 60%,rgba(33,28,22,0.0) 100%);}
  .hero-content{position:relative;z-index:2;padding:90px 0 56px;}
  .hero-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.12);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.2);border-radius:100px;padding:7px 16px;font-size:13px;font-weight:700;color:rgba(255,255,255,0.85);letter-spacing:0.05em;text-transform:uppercase;margin-bottom:24px;width:fit-content;}
  .hero-tag::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--orange);}
  .special-hero h1{font-size:48px;line-height:1.05;color:var(--white);margin-bottom:16px;max-width:720px;text-align: center;}
  .special-hero h1 em{color:var(--amber);font-style:italic;}
  .hero-sub{font-size:17px;color:rgba(255,255,255,0.7);max-width:500px;margin-bottom:28px;font-weight:500;}
  .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px;}
  .hero-stats{display:flex;flex-wrap:wrap;padding-top:32px;border-top:1px solid rgba(255,255,255,0.14);}
  .hstat{display:flex;flex-direction:column;margin-right:40px;}
  .hstat-num{font-family:'Fraunces',serif;font-size:22px;font-weight:700;color:var(--white);}
  .hstat-label{font-size:12.5px;font-weight:600;color:rgba(255,255,255,0.55);text-transform:uppercase;letter-spacing:0.08em;}

  .special-hero .hero-tag::before{background-color: var(--amber);}
  .inner-banner-wrap{ display:flex; flex-direction:column; align-items: center;}
  .special-hero .hero-tag{background: transparent;border: none;border-radius: 0;color: var(--amber);backdrop-filter: inherit;padding: 0; font-size: 12.5px; margin-bottom: 20px;}
  .price-notify{ list-style:none; padding:0; margin:0 0 20px; display:flex; } 
  .price-notify li{padding: 0 5px; font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, 0.65)} 
  .special-hero .hero-actions{margin-bottom: 20px;}
  .special-hero .hero-sub{ text-align:center; }

  /* Video toggle pills */
  .hero-accent-bar{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to right,var(--orange),var(--amber),transparent);z-index:3;display: none;}
  @media(max-width:680px){.page-hero h1{font-size:38px;}.page-hero-tagline{font-size:16px;}.page-hero-content{padding:90px 0 64px;}}

  /* ── AS FEATURED ON ── */
  .featured-label-wrap{flex-shrink:0;padding:19px 24px 19px 32px;border-right:1px solid var(--line);display:flex;align-items:center;background:var(--cream);position:relative;z-index:2;}
  .featured-label{font-size:11px;font-weight:700;letter-spacing:0.13em;text-transform:uppercase;color:var(--ink-soft);white-space:nowrap;}
  .featured-track-outer{flex:1;overflow:hidden;position:relative;}
  /* .featured-track-outer::before,.featured-track-outer::after{content:'';position:absolute;top:0;bottom:0;width:60px;z-index:1;pointer-events:none;}
  .featured-track-outer::before{left:0;background:linear-gradient(to right,var(--white),transparent);}
  .featured-track-outer::after{right:0;background:linear-gradient(to left,var(--white),transparent);} */
  .featured-track{display:flex;align-items:center;white-space:nowrap;padding:14px 0;width: max-content;
    will-change: transform;}
  .featured-track .slick-track{display: flex;align-items: center;}
  /* @keyframes scroll{0%{transform:translateX(0);}100%{transform: translateX(-50%);}} */
  .flogo{font-size:15px;font-weight:700;color:var(--ink);opacity:0.5;letter-spacing:-0.01em;transition:opacity .2s;text-align: center;padding: 0 15px;flex: 0 0 auto;}
  .flogo:hover{opacity:0.85;}
  .flogo strong{color:var(--orange);opacity:1;}
  .flogo.serif{font-family:'Fraunces',serif;font-size:16px;}
  .flogo.mono{font-family:'Inter',sans-serif;font-size:16px;text-transform:uppercase;}
  .flogo-sep{color:var(--line);font-size:18px;opacity:0.6;}

  /* ── DANCE TYPES ── */
  .dance-types{padding:90px 0;}
  .section-head{text-align:center;max-width:640px;margin:0 auto 56px;}
  .section-head h2{font-size:38px;margin:14px 0 12px;}
  .section-head p{color:var(--ink-soft);font-size:16.5px;}
  .dance-grid{display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;}
  .dance-card{border-radius:16px;overflow:hidden;position:relative;cursor:pointer;  box-shadow: rgba(33, 28, 22, 0.04) 0px 1px 2px;transition: transform 0.2s, box-shadow 0.2s;background: var(--white);}
  .dance-card img{width: 100%;height: 230px;object-fit: cover;object-position: center 25%;transition:transform .4s ease;}
  .dance-card:hover img{transform:scale(1.04);}
  .dance-card-overlay{display: none; position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(33,28,22,0.85) 0%,rgba(33,28,22,0.05) 60%,transparent 100%);border-radius: 0 0 25px 25px}
  .dance-card-body{position:absolute;bottom:0;left:0;right:0;padding:18px 20px;background-color: #fff;display: flex;align-items: center;justify-content: space-between;}
  .dance-card-name{font-family:'Fraunces',serif;color:rgb(33, 28, 22); font-size:18px; margin-bottom:0; font-weight:600}
  .dance-card-cta{display:inline-flex;align-items:center;background:rgba(255,255,255,0.15);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.25);border-radius:100px;padding:0;font-size: 13px;font-weight: 700; text-transform:inherit;color:var(--orange-deep);letter-spacing:0.04em;transition:background .15s;padding-right: 0;}
  .dance-card:hover .dance-card-cta{background:transparent; border-color:transparent;}
  .dance-card-cta::after {
    /*content: "\2197";  ↗ */
    display: inline-block;
    margin-left: 4px;
    font-size: 0.9em;
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    background: url(../images/arrow.svg);
    width: 10px;
    height: 8px;
    top: 11px;
    right: 11px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(320deg);
    display: none;
}

/* .dance-card-cta:hover::after {
    transform: translate(2px, -2px);
} */
  @media(max-width:860px){.dance-grid{grid-template-columns: repeat(2, 1fr);}}
  @media(max-width:540px){.dance-grid{grid-template-columns: repeat(1, 1fr);}}

  /* ── HOW IT WORKS ── */
  .howworks{background:var(--white);border-top:1px solid var(--line);padding:90px 0;}
  .steps-row{display:flex;gap:0;position:relative;}
  .steps-row::before{content:'';position:absolute;top:28px;left:calc(16.67% + 14px);right:calc(16.67% + 14px);height:2px;background:linear-gradient(to right,var(--orange),var(--sage),var(--ink));opacity:0.2;pointer-events:none;}
  .step-block{flex:1 1 0;min-width:0;padding:0 20px;text-align:center;}
  .step-num-wrap{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;position:relative;z-index:1;}
  .step-block:nth-child(1) .step-num-wrap{background:var(--orange);}
  .step-block:nth-child(2) .step-num-wrap{background:var(--sage);}
  .step-block:nth-child(3) .step-num-wrap{background:var(--ink);}
  .step-num{font-family:'Fraunces',serif;font-weight:700;font-size:22px;color:var(--white);}
  .step-img{width:100%;height:180px;object-fit:cover;border-radius:16px;margin-bottom:20px;}
  .step-block h3{font-size:20px;margin-bottom:8px;}
  .step-block p{font-size:14.5px;color:var(--ink-soft);}
  .steps-cta{text-align:center;margin-top:48px;}
  .howworks .bedge{ list-style:none; margin:0;padding:0; display:flex; flex-wrap:wrap; gap: 8px;}
  .howworks .bedge li{ font-size: 12px;font-weight: 700;color: var(--sage-deep);background: var(--sage-pale);padding: 6px 12px;border-radius: 100px; margin-bottom: 0;}
  .howworks .bedge li svg{ display:none; }
  .howworks .step3 p{ color:var(--ink-soft); font-size:14.5px; }  
  @media(max-width:720px){.steps-row{flex-direction:column;gap:40px;}.steps-row::before{display:none;}}

  /* ── REVIEWS ── */
  .reviews{padding:80px 0;}
  /* head: eyebrow + inline rating badge + h2 + subtext all together */
  .reviews-head{margin-bottom:44px;}
  .reviews-top{display:flex;flex-direction:column;align-items:center; justify-content:center;flex-wrap:wrap;margin-bottom:0;}
  .reviews-title-group{flex:1;min-width:0;text-align:center;}
  .reviews-title-group h2{font-size:36px;margin: 14px 0px 20px;}
  .reviews-title-group p{font-size:15px;color:var(--ink-soft);max-width:480px;max-width:inherit;}
  /* inline rating badge — sits right next to headline block */
  .rating-inline{flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:16px;text-align:center;min-width:100px;background: transparent; border: none; border-radius:0; flex-direction:row; padding:0; gap:12px;}
  .rating-num{font-family:'Fraunces',serif;font-size:34px;font-weight:700;color:var(--ink);line-height:1;}
  .rating-stars{display:flex;gap:2px;justify-content:center;margin:4px 0 3px;}
  .rating-stars span{color:var(--orange);font-size:20px;}
  .rating-sub{letter-spacing:0.06em;color:var(--ink-soft);font-size:13px;  text-transform: capitalize; font-weight: 600}
  /* scroll track — negative margin so cards bleed to edge on desktop */
  .reviews-track-outer{position:relative;margin:0 -32px;padding:0 32px;}
  .reviews-track-outer::after{content:'';position:absolute;top:0;right:0;bottom:8px;width:80px;background:linear-gradient(to left,var(--cream),transparent);pointer-events:none;z-index:1;}
  .reviews-track{display:flex;gap:16px;overflow-x:auto;padding:4px 32px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(33,28,22,0.15) transparent;cursor:grab;}
  .reviews-track:active{cursor:grabbing;}
  .reviews-track::-webkit-scrollbar{height:4px;}
  .reviews-track::-webkit-scrollbar-track{background:transparent;}
  .reviews-track::-webkit-scrollbar-thumb{background:rgba(33,28,22,0.15);border-radius:2px;}
  .review-card{flex:0 0 320px;scroll-snap-align:start;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:24px 22px;}
  .review-stars{display:flex;gap:3px;margin-bottom:12px;}
  .review-stars span{color:var(--orange);font-size:14px;}
  .review-text{font-size:14.5px;color: var(--ink-soft);line-height:1.65;margin-bottom:18px;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;}
  .review-author{display:flex;align-items:center;gap:10px;}
  .review-avatar{width:34px;height:34px;border-radius:50%;background:var(--cream-deep);display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-weight:700;font-size:13px;color:var(--orange-deep);flex-shrink:0;}
  .review-name{font-weight:700;font-size:14px;}
  .review-via{font-size:12px;color:var(--ink-soft);}
  .reviews-footer{margin-top:24px;text-align:center;}
  .reviews-footer a{font-size:14px;font-weight:700;color:var(--orange-deep);}
  @media(max-width:640px){
    .rating-inline{display:none;}
    .reviews-title-group h2{font-size:28px;}
  }

  /* ── REGISTER / SCHEDULE ── */
  .register-section{background:var(--white);border-top:1px solid var(--line);padding:90px 0;}
  .register-head{text-align:center;max-width:560px;margin:0 auto 48px;}
  .register-head h2{font-size:36px;margin:14px 0 12px;}
  .register-head p{color:var(--ink-soft);font-size:16px;}
  .filters-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px;padding:20px;background:var(--cream);border-radius:16px;border:1px solid var(--line);}
  .filter-group{display:flex;flex-direction:column;gap:5px;flex:1 1 140px;}
  .filter-group label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--ink-soft);}
  .filter-group select{appearance:none;background:var(--white);border:1px solid var(--line);border-radius:10px;padding:10px 14px;font-size:14px;font-family:'Inter',sans-serif;color:var(--ink);font-weight:600;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235C5448' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;}
  .schedule-placeholder{border:2px dashed var(--line);border-radius:20px;padding:80px 30px;text-align:center;color:var(--ink-soft);}
  .schedule-placeholder h4{font-family:'Inter',sans-serif;font-size:17px;margin-bottom:8px;color:var(--ink);}
  .schedule-placeholder p{font-size:14px;}
  .pricing-strip{margin-top:40px;}
  .pricing-strip-head{margin-bottom:40px;}
  .pricing-strip-sub{font-size:15px;color:var(--ink-soft);margin-top:6px;}
  .pricing-cards-row{display: grid;grid-template-columns: repeat(4, 1fr);gap:18px;}
  .pricing-card{flex:1 1 0;min-width:0;border: 1px solid var(--line);background: var(--white);border-radius:20px;padding:28px 22px;display:flex;flex-direction:column;}
  .pricing-card-featured{background:var(--ink);border-color:var(--ink);position:relative;}
  .pricing-card-badge{background:var(--orange);color:var(--white);font-size:11px;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;padding:5px 10px;border-radius:100px;white-space:nowrap;margin-top: 12px;
    width: fit-content;}
  .pricing-card-label{font-family: Fraunces, serif;font-weight: 600;letter-spacing: -0.01em;font-size: 18px;margin: 0px;color: var(--ink);}
  .pricing-card-featured .pricing-card-label{color: var(--white);}
  .pricing-card-price{font-family:'Fraunces',serif;font-size:42px;font-weight:700;color:var(--ink);line-height:1;    margin: 16px 0px 6px;}
  .pricing-card-featured .pricing-card-price{color:var(--white);}
  /* .pc-dollar{font-size:22px;vertical-align:top;margin-top:8px;display:inline-block;} */
  .pc-mo{font-family:'Inter',sans-serif;font-size:16px;font-weight:600;color:var(--ink-soft);margin-left: 6px;}
  .pricing-card-featured .pc-mo{color:rgba(255,255,255,0.5);}
  .pricing-card-period{font-size:12.5px;color:var(--ink-soft);font-weight: 600;}
  .pricing-card-featured .pricing-card-period{color:rgba(255,255,255,0.45);}
  .pricing-card-features{list-style:none;margin-bottom:28px;flex:1;  padding-left: 0;border-top: 1px solid var(--line);margin-top: 20px;}
  .pricing-card-features li{font-size:14px;color:var(--ink-soft);padding:12px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:8px;}
  /* .pricing-card-features li::before{content:'✓';color:var(--orange);font-weight:700;font-size:13px;flex-shrink:0;} */
  .pricing-card-featured .pricing-card-features{border-top: 1px solid rgba(255, 255, 255, 0.14);}
  .pricing-card-featured .pricing-card-features li{color:rgba(255,255,255,0.65);border-color:rgba(255,255,255,0.1);}
  .pricing-card-featured .pricing-card-features li::before{color:var(--amber);}
  .pricing-card-cta{text-align:center;justify-content:center;width:100%;}
  .pricing-card-cta.btn-outline {border: 2px solid var(--orange);color: var(--orange);}
  .pricing-card-cta.btn-outline:hover {border: 2px solid var(--orange-deep);color: var(--white);background: var(--orange-deep);}
  @media(max-width:1024px){.pricing-cards-row{grid-template-columns: repeat(2, 1fr);}}
  @media(max-width:767px){.pricing-cards-row{grid-template-columns: repeat(1, 1fr);}}

  /* ── LOCATIONS ── */
  .locations{padding:90px 0;}
  .locations-inner{display:flex;gap:56px;align-items:center;}
  .locations-map{flex:1.1 1 0;min-width:0;}
  .locations-map .map-placeholder{background:var(--cream-deep);border-radius:24px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);overflow:hidden;position:relative;}
  .locations-map .map-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:24px;}
  .locations-copy{flex:1 1 0;min-width:0;}
  .locations-copy h2{font-size:36px;margin:14px 0 16px;line-height:1.15;}
  .locations-copy > p{color:var(--ink-soft);font-size:16px;margin-bottom:28px;}
  .location-list{list-style:none;margin-bottom:32px; padding-left: 0}
  .location-item{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--line);margin-bottom: 0;}
  .location-item:first-child,.schedule-filter .check-item:first-child{padding-top:0;}
  .location-dot{width:10px;height:10px;border-radius:50%;background:var(--orange);flex-shrink:0;margin-top:10px;}
  /* .location-name{font-weight:700;font-size:15.5px;margin-bottom:2px;} */
  /* .location-addr{font-size:13.5px;color:var(--ink-soft);} */
  .dance-home-sec{padding: 90px 0px;}
  .dance-home-cont{display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px;}
  .dance-home-title h2{font-family: Fraunces, serif; font-weight: 600; letter-spacing: -0.01em; font-size: 36px; margin: 14px 0px 0px;}
  .view-location{font-size: 15px; font-weight: 700; color: var(--orange-deep); text-decoration: none; white-space: nowrap;}
  .dance-home-desc{color: var(--ink-soft); font-size: 16px; max-width: 680px; margin: -24px 0px 36px;}
  .dance-home-grid{display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px;}
  .dance-location-item{background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px;}
  .location-icon{width: 24px; height: 24px; margin-bottom: 14px;}
  .dance-location-item h3{font-family: Fraunces, serif; font-weight: 600; letter-spacing: -0.01em; font-size: 19px; margin: 0px 0px 6px;}
  .dance-location-item p{font-size: 14px; color: var(--ink-soft); margin: 0px;}
  @media(max-width:860px){.locations-inner{flex-direction:column;}.locations-map{width:100%;}}
  @media(max-width:767px){.location-dot{width: 7px; height: 7px;margin-top: 8px;}}

  /* ── EVENTS ── */
  .events-section{background:var(--white);border-top:1px solid var(--line);padding:80px 0;}
  .events-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px;flex-wrap:wrap;gap:16px;}
  .events-head h2{font-size:36px;}
  .events-list{display:flex;flex-direction:column;}
  .event-row{align-items:center;padding:18px 0;border-bottom:1px solid var(--line);cursor:pointer;display:grid; grid-template-columns: 82px 1fr 30px; grid-template-areas:'event-date category-name event-arrow''event-date category-name event-arrow' 'event-date event-text event-arrow' 'event-date event-time event-arrow'; padding-left:24px; padding-right:24px;}
  .event-row:first-child{border-top:1px solid var(--line);border-top:none;}
  .event-row:last-child{ border-bottom:none; }
  .event-row:hover .event-row-title{color:var(--orange);}
  .event-row:hover .event-row-arrow{color:var(--orange);}
  .event-date-block{flex-shrink:0;margin-right:24px;text-align:center;grid-area:event-date;background-color: var(--cream-deep);  border-radius: 12px; width: 56px; height: 56px;display: flex;flex-direction: column;align-items: center;justify-content: center; }
  .event-date-day{font-family:'Fraunces',serif;font-size: 19px;font-weight: 700;line-height:1;color:var(--ink);}
  .event-date-month{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--ink-soft);margin-top:2px; color:var(--orange-deep); }
  .events-section .event-pill{flex-shrink:0;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;margin-right:20px;min-width:80px;text-align:center; border:none;grid-area:category-name; margin-bottom:8px ;width: fit-content; }
  .red-link{ color:var(--orange-deep); font-weight:700; font-size:14px }
  .event-pill{background: #F0EDEA;color: var(--ink-soft);}
  .event-pill.bachata{background:var(--cream-deep);color:var(--ink);}
  .event-pill.chacha{background:var(--sage-pale);color:var(--sage-deep);}
  .event-pill.social{background:#FEF3DC;color:#9A6600;}
  .event-pill.workshop{background:#EDE9F4;color:#5B4BA0;}
  .event-pill.salsa{background:#FEF3DC;color:#9A6600;}
  .event-pill.performance{background:#F0EDEA;color:var(--ink-soft);}
  .event-pill.allstyles{background: #F0EDEA;color: var(--ink-soft);}
  .event-row-content{flex:1;min-width:0;grid-area:event-text}
  .event-row-type{font-size:11.5px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:3px;}
  .event-row-title{font-family:'Fraunces',serif;font-size:18px;font-weight:600;color:var(--ink);transition:color .15s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .event-row-meta{flex-shrink:0;display:flex;margin-left:24px;font-size:13px;color:var(--ink-soft);font-weight:500;grid-area:event-time; margin-left:0; flex-wrap: wrap;}
  .event-row-meta span{display:flex;align-items:center;gap:4px;margin-right:20px;}
  .event-row-meta span svg{ flex-shrink:0;}
  .event-row-meta span:last-child{margin-right:0;}
  .event-row-arrow{flex-shrink:0;margin-left:18px;font-size:20px;color:var(--ink-soft);transition:color .15s;line-height:1;grid-area:event-arrow}
  .events-footer{display:flex;align-items:center;justify-content:space-between;margin-top:28px;flex-wrap:wrap;gap:12px;justify-content:center;}
  .events-counter{font-size:13px;color:var(--ink-soft);font-weight:500;}
  .events-counter strong{color:var(--ink);}
  @media(max-width:700px){
    .event-row{grid-template-columns: 65px 1fr 30px;}
    .event-date-block{margin-right:16px;}
    .event-date-day{font-size:22px;}
    .event-pill{margin-right:12px;min-width:60px;}
    .event-row-title{font-size:16px;}
    .events-footer{flex-direction:column;align-items:flex-start;}
  }

  /* ── GIFT BANNER ── */
  .cta-banner{padding:90px 0;}
  .cta-inner{border-radius:28px;display:flex;align-items:center;gap:48px;overflow:hidden;position:relative;}
  .cta-inner::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,0.08);}
  .cta-inner::after{content:'';position:absolute;bottom:-100px;right:160px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,0.06);}
  .cta-copy{flex:1;position:relative;z-index:1;}
  .cta-copy .eyebrow{font-size: 12.5px;color: var(--amber); line-height: 1.2}
  .cta-copy .eyebrow::before{background:rgba(255,255,255,0.8);display:none;}
  .cta-copy h2{color:var(--white);font-size:32px; line-height:1.5; margin:14px 0px 12px}
  .cta-copy p{color:rgba(255,255,255,0.78);font-size:16px;max-width:420px;}
  .cta-actions{position:relative;z-index:1;flex-shrink:0;display:flex;gap:12px;}
  .cta-emoji{font-size:80px;position:absolute;right:56px;top:50%;transform:translateY(-50%);opacity:0.22;font-style:normal;}
  .wp-block-group{padding: 35px;}
  @media(max-width:760px){.cta-inner{flex-direction:column;padding:40px 30px;}.gift-emoji{display:none;}.wp-block-group {padding: 25px;}}

/* Student */
.student-section{ background-color:#FBF7F0 }
/* Student */
.jcard.is-highlighted{border:2px solid var(--orange);padding:34px 28px;}
.jcard.is-highlighted:hover{transform:translateY(-4px);}
.jcard.is-highlighted .tag{background:#FCE9DD;color:var(--orange-deep);}
.jcard.is-highlighted .num{background:var(--orange);}
.events-section .events-list{padding: 0;border-radius:16px; border:1px solid var(--line); overflow: hidden;}
.s2s-404-page .s2s-404-wrap{padding: 105px 0}
.entry-content{min-height: 448px;}
.center-content{height: calc(100vh - 480px); display: flex; align-items: center ; justify-content: center; text-align: center;}
.s2s-404-text{ margin-bottom:30px; }
@media(max-width: 991px){
.entry-content{min-height: 300px;}
.center-content{ height:calc(100vh - 610px) }
}
@media(max-width: 575px){
.entry-content{min-height: inherit;}
.center-content{ height:inherit; }
}
.home-register{ margin-bottom:0 ; margin-top: 0;}
.home-register + .register-section{margin-top: 0; padding-top: 0; border-top: none; margin-bottom: 0}
.home-register .student-section{ background-color:transparent; padding-top:0; padding-bottom:0 }
.home-register .student-section .filter-wraper{margin-top: 0 ; background-color: #FBF7F0}
.home-register .student-section .schedule-title { display:none; }
/* .home-register .student-section .container{ padding-left:0; padding-right:0; } */
.main .soul2sole-about-block .cta-banner {padding: 0px 0px 90px 0px !important;}
.s2s-404-wrap {
  text-align: center;
  flex-direction: column;
  height: calc(100vh - 461px);
  display: flex; align-items: center ; justify-content: center; text-align: center;
}
@media(max-width: 575px){
  .s2s-404-page .s2s-404-wrap{padding:40px 0; height: inherit;}
}
section.account-sec.student-sec {margin-top: 18px;border: 2px dashed var(--line);border-radius: 20px;padding: 70px 30px;text-align: center;color: var(--ink-soft);background: var(--white);}
.howworks-img img{width: 100%;height: 180px;object-fit: cover;border-radius: 16px;margin-bottom: 20px;}
/* section#am-schedule {padding-top: 0px !important;} */
section#am-schedule,.locations-grid .location-card { scroll-margin-top: 120px;}
section#am-schedule .filter-wraper{margin-top: 0px !important;}
.gift-btn{font-size: 14.5px;}
.gift-btn,.gift-btn:hover{ background-color:#fff; color:var(--ink); }
.who-visual {width: 100%;}
.img-block {position: relative;width: 100%;overflow: hidden;border-radius: 30px;}
.img-block img{ width: 100%;height: 100%;object-fit: cover;}
.who-image {display: block;width: 100%;height: 100%;object-fit: cover; /* fills the container */}
.img-label {position: absolute;left: 0;bottom: 0;width: 100%;padding: 20px 30px;color: #fff;font-weight: 600;box-sizing: border-box;}
.gift-modal .modal-dialog {max-width: 630px;min-height: auto;}
.gift-modal .modal-content {max-height: 80vh;box-sizing: border-box;overflow: hidden;}
.gift-modal .modal-body {overflow-y: scroll;padding: 0;}
.gift-modal .modal-content iframe {height: 1500px !important;}
.single-post .sharing-post {display: flex;align-items: center;}
.sharing-post .addtoany_shortcode .addtoany_list {display: flex;align-items: center;flex-wrap: wrap;}
.sharing-post .addtoany_shortcode .addtoany_list a{font-size: 0;}
/* .page-id-1471 .page-hero-content p.page-hero-tagline {
    color: #fffffda6;
    font-style: normal;
} */
.soul2sole-about-block section.services {padding-bottom: 0px !important;}
section.curriculum .curric {background: #ffffff;}
.page-id-1471 section.detail-section {
    padding-top: 0;
}
body.single-post .section-default h1, body.single-post .section-default h2, body.single-post .section-default h3, body.single-post .section-default h4, body.single-post .section-default h5, body.single-post .section-default h6{font-weight: 600;line-height: 1.6;color: var(--ink);}

@media (max-width: 768px) {.gift-modal .modal-content iframe { height: 1730px !important;}}
@media (max-width: 420px) {.gift-modal .modal-content iframe { height: 1770px !important;}}

.form-section form.wpcf7-form.init .btn-primary {border-color: transparent;}

.img-block.has-video-full {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: none !important;
    overflow: hidden;
}


.img-block.has-video-full .video-embed-container,
.img-block.has-video-full .video-embed-container iframe,
.img-block.has-video-full .wp-block-embed__wrapper,
.img-block.has-video-full iframe {
    width: 100% ;
    height: 100%;
    border: 0;
}

.img-block.has-video-full .img-label {
    position: absolute;
    z-index: 10;
    pointer-events: none; /* Allows user to still click play through the label text */
}

/*private lesson*/
.private-lesson{display: flex;gap: 18px;margin-top: 18px;flex-wrap: wrap;scroll-margin-top: 80px;}
.lesson-item{
  flex: 1 1 320px;
  min-width: 280px;
  border-radius: 16px;
  padding: 22px 26px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--cream);
}
.lesson-title{font-family: Fraunces, serif;font-weight: 600;letter-spacing: -0.01em;font-size: 17px;margin: 0px 0px 4px;}
.lesson-tag{font-size: 13.5px;color: var(--ink-soft);margin: 0px;}
.lesson-time{font-family: Fraunces, serif;font-size: 22px;font-weight: 700;white-space: nowrap;}
.lesson-option-sec {padding: 24px 0 60px;}
.lesson-option-sec.white-background{background: var(--white);}
.lesson-option-sec.white-background .lesson-option-item{background: var(--cream);}
.lesson-option-item{
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
  border: 1.5px dashed var(--sage);
  border-radius: 16px;
  padding: 22px 28px;
  text-decoration: none;
  color: inherit;
  flex-wrap: wrap;
}
.lesson-option-icon{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Fraunces, serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  background: var(--sage);
  flex-shrink: 0;
}
.lesson-option-cont{flex: 1 1 260px; min-width: 200px}
.lesson-option-tag{
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 4px;
}
.lesson-option-title{font-family: Fraunces, serif;font-weight: 600;letter-spacing: -0.01em;font-size: 19px;margin: 0px;}
.lesson-option-cont p{font-size: 14px;color: var(--ink-soft);margin: 4px 0px 0px;}
.lesson-option-book{
  font-size: 13.5px;
  font-weight: 700;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.lesson-full-program{text-align: center;margin-top: 32px;}
.lesson-full-program a{font-size: 15px;font-weight: 700;color: var(--orange-deep);text-decoration: none;}  
@media (max-width: 991px) {
    .nav-item-dropdown .dropdown-menu-container { display: none !important; visibility: hidden;}
    .nav-item-dropdown.is-open .dropdown-menu-container {display: block !important; visibility: visible;padding: 0;}
    .nav-item-dropdown.is-open .feather-chevron-down {transform: rotate(180deg);transition: transform 0.2s ease;}
    .nav-inner .nav-links a.dropdown-link-child {font-size: 16px;}
}
@media(max-width:900px){
    .special-hero .hero-content{padding:70px 0 48px;}
    .special-hero h1{font-size:38px;}
    .special-hero .hero-sub{font-size:15px;}
    .hstat-num{font-size:18px;}
    .hstat{margin-right:24px;}
    .dance-types{padding:60px 0;}
    /* .dance-card{flex:0 0 calc(50% - 18px);aspect-ratio:4/3;} */
    .howworks{padding:60px 0;}
    .steps-row{flex-direction:column;gap:40px;}
    .steps-row::before{display:none;}
    .step-block{padding:0;}
    .step-img{height:200px;}
    .reviews{padding:60px 0;}
    .reviews-title-group h2{font-size:30px;}
    .register-section{padding:60px 0;}
    .filters-row{gap:10px;}
    .filter-group{flex:1 1 calc(50% - 5px);}
    .cta-inner{ align-items:start; }
    .locations{padding:60px 0;}
    .locations-inner{flex-direction:column;gap:32px;}
    .locations-map .map-placeholder{aspect-ratio:16/7;}
    .events-section{padding:60px 0;}
    .cta-banner{padding:60px 0;}
    .cta-inner{flex-direction:column;padding:40px 28px;gap:28px;}
    .cta-emoji{display:none;}
    .jcard.feature img, .jcard.workshop img, .jcard.social img, .jcard.choreo img,.howworks-img img{height: 290px;}
    section#am-schedule,section#register,.locations-grid .location-card { scroll-margin-top: 100px;}
  }
  @media(max-width:600px){
    .special-hero .hero-content{padding:52px 0 40px;}
    .special-hero h1{font-size:30px;line-height:1.1;}
    .special-hero .hero-sub{font-size:14.5px;max-width:100%;}
    .btn-primary{padding:12px 20px;font-size:14px;}
    .hero-stats{padding-top:24px; gap: 24px;}
    .hstat{margin-right:18px;}
    .hstat-num{font-size:17px;}
    .hstat-label{font-size:10px;}
    .featured{padding:0;}
    .featured-label-wrap{padding:12px 16px;}
    .dance-types{padding:48px 0;}
    .section-head{margin-bottom:32px;}
    .section-head h2{font-size:28px;}
    .dance-grid{margin:-6px;}
    /* .dance-card{flex:0 0 calc(50% - 12px);margin:6px;border-radius:14px;aspect-ratio:3/4;} */
    .dance-card-name{font-size:16px;}
    .dance-card-body{padding:14px 14px;}
    .howworks{padding:48px 0;}
    .step-img{height:160px;}
    .step-block h3{font-size:17px;}
    .step-num-wrap{width:44px;height:44px;}
    .step-num{font-size:18px;}
    .steps-cta{margin-top:32px;}
    .reviews{padding:48px 0;}
    .reviews-head{margin-bottom:28px;}
    .review-card{flex:0 0 calc(85vw);}
    .reviews-track{padding:4px 16px 16px;}
    .reviews-track-outer{margin:0 -16px;padding:0 16px;}
    .register-section{padding:48px 0;}
    .register-head h2{font-size:28px;}
    .filters-row{flex-direction:column;gap:10px;padding:16px;}
    .filter-group{flex:1 1 100%;}

    .locations{padding:48px 0;}
    .locations-copy h2{font-size:28px;}
    .location-name{font-size:14px;}
    .events-section{padding:48px 0;}
    .events-head h2{font-size:28px;}
    .event-card{flex:0 0 calc(80vw);}
    .events-scroll-hint{font-size:12px;}
    .cta-banner{padding:48px 0;}
    .cta-inner{padding:32px 20px;border-radius:20px;}
    .cta-copy h2{font-size:26px;}
    .cta-copy p{font-size:14.5px;}
    .reviews-title-group h2{font-size:26px;}
    .btn-outline{padding:11px 18px;font-size:13.5px;}
    .eyebrow{font-size:11px;}
    .howworks .section-head h2{font-size:26px;}
    .events-footer{flex-direction:column;align-items:flex-start;gap:14px;}
    .cta-banner{padding: 48px 0 !important;}
  }
  @media(max-width:380px){
    .special-hero h1{font-size:26px;}
    /* .dance-card{flex:0 0 calc(100% - 12px);aspect-ratio:4/3;} */
    .review-card{flex:0 0 calc(92vw);}
    .event-card{flex:0 0 calc(88vw);}
    .hstat{margin-right:12px;}
    .hstat-num{font-size:15px;}
  }
  @media(max-height:750px){
    .s2s-404-wrap{height:inherit;padding: 40px 0 !important;}
    .img-block.has-video-full{aspect-ratio: 4/3;}
  }
.register-payment-form{flex: 1.3 1 0;background: var(--cream);border: 1px solid var(--line);border-radius: 22px;padding: 36px;}
.register-form-wrapper{padding-top: 64px;}
.register-form-wrapper .member-type .pill-radio-group label{padding: 12px 14px !important;font-size: 14.5px !important;border-radius: 10px; font-family: 'Inter',sans-serif; color: var(--ink);  background-color: #fff;border: 1px solid var(--line); min-height: inherit !important; font-family: 'Inter', sans-serif;}
.register-form-wrapper .member-type .pill-radio-group input:checked + label,.lead-option .pill-radio-group input:checked + label { background: var(--orange-deep);color: var(--white);border-color: var(--orange-deep);}
.register-form-wrapper .schedule-list.reg-classes{ margin-right:0 !important; }
.register-form-wrapper .order-summary{ margin-bottom:0; border-radius: 10px ; overflow: hidden; padding-bottom: 0; border: var(--line) solid 1px;}
.register-form-wrapper .summary-item{border-bottom-color:var(--line); }
.register-form-wrapper #register-submit{ text-align:center; border-radius:30px; justify-content:center; background-color:var(--orange);text-transform: capitalize; }
.register-form-wrapper #register-submit:hover{background-color:var(--orange-deep); border-color:var(--orange-deep);color: var(--white); }
.register-form-wrapper .occurrence-date{ font-size:16px; }
.register-form-wrapper .member-title b{ margin-top:0; }
.register-form-wrapper .login-text,.register-form-wrapper .register-label,
.register-form-wrapper .reg-classes .schedule-info .topic-info{ font-family:"Fraunces", serif }
.register-form-wrapper .member-info .form-control{font-family: 'Inter',sans-serif;}
.partner-info .form-control { margin-bottom: 16px;}
.register-form-wrapper .summary-head{ font-family:"Fraunces", serif;}
.register-form-wrapper .summary-head,.register-form-wrapper .summary-item,.register-form-wrapper .order-summary .summary-footer{padding-left:25px; padding-right:25px; }
.register-form-wrapper .order-summary .summary-item span:first-child{font-family:"Fraunces", serif;}
.register-form-wrapper .final-value{font-family:"Fraunces", serif;}
.register-form-wrapper .occurrence-status.upcoming{background: var(--sage-pale);}
.register-payment-form .s2s-login-modal{ padding:36px;border-radius:10px; }
.register-payment-form .s2s-login-modal .btn{justify-content: center; border-radius: 30px; margin-top: 20px; font-family: 'Inter', sans-serif; font-weight: 400}
.register-payment-form .s2s-login-popup .s2s-login-modal input{ border-color:var(--line);font-family:'Inter', sans-serif; }
.register-payment-form  .register-label.login-lebel.text-center{ font-size:28px; margin-bottom:20px }
@media(max-width: 991px){
  .register-content{ margin-top:40px !important;  }
  .register-form-wrapper .row .col-12{padding-left: 0; padding-right: 0;}
  .register-payment-form .s2s-login-popup .s2s-login-modal input{ height:40px; }
  .register-payment-form .register-label.login-lebel.text-center{ font-size:22px; }
}
@media(max-width: 768px){
  .register-form-wrapper .member-type .pill-radio-group label{
    border-radius: 10px !important;
  }
}
@media(max-width: 575px){
  .register-form-wrapper{ padding-top:40px; }
  .register-payment-form{ padding:36px 20px }
  .register-payment-form .lead-option .pill-radio-group{ flex-direction:column; gap:15px }
  .register-form-wrapper .member-title b{font-size: 13px}
  .dance-card-body{flex-direction: column;}
}
@media(max-width: 480px){
  .event-date-block{ margin-bottom:10px }
  .event-row{align-items: end; grid-template-columns: 1fr 30px; grid-template-areas:
'event-date event-arrow'
'category-name event-arrow'
'event-text event-arrow'
'event-time event-arrow';}
}