:root {
  --ink: #242520;
  --gold: #dfcf8d;
  --green-light: #506045;
  --paper: #f7f7f3;
  --muted: #676961;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #b48c29;
  outline-offset: 6px;
}
img {
  width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Raleway, Arial, sans-serif;
  line-height: 1.1;
}
em {
  font-family: Fraunces, Georgia, serif;
  font-weight: 400;
}
h2 {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.045em;
}
h3 {
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.section {
  padding: 180px max(9vw, 24px);
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 24px;
  color: var(--green-light);
}
.announcement {
  padding: 10px 6%;
  display: flex;
  justify-content: space-between;
  background: var(--gold);
  font-size: 13px;
}
.announcement > span {
  font-size: 11px;
  letter-spacing: 0.16em;
}
.announcement b {
  margin-left: 20px;
}
header {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6%;
  color: white;
  border-bottom: 1px solid #ffffff30;
}
.brand {
  font-family: Fraunces, Georgia, serif;
  font-size: 48px;
  letter-spacing: -3px;
  line-height: 1;
}
.brand span {
  display: block;
  font: 9px Raleway, Arial, sans-serif;
  letter-spacing: 0.22em;
  text-align: center;
  margin-top: 7px;
}
nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
}
nav a:hover {
  color: var(--gold);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--gold);
  color: var(--ink);
  padding: 17px 27px;
  border: none;
  border-radius: 40px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  transition: background 0.2s, transform 0.2s;
}
.button:hover {
  background: #f0e1a5;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.button.small {
  font-size: 11px;
  padding: 13px 20px;
}
.hero {
  position: relative;
  color: white;
  background: #252722;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 60;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.58;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #141711bc, transparent 95%),
    linear-gradient(0deg, #1c2019b0, transparent 65%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding: 165px 6% 65px;
}
.hero .eyebrow {
  color: var(--gold);
}
h1 {
  font-size: clamp(3.6rem, 6.7vw, 6.7rem);
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: -0.055em;
}
h1 em {
  color: var(--gold);
  letter-spacing: -0.055em;
}
.hero-copy {
  font-size: 20px;
  line-height: 1.55;
  margin-top: 25px;
  color: #f0f1ec;
}
.path-pills {
  display: flex;
  gap: 10px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.path-pills a {
  border: 1px solid #ffffff65;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  background: #ffffff09;
}
.path-pills a:hover {
  background: #ffffff20;
}
.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 30px;
}
.text-link {
  font-size: 14px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
}
.text-link span {
  margin-left: 10px;
}
.hero-foot {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff30;
  padding: 20px 6%;
  font-size: 10px;
  letter-spacing: 0.16em;
}
.intro {
  text-align: center;
  max-width: 1060px;
  margin: auto;
}
.intro p:last-child {
  max-width: 640px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 19px;
}
.intro + .paths {
  padding-top: 15px;
}
.coming-soon {
  position: relative;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: url("/pilates-yoga-reformer-instructor-training/assets/hero-studio-wide.png") center / cover no-repeat;
  overflow: hidden;
}
.coming-soon:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 16, 12, 0.78), rgba(20, 16, 12, 0.58));
}
.coming-soon > * {
  position: relative;
  z-index: 1;
}
.coming-soon .eyebrow {
  color: var(--gold);
}
.coming-soon p {
  color: #f0f1ec;
  max-width: 560px;
}
.coming-soon h1 {
  color: #fff;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 42px;
}
.section-head > p {
  max-width: 340px;
  color: var(--muted);
}
.section-head .eyebrow {
  margin-bottom: 15px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  background: white;
  border: 1px solid #dfe0d9;
  scroll-margin-top: 30px;
}
.card-image {
  position: relative;
  overflow: hidden;
  height: 260px;
}
.card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.card:hover img {
  transform: scale(1.04);
}
.card-image:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #0008);
}
.card-image span {
  position: absolute;
  bottom: 18px;
  left: 24px;
  z-index: 1;
  color: white;
  font-size: 11px;
  letter-spacing: 0.14em;
}
.card-body {
  padding: 28px 24px;
}
.card-body .eyebrow {
  font-size: 10px;
  color: #70663b;
  margin-bottom: 12px;
}
.card-body > p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 18px;
  font-size: 16px;
  min-height: 103px;
}
.card ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 24px 0 30px;
}
.card li {
  margin-top: 9px;
  padding-left: 18px;
  position: relative;
}
.card li:before {
  content: "·";
  position: absolute;
  left: 0;
  color: #9c8640;
  font-size: 22px;
  line-height: 1;
}
.card-link {
  border-top: 1px solid #dedfd8;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
.card-link span {
  font-size: 18px;
  line-height: 1;
}
.paths-note {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: var(--muted);
}
.paths-note a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.bundle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  background: #252821;
  color: #f8f8f1;
  position: relative;
  overflow: hidden;
}
.bundle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/pilates-yoga-reformer-instructor-training/assets/bundle-background.png") center / cover no-repeat;
  opacity: 0.1;
  z-index: 0;
  background-attachment: fixed;
}
.bundle > * {
  position: relative;
  z-index: 1;
}
.bundle .eyebrow {
  color: var(--gold);
}
.bundle h2 {
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  font-weight: 500;
  white-space: nowrap;
  color: var(--gold);
}
.bundle h2 span {
  color: #f8f8f1;
  font-family: Fraunces, Georgia, serif;
}
.bundle-lead {
  font-family: Raleway, sans-serif;
  font-size: 27px;
  line-height: 1.4;
  margin: 28px 0 20px;
}
.bundle-lead + p {
  color: #c4c8bf;
  max-width: 450px;
}
.bundle .button {
  margin-top: 30px;
}
.bundle-panel {
  align-self: center;
  border: 1px solid var(--gold);
  padding: 32px 34px;
  background: var(--gold);
  color: var(--ink);
}
.badge {
  display: inline-block;
  border: 1px solid #dfcf8d60;
  color: var(--gold);
  padding: 6px 12px;
  font-size: 10px;
  letter-spacing: 0.13em;
  margin-bottom: 26px;
}
.bundle-panel .badge {
  border-color: #24282160;
  color: var(--ink);
}
.bundle-row {
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #ffffff25;
  padding: 22px 0;
}
.bundle-panel .bundle-row {
  border-bottom-color: #24282125;
}
.bundle-row > span {
  font-size: 13px;
  color: var(--gold);
}
.bundle-panel .bundle-row > span {
  color: var(--ink);
}
.bundle-row > span:last-child {
  margin-left: auto;
  font-size: 20px;
}
.bundle-row h3 {
  font-size: 24px;
}
.bundle-bottom {
  margin-top: 28px;
}
.bundle-bottom strong {
  font-weight: 400;
  font-size: 20px;
}
.bundle-bottom p {
  color: #c4c8bf;
  font-size: 14px;
  margin-top: 10px;
}
.bundle-panel .price-amount small,
.bundle-panel .price-note {
  color: #4a4c42;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 60px;
}
.benefit-grid article {
  border-top: 1px solid #bcbfb3;
  padding-top: 20px;
}
.benefit-grid article > span {
  color: #8b7940;
  font-size: 13px;
}
.benefit-grid h3 {
  margin: 25px 0 15px;
  font-size: 24px;
}
.benefit-grid p {
  color: var(--muted);
  font-size: 16px;
}
.faq {
  padding-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 7%;
  border-top: 1px solid #dfe0d9;
}
.questions details {
  border-bottom: 1px solid #ccd0c4;
}
.questions summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 0;
  font-size: 18px;
}
.questions summary::-webkit-details-marker {
  display: none;
}
.questions summary:after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
}
.questions details[open] summary:after {
  content: "−";
}
.questions details p {
  padding: 0 24px 24px 0;
  color: var(--muted);
  font-size: 16px;
}
.enquire {
  text-align: center;
  background: #e4d599;
}
.enquire h2 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}
.enquire > p:not(.eyebrow) {
  margin: 24px auto;
  max-width: 560px;
}
.enquire-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enquire label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.13em;
  margin: 32px 0 10px;
}
.enquire select,
.enquire input,
.enquire textarea {
  display: block;
  margin: 0 auto 18px;
  width: min(100%, 480px);
  padding: 13px 18px;
  border: 1px solid #6b643b;
  background: transparent;
  color: var(--ink);
  font: 16px Outfit, Arial, sans-serif;
  border-radius: 3px;
}
.enquire input:focus,
.enquire textarea:focus,
.enquire select:focus {
  outline: none;
  border-color: #252821;
}
.enquire textarea {
  resize: vertical;
  min-height: 90px;
}
.enquire-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: min(100%, 480px);
  margin: 0 auto;
}
.enquire-row .enquire-field {
  flex: 1 1 200px;
}
.enquire-row input {
  width: 100%;
  margin: 0 0 18px;
}
.enquire .button {
  margin-top: 6px;
}
.enquire .button#contact {
  background: #1d201b;
  color: #fff;
}
.enquire .button#contact:hover {
  background: #506045;
}
.enquire .contact-note {
  font-size: 13px !important;
  max-width: 500px !important;
  color: #55503b;
}
.enquire .contact-note.contact-note--error {
  font-size: 15px !important;
  font-weight: 700;
  color: #c62828;
}
#enquireSuccess[hidden] {
  display: none;
}
footer {
  background: #1d201b;
  color: #eceee6;
  padding: 50px 6% 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
footer > p,
footer > a:not(.brand) {
  font-size: 11px;
  letter-spacing: 0.15em;
}
.footer-bottom {
  width: 100%;
  border-top: 1px solid #ffffff25;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #a9afa0;
}
.skip {
  position: absolute;
  z-index: 20;
  left: 20px;
  top: -100px;
  background: white;
  color: black;
  padding: 10px;
}
.skip:focus {
  top: 10px;
}
@media (min-width: 1600px) {
  .section {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (max-width: 900px) {
  nav {
    gap: 18px;
  }
  header .small {
    display: none;
  }
  .hero {
    min-height: 730px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .card-image {
    height: 200px;
  }
  .card-body {
    padding: 22px 18px;
  }
  .card h3 {
    font-size: 22px;
  }
  .card-body > p:not(.eyebrow) {
    min-height: 155px;
  }
  .card-link {
    font-size: 9px;
  }
  .bundle {
    gap: 5%;
  }
  .bundle-panel {
    padding: 25px;
  }
  .section-head {
    align-items: flex-start;
  }
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 640px) {
  .announcement {
    justify-content: center;
    padding: 9px 14px;
    font-size: 12px;
  }
  .announcement > span {
    display: none;
  }
  header {
    padding: 18px 6%;
  }
  .brand {
    font-size: 38px;
  }
  nav {
    gap: 20px;
    font-size: 12px;
  }
  .hero {
    min-height: 750px;
  }
  .hero-image {
    object-position: 62% center;
  }
  .hero-inner {
    padding-top: 137px;
    padding-bottom: 40px;
  }
  .hero .eyebrow {
    max-width: 260px;
    font-size: 10px;
  }
  h1 {
    font-size: clamp(3.05rem, 10.8vw, 4.5rem);
    line-height: 1.05;
  }
  .hero-copy {
    font-size: 18px;
    max-width: 310px;
  }
  .desktop {
    display: none;
  }
  .path-pills {
    gap: 7px;
    max-width: 340px;
  }
  .path-pills a {
    font-size: 10px;
    padding: 7px 12px;
  }
  .hero-actions .button {
    font-size: 10px;
    gap: 24px;
  }
  .hero-foot {
    font-size: 8px;
  }
  .hero-foot > span {
    max-width: 180px;
  }
  .hero-foot > a {
    align-self: center;
  }
  .section {
    padding: 165px 6%;
  }
  .section-head {
    display: block;
  }
  .section-head > p {
    margin-top: 22px;
  }
  .cards {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .card-image {
    height: 270px;
  }
  .card-body {
    padding: 26px;
  }
  .card h3 {
    font-size: 28px;
  }
  .card-body > p:not(.eyebrow) {
    min-height: 0;
  }
  .card-link {
    font-size: 11px;
  }
  .card ul {
    font-size: 15px;
  }
  .paths-note a {
    display: block;
    margin-top: 8px;
  }
  .bundle {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bundle::before {
    /* Stacked mobile layout makes this section tall & narrow, so cover crops
       in tight on the plain center of the image — shift to the left edge to
       keep the decorative ring pattern in frame, and lift opacity slightly
       since it's the only texture in the section at this width. */
    background-position: left center;
    opacity: 0.16;
  }
  .bundle h2 {
    font-size: 3.7rem;
  }
  .bundle-panel {
    padding: 24px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 35px;
  }
  .benefit-grid h3 {
    margin-top: 15px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .questions summary {
    font-size: 17px;
  }
  .enquire h2 {
    font-size: 2.6rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  footer > p {
    display: none;
  }
  .intro h2 {
    font-size: 2.25rem;
  }
  .intro p:last-child {
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
}
.brand img {
  width: 42px;
  height: 64px;
  object-fit: contain;
}
.header-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
.header-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: color-mix(in srgb, #252821 90%, white 10%);
  color: var(--paper);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.refine-return {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #f1e6b5;
  white-space: nowrap;
}
.refine-return:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 900px) {
  .header-actions {
    display: none;
  }
}
@media (max-width: 640px) {
  .brand img {
    width: 32px;
    height: 49px;
  }
}

/* Persistent navigation and gentle motion */
html {
  scroll-padding-top: 120px;
}
header {
  position: sticky;
  top: 0;
  background: #252821f5;
  backdrop-filter: blur(16px);
  z-index: 70;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: box-shadow 0.25s, background 0.25s;
}
header.scrolled {
  box-shadow: 0 5px 24px #0002;
  background: #20231bfa;
  z-index: 9999;
}
.hero-inner {
  padding-top: 70px;
}
.hero {
  min-height: 660px;
}
.menu-toggle,
.mobile-contact,
.mobile-nav-user {
  display: none;
}
section[id],
article[id] {
  scroll-margin-top: 120px;
}
#checkout {
  scroll-margin-top: 60px;
}
.reveal {
  opacity: 1;
  transform: none;
}
.motion-ready .reveal:not(.is-visible) {
  opacity: 0;
  transform: translate3d(0, 25px, 0);
}
.motion-ready .reveal {
  transition: opacity 0.75s ease,
    transform 0.85s cubic-bezier(0.2, 0.65, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.hero {
  overflow: hidden;
}
.hero-image {
  height: 115%;
  top: -7.5%;
  will-change: transform;
}
.menu-toggle:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}
@media (max-width: 900px) {
  header .small {
    display: none;
  }
  header {
    padding: 12px 6%;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 14px;
    background: none;
    border: 1px solid #ffffff50;
    border-radius: 30px;
    padding: 12px 17px;
    color: white;
    font: 14px Outfit, Arial, sans-serif;
    cursor: pointer;
  }
  .menu-icon {
    position: relative;
    width: 18px;
    height: 12px;
  }
  .menu-icon:before,
  .menu-icon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 0.25s, top 0.25s;
  }
  .menu-icon:before {
    top: 2px;
  }
  .menu-icon:after {
    top: 10px;
  }
  .menu-toggle[aria-expanded="true"] .menu-icon:before {
    top: 6px;
    transform: rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] .menu-icon:after {
    top: 6px;
    transform: rotate(-45deg);
  }
  header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 6% 26px;
    background: #252821;
    box-shadow: 0 15px 25px #0003;
    max-height: calc(100dvh - 90px);
    overflow: auto;
  }
  header nav.is-open {
    display: flex;
    animation: menu-in 0.2s ease;
  }
  header nav a,
  header nav a:last-child {
    display: block;
    font-size: 17px;
    padding: 16px 0;
    border-bottom: 1px solid #ffffff25;
  }
  header nav .mobile-contact {
    display: block;
    color: var(--gold);
    margin-top: 8px;
  }
  .mobile-nav-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    color: var(--paper);
    font-size: 15px;
    font-weight: 600;
  }
  .hero-inner {
    padding-top: 60px;
  }
  .hero {
    min-height: 640px;
  }
  html {
    scroll-padding-top: 105px;
  }
  section[id],
  article[id] {
    scroll-margin-top: 105px;
  }
}
@media (max-width: 640px) {
  header .brand img {
    height: 49px;
  }
  .hero-inner {
    padding-top: 45px;
  }
  .hero {
    min-height: 85vh;
  }
  .hero-image {
    object-position: 62% center;
  }
  .hero .eyebrow {
    margin-bottom: 20px;
  }
}
@keyframes menu-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.brand-back {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: normal;
  line-height: 1;
}
.brand-back .back-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin: 0;
  font: 14px/1 Outfit, Arial, sans-serif;
  letter-spacing: 0;
  color: var(--gold);
}
.brand-back .back-label {
  position: absolute;
  display: flex;
  align-items: center;
  left: calc(100% + 12px);
  top: 0;
  bottom: 0;
  margin: 0;
  font: 14px/1 Outfit, Arial, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: none;
  color: var(--gold);
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.brand-back:hover .back-label,
.brand-back:focus-visible .back-label {
  opacity: 1;
  transform: translateX(0);
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.hero-image {
  height: 108%;
  top: -4%;
  object-position: 75% top;
  opacity: 0.8;
  z-index: 0;
  transition: opacity 0.6s ease;
}
.hero.video-ready .hero-image {
  opacity: 0;
}
.hero:after {
  background: linear-gradient(
      90deg,
      rgba(20, 16, 12, 0.82) 0%,
      rgba(20, 16, 12, 0.6) 40%,
      rgba(20, 16, 12, 0.12) 75%
    ),
    linear-gradient(0deg, rgba(20, 16, 12, 0.35), transparent 50%);
}
@media (min-width: 901px) {
  .hero-inner {
    max-width: 59%;
    padding-right: 2%;
    padding-bottom: 48px;
  }
  .hero h1 {
    font-size: clamp(3.3rem, 5.3vw, 6rem);
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 18px;
  }
}
@media (max-width: 900px) {
  .hero-image {
    object-position: 78% center;
  }
  .hero:after {
    background: linear-gradient(
        90deg,
        rgba(20, 16, 12, 0.78),
        rgba(20, 16, 12, 0.4)
      ),
      linear-gradient(0deg, rgba(20, 16, 12, 0.5), transparent 65%);
  }
}
@media (min-width: 901px) {
  header {
    position: sticky;
  }
  header nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    gap: 42px;
    font-size: 16px;
    white-space: nowrap;
  }
  .hero {
    height: 85vh;
    max-height: 85vh;
    min-height: 680px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
  }
  .hero-image {
    transform: none !important;
    will-change: auto;
  }
  header nav.is-open {
    animation: none;
  }
}
.path-story {
  position: relative;
  background: #20231e;
  color: #f6f4ec;
  padding: clamp(72px, 9vw, 128px) 6% 90px;
}
.story-spacer {
  height: 290vh;
}
@media (max-width: 900px) {
  .story-spacer {
    display: none;
  }
}
.story-intro {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}
.story-intro .eyebrow {
  color: var(--gold);
  margin-bottom: 15px;
}
.story-intro h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}
.story-intro > p:last-child {
  color: #bfc2b8;
  margin-top: 20px;
}
.story-stage {
  position: sticky;
  top: 200px;
  height: calc(100vh - 232px);
  min-height: 570px;
  max-height: 780px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 6%;
  overflow: hidden;
}
.story-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.story-panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.3, 1);
  pointer-events: none;
}
.story-panel.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.story-panel .eyebrow {
  color: var(--gold);
  margin-bottom: 16px;
}
.story-panel h3 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  margin-bottom: 24px;
}
.story-panel > p:not(.eyebrow) {
  color: #d4d6ce;
  font-size: 18px;
  line-height: 1.55;
}
.story-panel ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 36px;
  color: #d4d6ce;
  font-size: 15px;
}
.story-panel li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
}
.story-panel li:before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
}
.story-panel .card-link {
  border-color: #ffffff35;
  color: var(--gold);
}
.story-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 28px;
}
.view-schedule {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  font-family: Outfit, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: rgba(246, 244, 236, 0.2);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.view-schedule:hover {
  color: var(--gold);
}
.price {
  margin: 26px 0;
}
.price .price-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 16px;
}
.training-start {
  display: block;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--white);
  margin-top: 14px;
}
.price .price-amount {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.1rem, 4.2vw, 3.2rem);
  font-weight: 400;
  color: inherit;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}
.price .price-amount s {
  position: relative;
  display: inline-block;
  color: #ffffff3b;
  opacity: 1;
  text-decoration: none;
  font-size: clamp(1.1rem, 3.2vw, 2.2rem);
}
.price .price-amount s:after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top: 52%;
  height: 2px;
  background: #c23636;
  transform: rotate(-6deg);
  transform-origin: center;
}
.price .price-amount small {
  font-family: Outfit, Arial, sans-serif;
  font-size: 11px;
  color: #bfc2b8;
  align-self: center;
}
.price .price-note {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #bfc2b8;
}
.story-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.paths-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: saturate(0.86) contrast(0.95);
  transform: scale(1.01);
}
@media (min-aspect-ratio: 2/1) {
  .paths-video {
    object-position: center 8%;
  }
}
.story-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      #20231ef5 0%,
      #20231ecf 26%,
      #20231e38 56%,
      #20231e12 100%
    ),
    linear-gradient(0deg, #20231e66, transparent 45%);
  pointer-events: none;
}
.path-story > .paths-note {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  color: #c3c7bc;
}
.path-story > .paths-note a {
  color: var(--gold);
}
@media (min-width: 961px) {
  .story-intro {
    margin: 0 0 30px 40px;
  }
}

@media (max-height: 820px) and (min-width: 901px) {
  .story-panel .eyebrow {
    margin-bottom: 8px;
  }
  .story-panel h3 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    margin-bottom: 12px;
  }
  .story-panel > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.4;
  }
  .story-panel ul {
    margin: 14px 0 18px;
    font-size: 14px;
  }
  .story-panel li {
    margin: 6px 0;
  }
  .training-start {
    font-size: 15px;
    margin-top: 8px;
  }
  .price {
    margin: 12px 0;
  }
  .price .price-amount {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    gap: 8px;
  }
  .price .price-note {
    margin-top: 6px;
    font-size: 13px;
  }
  .story-actions {
    gap: 8px 20px;
  }
}

@media (max-width: 900px) {
  .path-story {
    min-height: auto;
    padding: 175px 6% 80px;
  }
  .story-intro {
    margin-bottom: 30px;
  }
  .story-stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flow-root;
    overflow: visible;
    padding-bottom: 0;
  }
  .story-visual {
    position: sticky;
    height: 62vh;
    min-height: 430px;
    top: 105px;
    margin: 0 -6%;
    z-index: 0;
  }
  .paths-video {
    object-position: center;
  }
  .story-scrim {
    background: linear-gradient(
      0deg,
      #20231ef7 0%,
      #20231e35 53%,
      #20231e16 100%
    );
  }
  .story-copy {
    height: auto;
    margin-top: -62vh;
    padding-top: 62vh;
    min-height: 0;
    display: block;
    position: relative;
    z-index: 1;
  }
  .story-panel,
  .story-panel:not(.is-active) {
    position: relative;
    inset: auto;
    display: flex;
    min-height: 82vh;
    max-width: none;
    justify-content: flex-end;
    padding: 0 0 38px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .story-panel h3 {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }
  .story-panel > p:not(.eyebrow) {
    font-size: 17px;
  }
  .story-panel ul {
    margin: 20px 0 26px;
  }
  .path-story > .paths-note {
    margin-top: 30px;
  }
  .story-actions {
    gap: 13px;
  }
  .story-actions .button {
    gap: 10px;
  }
}
@media (min-width: 901px) {
  .story-stage {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    height: 100vh;
    max-height: none;
    top: 0;
  }
  .story-panel {
    align-self: flex-end;
    justify-content: flex-end;
    padding-bottom: 10vh;
  }
  .story-visual {
    inset: 0;
  }
  .paths-video {
    min-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 900px) {
  .story-visual {
    height: 100svh;
    min-height: 560px;
    top: 0;
    margin: 0 -6vw;
  }
  .story-copy {
    margin-top: -100svh;
    padding-top: 100svh;
  }
  /* Same slide-over technique as the desktop #refine360 rule below: pull the
     section up by one full sticky-video height so it rides up and covers the
     video just as it unpins, instead of just appearing after it in flow. */
  #refine360 {
    position: relative;
    z-index: 5;
    margin-top: -100svh;
    min-height: 100svh;
    box-shadow: 0 -60px 90px #000000a6;
  }
}
.mobile-training-nav {
  position: fixed;
  top: var(--header-h, 89px);
  left: 0;
  right: 0;
  height: 60px;
  display: block;
  z-index: 28;
  background: #dfcf8df2;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #00000024;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.mobile-training-nav.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.mobile-training-nav__scroller {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 14px;
  max-width: 1400px;
  margin: 0 auto;
  overflow: visible;
  white-space: nowrap;
}
.mobile-training-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  flex: 1 1 0;
  min-width: 0;
  color: #6b643b;
  font: 500 13px/1 Outfit, Arial, sans-serif;
  letter-spacing: 0.01em;
  transition: color 0.25s ease;
}
.mobile-training-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #20231b;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.mobile-training-nav a:hover {
  color: #20231b;
}
.mobile-training-nav a.is-active {
  color: #20231b;
}
.mobile-training-nav a:hover:after,
.mobile-training-nav a.is-active:after {
  transform: scaleX(1);
}
.mobile-training-nav__num {
  display: none;
}
.mobile-training-nav__long {
  display: none;
}
@media (min-width: 901px) {
  .mobile-training-nav__num {
    display: inline-block;
    margin-right: 8px;
    font-size: 11px;
    letter-spacing: 0.14em;
    opacity: 0.7;
  }
  .mobile-training-nav__short {
    display: none;
  }
  .mobile-training-nav__long {
    display: inline;
  }
}
@media (min-width: 901px) {
  .path-story .story-copy {
    padding-left: clamp(56px, 9vw, 150px);
    padding-right: clamp(32px, 7vw, 120px);
  }
}
@media (min-width: 901px) {
  #refine360 {
    position: relative;
    z-index: 5;
    margin-top: -100vh;
    min-height: 100vh;
    box-shadow: 0 -60px 90px #000000a6;
    scroll-margin-top: 200px;
  }
  .bundle {
    align-items: center;
  }
}
.path-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 44px;
  text-align: left;
}
.path-index a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid #ffffff35;
  color: #bfc2b8;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.path-index a:hover,
.path-index a:focus-visible {
  color: var(--gold);
  border-color: var(--gold);
  transform: translateY(-3px);
}
.path-index span {
  font: 11px Outfit, Arial, sans-serif;
  letter-spacing: 0.14em;
  color: var(--gold);
}
.path-index b {
  font: 500 16px/1.25 Outfit, Arial, sans-serif;
  color: #f6f4ec;
}
.path-index__refine {
  font-size: 20px;
}
@media (max-width: 900px) {
  .path-index {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 34px;
  }
  .path-index a {
    padding-top: 13px;
  }
  .path-index b {
    font-size: 14px;
  }
  .path-index__refine {
    font-size: 17px;
  }
}
.path-story .story-visual:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(120px, 18vh, 240px);
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    #20231e 0%,
    #20231ed9 24%,
    #20231e75 58%,
    transparent 100%
  );
}
html {
  overflow-x: hidden;
}
.story-panel {
  top: 0;
  bottom: 0;
  left: 0;
  width: min(100%, 480px);
  z-index: 1;
}
@media (min-width: 901px) {
  .story-panel {
    width: min(
      100%,
      calc(480px + clamp(56px, 9vw, 150px) + clamp(32px, 7vw, 120px))
    );
    max-width: none;
    padding-left: clamp(56px, 9vw, 150px);
    padding-right: clamp(32px, 4vw, 120px);
  }
}
.story-panel.is-active {
  z-index: 2;
}
.checkout {
  padding-top: 150px;
  padding-bottom: 150px;
}
.checkout .section-head {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  margin-bottom: 60px;
}
.checkout .section-head > p {
  margin: 0 auto;
}
.checkout-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 10px;
}
.checkout-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px 24px;
  border: 1px solid #dfe0d9;
  background: white;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease,
    opacity 0.35s ease, filter 0.35s ease, transform 0.2s ease;
}
.checkout-card:hover {
  border-color: #c9bb7c;
  transform: translateY(-2px);
}
.checkout-card input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.checkout-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 90px 90px 0;
  border-color: transparent var(--gold) transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.checkout-check {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
}
.checkout-check:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(-45deg) translateY(-1px);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.checkout-card.is-selected {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}
.checkout-card.is-selected .checkout-corner {
  opacity: 1;
}
.checkout-card.is-selected .checkout-check:after {
  opacity: 1;
}
.checkout-card--bundle .checkout-corner {
  border-color: transparent var(--ink) transparent transparent;
}
.checkout-badge {
  display: inline-block;
  align-self: flex-start;
  border: 1px solid #dfcf8d;
  background: #fbf6e2;
  color: #8b7940;
  padding: 5px 11px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.checkout-card--bundle {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}
.checkout-card--bundle:hover {
  border-color: var(--ink);
}
.checkout-card--bundle .checkout-badge {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--gold);
}
.checkout-card--bundle .checkout-price small {
  color: #4a4c42;
}
.checkout-card--bundle.is-selected {
  border-color: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
}
.checkout-card--bundle.is-selected .checkout-check:after {
  border-left-color: var(--gold);
  border-bottom-color: var(--gold);
}
.checkout-name {
  font-family: 'Fraunces';
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding-right: 30px;
}
.checkout-features {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}
.checkout-features li {
  margin: 9px 0;
  padding-left: 17px;
  position: relative;
}
.checkout-features li:before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 28px;
  line-height: 1;
}
.checkout-features strong {
  color: var(--ink);
  font-weight: 600;
}
.checkout-card--bundle .checkout-features {
  color: #4a4c42;
}
.checkout-card--bundle .checkout-features strong {
  color: var(--ink);
}
.checkout-card--bundle .checkout-features li:before {
  color: #fff;
}
.checkout-price {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.55rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.checkout-price s {
  position: relative;
  display: inline-block;
  color: #c0705a;
  font-size: 1rem;
  text-decoration: none;
}
.checkout-price s:after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top: 52%;
  height: 2px;
  background: currentColor;
  transform: rotate(6deg);
  transform-origin: center;
}
.checkout-price small {
  font-family: Outfit, Arial, sans-serif;
  font-size: 11px;
  color: var(--muted);
}
.checkout-grid.is-bundle .checkout-card:not(.checkout-card--bundle) {
  opacity: 0.4;
  filter: saturate(0.4);
  pointer-events: none;
}
.checkout-validation {
  margin: 44px 0 0;
  color: #b0503a;
  font-size: 14px;
  text-align: center;
}
.checkout-actions {
  margin-top: 20px;
  text-align: center;
}
.checkout-validation[hidden] + .checkout-actions {
  margin-top: 44px;
}
@media (max-width: 900px) {
  .checkout-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .checkout-card {
    padding: 24px 20px;
  }
}
@media (max-width: 640px) {
  .checkout-grid {
    grid-template-columns: 1fr;
  }
}

/* Onboarding tray */
.selection-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px max(6vw, 24px);
  padding-bottom: max(16px, env(safe-area-inset-bottom));
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 -8px 30px #00000030;
  animation: selection-bar-in 0.25s ease;
}
.selection-bar-info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.selection-bar-clear {
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: none;
  background: none;
  padding: 0;
  color: var(--ink);
  font-size: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.selection-bar-clear:before,
.selection-bar-clear:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
}
.selection-bar-clear:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.selection-bar-clear:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.selection-bar-clear:hover {
  opacity: 1;
}
.selection-bar-summary {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.selection-bar-continue {
  flex-shrink: 0;
  background: #2e3a27;
  color: var(--paper);
}
.selection-bar-continue:hover {
  background: var(--green-light);
}
@keyframes selection-bar-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (max-width: 600px) {
  .selection-bar {
    padding: 14px 20px;
    padding-bottom: max(14px, env(safe-area-inset-bottom));
  }
  .selection-bar-summary {
    font-size: 13px;
  }
}

.tray-overlay {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
  background: #20231be0;
}
.tray-overlay[hidden] {
  display: none;
}
.tray {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: auto;
  background: #fff;
  padding: 40px 32px 32px;
  box-shadow: 0 30px 80px #0004;
}
@media (max-width: 900px) {
  .tray-overlay {
    align-items: flex-end;
    padding: 0;
  }
  .tray {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    margin: 0;
    border-radius: 0;
    max-height: 92dvh;
    overflow-y: auto;
  }
  .tray-nav .tray-continue {
    width: 100%;
  }
  .tray-forgot-password {
    display: block;
    text-align: center;
  }
}
@media (max-width: 900px) and (prefers-reduced-motion: no-preference) {
  @keyframes tray-sheet-in {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .tray {
    animation: tray-sheet-in 0.32s cubic-bezier(0.2, 0.7, 0.3, 1);
  }
}
.tray-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  padding: 0;
  color: var(--ink);
  font-size: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.tray-close:before,
.tray-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 1px;
  background: currentColor;
}
.tray-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.tray-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tray-close:hover {
  opacity: 1;
}
.tray-steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
.tray-step {
  width: 28px;
  height: 4px;
  background: #e5e2d6;
}
.tray-step.is-active {
  background: var(--gold);
}
.tray-panel {
  display: none;
}
.tray-panel.is-active {
  display: block;
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes tray-panel-in {
    from {
      opacity: 0;
      transform: translateX(18px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .tray-panel.is-active {
    animation: tray-panel-in 0.35s cubic-bezier(0.2, 0.7, 0.3, 1);
  }
  @keyframes tray-sidebar-content-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .tray-sidebar-cards,
  .tray-sidebar-summary {
    animation: tray-sidebar-content-in 0.4s ease;
  }
}
.tray-step {
  transition: background 0.3s ease;
}
.tray-panel h3 {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  text-align: left;
  margin: 0 0 24px;
}
.tray-panel p {
  color: var(--muted);
  font-size: 16px;
  text-align: left;
}
.tray-back-top,
.tray-back-bottom {
  border: none;
  background: none;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
}
.tray-back-top:hover,
.tray-back-bottom:hover {
  color: var(--ink);
}
.tray-back-top {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  font-size: 20px;
}
.tray-back-bottom {
  display: none;
}
.tray-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tray-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}
.tray-row {
  display: flex;
  gap: 14px;
}
.tray-row input {
  width: 50%;
}
.tray-form input {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #ddd9cc;
  background: #fff;
  color: var(--ink);
  font: 16px Outfit, Arial, sans-serif;
}
.tray-form input:focus {
  outline: none;
  border-color: var(--gold);
}
.tray-form .space-y-2 > * + * {
  margin-top: 14px;
}
.tray-form .flex {
  display: flex;
}
.tray-form .flex-col {
  flex-direction: column;
}
.tray-form .gap-2 {
  gap: 14px;
}
@media (min-width: 640px) {
  .tray-form .sm\:flex-row {
    flex-direction: row;
  }
  .tray-form .sm\:w-1\/3 {
    width: 33.3333%;
  }
}
.tray-login {
  margin: -4px 0 0;
  font-size: 14px;
  text-align: center;
}
.tray-login a {
  color: #6b643b;
  text-decoration: underline;
}
.tray-inline-link {
  display: inline;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: var(--ink);
  text-decoration: underline;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}
.tray-inline-link:hover {
  opacity: 1;
}
.tray-account-message {
  padding: 8px 0 4px;
}
.tray-submit {
  width: 100%;
  margin-top: 6px;
  border: none;
  cursor: pointer;
}
.tray-summary {
  list-style: none;
    margin: 22px 0;
  padding: 16px 18px;
  background: var(--paper);
  font-size: 15px;
}
.tray-summary li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
}
.tray-summary li[hidden] {
  display: none;
}
.tray-summary li.tray-hst {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid #e5e2d6;
}
.tray-summary li.tray-total {
  font-weight: 400;
}
.tray-summary li.tray-due-today {
  font-weight: 600;
  font-size: 22px;
}
.tray-summary li.tray-installment-sep {
  margin-top: 4px;
  padding: 0;
  border-top: 1px solid #e5e2d6;
}
.tray-summary li.tray-installment {
  color: var(--muted);
  font-size: 14px;
}
.tray-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid #ddd9cc;
  cursor: pointer;
  font-size: 15px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.tray-plan-head {
  display: flex;
  align-items: center;
}
.tray-plan input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.tray-plan-name {
  flex: 1;
  font-weight: 600;
  padding-right: 24px;
}
.tray-plan.is-selected {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}
.tray-plan .checkout-corner {
  border-width: 0 48px 48px 0;
}
.tray-plan .checkout-check {
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
}
.tray-plan .checkout-check:after {
  width: 7px;
  height: 4px;
  border-width: 0 0 1.5px 1.5px;
}
.tray-plan.is-selected .checkout-corner {
  opacity: 1;
}
.tray-plan.is-selected .checkout-check:after {
  opacity: 1;
}
.tray-card-field {
  min-height: 90px;
  padding: 4px 2px;
  margin-bottom: 8px;
}
.tray-payment-form {
  --payment-button-bg-color: var(--gold);
  --payment-button-bg-hover-color: #f0e1a5;
  --payment-button-text-color: var(--ink);
  --payment-button-border-radius: 40px;
  --payment-button-text-transform: uppercase;
  --payment-button-font-family: Outfit, Arial, sans-serif;
  --payment-button-font-weight: 600;
  --payment-button-letter-spacing: 0.09em;
  --payment-button-font-size: 12px;
  --payment-button-padding: 17px 27px;
  margin-bottom: 8px;
}
.tray-payment-form h3,
.tray-payment-form h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.tray-payment-form .payment-details > header {
  display: none;
}
.tray-payment-form .payment-method-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.tray-payment-form .payment-method {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: none;
  border-radius: 30px;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.tray-payment-form .payment-method:hover {
  background: #ececE4;
}
.tray-payment-form .payment-method svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.tray-payment-form .payment-method .title {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.tray-payment-form .payment-method.selected {
  background: #efefef;
}
.tray-payment-form .saved-cards {
  margin: 0 0 20px;
}
.tray-payment-form .saved-cards > h4 {
  display: none;
}
.tray-payment-form .list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tray-payment-form .card {
  position: relative;
  padding: 20px 22px;
  border: 1px solid #ddd9cc;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.tray-payment-form .card:hover {
  border-color: #c9bb7c;
}
.tray-payment-form .card.selected {
  border-width: 2px;
  border-color: var(--gold);
}
.tray-payment-form .card.selected:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 56px 56px 0;
  border-color: transparent var(--gold) transparent transparent;
}
.tray-payment-form .card h4 {
  font-family: Outfit, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 16px;
}
.tray-payment-form .card svg.h-16.w-16 {
  display: none;
}
.tray-payment-form .card .selected-checkmark {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  color: var(--ink);
}
.tray-payment-form .card-number {
  font-family: Outfit, Arial, sans-serif;
  font-size: 16px;
  color: var(--ink);
  margin: 0;
}
.tray-payment-form .card-exp {
  font-family: Outfit, Arial, sans-serif;
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  text-align: right;
}
.tray-payment-form .flex {
  display: flex;
}
.tray-payment-form .justify-between {
  justify-content: space-between;
}
.tray-payment-form .items-center {
  align-items: center;
}
.tray-payment-form .w-full {
  width: 100%;
}
.tray-payment-form .card .flex.justify-between {
  gap: 12px;
}
.tray-payment-form .card .flex.justify-between.items-center.w-full.mt-2 {
  margin-top: 14px;
}
.tray-payment-form form,
.tray-payment-form .sq-card-wrapper,
.tray-payment-form .sq-card-message {
  margin-bottom: 14px;
}
.tray-payment-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.tray-payment-form .mt-4 {
  display: flex;
  align-items: center;
  margin-top: 14px;
  font-size: 14px;
  color: var(--muted);
}
.tray-payment-form .btn.btn-payment {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 17px 27px;
  border: none;
  border-radius: 40px;
  background: var(--gold);
  color: var(--ink);
  font-family: Outfit, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.tray-payment-form .btn.btn-payment:hover {
  background: #f0e1a5;
  transform: translateY(-2px);
}
.tray-error {
  min-height: 18px;
  color: #b0503a;
  font-size: 14px;
  margin: 0 0 8px;
}
.tray-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 6px;
}
@media (max-width: 900px) {
  .tray-nav {
    gap: 0;
  }
}
.tray-nav .button {
  border: none;
  cursor: pointer;
}
.tray-due-now {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: var(--muted);
}
.tray-due-now strong {
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
}
.tray-payment-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
  min-height: 340px;
  padding: 40px 10px;
}
.tray-payment-status p {
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin: 0;
}
.tray-payment-status-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.tray-payment-status-icon--loading {
  border: 4px solid #ddd9cc;
  border-top-color: var(--gold);
  border-radius: 50%;
}
@media (prefers-reduced-motion: no-preference) {
  .tray-payment-status-icon--loading {
    animation: tray-spin 0.8s linear infinite;
  }
  @keyframes tray-spin {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes tray-status-in {
    from {
      opacity: 0;
      transform: translateY(16px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .tray-payment-status {
    animation: tray-status-in 0.4s cubic-bezier(0.2, 0.7, 0.3, 1);
  }
}
.tray-panel[data-tray-panel="success"] h3 {
  margin-bottom: 12px;
}
.tray-panel[data-tray-panel="success"] .button {
  display: block;
  width: 100%;
  margin-top: 24px;
  border: none;
  cursor: pointer;
}
.tray-body {
  display: block;
}
.tray-sidebar {
  display: none;
}

/* Desktop tray: sidebar layout */
@media (min-width: 901px) {
  .tray {
    max-width: 1150px;
    min-height: 700px;
    padding: 60px;
  }
  .tray-steps {
    justify-content: flex-start;
  }
  .tray-payment-status-icon {
    width: 128px;
    height: 128px;
  }
  .tray-payment-status-icon--loading {
    border-width: 7px;
  }
  .tray-payment-status {
    min-height: 580px;
  }
  .tray-payment-status p {
    font-size: 24px;
  }
  .tray-body {
    display: block;
  }
  .tray-panels {
    margin-right: 485px;
  }
  .tray-body--full .tray-panels {
    margin-right: 0;
  }
  .tray-sidebar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 425px;
    background: var(--paper);
    padding: 35px;
    overflow-y: auto;
  }
  .tray-sidebar-cards {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .tray-sidebar-cards .checkout-price {
    display: none;
  }
  .tray-sidebar-summary h4 {
    font-family: Fraunces, Georgia, serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 8px;
  }
  .tray-sidebar-summary .tray-summary {
    background: #fff;
    margin: 0;
  }
  .tray-back-top {
    display: none;
  }
  .tray-back-bottom {
    display: inline-flex;
  }
  .tray-summary-inline {
    display: none;
  }
  .tray-due-now {
    display: none;
  }
  .tray-plans {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
  .tray-plan {
    padding: 28px 26px;
    font-size: 17px;
  }
  .tray-plan-name {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .tray {
    padding: 32px 22px 24px;
  }
  .tray-row {
    flex-direction: column;
  }
  .tray-row input {
    width: 100%;
  }
}

/* Welcome modal */
.welcome-overlay {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
  background: #20231be0;
}
.welcome-overlay[hidden] {
  display: none;
}
.welcome-modal {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  background: #fff;
  box-shadow: 0 30px 80px #0004;
}
.welcome-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  padding: 0;
  color: var(--ink);
  font-size: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
  z-index: 5;
}
.welcome-close:before,
.welcome-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 1px;
  background: currentColor;
}
.welcome-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.welcome-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.welcome-close:hover {
  opacity: 1;
}
.welcome-photo {
  flex: 0 0 45%;
  background: var(--green-light);
}
.welcome-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome-content {
  flex: 1;
  min-width: 0;
  padding: 48px 44px;
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes welcome-fade-in {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .welcome-photo {
    opacity: 0;
    animation: welcome-fade-in 0.7s ease forwards;
  }
  .welcome-content {
    opacity: 0;
    animation: welcome-fade-in 0.7s ease 0.4s forwards;
  }
}
.welcome-content .eyebrow {
  margin-bottom: 16px;
}
.welcome-content h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 3.4vw, 50px);
  line-height: 1.15;
  margin: 0 0 20px;
}
.welcome-content p {
  color: var(--muted);
  font-size: 17px;
  margin: 0 0 16px;
}
.welcome-signature {
  margin-top: 28px;
}
.welcome-sig-name {
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-size: 26px;
  color: var(--ink);
  margin: 0;
}
.welcome-sig-title {
  font-size: 13px;
  color: var(--muted);
  margin: 4px 0 0;
}
.welcome-content .button {
  margin-top: 28px;
}
@media (max-width: 640px) {
  .welcome-modal {
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto;
  }
  .welcome-photo {
    flex: 0 0 180px;
  }
  .welcome-photo img {
    max-height: 300px;
    object-position: 0 18%;
  }
  .welcome-content {
    padding: 32px 24px;
  }
}

.schedule-overlay {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: flex;
  justify-content: flex-end;
  background: #20231be0;
}
.schedule-overlay[hidden] {
  display: none;
}
.schedule-panel {
  position: relative;
  width: 50%;
  max-width: 1200px;
  height: 100%;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 30px 80px #0004;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes schedule-panel-in-right {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .schedule-panel {
    animation: schedule-panel-in-right 0.35s cubic-bezier(0.2, 0.7, 0.3, 1);
  }
}
@media (max-width: 900px) {
  .schedule-overlay {
    align-items: flex-end;
  }
  .schedule-panel {
    width: 100%;
    max-width: none;
    height: 80vh;
    border-radius: 0;
  }
  .schedule-scroll {
    padding: 48px 24px 24px;
  }
  .schedule-footer {
    padding: 16px 24px max(16px, env(safe-area-inset-bottom));
  }
  .schedule-cta {
    width: 100%;
  }
  @media (prefers-reduced-motion: no-preference) {
    @keyframes schedule-panel-in-up {
      from {
        transform: translateY(100%);
      }
      to {
        transform: translateY(0);
      }
    }
    .schedule-panel {
      animation: schedule-panel-in-up 0.35s cubic-bezier(0.2, 0.7, 0.3, 1);
    }
  }
}
.schedule-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 64px 56px 32px;
}
.schedule-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: var(--paper);
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}
.schedule-close:hover {
  background: #ebe8dd;
}
.schedule-scroll .eyebrow {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
}
.schedule-title {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.15;
  margin: 0 0 20px;
}
.schedule-intro {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 28px;
}
.schedule-hours-heading {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #8a7b3f;
  margin: 0 0 6px;
}
.schedule-includes {
  margin: 0 0 28px;
}
.schedule-includes-heading {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  margin: 0 0 10px;
}
.schedule-includes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}
.schedule-includes-list li {
  position: relative;
  font-size: 15px;
  color: var(--muted);
  padding: 4px 0 4px 18px;
}
.schedule-includes-list li:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8a7b3f;
}
.schedule-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e5e2d6;
  margin: 0 0 28px;
}
.schedule-stat {
  padding: 18px 20px;
  text-align: center;
}
.schedule-stat + .schedule-stat {
  border-left: 1px solid #e5e2d6;
}
.schedule-stat-value {
  display: block;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 28px);
  color: var(--ink);
  margin-bottom: 4px;
}
.schedule-stat-number {
  font-family: Fraunces, Georgia, serif;
}
.schedule-stat-unit {
  font-family: Outfit, Arial, sans-serif;
}
.schedule-stat-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.schedule-footer {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px 56px;
  background: #fff;
  box-shadow: 0 -8px 24px -12px #00000026;
}
.schedule-timeline {
  position: relative;
  margin-left: 5px;
}
.schedule-timeline:before {
  content: "";
  position: absolute;
  left: 3px;
  transform: translateX(-50%);
  top: 42px;
  bottom: 17px;
  width: 1px;
  background: #eeece4;
}
.schedule-month {
  margin: 0 0 20px;
}
.schedule-month:last-child {
  margin-bottom: 0;
}
.schedule-month-label {
  font-family: Outfit, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a7b3f;
  margin: 0 0 6px;
  padding-left: 18px;
}
.schedule-dates {
  list-style: none;
  margin: 0;
  padding: 0;
}
.schedule-dates li {
  position: relative;
  font-size: 15px;
  padding: 5px 0 5px 18px;
}
.schedule-dates li:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8a7b3f;
}
.schedule-dates li.is-online:before {
  background: var(--green-light);
}
.schedule-date-label {
  font-weight: 600;
}
.schedule-date-detail {
  font-weight: 400;
  color: var(--muted);
}
.schedule-total {
  font-weight: 700;
  font-size: 20px;
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e5e2d6;
  color: var(--ink);
}
.schedule-note {
  margin-top: 24px;
}
.schedule-note-heading {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  margin: 0 0 8px;
}
.schedule-note-copy {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 12px;
}
.schedule-note-copy + .schedule-includes-list,
.schedule-includes-list + .schedule-note-copy {
  margin-top: 12px;
}
.schedule-assessment {
  position: relative;
  border: 1px solid #e5e2d6;
  padding: 20px 24px;
  margin-top: 28px;
}
.schedule-assessment:before {
  content: "";
  position: absolute;
  left: 8px;
  transform: translateX(-50%);
  top: -45px;
  height: 45px;
  width: 1px;
  background: #eeece4;
}
.schedule-assessment-heading {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 8px;
}
.schedule-assessment-date {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a7b3f;
  margin: 0 0 10px;
}
.schedule-assessment-copy {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.schedule-cta {
  display: inline-flex;
}
