@charset "UTF-8";
/* line 5, scss/base/_reset.scss */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 11, scss/base/_reset.scss */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 20, scss/base/_reset.scss */
body {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1e1c1a;
  background-color: #fdfcfa;
  min-height: 100vh; }

/* line 30, scss/base/_reset.scss */
img, video, canvas, svg {
  display: block;
  max-width: 100%; }

/* line 35, scss/base/_reset.scss */
img {
  height: auto; }

/* line 40, scss/base/_reset.scss */
a {
  color: #3aafa9;
  text-decoration: none;
  transition: all 0.15s ease; }
  /* line 45, scss/base/_reset.scss */
  a:hover {
    color: #2a8f8a; }

/* line 51, scss/base/_reset.scss */
ul, ol {
  list-style: none; }

/* line 56, scss/base/_reset.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit; }

/* line 61, scss/base/_reset.scss */
button {
  cursor: pointer;
  border: none;
  background: none; }

/* line 68, scss/base/_reset.scss */
table {
  border-collapse: collapse;
  width: 100%; }

/* line 74, scss/base/_reset.scss */
hr {
  border: none;
  border-top: 1px solid #ece8e1;
  margin: 2rem 0; }

/* line 80, scss/base/_reset.scss */
::selection {
  background: #e0f4f3;
  color: #2a8f8a; }

@media (prefers-reduced-motion: reduce) {
  /* line 87, scss/base/_reset.scss */
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important; } }
/* line 11, scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1e1c1a; }

/* line 19, scss/base/_typography.scss */
h1 {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 400;
  letter-spacing: -0.03em; }

/* line 25, scss/base/_typography.scss */
h2 {
  font-size: clamp(1.875rem, 3.5vw, 3rem);
  font-weight: 400; }

/* line 30, scss/base/_typography.scss */
h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 500; }

/* line 35, scss/base/_typography.scss */
h4 {
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  font-weight: 500; }

/* line 40, scss/base/_typography.scss */
h5 {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Lato", "Helvetica Neue", sans-serif;
  letter-spacing: 0; }

/* line 47, scss/base/_typography.scss */
h6 {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", "Helvetica Neue", sans-serif;
  letter-spacing: 0; }

/* line 55, scss/base/_typography.scss */
p {
  line-height: 1.75;
  color: #6b6560; }
  /* line 59, scss/base/_typography.scss */
  p:not(:last-child) {
    margin-bottom: 1rem; }

/* line 65, scss/base/_typography.scss */
.display-text {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: clamp(3rem, 7vw, 4.5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.04em; }

/* line 73, scss/base/_typography.scss */
.display-italic {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-style: italic;
  font-weight: 300; }

/* line 80, scss/base/_typography.scss */
.eyebrow, .eyebrow-sage, .eyebrow-coral, .hero__eyebrow, .page-hero__eyebrow {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3aafa9; }

/* line 89, scss/base/_typography.scss */
.eyebrow-sage {
  color: #81b29a; }

/* line 94, scss/base/_typography.scss */
.eyebrow-coral {
  color: #e07a5f; }

/* line 100, scss/base/_typography.scss */
.lead {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.75;
  color: #6b6560;
  max-width: 65ch; }

/* line 109, scss/base/_typography.scss */
blockquote {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-style: italic;
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  font-weight: 300;
  line-height: 1.35;
  color: #3aafa9;
  padding-left: 1.5rem;
  border-left: 3px solid #3aafa9; }
  /* line 119, scss/base/_typography.scss */
  blockquote cite {
    display: block;
    font-size: 0.875rem;
    font-style: normal;
    font-family: "Lato", "Helvetica Neue", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b6560;
    margin-top: 0.75rem; }

/* line 133, scss/base/_typography.scss */
.caption {
  font-size: 0.75rem;
  color: #9c9490;
  line-height: 1.75; }

/* line 139, scss/base/_typography.scss */
small {
  font-size: 0.875rem;
  color: #6b6560; }

/* line 146, scss/base/_typography.scss */
.content-body p {
  margin-bottom: 1.25rem;
  color: #6b6560;
  line-height: 1.75; }
/* line 152, scss/base/_typography.scss */
.content-body h2, .content-body h3, .content-body h4 {
  margin-top: 2rem;
  margin-bottom: 1rem; }
/* line 157, scss/base/_typography.scss */
.content-body ul, .content-body ol {
  list-style: revert;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem; }
  /* line 162, scss/base/_typography.scss */
  .content-body ul li, .content-body ol li {
    margin-bottom: 0.5rem;
    color: #6b6560;
    line-height: 1.75; }
/* line 169, scss/base/_typography.scss */
.content-body strong {
  color: #1e1c1a;
  font-weight: 700; }
/* line 170, scss/base/_typography.scss */
.content-body em {
  font-style: italic; }
/* line 172, scss/base/_typography.scss */
.content-body a {
  color: #3aafa9;
  text-decoration: underline;
  text-underline-offset: 3px; }
  /* line 177, scss/base/_typography.scss */
  .content-body a:hover {
    color: #2a8f8a; }

/* line 6, scss/layout/_layout.scss */
.container, .container-wide, .container-sm {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (max-width: 768px) {
    /* line 6, scss/layout/_layout.scss */
    .container, .container-wide, .container-sm {
      padding-left: 1rem;
      padding-right: 1rem; } }

/* line 20, scss/layout/_layout.scss */
.container-wide {
  max-width: 1400px; }

/* line 25, scss/layout/_layout.scss */
.container-sm {
  max-width: 720px; }

/* line 31, scss/layout/_layout.scss */
.section {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media (max-width: 1024px) {
    /* line 31, scss/layout/_layout.scss */
    .section {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (max-width: 768px) {
    /* line 31, scss/layout/_layout.scss */
    .section {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

/* line 46, scss/layout/_layout.scss */
.section-sm {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (max-width: 768px) {
    /* line 46, scss/layout/_layout.scss */
    .section-sm {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

/* line 57, scss/layout/_layout.scss */
.section-white {
  background-color: #ffffff; }

/* line 58, scss/layout/_layout.scss */
.section-cream {
  background-color: #f7f4ef; }

/* line 59, scss/layout/_layout.scss */
.section-teal {
  background-color: #3aafa9;
  color: #ffffff; }

/* line 60, scss/layout/_layout.scss */
.section-dark {
  background-color: #1e1c1a;
  color: #ffffff; }

/* line 61, scss/layout/_layout.scss */
.section-sage {
  background-color: #e8f3ed; }

/* line 64, scss/layout/_layout.scss */
.grid, .grid-2, .grid-3, .grid-4, .grid-2-1, .grid-1-2, .grid-3-2 {
  display: grid;
  gap: 2rem; }
  @media (max-width: 768px) {
    /* line 64, scss/layout/_layout.scss */
    .grid, .grid-2, .grid-3, .grid-4, .grid-2-1, .grid-1-2, .grid-3-2 {
      gap: 1.5rem; } }

/* line 71, scss/layout/_layout.scss */
.grid-2 {
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 768px) {
    /* line 71, scss/layout/_layout.scss */
    .grid-2 {
      grid-template-columns: 1fr; } }

/* line 78, scss/layout/_layout.scss */
.grid-3 {
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 1024px) {
    /* line 78, scss/layout/_layout.scss */
    .grid-3 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 78, scss/layout/_layout.scss */
    .grid-3 {
      grid-template-columns: 1fr; } }

/* line 86, scss/layout/_layout.scss */
.grid-4 {
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1024px) {
    /* line 86, scss/layout/_layout.scss */
    .grid-4 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 86, scss/layout/_layout.scss */
    .grid-4 {
      grid-template-columns: 1fr; } }

/* line 95, scss/layout/_layout.scss */
.grid-2-1 {
  grid-template-columns: 2fr 1fr; }
  @media (max-width: 768px) {
    /* line 95, scss/layout/_layout.scss */
    .grid-2-1 {
      grid-template-columns: 1fr; } }

/* line 102, scss/layout/_layout.scss */
.grid-1-2 {
  grid-template-columns: 1fr 2fr; }
  @media (max-width: 768px) {
    /* line 102, scss/layout/_layout.scss */
    .grid-1-2 {
      grid-template-columns: 1fr; } }

/* line 109, scss/layout/_layout.scss */
.grid-3-2 {
  grid-template-columns: 3fr 2fr; }
  @media (max-width: 768px) {
    /* line 109, scss/layout/_layout.scss */
    .grid-3-2 {
      grid-template-columns: 1fr; } }

/* line 117, scss/layout/_layout.scss */
.flex {
  display: flex; }

/* line 118, scss/layout/_layout.scss */
.flex-col {
  display: flex;
  flex-direction: column; }

/* line 119, scss/layout/_layout.scss */
.flex-wrap {
  flex-wrap: wrap; }

/* line 120, scss/layout/_layout.scss */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 121, scss/layout/_layout.scss */
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 122, scss/layout/_layout.scss */
.align-center {
  align-items: center; }

/* line 123, scss/layout/_layout.scss */
.align-start {
  align-items: flex-start; }

/* line 124, scss/layout/_layout.scss */
.justify-center {
  justify-content: center; }

/* line 125, scss/layout/_layout.scss */
.justify-between {
  justify-content: space-between; }

/* line 128, scss/layout/_layout.scss */
.gap-2 {
  gap: 0.5rem; }

/* line 129, scss/layout/_layout.scss */
.gap-4 {
  gap: 1rem; }

/* line 130, scss/layout/_layout.scss */
.gap-6 {
  gap: 1.5rem; }

/* line 131, scss/layout/_layout.scss */
.gap-8 {
  gap: 2rem; }

/* line 132, scss/layout/_layout.scss */
.gap-12 {
  gap: 3rem; }

/* line 135, scss/layout/_layout.scss */
.section-header, .section-header-left {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem; }
  /* line 140, scss/layout/_layout.scss */
  .section-header .eyebrow, .section-header-left .eyebrow, .section-header .eyebrow-sage, .section-header-left .eyebrow-sage, .section-header .eyebrow-coral, .section-header-left .eyebrow-coral, .section-header .hero__eyebrow, .section-header-left .hero__eyebrow, .section-header .page-hero__eyebrow, .section-header-left .page-hero__eyebrow {
    margin-bottom: 0.75rem; }
  /* line 144, scss/layout/_layout.scss */
  .section-header h2, .section-header-left h2 {
    margin-bottom: 1rem; }
  /* line 148, scss/layout/_layout.scss */
  .section-header p, .section-header-left p {
    font-size: 1.125rem;
    max-width: 55ch;
    margin: 0 auto; }

/* line 155, scss/layout/_layout.scss */
.section-header-left {
  text-align: left;
  margin-left: 0; }
  /* line 160, scss/layout/_layout.scss */
  .section-header-left p {
    margin-left: 0; }

/* line 164, scss/layout/_layout.scss */
.divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0; }
  /* line 170, scss/layout/_layout.scss */
  .divider::before, .divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ece8e1; }
  /* line 177, scss/layout/_layout.scss */
  .divider span {
    color: #9c9490;
    font-size: 0.875rem;
    white-space: nowrap; }

/* line 185, scss/layout/_layout.scss */
.organic-divider {
  text-align: center;
  margin: 2rem 0;
  color: #81b29a;
  font-size: 1.25rem;
  letter-spacing: 0.75rem;
  opacity: 0.6; }

/* line 8, scss/layout/_nav.scss */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  padding: 0.25rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-bottom: 6px solid rgba(58, 175, 169, 0.15);
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.3s ease, transform 0.3s ease; }
  /* line 25, scss/layout/_nav.scss */
  .site-header.header-ready {
    opacity: 1;
    transform: translateY(0); }
  /* line 30, scss/layout/_nav.scss */
  .site-header.header-hidden {
    transform: translateY(-100%);
    transition: transform 0.25s ease; }

/* line 36, scss/layout/_nav.scss */
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem; }
  @media (max-width: 768px) {
    /* line 36, scss/layout/_nav.scss */
    .nav-inner {
      padding: 0 1rem; } }

/* line 50, scss/layout/_nav.scss */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none; }

/* line 57, scss/layout/_nav.scss */
.nav-logo-img {
  height: 140px;
  width: auto;
  transition: all 0.25s ease; }

/* line 63, scss/layout/_nav.scss */
.nav-logo-text-group {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 69, scss/layout/_nav.scss */
.nav-logo-text {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1e1c1a;
  transition: all 0.25s ease; }

/* line 78, scss/layout/_nav.scss */
.nav-logo-tagline {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  opacity: 0.85;
  margin-top: 0.25rem;
  color: #6b6560;
  transition: all 0.25s ease; }

/* line 91, scss/layout/_nav.scss */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 0; }
  @media (max-width: 1024px) {
    /* line 91, scss/layout/_nav.scss */
    .nav-menu {
      display: none; } }

/* line 99, scss/layout/_nav.scss */
.nav-link {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.75rem;
  border-radius: 9999px;
  color: #6b6560;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap; }
  /* line 110, scss/layout/_nav.scss */
  .nav-link:hover {
    background: #f4fbfb;
    color: #3aafa9; }
  /* line 115, scss/layout/_nav.scss */
  .nav-link.active {
    color: #3aafa9;
    font-weight: 600; }

/* line 124, scss/layout/_nav.scss */
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #e07a5f;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap; }
  /* line 139, scss/layout/_nav.scss */
  .nav-cta:hover {
    background: #c45e44;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(30, 28, 26, 0.08); }

/* line 149, scss/layout/_nav.scss */
.nav-dropdown {
  position: relative; }
  /* line 154, scss/layout/_nav.scss */
  .nav-dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent; }
  /* line 164, scss/layout/_nav.scss */
  .nav-dropdown:hover .dropdown-menu, .nav-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto; }
  /* line 172, scss/layout/_nav.scss */
  .nav-dropdown:hover .dropdown-trigger::after, .nav-dropdown.open .dropdown-trigger::after {
    transform: rotate(180deg); }

/* line 178, scss/layout/_nav.scss */
.dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer; }
  /* line 184, scss/layout/_nav.scss */
  .dropdown-trigger::after {
    content: '▾';
    font-size: 0.7em;
    margin-top: 1px;
    transition: transform 0.2s ease; }

/* line 192, scss/layout/_nav.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 220px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(30, 28, 26, 0.14);
  border: 1px solid #ece8e1;
  padding: 1rem 0.5rem 0.5rem;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 100; }
  /* line 210, scss/layout/_nav.scss */
  .dropdown-menu a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #6b6560;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.15s ease; }
    /* line 219, scss/layout/_nav.scss */
    .dropdown-menu a:hover {
      background: #f4fbfb;
      color: #3aafa9; }

/* line 229, scss/layout/_nav.scss */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0.5rem;
  background: none;
  border: none; }
  @media (max-width: 1024px) {
    /* line 229, scss/layout/_nav.scss */
    .hamburger {
      display: flex; } }
  /* line 240, scss/layout/_nav.scss */
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1e1c1a;
    border-radius: 2px;
    transition: all 0.25s ease; }
  /* line 250, scss/layout/_nav.scss */
  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px); }
  /* line 251, scss/layout/_nav.scss */
  .hamburger.open span:nth-child(2) {
    opacity: 0; }
  /* line 252, scss/layout/_nav.scss */
  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px); }

/* line 264, scss/layout/_nav.scss */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  flex-direction: column;
  padding: 5rem 1.5rem 2rem;
  overflow-y: auto; }
  /* line 274, scss/layout/_nav.scss */
  .mobile-menu.open {
    display: flex; }
  /* line 278, scss/layout/_nav.scss */
  .mobile-menu .mobile-nav-link {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.875rem;
    font-weight: 400;
    color: #1e1c1a;
    padding: 1rem 0;
    border-bottom: 1px solid #ece8e1;
    text-decoration: none;
    transition: all 0.15s ease; }
    /* line 288, scss/layout/_nav.scss */
    .mobile-menu .mobile-nav-link:hover {
      color: #3aafa9;
      padding-left: 0.75rem; }
  /* line 294, scss/layout/_nav.scss */
  .mobile-menu .mobile-nav-sub {
    font-family: "Lato", "Helvetica Neue", sans-serif;
    font-size: 1.125rem;
    color: #6b6560;
    padding: 0.75rem 1rem;
    text-decoration: none; }
    /* line 301, scss/layout/_nav.scss */
    .mobile-menu .mobile-nav-sub:hover {
      color: #3aafa9; }
  /* line 304, scss/layout/_nav.scss */
  .mobile-menu .mobile-cta {
    margin-top: 2rem;
    display: inline-block;
    background: #e07a5f;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease; }
    /* line 317, scss/layout/_nav.scss */
    .mobile-menu .mobile-cta:hover {
      background: #c45e44; }

/* line 321, scss/layout/_nav.scss */
.mobile-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.5rem;
  color: #6b6560;
  background: none;
  border: none;
  cursor: pointer; }
  /* line 331, scss/layout/_nav.scss */
  .mobile-close:hover {
    color: #1e1c1a; }

/* line 340, scss/layout/_nav.scss */
.has-fixed-nav {
  padding-top: 160px; }

/* line 347, scss/layout/_nav.scss */
.has-fixed-nav.event-detail-page,
.has-fixed-nav.hero-page {
  padding-top: 0; }

/* line 355, scss/layout/_nav.scss */
.nav-member-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem; }
  @media (max-width: 1024px) {
    /* line 355, scss/layout/_nav.scss */
    .nav-member-item {
      display: none; } }

/* line 364, scss/layout/_nav.scss */
.nav-member-greeting {
  color: #6b6560;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 500; }
  /* line 371, scss/layout/_nav.scss */
  .nav-member-greeting i {
    color: #3aafa9;
    font-size: 0.875rem; }

/* line 374, scss/layout/_nav.scss */
.nav-signout-link {
  font-size: 0.75rem;
  color: #6b6560;
  text-decoration: none;
  padding: 0.2rem 0.5rem;
  border-radius: 9999px;
  border: 1px solid #ece8e1;
  transition: all 0.15s ease;
  white-space: nowrap; }
  /* line 384, scss/layout/_nav.scss */
  .nav-signout-link:hover {
    color: #e07a5f;
    border-color: #e07a5f; }

/* line 391, scss/layout/_nav.scss */
.mobile-member-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ece8e1;
  font-size: 1.125rem;
  color: #6b6560; }
  /* line 400, scss/layout/_nav.scss */
  .mobile-member-bar i {
    color: #3aafa9; }
  /* line 402, scss/layout/_nav.scss */
  .mobile-member-bar span {
    flex: 1; }

/* line 405, scss/layout/_nav.scss */
.mobile-signout-link {
  font-size: 0.875rem;
  color: #6b6560;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  border: 1px solid #ece8e1;
  border-radius: 9999px; }
  /* line 413, scss/layout/_nav.scss */
  .mobile-signout-link:hover {
    color: #e07a5f;
    border-color: #e07a5f; }

/* line 5, scss/layout/_pub-footer.scss */
.site-footer {
  background: #1e1c1a;
  color: rgba(255, 255, 255, 0.75);
  padding: 4rem 0 0; }

/* line 12, scss/layout/_pub-footer.scss */
.footer-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem; }
  @media (max-width: 900px) {
    /* line 12, scss/layout/_pub-footer.scss */
    .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 2rem; } }
  @media (max-width: 480px) {
    /* line 12, scss/layout/_pub-footer.scss */
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem; } }

/* line 33, scss/layout/_pub-footer.scss */
.footer-col--brand .footer-logo-link {
  display: inline-block;
  margin-bottom: 1rem; }
/* line 35, scss/layout/_pub-footer.scss */
.footer-col--brand .footer-logo {
  height: 70px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85; }

/* line 44, scss/layout/_pub-footer.scss */
.footer-tagline {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.25rem; }

/* line 52, scss/layout/_pub-footer.scss */
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  /* line 60, scss/layout/_pub-footer.scss */
  .footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.65); }
  /* line 68, scss/layout/_pub-footer.scss */
  .footer-contact-list i {
    color: var(--teal, #3aafa9);
    font-size: 0.8rem;
    width: 14px;
    flex-shrink: 0; }
  /* line 75, scss/layout/_pub-footer.scss */
  .footer-contact-list a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.15s; }
    /* line 79, scss/layout/_pub-footer.scss */
    .footer-contact-list a:hover {
      color: var(--teal, #3aafa9); }

/* line 84, scss/layout/_pub-footer.scss */
.footer-social {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  gap: 0.75rem; }
  /* line 91, scss/layout/_pub-footer.scss */
  .footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.875rem;
    transition: border-color 0.15s, color 0.15s, background 0.15s; }
    /* line 104, scss/layout/_pub-footer.scss */
    .footer-social a:hover {
      border-color: var(--teal, #3aafa9);
      color: var(--teal, #3aafa9);
      background: rgba(58, 175, 169, 0.08); }

/* line 113, scss/layout/_pub-footer.scss */
.footer-col-heading {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem; }

/* line 122, scss/layout/_pub-footer.scss */
.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  /* line 130, scss/layout/_pub-footer.scss */
  .footer-nav-list a {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.15s; }
    /* line 136, scss/layout/_pub-footer.scss */
    .footer-nav-list a:hover {
      color: var(--teal, #3aafa9); }

/* line 141, scss/layout/_pub-footer.scss */
.footer-rule {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0; }

/* line 147, scss/layout/_pub-footer.scss */
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap; }

/* line 158, scss/layout/_pub-footer.scss */
.footer-copy {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 0; }

/* line 164, scss/layout/_pub-footer.scss */
.footer-links {
  font-size: 0.8125rem;
  margin: 0; }
  /* line 168, scss/layout/_pub-footer.scss */
  .footer-links a {
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: color 0.15s; }
    /* line 172, scss/layout/_pub-footer.scss */
    .footer-links a:hover {
      color: var(--teal, #3aafa9); }

/* line 177, scss/layout/_pub-footer.scss */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(30, 28, 26, 0.85);
  border: 1.5px solid rgba(58, 175, 169, 0.4);
  color: #3aafa9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 800;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease, border-color 0.2s ease;
  backdrop-filter: blur(4px); }
  /* line 201, scss/layout/_pub-footer.scss */
  .scroll-top--visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  /* line 207, scss/layout/_pub-footer.scss */
  .scroll-top:hover {
    background: rgba(58, 175, 169, 0.15);
    border-color: #3aafa9;
    color: #3aafa9; }
  /* line 213, scss/layout/_pub-footer.scss */
  .scroll-top:active {
    transform: translateY(2px); }
  /* line 217, scss/layout/_pub-footer.scss */
  .scroll-top__icon {
    width: 28px;
    height: 28px;
    transition: transform 0.6s ease; }
  /* line 224, scss/layout/_pub-footer.scss */
  .scroll-top:hover .scroll-top__icon {
    transform: rotate(180deg); }
  @media (max-width: 600px) {
    /* line 177, scss/layout/_pub-footer.scss */
    .scroll-top {
      bottom: 1.25rem;
      right: 1.25rem;
      width: 42px;
      height: 42px; }
      /* line 234, scss/layout/_pub-footer.scss */
      .scroll-top__icon {
        width: 24px;
        height: 24px; } }

/* line 6, scss/components/_hero.scss */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #1e1c1a; }
  /* line 15, scss/components/_hero.scss */
  .hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; }
    /* line 24, scss/components/_hero.scss */
    .hero__bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(30, 28, 26, 0.65) 0%, rgba(58, 175, 169, 0.25) 100%); }
  /* line 36, scss/components/_hero.scss */
  .hero__content {
    position: relative;
    z-index: 1;
    padding: 8rem 0 5rem; }
    @media (max-width: 768px) {
      /* line 36, scss/components/_hero.scss */
      .hero__content {
        padding: 6rem 0 4rem; } }
  /* line 46, scss/components/_hero.scss */
  .hero__eyebrow {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1.25rem; }
  /* line 52, scss/components/_hero.scss */
  .hero__title {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 300;
    line-height: 1.0;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin-bottom: 1.5rem; }
    /* line 61, scss/components/_hero.scss */
    .hero__title em {
      font-style: italic;
      color: rgba(255, 255, 255, 0.85); }
  /* line 67, scss/components/_hero.scss */
  .hero__tagline {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-style: italic;
    font-size: clamp(1.25rem, 2.5vw, 1.875rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
    max-width: 55ch;
    line-height: 1.35; }
  /* line 78, scss/components/_hero.scss */
  .hero__lead {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.75);
    max-width: 55ch;
    line-height: 1.75;
    margin-bottom: 2.5rem; }
  /* line 86, scss/components/_hero.scss */
  .hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center; }
  /* line 94, scss/components/_hero.scss */
  .hero__scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    z-index: 1;
    animation: scrollBounce 2s ease-in-out infinite; }

/* line 113, scss/components/_hero.scss */
.page-hero {
  position: relative;
  padding: 6rem 0 3rem;
  background: #f7f4ef;
  overflow: hidden; }
  /* line 119, scss/components/_hero.scss */
  .page-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, #e0f4f3 0%, transparent 70%);
    opacity: 0.5; }
  /* line 131, scss/components/_hero.scss */
  .page-hero__content {
    position: relative;
    z-index: 1; }
  /* line 136, scss/components/_hero.scss */
  .page-hero__eyebrow {
    margin-bottom: 0.75rem; }
  /* line 141, scss/components/_hero.scss */
  .page-hero__title {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: clamp(2.25rem, 4vw, 3.75rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #1e1c1a;
    margin-bottom: 1rem; }
  /* line 151, scss/components/_hero.scss */
  .page-hero__subtitle {
    font-size: 1.125rem;
    color: #6b6560;
    max-width: 55ch;
    line-height: 1.75; }

/* line 160, scss/components/_hero.scss */
.event-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  @media (max-width: 768px) {
    /* line 160, scss/components/_hero.scss */
    .event-hero {
      min-height: 320px; } }
  /* line 169, scss/components/_hero.scss */
  .event-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #2a8f8a; }
    /* line 176, scss/components/_hero.scss */
    .event-hero__bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(30, 28, 26, 0.85) 0%, rgba(30, 28, 26, 0.3) 50%, transparent 100%); }
  /* line 189, scss/components/_hero.scss */
  .event-hero__content {
    position: relative;
    z-index: 1;
    padding: 3rem 0;
    width: 100%; }
  /* line 196, scss/components/_hero.scss */
  .event-hero__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap; }
  /* line 204, scss/components/_hero.scss */
  .event-hero__type-badge {
    background: #e07a5f;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px; }
  /* line 215, scss/components/_hero.scss */
  .event-hero__date {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.05em; }
  /* line 222, scss/components/_hero.scss */
  .event-hero__title {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: clamp(1.875rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 1rem; }
  /* line 232, scss/components/_hero.scss */
  .event-hero__location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem; }

@keyframes scrollBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0); }
  50% {
    transform: translateX(-50%) translateY(8px); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* line 258, scss/components/_hero.scss */
.fade-in-up, .fade-in-up-delay-1, .fade-in-up-delay-2, .fade-in-up-delay-3, .fade-in-up-delay-4 {
  animation: fadeInUp 0.7s ease forwards; }

/* line 262, scss/components/_hero.scss */
.fade-in-up-delay-1 {
  animation-delay: 0.1s;
  opacity: 0;
  animation-fill-mode: forwards; }

/* line 263, scss/components/_hero.scss */
.fade-in-up-delay-2 {
  animation-delay: 0.2s;
  opacity: 0;
  animation-fill-mode: forwards; }

/* line 264, scss/components/_hero.scss */
.fade-in-up-delay-3 {
  animation-delay: 0.35s;
  opacity: 0;
  animation-fill-mode: forwards; }

/* line 265, scss/components/_hero.scss */
.fade-in-up-delay-4 {
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards; }

/* line 6, scss/components/_buttons.scss */
.btn, .btn-primary, .btn-cta, .btn-secondary, .btn-outline, .btn-outline-white, .btn-ghost, .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
  line-height: 1; }
  /* line 24, scss/components/_buttons.scss */
  .btn:hover, .btn-primary:hover, .btn-cta:hover, .btn-secondary:hover, .btn-outline:hover, .btn-outline-white:hover, .btn-ghost:hover, .btn-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(30, 28, 26, 0.08); }
  /* line 29, scss/components/_buttons.scss */
  .btn:active, .btn-primary:active, .btn-cta:active, .btn-secondary:active, .btn-outline:active, .btn-outline-white:active, .btn-ghost:active, .btn-icon:active {
    transform: translateY(0);
    box-shadow: none; }

/* line 36, scss/components/_buttons.scss */
.btn-primary {
  background: #3aafa9;
  color: #ffffff;
  border-color: #3aafa9; }
  /* line 42, scss/components/_buttons.scss */
  .btn-primary:hover {
    background: #2a8f8a;
    border-color: #2a8f8a;
    color: #ffffff; }

/* line 50, scss/components/_buttons.scss */
.btn-cta {
  background: #e07a5f;
  color: #ffffff;
  border-color: #e07a5f;
  padding: 1rem 2rem;
  font-size: 1rem; }
  /* line 58, scss/components/_buttons.scss */
  .btn-cta:hover {
    background: #c45e44;
    border-color: #c45e44;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(224, 122, 95, 0.35); }

/* line 67, scss/components/_buttons.scss */
.btn-secondary {
  background: #81b29a;
  color: #ffffff;
  border-color: #81b29a; }
  /* line 73, scss/components/_buttons.scss */
  .btn-secondary:hover {
    background: #5d8f76;
    border-color: #5d8f76;
    color: #ffffff; }

/* line 81, scss/components/_buttons.scss */
.btn-outline {
  background: transparent;
  color: #3aafa9;
  border-color: #3aafa9; }
  /* line 87, scss/components/_buttons.scss */
  .btn-outline:hover {
    background: #3aafa9;
    color: #ffffff; }

/* line 94, scss/components/_buttons.scss */
.btn-outline-white {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6); }
  /* line 100, scss/components/_buttons.scss */
  .btn-outline-white:hover {
    background: #ffffff;
    color: #3aafa9;
    border-color: #ffffff; }

/* line 108, scss/components/_buttons.scss */
.btn-ghost {
  background: transparent;
  color: #6b6560;
  border-color: #ece8e1; }
  /* line 114, scss/components/_buttons.scss */
  .btn-ghost:hover {
    background: #f7f4ef;
    border-color: #d4cfc7;
    color: #1e1c1a; }

/* line 122, scss/components/_buttons.scss */
.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.75rem; }

/* line 127, scss/components/_buttons.scss */
.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.125rem; }

/* line 132, scss/components/_buttons.scss */
.btn-xl {
  padding: 1.25rem 3rem;
  font-size: 1.25rem; }

/* line 138, scss/components/_buttons.scss */
.btn-full {
  width: 100%; }

/* line 141, scss/components/_buttons.scss */
.btn-icon {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%; }

/* line 150, scss/components/_buttons.scss */
.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #3aafa9;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.15s ease;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0; }
  /* line 165, scss/components/_buttons.scss */
  .btn-text::after {
    content: '→';
    transition: transform 0.2s ease; }
  /* line 170, scss/components/_buttons.scss */
  .btn-text:hover {
    color: #2a8f8a; }
    /* line 173, scss/components/_buttons.scss */
    .btn-text:hover::after {
      transform: translateX(4px); }

/* line 6, scss/components/_cards.scss */
.card, .event-card, .class-card, .pricing-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(30, 28, 26, 0.08);
  transition: all 0.25s ease; }
  /* line 13, scss/components/_cards.scss */
  .card:hover, .event-card:hover, .class-card:hover, .pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(30, 28, 26, 0.12); }

/* line 20, scss/components/_cards.scss */
.event-card {
  display: flex;
  flex-direction: column; }
  /* line 25, scss/components/_cards.scss */
  .event-card__image {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f7f4ef; }
    /* line 31, scss/components/_cards.scss */
    .event-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease; }
    /* line 38, scss/components/_cards.scss */
    .event-card__image:hover img {
      transform: scale(1.05); }
  /* line 41, scss/components/_cards.scss */
  .event-card__badge, .event-card__early-bird {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: #e07a5f;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px; }
  /* line 55, scss/components/_cards.scss */
  .event-card__early-bird {
    background: #c9a84c;
    top: auto;
    bottom: 0.75rem; }
  /* line 62, scss/components/_cards.scss */
  .event-card__body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column; }
  /* line 69, scss/components/_cards.scss */
  .event-card__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap; }
  /* line 77, scss/components/_cards.scss */
  .event-card__date {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3aafa9; }
  /* line 85, scss/components/_cards.scss */
  .event-card__type {
    font-size: 0.75rem;
    color: #9c9490;
    letter-spacing: 0.05em; }
  /* line 91, scss/components/_cards.scss */
  .event-card__title {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #1e1c1a;
    margin-bottom: 0.75rem;
    flex: 1; }
  /* line 102, scss/components/_cards.scss */
  .event-card__description {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  /* line 113, scss/components/_cards.scss */
  .event-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #ece8e1;
    margin-top: auto;
    gap: 1rem; }
  /* line 123, scss/components/_cards.scss */
  .event-card__price {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1e1c1a; }
    /* line 129, scss/components/_cards.scss */
    .event-card__price .was {
      font-size: 0.875rem;
      color: #9c9490;
      text-decoration: line-through;
      font-family: "Lato", "Helvetica Neue", sans-serif;
      font-weight: 400;
      margin-right: 0.25rem; }
    /* line 138, scss/components/_cards.scss */
    .event-card__price .eb {
      color: #c9a84c; }
  /* line 143, scss/components/_cards.scss */
  .event-card__location {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: #9c9490; }
    /* line 150, scss/components/_cards.scss */
    .event-card__location i {
      color: #81b29a; }

/* line 155, scss/components/_cards.scss */
.class-card {
  padding: 1.5rem;
  border: 1px solid #ece8e1;
  box-shadow: none; }
  /* line 161, scss/components/_cards.scss */
  .class-card:hover {
    border-color: #e0f4f3;
    box-shadow: 0 4px 16px rgba(30, 28, 26, 0.1); }
  /* line 166, scss/components/_cards.scss */
  .class-card__icon {
    width: 48px;
    height: 48px;
    background: #e0f4f3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #3aafa9;
    margin-bottom: 1rem; }
  /* line 179, scss/components/_cards.scss */
  .class-card__title {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1e1c1a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em; }
  /* line 188, scss/components/_cards.scss */
  .class-card__description {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    margin-bottom: 1.25rem; }
  /* line 195, scss/components/_cards.scss */
  .class-card__tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem; }
  /* line 202, scss/components/_cards.scss */
  .class-card__tag {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    background: #e8f3ed;
    color: #5d8f76; }

/* line 213, scss/components/_cards.scss */
.instructor-card {
  text-align: center; }
  /* line 216, scss/components/_cards.scss */
  .instructor-card__photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1rem;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 16px rgba(30, 28, 26, 0.1);
    background: #f7f4ef; }
    /* line 226, scss/components/_cards.scss */
    .instructor-card__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 233, scss/components/_cards.scss */
  .instructor-card__name {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1e1c1a;
    margin-bottom: 0.25rem; }
  /* line 241, scss/components/_cards.scss */
  .instructor-card__role {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #e07a5f;
    margin-bottom: 0.75rem; }
  /* line 250, scss/components/_cards.scss */
  .instructor-card__bio {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    max-width: 35ch;
    margin: 0 auto 1rem; }
  /* line 258, scss/components/_cards.scss */
  .instructor-card__links {
    display: flex;
    justify-content: center;
    gap: 0.75rem; }
    /* line 263, scss/components/_cards.scss */
    .instructor-card__links a {
      color: #9c9490;
      font-size: 1.125rem;
      transition: all 0.15s ease; }
      /* line 268, scss/components/_cards.scss */
      .instructor-card__links a:hover {
        color: #3aafa9; }

/* line 274, scss/components/_cards.scss */
.pricing-card {
  padding: 2rem;
  text-align: center;
  border: 2px solid #ece8e1;
  box-shadow: none; }
  /* line 281, scss/components/_cards.scss */
  .pricing-card.featured {
    border-color: #3aafa9;
    box-shadow: 0 0 0 4px #e0f4f3, 0 8px 24px rgba(30, 28, 26, 0.12); }
    /* line 285, scss/components/_cards.scss */
    .pricing-card.featured .pricing-card__badge {
      display: block; }
  /* line 288, scss/components/_cards.scss */
  .pricing-card__badge {
    display: none;
    background: #3aafa9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    margin: -3rem auto 1.5rem;
    width: fit-content; }
  /* line 302, scss/components/_cards.scss */
  .pricing-card__name {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1e1c1a;
    margin-bottom: 0.5rem; }
  /* line 310, scss/components/_cards.scss */
  .pricing-card__price {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 3rem;
    font-weight: 300;
    color: #1e1c1a;
    line-height: 1;
    margin: 1rem 0; }
    /* line 318, scss/components/_cards.scss */
    .pricing-card__price sup {
      font-size: 1.5rem;
      font-weight: 400;
      vertical-align: top;
      margin-top: 0.5rem; }
    /* line 325, scss/components/_cards.scss */
    .pricing-card__price sub {
      font-size: 0.875rem;
      font-family: "Lato", "Helvetica Neue", sans-serif;
      font-weight: 400;
      color: #9c9490; }
  /* line 333, scss/components/_cards.scss */
  .pricing-card__description {
    font-size: 0.875rem;
    color: #6b6560;
    margin-bottom: 1.5rem;
    line-height: 1.75; }
  /* line 340, scss/components/_cards.scss */
  .pricing-card__features {
    text-align: left;
    margin-bottom: 2rem; }
    /* line 344, scss/components/_cards.scss */
    .pricing-card__features li {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.5rem 0;
      font-size: 0.875rem;
      color: #6b6560;
      border-bottom: 1px solid #ece8e1; }
      /* line 353, scss/components/_cards.scss */
      .pricing-card__features li:last-child {
        border-bottom: none; }
      /* line 355, scss/components/_cards.scss */
      .pricing-card__features li::before {
        content: '✓';
        color: #3aafa9;
        font-weight: 700;
        flex-shrink: 0; }

/* line 366, scss/components/_cards.scss */
.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(30, 28, 26, 0.08);
  position: relative; }
  /* line 373, scss/components/_cards.scss */
  .testimonial-card::before {
    content: '\201C';
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 5rem;
    line-height: 1;
    color: #e0f4f3;
    position: absolute;
    top: 1rem;
    left: 1.5rem; }
  /* line 384, scss/components/_cards.scss */
  .testimonial-card__text {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75;
    color: #1e1c1a;
    margin-bottom: 1.5rem;
    padding-top: 2rem; }
  /* line 395, scss/components/_cards.scss */
  .testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem; }
  /* line 401, scss/components/_cards.scss */
  .testimonial-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f4ef; }
    /* line 408, scss/components/_cards.scss */
    .testimonial-card__avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 411, scss/components/_cards.scss */
  .testimonial-card__name {
    font-weight: 600;
    font-size: 0.875rem;
    color: #1e1c1a; }
  /* line 417, scss/components/_cards.scss */
  .testimonial-card__detail {
    font-size: 0.75rem;
    color: #6b6560; }

/* line 6, scss/components/_forms.scss */
.form-group {
  margin-bottom: 1.25rem; }
  /* line 9, scss/components/_forms.scss */
  .form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e1c1a;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em; }

/* line 20, scss/components/_forms.scss */
.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid #ece8e1;
  border-radius: 8px;
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: #1e1c1a;
  background: #ffffff;
  transition: all 0.15s ease;
  line-height: 1.6; }
  /* line 32, scss/components/_forms.scss */
  .form-control::placeholder {
    color: #9c9490; }
  /* line 34, scss/components/_forms.scss */
  .form-control:focus {
    outline: none;
    border-color: #3aafa9;
    box-shadow: 0 0 0 3px #e0f4f3; }
  /* line 40, scss/components/_forms.scss */
  .form-control:invalid:not(:placeholder-shown) {
    border-color: #dc2626; }

/* line 45, scss/components/_forms.scss */
textarea.form-control {
  resize: vertical;
  min-height: 120px; }

/* line 50, scss/components/_forms.scss */
select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b6560' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer; }

/* line 60, scss/components/_forms.scss */
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  margin-bottom: 0.75rem; }
  /* line 67, scss/components/_forms.scss */
  .form-check input[type="checkbox"],
  .form-check input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 1.5px solid #d4cfc7;
    border-radius: 4px;
    accent-color: #3aafa9;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px; }
  /* line 79, scss/components/_forms.scss */
  .form-check input[type="radio"] {
    border-radius: 50%; }
  /* line 83, scss/components/_forms.scss */
  .form-check .check-label {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75; }
    /* line 88, scss/components/_forms.scss */
    .form-check .check-label a {
      color: #3aafa9;
      text-decoration: underline; }
    /* line 89, scss/components/_forms.scss */
    .form-check .check-label strong {
      color: #1e1c1a; }

/* line 94, scss/components/_forms.scss */
.policy-check {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #f4fbfb;
  border: 1.5px solid #e0f4f3;
  border-radius: 12px;
  padding: 1.25rem;
  cursor: pointer;
  transition: all 0.15s ease; }
  /* line 105, scss/components/_forms.scss */
  .policy-check:has(input:checked) {
    background: #e0f4f3;
    border-color: #3aafa9; }
  /* line 110, scss/components/_forms.scss */
  .policy-check input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: #3aafa9;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px; }
  /* line 119, scss/components/_forms.scss */
  .policy-check .policy-text {
    font-size: 0.875rem;
    color: #1e1c1a;
    line-height: 1.75; }
    /* line 124, scss/components/_forms.scss */
    .policy-check .policy-text strong {
      color: #1e1c1a;
      font-weight: 700; }
    /* line 126, scss/components/_forms.scss */
    .policy-check .policy-text a {
      color: #3aafa9;
      text-decoration: underline;
      text-underline-offset: 2px; }

/* line 135, scss/components/_forms.scss */
.form-section {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  /* line 142, scss/components/_forms.scss */
  .form-section__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #ece8e1;
    background: #f7f4ef; }
    /* line 150, scss/components/_forms.scss */
    .form-section__header .section-number {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #3aafa9;
      color: #ffffff;
      font-size: 0.875rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; }
    /* line 164, scss/components/_forms.scss */
    .form-section__header h3 {
      font-family: "Lato", "Helvetica Neue", sans-serif;
      font-size: 1rem;
      font-weight: 600;
      color: #1e1c1a; }
  /* line 172, scss/components/_forms.scss */
  .form-section__body {
    padding: 1.5rem; }

/* line 178, scss/components/_forms.scss */
.input-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 640px) {
    /* line 178, scss/components/_forms.scss */
    .input-row {
      grid-template-columns: 1fr; } }

/* line 187, scss/components/_forms.scss */
.form-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1.5rem; }
  @media (max-width: 640px) {
    /* line 187, scss/components/_forms.scss */
    .form-actions {
      flex-direction: column; } }

/* line 198, scss/components/_forms.scss */
.field-error {
  font-size: 0.75rem;
  color: #dc2626;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem; }

/* line 207, scss/components/_forms.scss */
.form-error-box {
  background: #fef2f2;
  border: 1px solid #f1aaaa;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #dc2626;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start; }

/* line 220, scss/components/_forms.scss */
.form-success-box {
  background: #ecfdf5;
  border: 1px solid #6dface;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #036546;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start; }

/* line 234, scss/components/_forms.scss */
.email-capture {
  display: flex;
  gap: 0.75rem;
  max-width: 480px; }
  @media (max-width: 640px) {
    /* line 234, scss/components/_forms.scss */
    .email-capture {
      flex-direction: column; } }
  /* line 243, scss/components/_forms.scss */
  .email-capture .form-control {
    flex: 1;
    border-radius: 9999px; }
  /* line 248, scss/components/_forms.scss */
  .email-capture .btn, .email-capture .btn-primary, .email-capture .btn-cta, .email-capture .btn-secondary, .email-capture .btn-outline, .email-capture .btn-outline-white, .email-capture .btn-ghost, .email-capture .btn-icon {
    flex-shrink: 0; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-24px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-24px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(24px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes slideUp {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0); } }
@keyframes pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes shimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }
/* line 58, scss/components/_animations.scss */
.reveal, .reveal-stagger > * {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease; }
  /* line 63, scss/components/_animations.scss */
  .reveal.revealed, .reveal-stagger > .revealed {
    opacity: 1;
    transform: translateY(0); }
  /* line 68, scss/components/_animations.scss */
  .reveal--left {
    transform: translateX(-32px); }
    /* line 70, scss/components/_animations.scss */
    .reveal--left.revealed {
      transform: translateX(0); }
  /* line 73, scss/components/_animations.scss */
  .reveal--right {
    transform: translateX(32px); }
    /* line 75, scss/components/_animations.scss */
    .reveal--right.revealed {
      transform: translateX(0); }
  /* line 78, scss/components/_animations.scss */
  .reveal--scale {
    transform: scale(0.95); }
    /* line 80, scss/components/_animations.scss */
    .reveal--scale.revealed {
      transform: scale(1); }

/* line 91, scss/components/_animations.scss */
.reveal-stagger > *:nth-child(1) {
  transition-delay: 0s; }
/* line 91, scss/components/_animations.scss */
.reveal-stagger > *:nth-child(2) {
  transition-delay: 0.1s; }
/* line 91, scss/components/_animations.scss */
.reveal-stagger > *:nth-child(3) {
  transition-delay: 0.2s; }
/* line 91, scss/components/_animations.scss */
.reveal-stagger > *:nth-child(4) {
  transition-delay: 0.3s; }
/* line 91, scss/components/_animations.scss */
.reveal-stagger > *:nth-child(5) {
  transition-delay: 0.4s; }
/* line 91, scss/components/_animations.scss */
.reveal-stagger > *:nth-child(6) {
  transition-delay: 0.5s; }
/* line 91, scss/components/_animations.scss */
.reveal-stagger > *:nth-child(7) {
  transition-delay: 0.6s; }
/* line 91, scss/components/_animations.scss */
.reveal-stagger > *:nth-child(8) {
  transition-delay: 0.7s; }

/* line 98, scss/components/_animations.scss */
.hover-lift {
  transition: all 0.25s ease; }
  /* line 100, scss/components/_animations.scss */
  .hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(30, 28, 26, 0.12); }

/* line 103, scss/components/_animations.scss */
.hover-scale {
  transition: transform 0.3s ease; }
  /* line 105, scss/components/_animations.scss */
  .hover-scale:hover {
    transform: scale(1.03); }

/* line 108, scss/components/_animations.scss */
.hover-glow {
  transition: box-shadow 0.3s ease; }
  /* line 110, scss/components/_animations.scss */
  .hover-glow:hover {
    box-shadow: 0 0 20px rgba(58, 175, 169, 0.3); }

/* line 114, scss/components/_animations.scss */
.skeleton {
  background: linear-gradient(90deg, #ece8e1 25%, #d4cfc7 50%, #ece8e1 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px; }

/* line 127, scss/components/_animations.scss */
.spinner {
  width: 24px;
  height: 24px;
  border: 2.5px solid #e0f4f3;
  border-top-color: #3aafa9;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: inline-block; }

/* line 138, scss/components/_animations.scss */
.img-zoom {
  overflow: hidden; }
  /* line 141, scss/components/_animations.scss */
  .img-zoom img {
    transition: transform 0.5s ease; }
  /* line 145, scss/components/_animations.scss */
  .img-zoom:hover img {
    transform: scale(1.07); }

/* line 6, scss/utilities/_utilities.scss */
.hidden {
  display: none; }

/* line 7, scss/utilities/_utilities.scss */
.block {
  display: block; }

/* line 8, scss/utilities/_utilities.scss */
.inline-block {
  display: inline-block; }

/* line 9, scss/utilities/_utilities.scss */
.inline-flex {
  display: inline-flex; }

/* line 12, scss/utilities/_utilities.scss */
.text-left {
  text-align: left; }

/* line 13, scss/utilities/_utilities.scss */
.text-center {
  text-align: center; }

/* line 14, scss/utilities/_utilities.scss */
.text-right {
  text-align: right; }

/* line 17, scss/utilities/_utilities.scss */
.text-primary {
  color: #3aafa9; }

/* line 18, scss/utilities/_utilities.scss */
.text-secondary {
  color: #81b29a; }

/* line 19, scss/utilities/_utilities.scss */
.text-accent {
  color: #e07a5f; }

/* line 20, scss/utilities/_utilities.scss */
.text-muted {
  color: #6b6560; }

/* line 21, scss/utilities/_utilities.scss */
.text-light {
  color: #9c9490; }

/* line 22, scss/utilities/_utilities.scss */
.text-white {
  color: #ffffff; }

/* line 23, scss/utilities/_utilities.scss */
.text-gold {
  color: #c9a84c; }

/* line 26, scss/utilities/_utilities.scss */
.bg-white {
  background-color: #ffffff; }

/* line 27, scss/utilities/_utilities.scss */
.bg-cream {
  background-color: #f7f4ef; }

/* line 28, scss/utilities/_utilities.scss */
.bg-primary {
  background-color: #3aafa9; }

/* line 29, scss/utilities/_utilities.scss */
.bg-primary-light {
  background-color: #e0f4f3; }

/* line 30, scss/utilities/_utilities.scss */
.bg-secondary {
  background-color: #81b29a; }

/* line 31, scss/utilities/_utilities.scss */
.bg-accent {
  background-color: #e07a5f; }

/* line 32, scss/utilities/_utilities.scss */
.bg-dark {
  background-color: #1e1c1a; }

/* line 35, scss/utilities/_utilities.scss */
.w-full {
  width: 100%; }

/* line 36, scss/utilities/_utilities.scss */
.w-auto {
  width: auto; }

/* line 37, scss/utilities/_utilities.scss */
.max-w-prose {
  max-width: 65ch; }

/* line 40, scss/utilities/_utilities.scss */
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

/* line 41, scss/utilities/_utilities.scss */
.mt-0 {
  margin-top: 0; }

/* line 42, scss/utilities/_utilities.scss */
.mt-4 {
  margin-top: 1rem; }

/* line 43, scss/utilities/_utilities.scss */
.mt-6 {
  margin-top: 1.5rem; }

/* line 44, scss/utilities/_utilities.scss */
.mt-8 {
  margin-top: 2rem; }

/* line 45, scss/utilities/_utilities.scss */
.mt-12 {
  margin-top: 3rem; }

/* line 46, scss/utilities/_utilities.scss */
.mb-4 {
  margin-bottom: 1rem; }

/* line 47, scss/utilities/_utilities.scss */
.mb-6 {
  margin-bottom: 1.5rem; }

/* line 48, scss/utilities/_utilities.scss */
.mb-8 {
  margin-bottom: 2rem; }

/* line 49, scss/utilities/_utilities.scss */
.mb-12 {
  margin-bottom: 3rem; }

/* line 52, scss/utilities/_utilities.scss */
.p-0 {
  padding: 0; }

/* line 53, scss/utilities/_utilities.scss */
.p-4 {
  padding: 1rem; }

/* line 54, scss/utilities/_utilities.scss */
.p-6 {
  padding: 1.5rem; }

/* line 55, scss/utilities/_utilities.scss */
.p-8 {
  padding: 2rem; }

/* line 56, scss/utilities/_utilities.scss */
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

/* line 57, scss/utilities/_utilities.scss */
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

/* line 60, scss/utilities/_utilities.scss */
.rounded {
  border-radius: 8px; }

/* line 61, scss/utilities/_utilities.scss */
.rounded-lg {
  border-radius: 16px; }

/* line 62, scss/utilities/_utilities.scss */
.rounded-full {
  border-radius: 9999px; }

/* line 65, scss/utilities/_utilities.scss */
.shadow-sm {
  box-shadow: 0 2px 8px rgba(30, 28, 26, 0.08); }

/* line 66, scss/utilities/_utilities.scss */
.shadow {
  box-shadow: 0 4px 16px rgba(30, 28, 26, 0.1); }

/* line 67, scss/utilities/_utilities.scss */
.shadow-md {
  box-shadow: 0 8px 24px rgba(30, 28, 26, 0.12); }

/* line 70, scss/utilities/_utilities.scss */
.overflow-hidden {
  overflow: hidden; }

/* line 73, scss/utilities/_utilities.scss */
.relative {
  position: relative; }

/* line 74, scss/utilities/_utilities.scss */
.absolute {
  position: absolute; }

/* line 75, scss/utilities/_utilities.scss */
.sticky {
  position: sticky; }

/* line 78, scss/utilities/_utilities.scss */
.aspect-square {
  aspect-ratio: 1/1; }

/* line 79, scss/utilities/_utilities.scss */
.aspect-video {
  aspect-ratio: 16/9; }

/* line 80, scss/utilities/_utilities.scss */
.aspect-4-3 {
  aspect-ratio: 4/3; }

/* line 83, scss/utilities/_utilities.scss */
.object-cover {
  object-fit: cover; }

/* line 84, scss/utilities/_utilities.scss */
.object-contain {
  object-fit: contain; }

/* line 85, scss/utilities/_utilities.scss */
.object-center {
  object-position: center; }

/* line 88, scss/utilities/_utilities.scss */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  white-space: nowrap; }
  /* line 99, scss/utilities/_utilities.scss */
  .badge-primary {
    background: #e0f4f3;
    color: #2a8f8a; }
  /* line 100, scss/utilities/_utilities.scss */
  .badge-teal {
    background: #e0f4f3;
    color: #3aafa9; }
  /* line 101, scss/utilities/_utilities.scss */
  .badge-sage {
    background: #e8f3ed;
    color: #5d8f76; }
  /* line 102, scss/utilities/_utilities.scss */
  .badge-coral {
    background: #fdf0ec;
    color: #c45e44; }
  /* line 103, scss/utilities/_utilities.scss */
  .badge-gold {
    background: #fdf8ec;
    color: #866e29; }
  /* line 104, scss/utilities/_utilities.scss */
  .badge-success {
    background: #ecfdf5;
    color: #059669; }
  /* line 105, scss/utilities/_utilities.scss */
  .badge-warning {
    background: #fffbeb;
    color: #d97706; }
  /* line 106, scss/utilities/_utilities.scss */
  .badge-error {
    background: #fef2f2;
    color: #dc2626; }
  /* line 107, scss/utilities/_utilities.scss */
  .badge-dark {
    background: #1e1c1a;
    color: #ffffff; }

/* line 111, scss/utilities/_utilities.scss */
.sep {
  color: #9c9490;
  font-size: 0.75rem;
  margin: 0 0.25rem; }

/* line 118, scss/utilities/_utilities.scss */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b6560;
  flex-wrap: wrap;
  margin-bottom: 1.5rem; }
  /* line 127, scss/utilities/_utilities.scss */
  .breadcrumb a {
    color: #6b6560;
    text-decoration: none; }
    /* line 131, scss/utilities/_utilities.scss */
    .breadcrumb a:hover {
      color: #3aafa9; }
  /* line 134, scss/utilities/_utilities.scss */
  .breadcrumb__sep {
    color: #9c9490;
    font-size: 0.75rem; }
  /* line 139, scss/utilities/_utilities.scss */
  .breadcrumb__current {
    color: #1e1c1a;
    font-weight: 500; }

/* line 146, scss/utilities/_utilities.scss */
.alert {
  padding: 1rem 1.25rem;
  border-radius: 8px;
  font-size: 0.875rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 1.25rem; }
  /* line 155, scss/utilities/_utilities.scss */
  .alert-info {
    background: #eff6ff;
    border-left: 3px solid #3b82f6;
    color: #1d4ed8; }
  /* line 156, scss/utilities/_utilities.scss */
  .alert-success {
    background: #ecfdf5;
    border-left: 3px solid #059669;
    color: #036546; }
  /* line 157, scss/utilities/_utilities.scss */
  .alert-warning {
    background: #fffbeb;
    border-left: 3px solid #d97706;
    color: #a75c05; }
  /* line 158, scss/utilities/_utilities.scss */
  .alert-error {
    background: #fef2f2;
    border-left: 3px solid #dc2626;
    color: #dc2626; }

/* line 162, scss/utilities/_utilities.scss */
.capacity-bar {
  background: #ece8e1;
  border-radius: 9999px;
  height: 6px;
  overflow: hidden;
  margin: 0.5rem 0; }
  /* line 169, scss/utilities/_utilities.scss */
  .capacity-bar__fill {
    height: 100%;
    background: #3aafa9;
    border-radius: 9999px;
    transition: width 0.5s ease; }
    /* line 175, scss/utilities/_utilities.scss */
    .capacity-bar__fill.near-full {
      background: #d97706; }
    /* line 176, scss/utilities/_utilities.scss */
    .capacity-bar__fill.full {
      background: #dc2626; }

/* line 181, scss/utilities/_utilities.scss */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #ece8e1;
  padding: 1rem 1.5rem;
  display: none;
  z-index: 200;
  box-shadow: 0 -4px 16px rgba(30, 28, 26, 0.1); }
  @media (max-width: 768px) {
    /* line 181, scss/utilities/_utilities.scss */
    .sticky-cta {
      display: flex;
      gap: 1rem;
      align-items: center; } }
  /* line 195, scss/utilities/_utilities.scss */
  .sticky-cta__info {
    flex: 1;
    min-width: 0; }
    /* line 199, scss/utilities/_utilities.scss */
    .sticky-cta__info .price {
      font-family: "Cormorant Garamond", "Georgia", serif;
      font-size: 1.5rem;
      font-weight: 500;
      color: #1e1c1a; }
    /* line 206, scss/utilities/_utilities.scss */
    .sticky-cta__info .label {
      font-size: 0.75rem;
      color: #6b6560; }

@media (max-width: 768px) {
  /* line 214, scss/utilities/_utilities.scss */
  .hide-md {
    display: none !important; } }

@media (max-width: 640px) {
  /* line 215, scss/utilities/_utilities.scss */
  .hide-sm {
    display: none !important; } }

/* line 216, scss/utilities/_utilities.scss */
.show-md {
  display: none; }
  @media (max-width: 768px) {
    /* line 216, scss/utilities/_utilities.scss */
    .show-md {
      display: block !important; } }

/* line 217, scss/utilities/_utilities.scss */
.show-sm {
  display: none; }
  @media (max-width: 640px) {
    /* line 217, scss/utilities/_utilities.scss */
    .show-sm {
      display: block !important; } }

/* line 6, scss/pages/_event-detail.scss */
.event-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  align-items: start; }
  @media (max-width: 1024px) {
    /* line 6, scss/pages/_event-detail.scss */
    .event-layout {
      grid-template-columns: 1fr; } }

/* line 17, scss/pages/_event-detail.scss */
.event-sidebar {
  position: sticky;
  top: 100px;
  z-index: 0; }
  @media (max-width: 1024px) {
    /* line 17, scss/pages/_event-detail.scss */
    .event-sidebar {
      position: static;
      order: -1; } }

/* line 29, scss/pages/_event-detail.scss */
.ticket-box {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(30, 28, 26, 0.1);
  position: relative;
  z-index: 0; }
  /* line 38, scss/pages/_event-detail.scss */
  .ticket-box__header {
    background: #f7f4ef;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #ece8e1; }
  /* line 44, scss/pages/_event-detail.scss */
  .ticket-box__body {
    padding: 1.5rem; }
  /* line 48, scss/pages/_event-detail.scss */
  .ticket-box__footer {
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid #ece8e1; }

/* line 54, scss/pages/_event-detail.scss */
.ticket-price-display {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.875rem;
  font-weight: 400;
  color: #1e1c1a;
  line-height: 1; }
  /* line 61, scss/pages/_event-detail.scss */
  .ticket-price-display .was {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #9c9490;
    text-decoration: line-through;
    margin-left: 0.4rem; }

/* line 71, scss/pages/_event-detail.scss */
.ticket-price-sub {
  font-size: 0.8125rem;
  color: #9c9490;
  margin-top: 0.3rem; }

/* line 78, scss/pages/_event-detail.scss */
.ticket-type {
  padding: 1rem 0;
  border-bottom: 1px solid #f7f4ef; }
  /* line 82, scss/pages/_event-detail.scss */
  .ticket-type:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  /* line 87, scss/pages/_event-detail.scss */
  .ticket-type__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem; }
  /* line 94, scss/pages/_event-detail.scss */
  .ticket-type__name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1e1c1a; }
  /* line 100, scss/pages/_event-detail.scss */
  .ticket-type__price {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.375rem;
    font-weight: 500;
    color: #1e1c1a;
    white-space: nowrap; }
    /* line 107, scss/pages/_event-detail.scss */
    .ticket-type__price .was {
      font-size: 0.875rem;
      color: #9c9490;
      text-decoration: line-through;
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      margin-right: 0.25rem; }
  /* line 117, scss/pages/_event-detail.scss */
  .ticket-type__desc {
    font-size: 0.8125rem;
    color: #9c9490;
    margin-top: 0.2rem;
    line-height: 1.5; }

/* line 126, scss/pages/_event-detail.scss */
.qty-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem; }

/* line 133, scss/pages/_event-detail.scss */
.qty-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #ece8e1;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #6b6560;
  cursor: pointer;
  transition: all 0.15s ease;
  line-height: 1;
  padding: 0; }
  /* line 149, scss/pages/_event-detail.scss */
  .qty-btn:hover:not(:disabled) {
    border-color: #3aafa9;
    color: #3aafa9; }
  /* line 154, scss/pages/_event-detail.scss */
  .qty-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed; }

/* line 160, scss/pages/_event-detail.scss */
.qty-display {
  font-size: 1rem;
  font-weight: 600;
  color: #1e1c1a;
  min-width: 24px;
  text-align: center; }

/* line 168, scss/pages/_event-detail.scss */
.avail-note {
  font-size: 0.75rem;
  margin-left: auto; }
  /* line 172, scss/pages/_event-detail.scss */
  .avail-note.low {
    color: #d97706;
    font-weight: 600; }
  /* line 173, scss/pages/_event-detail.scss */
  .avail-note.gone {
    color: #dc2626;
    font-weight: 600; }
  /* line 174, scss/pages/_event-detail.scss */
  .avail-note.ok {
    color: #9c9490; }

/* line 178, scss/pages/_event-detail.scss */
.order-summary {
  background: #f7f4ef;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  display: none; }
  /* line 185, scss/pages/_event-detail.scss */
  .order-summary.visible {
    display: block; }

/* line 190, scss/pages/_event-detail.scss */
.order-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #6b6560;
  margin-bottom: 0.35rem; }
  /* line 197, scss/pages/_event-detail.scss */
  .order-line.total {
    font-weight: 700;
    color: #1e1c1a;
    font-size: 1rem;
    padding-top: 0.5rem;
    margin-top: 0.25rem;
    border-top: 1px solid #ece8e1;
    margin-bottom: 0; }

/* line 209, scss/pages/_event-detail.scss */
.credits-option {
  background: #e8f3ed;
  border: 1.5px solid #81b29a;
  border-radius: 10px;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  transition: border-color 0.15s ease; }
  /* line 221, scss/pages/_event-detail.scss */
  .credits-option:hover {
    border-color: #5d8f76; }
  /* line 225, scss/pages/_event-detail.scss */
  .credits-option input[type="checkbox"] {
    accent-color: #81b29a;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px; }
  /* line 233, scss/pages/_event-detail.scss */
  .credits-option__text {
    font-size: 0.8125rem;
    color: #1e1c1a;
    line-height: 1.5; }

/* line 240, scss/pages/_event-detail.scss */
.credits-balance {
  font-weight: 700;
  color: #5d8f76; }

/* line 246, scss/pages/_event-detail.scss */
.guest-form {
  border-top: 1px solid #ece8e1;
  padding-top: 1.25rem;
  margin-top: 0.5rem;
  display: none; }
  /* line 252, scss/pages/_event-detail.scss */
  .guest-form.visible {
    display: block; }
  /* line 256, scss/pages/_event-detail.scss */
  .guest-form .form-group {
    margin-bottom: 0.875rem; }

/* line 262, scss/pages/_event-detail.scss */
.waitlist-box {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 1.25rem; }
  /* line 268, scss/pages/_event-detail.scss */
  .waitlist-box__title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 0.4rem; }
  /* line 275, scss/pages/_event-detail.scss */
  .waitlist-box p {
    font-size: 0.8125rem;
    color: #78350f;
    line-height: 1.55;
    margin-bottom: 0.875rem; }

/* line 284, scss/pages/_event-detail.scss */
.registered-banner {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start; }
  /* line 293, scss/pages/_event-detail.scss */
  .registered-banner i {
    color: #059669;
    margin-top: 2px;
    flex-shrink: 0; }

/* line 301, scss/pages/_event-detail.scss */
.cap-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #9c9490;
  margin-top: 0.3rem; }

/* line 310, scss/pages/_event-detail.scss */
.policy-section {
  margin-bottom: 1rem; }
  /* line 313, scss/pages/_event-detail.scss */
  .policy-section__title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1e1c1a;
    margin-bottom: 0.4rem; }
  /* line 320, scss/pages/_event-detail.scss */
  .policy-section__body {
    font-size: 0.8125rem;
    color: #6b6560;
    line-height: 1.65;
    max-height: 120px;
    overflow-y: auto;
    border: 1px solid #ece8e1;
    border-radius: 8px;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background: #fdfcfa; }

/* line 335, scss/pages/_event-detail.scss */
.session-day {
  margin-bottom: 2.5rem; }
  /* line 338, scss/pages/_event-detail.scss */
  .session-day__label {
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #3aafa9;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #ece8e1;
    margin-bottom: 0.25rem; }

/* line 351, scss/pages/_event-detail.scss */
.session-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1.25rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #f7f4ef; }
  /* line 358, scss/pages/_event-detail.scss */
  .session-item:last-child {
    border-bottom: none; }

/* line 363, scss/pages/_event-detail.scss */
.session-time {
  font-size: 0.8125rem;
  color: #9c9490;
  line-height: 1.45;
  padding-top: 3px; }

/* line 370, scss/pages/_event-detail.scss */
.session-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1e1c1a;
  line-height: 1.2;
  margin-bottom: 0.3rem; }

/* line 379, scss/pages/_event-detail.scss */
.session-desc {
  font-size: 0.875rem;
  color: #6b6560;
  line-height: 1.65;
  margin-bottom: 0.5rem; }

/* line 386, scss/pages/_event-detail.scss */
.session-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center; }

/* line 393, scss/pages/_event-detail.scss */
.session-instructor {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  color: #81b29a;
  font-weight: 600; }
  /* line 401, scss/pages/_event-detail.scss */
  .session-instructor i {
    font-size: 0.7rem; }

/* line 404, scss/pages/_event-detail.scss */
.session-level {
  font-size: 0.75rem;
  color: #9c9490; }

/* line 409, scss/pages/_event-detail.scss */
.session-zoom-tag {
  font-size: 0.75rem;
  background: #e0f4f3;
  color: #2a8f8a;
  padding: 0.15rem 0.6rem;
  border-radius: 20px;
  font-weight: 600; }

/* line 418, scss/pages/_event-detail.scss */
.session-price-tag {
  font-size: 0.8125rem;
  color: #3aafa9;
  font-weight: 600; }

/* line 425, scss/pages/_event-detail.scss */
.speaker-card {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.75rem 0;
  border-bottom: 1px solid #ece8e1; }
  /* line 432, scss/pages/_event-detail.scss */
  .speaker-card:last-child {
    border-bottom: none; }

/* line 437, scss/pages/_event-detail.scss */
.speaker-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: #e8f3ed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  color: #5d8f76;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(30, 28, 26, 0.1); }
  /* line 453, scss/pages/_event-detail.scss */
  .speaker-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 460, scss/pages/_event-detail.scss */
.speaker-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #1e1c1a;
  margin-bottom: 0.15rem; }

/* line 468, scss/pages/_event-detail.scss */
.speaker-role {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e07a5f;
  margin-bottom: 0.6rem; }

/* line 477, scss/pages/_event-detail.scss */
.speaker-bio {
  font-size: 0.875rem;
  color: #6b6560;
  line-height: 1.75; }

/* line 483, scss/pages/_event-detail.scss */
.speaker-website {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: #3aafa9;
  margin-top: 0.5rem;
  text-decoration: none; }
  /* line 492, scss/pages/_event-detail.scss */
  .speaker-website:hover {
    color: #2a8f8a; }

/* line 498, scss/pages/_event-detail.scss */
.event-meta-strip {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-top: 1px solid #ece8e1;
  border-bottom: 1px solid #ece8e1;
  margin: 1.5rem 0 2.5rem; }

/* line 508, scss/pages/_event-detail.scss */
.meta-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem; }
  /* line 513, scss/pages/_event-detail.scss */
  .meta-item i {
    color: #3aafa9;
    font-size: 0.875rem;
    margin-top: 3px;
    width: 16px;
    flex-shrink: 0; }

/* line 522, scss/pages/_event-detail.scss */
.meta-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9c9490;
  margin-bottom: 0.1rem; }

/* line 531, scss/pages/_event-detail.scss */
.meta-value {
  font-size: 0.9375rem;
  color: #1e1c1a; }

/* line 537, scss/pages/_event-detail.scss */
.event-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.875rem;
  font-weight: 400;
  color: #1e1c1a;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem; }

/* line 547, scss/pages/_event-detail.scss */
.share-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem; }

/* line 555, scss/pages/_event-detail.scss */
.share-label {
  font-size: 0.75rem;
  color: #9c9490;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700; }

/* line 563, scss/pages/_event-detail.scss */
.share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ece8e1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6560;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease; }
  /* line 576, scss/pages/_event-detail.scss */
  .share-btn:hover {
    background: #3aafa9;
    border-color: #3aafa9;
    color: #ffffff; }

/* line 586, scss/pages/_event-detail.scss */
.event-hero {
  position: relative;
  z-index: 0; }

/* line 601, scss/pages/_event-detail.scss */
.event-detail-page .event-hero {
  align-items: flex-start;
  min-height: 340px; }
  @media (max-width: 768px) {
    /* line 601, scss/pages/_event-detail.scss */
    .event-detail-page .event-hero {
      min-height: 500px; } }

/* line 611, scss/pages/_event-detail.scss */
.event-detail-page .event-hero__content {
  padding-top: 170px;
  padding-bottom: 0.5rem; }

@media (max-width: 768px) {
  /* line 618, scss/pages/_event-detail.scss */
  .event-detail-page .event-hero__content {
    padding-top: 255px;
    padding-bottom: 1rem; } }
/* line 625, scss/pages/_event-detail.scss */
.event-detail-page .event-hero .breadcrumb a,
.event-detail-page .event-hero .breadcrumb .breadcrumb__sep,
.event-detail-page .event-hero .breadcrumb .breadcrumb__current {
  color: rgba(255, 255, 255, 0.85); }

/* line 631, scss/pages/_event-detail.scss */
.event-detail-page .event-hero .breadcrumb a:hover {
  color: #ffffff; }

/* line 635, scss/pages/_event-detail.scss */
.event-detail-page .event-hero__date {
  color: rgba(255, 255, 255, 0.85); }

/* line 639, scss/pages/_event-detail.scss */
.event-detail-page .event-hero__location {
  color: rgba(255, 255, 255, 0.85); }

@media (max-width: 768px) {
  /* line 645, scss/pages/_event-detail.scss */
  .event-detail-page .event-hero .breadcrumb {
    display: none; } }
/* line 654, scss/pages/_event-detail.scss */
.member-signin-prompt {
  background: #e0f4f3;
  border: 1.5px solid #3aafa9;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  transition: all 0.2s ease; }
  /* line 663, scss/pages/_event-detail.scss */
  .member-signin-prompt.guest-confirmed {
    background: #f7f4ef;
    border-color: #ece8e1; }
  /* line 669, scss/pages/_event-detail.scss */
  .member-signin-prompt.prompt-attention {
    animation: promptPulse 0.5s ease; }

@keyframes promptPulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.02);
    border-color: #e07a5f; } }
/* line 679, scss/pages/_event-detail.scss */
.member-prompt-question {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1e1c1a;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem; }
  /* line 688, scss/pages/_event-detail.scss */
  .member-prompt-question i {
    color: #3aafa9; }

/* line 691, scss/pages/_event-detail.scss */
.member-prompt-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap; }

/* line 698, scss/pages/_event-detail.scss */
.guest-fields {
  display: none;
  padding-top: 1rem;
  border-top: 1px solid #ece8e1;
  margin-top: 0.5rem; }
  /* line 704, scss/pages/_event-detail.scss */
  .guest-fields.visible {
    display: block; }
  /* line 708, scss/pages/_event-detail.scss */
  .guest-fields .form-group {
    margin-bottom: 0.875rem; }

/* line 714, scss/pages/_event-detail.scss */
.credits-line {
  color: #5d8f76; }

/* line 721, scss/pages/_event-detail.scss */
.member-found-msg {
  background: #e0f4f3;
  border: 1.5px solid #3aafa9;
  border-radius: 8px;
  padding: 0.75rem 0.875rem;
  font-size: 0.8125rem;
  color: #1e1c1a;
  line-height: 1.65;
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem; }
  /* line 735, scss/pages/_event-detail.scss */
  .member-found-msg.prompt-attention {
    animation: promptPulse 0.5s ease; }
  /* line 739, scss/pages/_event-detail.scss */
  .member-found-msg i {
    color: #3aafa9;
    margin-top: 3px;
    flex-shrink: 0; }
  /* line 741, scss/pages/_event-detail.scss */
  .member-found-msg strong {
    color: #2a8f8a; }
  /* line 743, scss/pages/_event-detail.scss */
  .member-found-msg a {
    font-weight: 600; }

/* line 751, scss/pages/_event-detail.scss */
.event-anchor-image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 4px 24px rgba(30, 28, 26, 0.1); }
  /* line 757, scss/pages/_event-detail.scss */
  .event-anchor-image img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 480px;
    object-fit: cover; }

/* line 767, scss/pages/_event-detail.scss */
.bio-preview {
  display: inline; }

/* line 768, scss/pages/_event-detail.scss */
.bio-full {
  display: none; }

/* line 770, scss/pages/_event-detail.scss */
.btn-text {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #3aafa9;
  margin-left: 0.35rem;
  text-decoration: underline;
  text-underline-offset: 2px; }
  /* line 782, scss/pages/_event-detail.scss */
  .btn-text:hover {
    color: #2a8f8a; }

/* line 786, scss/pages/_event-detail.scss */
.speaker-card--host {
  background: #f0faf5;
  border-color: #c5ddd5; }
  /* line 790, scss/pages/_event-detail.scss */
  .speaker-card--host .speaker-role {
    color: #2e9e68;
    font-weight: 600; }

/* line 796, scss/pages/_event-detail.scss */
.bio-expand-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #3aafa9;
  margin-left: 0.35rem;
  text-decoration: underline;
  text-underline-offset: 2px; }
  /* line 808, scss/pages/_event-detail.scss */
  .bio-expand-btn:hover {
    color: #2a8f8a; }

/* line 812, scss/pages/_event-detail.scss */
.speaker-qualifications {
  font-size: 0.8125rem;
  color: #9c9490;
  font-style: italic;
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem; }
  /* line 821, scss/pages/_event-detail.scss */
  .speaker-qualifications i {
    color: #c9a84c;
    font-size: 0.75rem;
    margin-top: 2px;
    flex-shrink: 0; }

/* line 825, scss/pages/_event-detail.scss */
.add-to-cal-section {
  margin-bottom: 1rem; }

/* line 827, scss/pages/_event-detail.scss */
.add-to-cal-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem; }

/* line 834, scss/pages/_event-detail.scss */
.add-to-cal-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem; }

/* line 844, scss/pages/_event-detail.scss */
.policy-summary {
  border: 1px solid #ece8e1;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem; }
  /* line 850, scss/pages/_event-detail.scss */
  .policy-summary__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    background: #f7f4ef;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e1c1a;
    text-align: left;
    transition: background 0.15s ease; }
    /* line 865, scss/pages/_event-detail.scss */
    .policy-summary__toggle i:first-child {
      color: #3aafa9; }
    /* line 867, scss/pages/_event-detail.scss */
    .policy-summary__toggle .policy-chevron {
      margin-left: auto;
      color: #9c9490;
      font-size: 0.75rem;
      transition: transform 0.2s ease; }
    /* line 874, scss/pages/_event-detail.scss */
    .policy-summary__toggle:hover {
      background: #ece8e1; }
  /* line 877, scss/pages/_event-detail.scss */
  .policy-summary__body {
    display: none;
    padding: 1rem;
    font-size: 0.8125rem;
    color: #6b6560;
    line-height: 1.7;
    border-top: 1px solid #ece8e1; }
    /* line 885, scss/pages/_event-detail.scss */
    .policy-summary__body.visible {
      display: block; }

/* line 893, scss/pages/_event-detail.scss */
.guest-waiver {
  display: none;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ece8e1; }
  /* line 899, scss/pages/_event-detail.scss */
  .guest-waiver.visible {
    display: block; }
  /* line 902, scss/pages/_event-detail.scss */
  .guest-waiver.prompt-attention {
    animation: promptPulse 0.5s ease; }
  /* line 906, scss/pages/_event-detail.scss */
  .guest-waiver__intro {
    font-size: 0.8125rem;
    color: #6b6560;
    line-height: 1.65;
    margin-bottom: 0.875rem;
    font-style: italic; }
  /* line 914, scss/pages/_event-detail.scss */
  .guest-waiver__body {
    font-size: 0.75rem;
    color: #6b6560;
    line-height: 1.7;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #ece8e1;
    border-radius: 8px;
    padding: 0.875rem;
    background: #fdfcfa;
    margin-bottom: 0.875rem;
    white-space: pre-wrap;
    cursor: text;
    box-shadow: inset 0 -12px 12px -12px rgba(30, 28, 26, 0.06); }
    /* line 931, scss/pages/_event-detail.scss */
    .guest-waiver__body:focus {
      outline: 2px solid #3aafa9;
      outline-offset: 2px; }
  /* line 937, scss/pages/_event-detail.scss */
  .guest-waiver__check {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    cursor: pointer;
    font-size: 0.8125rem;
    color: #1e1c1a;
    line-height: 1.5; }
    /* line 946, scss/pages/_event-detail.scss */
    .guest-waiver__check input[type="checkbox"] {
      accent-color: #3aafa9;
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      margin-top: 2px;
      cursor: pointer; }

/* line 960, scss/pages/_event-detail.scss */
.urgency-banner {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border: 1.5px solid #fed7aa;
  border-radius: 10px;
  padding: 0.875rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #92400e;
  margin-bottom: 1.5rem;
  animation: urgencyPulse 2s ease-in-out infinite; }
  /* line 974, scss/pages/_event-detail.scss */
  .urgency-banner i {
    color: #f97316; }

@keyframes urgencyPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0); }
  50% {
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.15); } }
/* line 985, scss/pages/_event-detail.scss */
.event-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem; }
  @media (max-width: 640px) {
    /* line 985, scss/pages/_event-detail.scss */
    .event-gallery {
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
      gap: 0.5rem; } }

/* line 997, scss/pages/_event-detail.scss */
.gallery-thumb {
  border-radius: 10px;
  overflow: visible;
  border: 1px solid #ece8e1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column; }
  /* line 1009, scss/pages/_event-detail.scss */
  .gallery-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 28, 26, 0.15); }
  /* line 1014, scss/pages/_event-detail.scss */
  .gallery-thumb:focus {
    outline: 2px solid #3aafa9;
    outline-offset: 2px; }
  /* line 1020, scss/pages/_event-detail.scss */
  .gallery-thumb .gallery-thumb__img-wrap {
    border-radius: 9px 9px 0 0;
    overflow: hidden;
    flex-shrink: 0; }
  /* line 1026, scss/pages/_event-detail.scss */
  .gallery-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease; }
  /* line 1034, scss/pages/_event-detail.scss */
  .gallery-thumb:hover img {
    transform: scale(1.04); }
  /* line 1038, scss/pages/_event-detail.scss */
  .gallery-thumb__caption {
    font-size: 0.75rem;
    color: #6b6560;
    padding: 0.4rem 0.625rem;
    background: #ffffff;
    border-radius: 0 0 9px 9px;
    line-height: 1.4;
    text-align: center;
    border-top: 1px solid #f7f4ef; }

/* line 1051, scss/pages/_event-detail.scss */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.95);
  z-index: 10000;
  align-items: center;
  justify-content: center; }
  /* line 1060, scss/pages/_event-detail.scss */
  .lightbox.open {
    display: flex; }

/* line 1064, scss/pages/_event-detail.scss */
.lightbox__close {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
  z-index: 10001;
  line-height: 1; }
  /* line 1083, scss/pages/_event-detail.scss */
  .lightbox__close:hover {
    background: rgba(255, 255, 255, 0.3); }

/* line 1087, scss/pages/_event-detail.scss */
.lightbox__prev,
.lightbox__next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, transform 0.15s ease;
  z-index: 10001; }
  /* line 1106, scss/pages/_event-detail.scss */
  .lightbox__prev i,
  .lightbox__next i {
    font-size: 1.125rem; }
  /* line 1108, scss/pages/_event-detail.scss */
  .lightbox__prev:hover,
  .lightbox__next:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%) scale(1.08); }
  @media (max-width: 640px) {
    /* line 1087, scss/pages/_event-detail.scss */
    .lightbox__prev,
    .lightbox__next {
      width: 40px;
      height: 40px; }
      /* line 1116, scss/pages/_event-detail.scss */
      .lightbox__prev i,
      .lightbox__next i {
        font-size: 0.9rem; } }

/* line 1120, scss/pages/_event-detail.scss */
.lightbox__prev {
  left: 1rem; }
  @media (max-width: 640px) {
    /* line 1120, scss/pages/_event-detail.scss */
    .lightbox__prev {
      left: 0.5rem; } }

/* line 1125, scss/pages/_event-detail.scss */
.lightbox__next {
  right: 1rem; }
  @media (max-width: 640px) {
    /* line 1125, scss/pages/_event-detail.scss */
    .lightbox__next {
      right: 0.5rem; } }

/* line 1130, scss/pages/_event-detail.scss */
.lightbox__inner {
  position: relative;
  max-width: calc(100vw - 140px);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 640px) {
    /* line 1130, scss/pages/_event-detail.scss */
    .lightbox__inner {
      max-width: calc(100vw - 100px); } }

/* line 1143, scss/pages/_event-detail.scss */
.lightbox__img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
  display: block;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.5); }

/* line 1152, scss/pages/_event-detail.scss */
.lightbox__caption {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  margin-top: 1rem;
  text-align: center;
  max-width: 60ch;
  line-height: 1.5; }

/* line 1163, scss/pages/_event-detail.scss */
.lightbox__counter {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
  margin-top: 0.375rem;
  text-align: center;
  letter-spacing: 0.1em; }

/* line 1174, scss/pages/_event-detail.scss */
.faq-list {
  border: 1px solid #ece8e1;
  border-radius: 12px;
  overflow: hidden; }

/* line 1180, scss/pages/_event-detail.scss */
.faq-item {
  border-bottom: 1px solid #ece8e1; }
  /* line 1183, scss/pages/_event-detail.scss */
  .faq-item:last-child {
    border-bottom: none; }
  /* line 1185, scss/pages/_event-detail.scss */
  .faq-item__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.125rem 1.25rem;
    background: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1e1c1a;
    text-align: left;
    transition: background 0.15s ease; }
    /* line 1201, scss/pages/_event-detail.scss */
    .faq-item__question:hover {
      background: #fdfcfa; }
    /* line 1203, scss/pages/_event-detail.scss */
    .faq-item__question .faq-chevron {
      color: #9c9490;
      font-size: 0.75rem;
      flex-shrink: 0;
      transition: transform 0.2s ease; }
  /* line 1211, scss/pages/_event-detail.scss */
  .faq-item__answer {
    display: none;
    background: #fdfcfa;
    border-top: 1px solid #f7f4ef; }
    /* line 1216, scss/pages/_event-detail.scss */
    .faq-item__answer.open {
      display: block; }
    /* line 1218, scss/pages/_event-detail.scss */
    .faq-item__answer-inner {
      padding: 1rem 1.25rem 1.25rem;
      font-size: 0.9375rem;
      color: #6b6560;
      line-height: 1.75; }

/* line 1230, scss/pages/_event-detail.scss */
.related-events-section {
  background: #f7f4ef;
  padding: 3rem 0;
  margin-top: 0;
  border-top: 1px solid #ece8e1; }

/* line 1237, scss/pages/_event-detail.scss */
.related-events__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.875rem;
  font-weight: 400;
  color: #1e1c1a;
  letter-spacing: -0.02em;
  margin-bottom: 1.75rem; }

/* line 1246, scss/pages/_event-detail.scss */
.related-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 768px) {
    /* line 1246, scss/pages/_event-detail.scss */
    .related-events-grid {
      grid-template-columns: 1fr;
      gap: 1rem; } }

/* line 1257, scss/pages/_event-detail.scss */
.related-event-card {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  /* line 1266, scss/pages/_event-detail.scss */
  .related-event-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(30, 28, 26, 0.1); }
  /* line 1271, scss/pages/_event-detail.scss */
  .related-event-card__img-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8f3ed; }
    /* line 1276, scss/pages/_event-detail.scss */
    .related-event-card__img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease; }
    /* line 1283, scss/pages/_event-detail.scss */
    .related-event-card__img-wrap:hover img {
      transform: scale(1.04); }
  /* line 1286, scss/pages/_event-detail.scss */
  .related-event-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 1293, scss/pages/_event-detail.scss */
    .related-event-card__placeholder i {
      font-size: 2rem;
      color: #81b29a;
      opacity: 0.5; }
  /* line 1296, scss/pages/_event-detail.scss */
  .related-event-card__body {
    padding: 1rem; }
  /* line 1300, scss/pages/_event-detail.scss */
  .related-event-card__date {
    font-size: 0.75rem;
    color: #9c9490;
    margin-bottom: 0.375rem;
    letter-spacing: 0.03em; }
  /* line 1307, scss/pages/_event-detail.scss */
  .related-event-card__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #1e1c1a;
    line-height: 1.3;
    margin-bottom: 0.375rem; }
  /* line 1316, scss/pages/_event-detail.scss */
  .related-event-card__price {
    font-size: 0.875rem;
    color: #3aafa9;
    font-weight: 600; }

/* line 1324, scss/pages/_event-detail.scss */
.claim-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid #ece8e1;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 4px 24px rgba(30, 28, 26, 0.08); }
  /* line 1332, scss/pages/_event-detail.scss */
  .claim-card--success {
    border-color: #a7d7bc;
    background: #f0faf5; }
  /* line 1333, scss/pages/_event-detail.scss */
  .claim-card--error {
    border-color: #f5c5c5;
    background: #fff5f5; }
  /* line 1334, scss/pages/_event-detail.scss */
  .claim-card--warning {
    border-color: #f5c842;
    background: #fffbf0; }

/* line 1337, scss/pages/_event-detail.scss */
.claim-icon {
  font-size: 3rem;
  margin-bottom: 1.25rem;
  display: block; }
  /* line 1342, scss/pages/_event-detail.scss */
  .claim-icon--success {
    color: #2e9e68; }
  /* line 1343, scss/pages/_event-detail.scss */
  .claim-icon--error {
    color: #c62828; }
  /* line 1344, scss/pages/_event-detail.scss */
  .claim-icon--warning {
    color: #c49a06; }

/* line 1347, scss/pages/_event-detail.scss */
.claim-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1e1c1a;
  margin-bottom: 1rem; }

/* line 1355, scss/pages/_event-detail.scss */
.claim-body {
  font-size: 1rem;
  color: #6b6560;
  line-height: 1.7;
  margin-bottom: 1rem;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto; }

/* line 1366, scss/pages/_event-detail.scss */
.refund-note {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  color: #6b6560;
  margin-top: 0.5rem; }
  /* line 1374, scss/pages/_event-detail.scss */
  .refund-note i {
    color: #3aafa9;
    font-size: 0.75rem; }
  /* line 1376, scss/pages/_event-detail.scss */
  .refund-note--none {
    color: #c62828;
    font-weight: 600; }
    /* line 1380, scss/pages/_event-detail.scss */
    .refund-note--none i {
      color: #c62828; }

/* line 1385, scss/pages/_event-detail.scss */
.ticket-tier-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin: 1rem 0 0.4rem; }
  /* line 1396, scss/pages/_event-detail.scss */
  .ticket-tier-label i {
    color: var(--teal);
    font-size: 0.75rem; }
  /* line 1398, scss/pages/_event-detail.scss */
  .ticket-tier-label:first-child {
    margin-top: 0; }

/* line 1402, scss/pages/_event-detail.scss */
.ticket-type--daypass {
  border-left: 3px solid #3aafa9;
  background: #f0faf5; }

/* line 6, scss/pages/_confirmation.scss */
.confirm-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 1.5rem; }

/* line 13, scss/pages/_confirmation.scss */
.confirm-heading {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0.5rem; }

/* line 21, scss/pages/_confirmation.scss */
.confirm-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ecfdf5;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 31, scss/pages/_confirmation.scss */
  .confirm-icon i {
    color: #059669;
    font-size: 1.375rem; }

/* line 38, scss/pages/_confirmation.scss */
.confirm-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 400;
  color: #1e1c1a;
  margin-bottom: 0;
  line-height: 1.2; }

/* line 47, scss/pages/_confirmation.scss */
.confirm-sub {
  color: #6b6560;
  font-size: 1.0625rem;
  margin-bottom: 2rem;
  line-height: 1.6; }

/* line 55, scss/pages/_confirmation.scss */
.ticket-card {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(30, 28, 26, 0.08);
  margin-bottom: 1.5rem; }
  /* line 63, scss/pages/_confirmation.scss */
  .ticket-card__header {
    background: #1e1c1a;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem; }
  /* line 72, scss/pages/_confirmation.scss */
  .ticket-card__event {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3; }
  /* line 80, scss/pages/_confirmation.scss */
  .ticket-card__id {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Lato', sans-serif;
    white-space: nowrap;
    flex-shrink: 0; }
  /* line 88, scss/pages/_confirmation.scss */
  .ticket-card__body {
    padding: 0.5rem 1.5rem 1.5rem; }

/* line 94, scss/pages/_confirmation.scss */
.ticket-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid #f7f4ef;
  font-size: 0.9375rem; }
  /* line 102, scss/pages/_confirmation.scss */
  .ticket-row:last-child {
    border-bottom: none; }
  /* line 106, scss/pages/_confirmation.scss */
  .ticket-row i {
    color: #3aafa9;
    width: 18px;
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 0.875rem; }
  /* line 114, scss/pages/_confirmation.scss */
  .ticket-row__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9c9490;
    margin-bottom: 0.2rem; }
  /* line 123, scss/pages/_confirmation.scss */
  .ticket-row__value {
    color: #1e1c1a;
    line-height: 1.5; }

/* line 130, scss/pages/_confirmation.scss */
.paypal-ref {
  font-size: 0.8125rem;
  color: #9c9490; }

/* line 136, scss/pages/_confirmation.scss */
.session-list {
  margin-top: 0.35rem; }
  /* line 139, scss/pages/_confirmation.scss */
  .session-list__item {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    font-size: 0.875rem;
    color: #6b6560;
    padding: 0.3rem 0; }
  /* line 148, scss/pages/_confirmation.scss */
  .session-list__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3aafa9;
    flex-shrink: 0;
    margin-top: 6px; }

/* line 159, scss/pages/_confirmation.scss */
.upsell-card {
  background: #e0f4f3;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem; }
  /* line 165, scss/pages/_confirmation.scss */
  .upsell-card p {
    color: #1e1c1a;
    line-height: 1.65;
    margin-bottom: 0; }

/* line 172, scss/pages/_confirmation.scss */
.upsell-heading {
  color: #2a8f8a; }

/* line 176, scss/pages/_confirmation.scss */
.upsell-btn {
  margin-top: 0.875rem;
  display: inline-flex; }

/* line 182, scss/pages/_confirmation.scss */
.confirm-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap; }
  @media (max-width: 640px) {
    /* line 182, scss/pages/_confirmation.scss */
    .confirm-actions {
      flex-direction: column; } }

/* line 193, scss/pages/_confirmation.scss */
.confirmation-page .link-primary {
  color: #3aafa9;
  font-size: 0.875rem;
  text-decoration: none; }
  /* line 198, scss/pages/_confirmation.scss */
  .confirmation-page .link-primary:hover {
    color: #2a8f8a;
    text-decoration: underline; }

/* line 205, scss/pages/_confirmation.scss */
.signout-prompt {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #f7f4ef;
  border: 1px solid #ece8e1;
  border-radius: 10px;
  padding: 0.875rem 1rem;
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  color: #6b6560;
  line-height: 1.6; }
  /* line 218, scss/pages/_confirmation.scss */
  .signout-prompt i {
    color: #9c9490;
    margin-top: 2px;
    flex-shrink: 0; }
  /* line 224, scss/pages/_confirmation.scss */
  .signout-prompt strong {
    color: #1e1c1a; }

/* line 6, scss/pages/_events-listing.scss */
.events-listing-hero {
  background: linear-gradient(135deg, rgba(58, 175, 169, 0.12) 0%, rgba(232, 243, 237, 0.6) 45%, #fdfcfa 100%) !important; }
  /* line 15, scss/pages/_events-listing.scss */
  .events-listing-hero .page-hero__subtitle {
    max-width: 55ch; }

/* line 21, scss/pages/_events-listing.scss */
.events-listing-page .events-listing-hero {
  padding-top: 2rem !important;
  padding-bottom: 2.5rem !important; }
  @media (max-width: 768px) {
    /* line 21, scss/pages/_events-listing.scss */
    .events-listing-page .events-listing-hero {
      padding-top: 1.5rem !important;
      padding-bottom: 2rem !important; } }

/* line 34, scss/pages/_events-listing.scss */
.events-filter-bar {
  background: #ffffff;
  border-bottom: 1px solid #ece8e1;
  position: sticky;
  top: 160px;
  z-index: 10; }
  @media (max-width: 768px) {
    /* line 34, scss/pages/_events-listing.scss */
    .events-filter-bar {
      top: 0;
      position: static; } }

/* line 47, scss/pages/_events-listing.scss */
.events-filter-bar__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 0;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    /* line 47, scss/pages/_events-listing.scss */
    .events-filter-bar__inner {
      gap: 0.5rem;
      padding: 0.75rem 0; } }

/* line 60, scss/pages/_events-listing.scss */
.filter-group {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: wrap; }
  /* line 67, scss/pages/_events-listing.scss */
  .filter-group + .filter-group {
    padding-left: 1rem;
    border-left: 1px solid #ece8e1; }
    @media (max-width: 768px) {
      /* line 67, scss/pages/_events-listing.scss */
      .filter-group + .filter-group {
        padding-left: 0;
        border-left: none; } }

/* line 78, scss/pages/_events-listing.scss */
.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.875rem;
  border-radius: 99px;
  border: 1.5px solid #ece8e1;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #6b6560;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease;
  background: #ffffff; }
  /* line 93, scss/pages/_events-listing.scss */
  .filter-pill:hover {
    border-color: #3aafa9;
    color: #3aafa9; }
  /* line 98, scss/pages/_events-listing.scss */
  .filter-pill.active {
    background: #3aafa9;
    border-color: #3aafa9;
    color: #ffffff;
    font-weight: 600; }
  /* line 105, scss/pages/_events-listing.scss */
  .filter-pill i {
    font-size: 0.75rem; }

/* line 109, scss/pages/_events-listing.scss */
.events-result-count {
  font-size: 0.875rem;
  color: #9c9490;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em; }

/* line 117, scss/pages/_events-listing.scss */
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem; }
  @media (max-width: 1024px) {
    /* line 117, scss/pages/_events-listing.scss */
    .events-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem; } }
  @media (max-width: 640px) {
    /* line 117, scss/pages/_events-listing.scss */
    .events-grid {
      grid-template-columns: 1fr;
      gap: 1.25rem; } }

/* line 134, scss/pages/_events-listing.scss */
.event-card {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  /* line 143, scss/pages/_events-listing.scss */
  .event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(30, 28, 26, 0.12); }
  /* line 149, scss/pages/_events-listing.scss */
  .event-card--past {
    opacity: 0.75; }
    /* line 152, scss/pages/_events-listing.scss */
    .event-card--past:hover {
      opacity: 1; }

/* line 157, scss/pages/_events-listing.scss */
.event-card__img-wrap {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8f3ed;
  flex-shrink: 0; }

/* line 166, scss/pages/_events-listing.scss */
.event-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease; }
  /* line 172, scss/pages/_events-listing.scss */
  .event-card:hover .event-card__img {
    transform: scale(1.04); }

/* line 177, scss/pages/_events-listing.scss */
.event-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 184, scss/pages/_events-listing.scss */
  .event-card__img-placeholder i {
    font-size: 3rem;
    color: #81b29a;
    opacity: 0.5; }

/* line 192, scss/pages/_events-listing.scss */
.event-card__badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap; }

/* line 202, scss/pages/_events-listing.scss */
.event-card__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1; }

/* line 210, scss/pages/_events-listing.scss */
.event-card__meta {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.5rem; }

/* line 217, scss/pages/_events-listing.scss */
.event-card__type {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e07a5f; }

/* line 225, scss/pages/_events-listing.scss */
.event-card__meta-sep {
  color: #d4cfc7;
  font-size: 0.75rem; }

/* line 230, scss/pages/_events-listing.scss */
.event-card__date {
  font-size: 0.8125rem;
  color: #9c9490; }

/* line 236, scss/pages/_events-listing.scss */
.event-card__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1e1c1a;
  margin-bottom: 0.5rem; }
  /* line 245, scss/pages/_events-listing.scss */
  .event-card__title a {
    color: inherit;
    text-decoration: none; }
    /* line 249, scss/pages/_events-listing.scss */
    .event-card__title a:hover {
      color: #3aafa9; }

/* line 254, scss/pages/_events-listing.scss */
.event-card__excerpt {
  font-size: 0.875rem;
  color: #6b6560;
  line-height: 1.65;
  margin-bottom: 0.875rem;
  flex: 1; }

/* line 263, scss/pages/_events-listing.scss */
.event-card__location {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.8125rem;
  color: #9c9490;
  margin-bottom: 1rem; }
  /* line 271, scss/pages/_events-listing.scss */
  .event-card__location i {
    color: #3aafa9;
    font-size: 0.75rem;
    margin-top: 2px;
    flex-shrink: 0; }

/* line 280, scss/pages/_events-listing.scss */
.event-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.875rem;
  border-top: 1px solid #f7f4ef; }

/* line 291, scss/pages/_events-listing.scss */
.event-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  flex-wrap: wrap; }

/* line 298, scss/pages/_events-listing.scss */
.price-free {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #81b29a; }

/* line 305, scss/pages/_events-listing.scss */
.price-current {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1e1c1a; }

/* line 312, scss/pages/_events-listing.scss */
.price-was {
  font-size: 0.8125rem;
  color: #9c9490;
  text-decoration: line-through;
  font-family: 'Lato', sans-serif; }

/* line 319, scss/pages/_events-listing.scss */
.price-eb-label {
  font-size: 0.75rem;
  color: #c9a84c;
  font-weight: 600; }

/* line 325, scss/pages/_events-listing.scss */
.price-sessions {
  font-size: 0.75rem;
  color: #9c9490; }

/* line 331, scss/pages/_events-listing.scss */
.event-card__cap-bar {
  height: 3px;
  background: #f7f4ef;
  border-radius: 2px;
  margin-top: 0.875rem;
  overflow: hidden; }

/* line 339, scss/pages/_events-listing.scss */
.event-card__cap-fill {
  height: 100%;
  border-radius: 2px;
  background: #3aafa9;
  transition: width 0.4s ease; }
  /* line 345, scss/pages/_events-listing.scss */
  .event-card__cap-fill.near-full {
    background: #d97706; }
  /* line 346, scss/pages/_events-listing.scss */
  .event-card__cap-fill.full {
    background: #dc2626; }

/* line 350, scss/pages/_events-listing.scss */
.badge-dark {
  background: rgba(30, 28, 26, 0.85);
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 99px; }

/* line 361, scss/pages/_events-listing.scss */
.badge-urgent {
  background: #d97706;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 99px; }

/* line 373, scss/pages/_events-listing.scss */
.events-empty {
  text-align: center;
  padding: 5rem 1rem;
  color: #9c9490; }
  /* line 378, scss/pages/_events-listing.scss */
  .events-empty i {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
    color: #d4cfc7; }
  /* line 385, scss/pages/_events-listing.scss */
  .events-empty h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.875rem;
    font-weight: 400;
    color: #1e1c1a;
    margin-bottom: 0.75rem; }
  /* line 393, scss/pages/_events-listing.scss */
  .events-empty p {
    font-size: 1rem;
    color: #9c9490;
    margin-bottom: 1.5rem; }

/* line 4, scss/pages/_home.scss */
.has-fixed-nav [id] {
  scroll-margin-top: 88px; }

/* line 17, scss/pages/_home.scss */
.home-hero {
  align-items: flex-start; }
  /* line 20, scss/pages/_home.scss */
  .home-hero .hero__content {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 768px) {
      /* line 20, scss/pages/_home.scss */
      .home-hero .hero__content {
        padding-top: 3rem; } }

/* line 36, scss/pages/_home.scss */
.home-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: heroFade 45s infinite; }
  /* line 45, scss/pages/_home.scss */
  .home-hero__slide--1 {
    animation-delay: 0s; }
  /* line 46, scss/pages/_home.scss */
  .home-hero__slide--2 {
    animation-delay: 15s; }
  /* line 47, scss/pages/_home.scss */
  .home-hero__slide--3 {
    animation-delay: 30s; }

@keyframes heroFade {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  28% {
    opacity: 1; }
  33% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/* line 70, scss/pages/_home.scss */
.home-intro__text h2 {
  margin-bottom: 1.5rem; }

/* line 73, scss/pages/_home.scss */
.home-intro__body {
  font-size: 1.125rem;
  color: #6b6560;
  line-height: 1.75;
  margin-bottom: 1.5rem; }
  /* line 79, scss/pages/_home.scss */
  .home-intro__body p {
    margin-bottom: 1rem; }
  /* line 80, scss/pages/_home.scss */
  .home-intro__body p:last-child {
    margin-bottom: 0; }
  /* line 82, scss/pages/_home.scss */
  .home-intro__body em {
    color: #9c9490;
    font-size: 1rem; }

/* line 88, scss/pages/_home.scss */
.home-intro__figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(30, 28, 26, 0.14); }

/* line 95, scss/pages/_home.scss */
.home-intro__photo {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top center;
  display: block; }
  @media (max-width: 768px) {
    /* line 95, scss/pages/_home.scss */
    .home-intro__photo {
      height: 320px; } }

/* line 105, scss/pages/_home.scss */
.home-intro__caption {
  text-align: center;
  font-size: 0.875rem;
  color: #9c9490;
  padding: 0.75rem;
  background: #ffffff; }

/* line 118, scss/pages/_home.scss */
.home-service-card {
  padding: 2rem 1.5rem;
  background: #f7f4ef;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s; }
  /* line 127, scss/pages/_home.scss */
  .home-service-card:hover {
    box-shadow: 0 8px 24px rgba(30, 28, 26, 0.12);
    transform: translateY(-2px); }
  /* line 132, scss/pages/_home.scss */
  .home-service-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background: rgba(58, 175, 169, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    flex-shrink: 0; }
    /* line 143, scss/pages/_home.scss */
    .home-service-card__icon i {
      font-size: 1.25rem;
      color: #3aafa9; }
  /* line 149, scss/pages/_home.scss */
  .home-service-card h3 {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e1c1a;
    margin-bottom: 0.75rem; }
  /* line 157, scss/pages/_home.scss */
  .home-service-card p {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    flex: 1;
    margin-bottom: 1.25rem; }
  /* line 165, scss/pages/_home.scss */
  .home-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #3aafa9;
    text-decoration: none;
    transition: gap 0.2s;
    margin-top: auto; }
    /* line 176, scss/pages/_home.scss */
    .home-service-card__link:hover {
      gap: 0.75rem; }

/* line 181, scss/pages/_home.scss */
.home-events-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 1024px) {
    /* line 181, scss/pages/_home.scss */
    .home-events-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 181, scss/pages/_home.scss */
    .home-events-grid {
      grid-template-columns: 1fr; } }
  /* line 190, scss/pages/_home.scss */
  .home-events-grid--single {
    grid-template-columns: 1fr; }

/* line 196, scss/pages/_home.scss */
.event-card--horizontal {
  display: flex;
  flex-direction: row;
  align-items: stretch; }
  /* line 201, scss/pages/_home.scss */
  .event-card--horizontal .event-card__img-link {
    flex-shrink: 0;
    width: 260px; }
    @media (max-width: 768px) {
      /* line 201, scss/pages/_home.scss */
      .event-card--horizontal .event-card__img-link {
        width: 180px; } }
    @media (max-width: 640px) {
      /* line 201, scss/pages/_home.scss */
      .event-card--horizontal .event-card__img-link {
        width: 100%; } }
  /* line 209, scss/pages/_home.scss */
  .event-card--horizontal .event-card__img,
  .event-card--horizontal .event-card__img-placeholder {
    height: 100%;
    min-height: 200px;
    border-radius: 0; }
  /* line 216, scss/pages/_home.scss */
  .event-card--horizontal .event-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem; }
    @media (max-width: 768px) {
      /* line 216, scss/pages/_home.scss */
      .event-card--horizontal .event-card__body {
        padding: 1.5rem; } }
  /* line 226, scss/pages/_home.scss */
  .event-card--horizontal .event-card__title {
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  /* line 231, scss/pages/_home.scss */
  .event-card--horizontal .event-card__footer {
    margin-top: auto;
    padding-top: 1rem; }
  @media (max-width: 640px) {
    /* line 196, scss/pages/_home.scss */
    .event-card--horizontal {
      flex-direction: column; } }

/* line 246, scss/pages/_home.scss */
.home-events__empty {
  text-align: center;
  padding: 3rem;
  border: 1px dashed #ece8e1;
  border-radius: 16px;
  color: #9c9490; }
  /* line 253, scss/pages/_home.scss */
  .home-events__empty i {
    display: block;
    margin-bottom: 1rem; }
  /* line 254, scss/pages/_home.scss */
  .home-events__empty p {
    margin-bottom: 1rem;
    font-size: 1rem; }

/* line 265, scss/pages/_home.scss */
.home-plan-card {
  padding: 2rem 1.5rem;
  background: #f7f4ef;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s; }
  /* line 273, scss/pages/_home.scss */
  .home-plan-card:hover {
    border-color: #3aafa9;
    box-shadow: 0 2px 8px rgba(30, 28, 26, 0.08); }
  /* line 278, scss/pages/_home.scss */
  .home-plan-card__name {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e1c1a;
    margin-bottom: 0.75rem; }
  /* line 286, scss/pages/_home.scss */
  .home-plan-card__price {
    font-size: 2.25rem;
    font-weight: 700;
    color: #3aafa9;
    line-height: 1;
    margin-bottom: 0.75rem; }
  /* line 294, scss/pages/_home.scss */
  .home-plan-card__desc {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    margin-bottom: 1.25rem; }

/* line 307, scss/pages/_home.scss */
.home-about-strip__body {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin-bottom: 2rem; }
  /* line 313, scss/pages/_home.scss */
  .home-about-strip__body p {
    margin-bottom: 1rem; }

/* line 316, scss/pages/_home.scss */
.home-about-strip__figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(30, 28, 26, 0.18); }
  @media (max-width: 768px) {
    /* line 316, scss/pages/_home.scss */
    .home-about-strip__figure {
      display: none; } }

/* line 325, scss/pages/_home.scss */
.home-about-strip__photo {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top center;
  display: block; }

/* line 337, scss/pages/_home.scss */
.btn-outline-white {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.7); }
  /* line 342, scss/pages/_home.scss */
  .btn-outline-white:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff; }

/* line 349, scss/pages/_home.scss */
.btn-outline-teal {
  background: transparent;
  color: #3aafa9;
  border: 2px solid #3aafa9; }
  /* line 354, scss/pages/_home.scss */
  .btn-outline-teal:hover {
    background: #3aafa9;
    color: #ffffff; }

/* line 361, scss/pages/_home.scss */
.mt-4 {
  margin-top: 1rem; }

/* line 362, scss/pages/_home.scss */
.mt-6 {
  margin-top: 1.5rem; }

/* line 363, scss/pages/_home.scss */
.mt-8 {
  margin-top: 2rem; }

/* line 364, scss/pages/_home.scss */
.ml-2 {
  margin-left: 0.5rem; }

/* line 369, scss/pages/_home.scss */
.section-header--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  gap: 1rem; }
  /* line 379, scss/pages/_home.scss */
  .section-header--split h2, .section-header--split .mb-0 {
    margin-bottom: 0; }

/* line 383, scss/pages/_home.scss */
.eyebrow--light {
  color: rgba(255, 255, 255, 0.6); }

/* line 388, scss/pages/_home.scss */
.text-white {
  color: #ffffff; }

/* line 393, scss/pages/_home.scss */
.mb-0 {
  margin-bottom: 0 !important; }

/* line 398, scss/pages/_home.scss */
.nav-portal-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-left: 0.5rem; }

/* line 406, scss/pages/_home.scss */
.nav-member-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  color: #9c9490;
  white-space: nowrap;
  width: 100%; }
  /* line 416, scss/pages/_home.scss */
  .nav-member-sub i {
    font-size: 0.7rem;
    color: #3aafa9; }

/* line 419, scss/pages/_home.scss */
.nav-member-name {
  font-weight: 600;
  color: #6b6560; }

/* line 424, scss/pages/_home.scss */
.nav-signout-link {
  color: #9c9490;
  text-decoration: none;
  font-size: 0.7rem; }
  /* line 429, scss/pages/_home.scss */
  .nav-signout-link:hover {
    color: #c62828; }
  /* line 430, scss/pages/_home.scss */
  .nav-signout-link::before {
    content: "\00B7";
    margin-right: 0.3rem; }

/* line 6, scss/pages/_about.scss */
.about-hero {
  background: linear-gradient(135deg, #1a5c58 0%, #2d9389 60%, #3aafa9 100%); }
  /* line 10, scss/pages/_about.scss */
  .about-hero.page-hero {
    padding-top: 4rem; }
  /* line 14, scss/pages/_about.scss */
  .about-hero .page-hero__title,
  .about-hero .page-hero__subtitle {
    color: #ffffff; }
  /* line 19, scss/pages/_about.scss */
  .about-hero .eyebrow, .about-hero .eyebrow-sage, .about-hero .eyebrow-coral, .about-hero .hero__eyebrow, .about-hero .page-hero__eyebrow {
    color: rgba(255, 255, 255, 0.75); }

/* line 26, scss/pages/_about.scss */
.about-bio p {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #6b6560;
  margin-bottom: 1.25rem; }
  /* line 32, scss/pages/_about.scss */
  .about-bio p:last-of-type {
    margin-bottom: 2rem; }
/* line 35, scss/pages/_about.scss */
.about-bio__heading {
  margin-bottom: 1.5rem; }

/* line 41, scss/pages/_about.scss */
.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem; }

/* line 48, scss/pages/_about.scss */
.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(58, 175, 169, 0.08);
  border: 1px solid rgba(58, 175, 169, 0.25);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #3aafa9; }
  /* line 60, scss/pages/_about.scss */
  .about-badge i {
    font-size: 0.75rem; }

/* line 64, scss/pages/_about.scss */
.about-photo-figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(30, 28, 26, 0.14);
  position: sticky;
  top: 6rem; }
  @media (max-width: 768px) {
    /* line 64, scss/pages/_about.scss */
    .about-photo-figure {
      position: static;
      max-width: 360px;
      margin: 0 auto; } }

/* line 79, scss/pages/_about.scss */
.about-photo {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top center;
  display: block; }
  @media (max-width: 768px) {
    /* line 79, scss/pages/_about.scss */
    .about-photo {
      height: 320px; } }

/* line 89, scss/pages/_about.scss */
.about-photo__caption {
  text-align: center;
  font-size: 0.875rem;
  color: #9c9490;
  padding: 0.75rem;
  background: #ffffff; }

/* line 98, scss/pages/_about.scss */
.about-training-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    /* line 98, scss/pages/_about.scss */
    .about-training-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 98, scss/pages/_about.scss */
    .about-training-grid {
      grid-template-columns: 1fr; } }

/* line 107, scss/pages/_about.scss */
.about-training-card {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden; }
  /* line 115, scss/pages/_about.scss */
  .about-training-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #ece8e1; }
  /* line 125, scss/pages/_about.scss */
  .about-training-card--featured {
    border-color: #3aafa9; }
    /* line 128, scss/pages/_about.scss */
    .about-training-card--featured::before {
      background: #3aafa9; }
    /* line 130, scss/pages/_about.scss */
    .about-training-card--featured .about-training-card__hours {
      color: #3aafa9; }
  /* line 133, scss/pages/_about.scss */
  .about-training-card__hours {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 2.25rem;
    font-weight: 300;
    color: #9c9490;
    line-height: 1;
    margin-bottom: 0.5rem; }
  /* line 142, scss/pages/_about.scss */
  .about-training-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e1c1a;
    margin-bottom: 0.5rem; }
  /* line 149, scss/pages/_about.scss */
  .about-training-card__org {
    font-size: 0.875rem;
    color: #6b6560;
    margin-bottom: 0.25rem; }
    /* line 154, scss/pages/_about.scss */
    .about-training-card__org a {
      color: #3aafa9;
      text-decoration: none; }
      /* line 157, scss/pages/_about.scss */
      .about-training-card__org a:hover {
        text-decoration: underline; }
  /* line 161, scss/pages/_about.scss */
  .about-training-card__note {
    font-size: 0.75rem;
    color: #9c9490;
    font-style: italic;
    margin-top: 0.5rem; }

/* line 170, scss/pages/_about.scss */
.about-orgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start; }
  @media (max-width: 1024px) {
    /* line 170, scss/pages/_about.scss */
    .about-orgs {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 170, scss/pages/_about.scss */
    .about-orgs {
      grid-template-columns: 1fr; } }

/* line 180, scss/pages/_about.scss */
.about-org-card {
  padding: 1.5rem;
  background: #f7f4ef;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  /* line 189, scss/pages/_about.scss */
  .about-org-card__name {
    font-size: 1rem;
    font-weight: 700;
    color: #1e1c1a;
    line-height: 1.35;
    margin: 0; }
    /* line 196, scss/pages/_about.scss */
    .about-org-card__name a {
      color: #1e1c1a;
      text-decoration: none; }
      /* line 199, scss/pages/_about.scss */
      .about-org-card__name a:hover {
        color: #3aafa9; }
    /* line 203, scss/pages/_about.scss */
    .about-org-card__name .about-org-card__abbr {
      font-size: 0.875rem;
      font-weight: 400;
      color: #3aafa9; }
  /* line 210, scss/pages/_about.scss */
  .about-org-card p {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    margin: 0;
    flex: 1; }
  /* line 219, scss/pages/_about.scss */
  .about-org-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: transparent;
    border: 1.5px solid #3aafa9;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #3aafa9;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    align-self: flex-start;
    margin-top: auto; }
    /* line 236, scss/pages/_about.scss */
    .about-org-card__link:hover {
      background: #3aafa9;
      color: #ffffff; }
    /* line 241, scss/pages/_about.scss */
    .about-org-card__link i {
      font-size: 0.75rem; }

/* line 247, scss/pages/_about.scss */
.about-cta-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    /* line 247, scss/pages/_about.scss */
    .about-cta-strip__inner {
      flex-direction: column;
      text-align: center; } }
/* line 257, scss/pages/_about.scss */
.about-cta-strip__heading {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0.75rem; }
/* line 265, scss/pages/_about.scss */
.about-cta-strip__sub {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 45ch; }
/* line 271, scss/pages/_about.scss */
.about-cta-strip__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-shrink: 0; }
  @media (max-width: 768px) {
    /* line 271, scss/pages/_about.scss */
    .about-cta-strip__actions {
      justify-content: center; } }

/* line 6, scss/pages/_resources.scss */
.resources-hero {
  background: linear-gradient(135deg, #2d530c 0%, #4a3a1a 60%, #754421 100%); }
  /* line 9, scss/pages/_resources.scss */
  .resources-hero.page-hero {
    padding-top: 3rem; }
  /* line 11, scss/pages/_resources.scss */
  .resources-hero .page-hero__title,
  .resources-hero .page-hero__subtitle {
    color: #ffffff; }
  /* line 14, scss/pages/_resources.scss */
  .resources-hero .eyebrow, .resources-hero .eyebrow-sage, .resources-hero .eyebrow-coral, .resources-hero .hero__eyebrow, .resources-hero .page-hero__eyebrow {
    color: rgba(255, 255, 255, 0.75); }

/* line 17, scss/pages/_resources.scss */
.new-to-yoga-hero {
  background: linear-gradient(135deg, #1a5c58 0%, #2d9389 60%, #3aafa9 100%); }
  /* line 20, scss/pages/_resources.scss */
  .new-to-yoga-hero.page-hero {
    padding-top: 3rem; }
  /* line 22, scss/pages/_resources.scss */
  .new-to-yoga-hero .page-hero__title,
  .new-to-yoga-hero .page-hero__subtitle {
    color: #ffffff; }
  /* line 25, scss/pages/_resources.scss */
  .new-to-yoga-hero .eyebrow, .new-to-yoga-hero .eyebrow-sage, .new-to-yoga-hero .eyebrow-coral, .new-to-yoga-hero .hero__eyebrow, .new-to-yoga-hero .page-hero__eyebrow {
    color: rgba(255, 255, 255, 0.75); }

/* line 29, scss/pages/_resources.scss */
.resource-list {
  display: flex;
  flex-direction: column;
  gap: 0; }

/* line 36, scss/pages/_resources.scss */
.resource-list hr {
  border: none;
  border-top: 1px solid #ece8e1;
  margin: 2rem 0; }

/* line 42, scss/pages/_resources.scss */
.resource-card {
  background: transparent;
  padding: 0.5rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  /* line 49, scss/pages/_resources.scss */
  .resource-card__title {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e1c1a;
    margin: 0; }
  /* line 57, scss/pages/_resources.scss */
  .resource-card p {
    font-size: 1rem;
    color: #6b6560;
    line-height: 1.75;
    flex: 1;
    margin: 0; }
    /* line 64, scss/pages/_resources.scss */
    .resource-card p em {
      color: #1e1c1a;
      font-style: italic; }
  /* line 68, scss/pages/_resources.scss */
  .resource-card .btn, .resource-card .btn-primary, .resource-card .btn-cta, .resource-card .btn-secondary, .resource-card .btn-outline, .resource-card .btn-outline-white, .resource-card .btn-ghost, .resource-card .btn-icon {
    align-self: flex-start;
    margin-top: auto; }

/* line 75, scss/pages/_resources.scss */
.consideration-list {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

/* line 81, scss/pages/_resources.scss */
.consideration-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: #f7f4ef;
  border: 1px solid #ece8e1;
  border-left: 4px solid #3aafa9;
  border-radius: 16px;
  align-items: flex-start; }
  /* line 91, scss/pages/_resources.scss */
  .consideration-card--alert {
    border-left-color: #e07b39;
    background: #fff8f4; }
    /* line 95, scss/pages/_resources.scss */
    .consideration-card--alert .consideration-card__icon {
      background: rgba(224, 123, 57, 0.1);
      color: #e07b39; }
  /* line 101, scss/pages/_resources.scss */
  .consideration-card__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    background: rgba(58, 175, 169, 0.1);
    color: #3aafa9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem; }
  /* line 114, scss/pages/_resources.scss */
  .consideration-card__body {
    flex: 1; }
    /* line 117, scss/pages/_resources.scss */
    .consideration-card__body h3 {
      font-size: 1.125rem;
      font-weight: 700;
      color: #1e1c1a;
      margin-bottom: 0.5rem; }
    /* line 124, scss/pages/_resources.scss */
    .consideration-card__body p {
      font-size: 1rem;
      color: #6b6560;
      line-height: 1.75;
      margin: 0; }
  @media (max-width: 640px) {
    /* line 81, scss/pages/_resources.scss */
    .consideration-card {
      flex-direction: column;
      gap: 0.75rem; } }

/* line 139, scss/pages/_resources.scss */
.new-to-massage-hero {
  background: linear-gradient(135deg, #2d530c 0%, #4a3a1a 60%, #754421 100%); }
  /* line 142, scss/pages/_resources.scss */
  .new-to-massage-hero.page-hero {
    padding-top: 3rem; }
  /* line 144, scss/pages/_resources.scss */
  .new-to-massage-hero .page-hero__title,
  .new-to-massage-hero .page-hero__subtitle {
    color: #ffffff; }
  /* line 147, scss/pages/_resources.scss */
  .new-to-massage-hero .eyebrow, .new-to-massage-hero .eyebrow-sage, .new-to-massage-hero .eyebrow-coral, .new-to-massage-hero .hero__eyebrow, .new-to-massage-hero .page-hero__eyebrow {
    color: rgba(255, 255, 255, 0.75); }

/* line 151, scss/pages/_resources.scss */
.ntm-forms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    /* line 151, scss/pages/_resources.scss */
    .ntm-forms-grid {
      grid-template-columns: 1fr; } }

/* line 160, scss/pages/_resources.scss */
.ntm-form-card {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start; }
  /* line 169, scss/pages/_resources.scss */
  .ntm-form-card__number {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 2.25rem;
    font-weight: 300;
    color: #3aafa9;
    line-height: 1;
    flex-shrink: 0;
    width: 2.5rem; }
  /* line 179, scss/pages/_resources.scss */
  .ntm-form-card__body {
    flex: 1; }
    /* line 182, scss/pages/_resources.scss */
    .ntm-form-card__body h3 {
      font-size: 1.125rem;
      font-weight: 700;
      color: #1e1c1a;
      margin-bottom: 0.75rem; }
    /* line 189, scss/pages/_resources.scss */
    .ntm-form-card__body p {
      font-size: 0.875rem;
      color: #6b6560;
      line-height: 1.75;
      margin-bottom: 0.75rem; }
      /* line 195, scss/pages/_resources.scss */
      .ntm-form-card__body p:last-child {
        margin-bottom: 0; }
  /* line 199, scss/pages/_resources.scss */
  .ntm-form-card__note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #3aafa9;
    background: rgba(58, 175, 169, 0.08);
    border-radius: 8px;
    padding: 0.5rem 0.75rem; }
    /* line 210, scss/pages/_resources.scss */
    .ntm-form-card__note i {
      flex-shrink: 0; }

/* line 215, scss/pages/_resources.scss */
.ntm-forms-note {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 1.5rem;
  background: rgba(58, 175, 169, 0.06);
  border: 1px solid rgba(58, 175, 169, 0.2);
  border-radius: 16px; }
  /* line 224, scss/pages/_resources.scss */
  .ntm-forms-note i {
    color: #3aafa9;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 2px; }
  /* line 231, scss/pages/_resources.scss */
  .ntm-forms-note p {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    margin: 0; }

/* line 240, scss/pages/_resources.scss */
.ntm-contraindications {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    /* line 240, scss/pages/_resources.scss */
    .ntm-contraindications {
      grid-template-columns: 1fr; } }

/* line 249, scss/pages/_resources.scss */
.ntm-contra-group {
  background: #f7f4ef;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  padding: 1.5rem; }
  /* line 255, scss/pages/_resources.scss */
  .ntm-contra-group__heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1e1c1a;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ece8e1; }
    /* line 266, scss/pages/_resources.scss */
    .ntm-contra-group__heading i {
      color: #3aafa9;
      flex-shrink: 0; }
  /* line 271, scss/pages/_resources.scss */
  .ntm-contra-group:last-child .ntm-contra-group__heading i {
    color: #e07b39; }

/* line 276, scss/pages/_resources.scss */
.ntm-contra-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }
  /* line 284, scss/pages/_resources.scss */
  .ntm-contra-list li {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    padding-left: 1.25rem;
    position: relative; }
    /* line 291, scss/pages/_resources.scss */
    .ntm-contra-list li::before {
      content: "—";
      position: absolute;
      left: 0;
      color: #ece8e1; }

/* line 9, scss/pages/_massage.scss */
.massage-hero {
  background: linear-gradient(135deg, #754421 0%, #5a3418 60%, #3d2410 100%); }
  /* line 12, scss/pages/_massage.scss */
  .massage-hero.page-hero {
    padding-top: 3rem; }
  /* line 16, scss/pages/_massage.scss */
  .massage-hero .page-hero__title {
    color: #d9e2eb; }
  /* line 20, scss/pages/_massage.scss */
  .massage-hero .page-hero__subtitle {
    color: rgba(217, 226, 235, 0.85); }
  /* line 24, scss/pages/_massage.scss */
  .massage-hero .eyebrow, .massage-hero .eyebrow-sage, .massage-hero .eyebrow-coral, .massage-hero .hero__eyebrow, .massage-hero .page-hero__eyebrow {
    color: rgba(217, 226, 235, 0.7); }

/* line 28, scss/pages/_massage.scss */
.massage-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    /* line 28, scss/pages/_massage.scss */
    .massage-types-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 28, scss/pages/_massage.scss */
    .massage-types-grid {
      grid-template-columns: 1fr; } }

/* line 37, scss/pages/_massage.scss */
.massage-type-card {
  background: #f7f4ef;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: box-shadow 0.2s, transform 0.2s; }
  /* line 47, scss/pages/_massage.scss */
  .massage-type-card:hover {
    box-shadow: 0 8px 24px rgba(30, 28, 26, 0.12);
    transform: translateY(-2px); }
  /* line 52, scss/pages/_massage.scss */
  .massage-type-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background: rgba(58, 175, 169, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    /* line 62, scss/pages/_massage.scss */
    .massage-type-card__icon i {
      font-size: 1.25rem;
      color: #3aafa9; }
  /* line 65, scss/pages/_massage.scss */
  .massage-type-card__name {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e1c1a;
    margin: 0; }
  /* line 73, scss/pages/_massage.scss */
  .massage-type-card__desc {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    flex: 1;
    margin: 0; }
  /* line 81, scss/pages/_massage.scss */
  .massage-type-card__from {
    font-size: 0.875rem;
    font-weight: 700;
    color: #3aafa9;
    margin-bottom: 0.25rem; }
  /* line 88, scss/pages/_massage.scss */
  .massage-type-card .btn, .massage-type-card .btn-primary, .massage-type-card .btn-cta, .massage-type-card .btn-secondary, .massage-type-card .btn-outline, .massage-type-card .btn-outline-white, .massage-type-card .btn-ghost, .massage-type-card .btn-icon {
    align-self: flex-start;
    margin-top: auto; }

/* line 92, scss/pages/_massage.scss */
.massage-pricing-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid #ece8e1;
  margin-bottom: 1.25rem; }

/* line 99, scss/pages/_massage.scss */
.massage-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 0.875rem; }
  /* line 105, scss/pages/_massage.scss */
  .massage-pricing-table thead {
    background: #3aafa9;
    color: #ffffff; }
  /* line 110, scss/pages/_massage.scss */
  .massage-pricing-table th {
    padding: 1rem 1.25rem;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap; }
    /* line 119, scss/pages/_massage.scss */
    .massage-pricing-table th.massage-pricing-table__dur {
      text-align: center; }
  /* line 122, scss/pages/_massage.scss */
  .massage-pricing-table tbody tr {
    border-bottom: 1px solid #ece8e1;
    transition: background 0.12s; }
    /* line 126, scss/pages/_massage.scss */
    .massage-pricing-table tbody tr:last-child {
      border-bottom: none; }
    /* line 127, scss/pages/_massage.scss */
    .massage-pricing-table tbody tr:hover {
      background: rgba(58, 175, 169, 0.04); }
  /* line 130, scss/pages/_massage.scss */
  .massage-pricing-table td {
    padding: 1rem 1.25rem;
    color: #1e1c1a; }
    /* line 134, scss/pages/_massage.scss */
    .massage-pricing-table td.massage-pricing-table__price {
      text-align: center;
      font-weight: 600;
      color: #1e1c1a; }
    /* line 140, scss/pages/_massage.scss */
    .massage-pricing-table td.massage-pricing-table__service {
      font-weight: 600; }

/* line 146, scss/pages/_massage.scss */
.massage-pricing-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #6b6560;
  padding: 1rem 1.25rem;
  background: rgba(58, 175, 169, 0.06);
  border: 1px solid rgba(58, 175, 169, 0.2);
  border-radius: 16px; }
  /* line 157, scss/pages/_massage.scss */
  .massage-pricing-note i {
    color: #3aafa9;
    flex-shrink: 0;
    margin-top: 2px; }
  /* line 158, scss/pages/_massage.scss */
  .massage-pricing-note a {
    color: #3aafa9; }
  /* line 160, scss/pages/_massage.scss */
  .massage-pricing-note--promo {
    background: linear-gradient(135deg, rgba(58, 175, 169, 0.08), rgba(58, 175, 169, 0.04));
    border-color: rgba(58, 175, 169, 0.35);
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    color: #1e1c1a;
    align-items: center; }
    /* line 168, scss/pages/_massage.scss */
    .massage-pricing-note--promo i {
      color: #e07b39;
      font-size: 1.125rem; }
    /* line 169, scss/pages/_massage.scss */
    .massage-pricing-note--promo strong {
      color: #3aafa9; }

/* line 174, scss/pages/_massage.scss */
.massage-addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; }
  @media (max-width: 1024px) {
    /* line 174, scss/pages/_massage.scss */
    .massage-addons-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 174, scss/pages/_massage.scss */
    .massage-addons-grid {
      grid-template-columns: 1fr; } }

/* line 183, scss/pages/_massage.scss */
.massage-addon-card {
  background: #f7f4ef;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem; }
  /* line 193, scss/pages/_massage.scss */
  .massage-addon-card__body {
    flex: 1; }
  /* line 195, scss/pages/_massage.scss */
  .massage-addon-card__name {
    font-size: 1rem;
    font-weight: 700;
    color: #1e1c1a;
    margin-bottom: 0.5rem; }
  /* line 202, scss/pages/_massage.scss */
  .massage-addon-card__desc {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    margin: 0; }
  /* line 209, scss/pages/_massage.scss */
  .massage-addon-card__price {
    flex-shrink: 0;
    text-align: right; }
  /* line 214, scss/pages/_massage.scss */
  .massage-addon-card__amount {
    font-size: 1.125rem;
    font-weight: 700;
    color: #3aafa9;
    white-space: nowrap; }
  /* line 221, scss/pages/_massage.scss */
  .massage-addon-card__free {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #2e9e68;
    background: rgba(46, 158, 104, 0.08);
    border: 1px solid rgba(46, 158, 104, 0.25);
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    white-space: nowrap; }
    /* line 234, scss/pages/_massage.scss */
    .massage-addon-card__free i {
      font-size: 0.75rem; }

/* line 239, scss/pages/_massage.scss */
.massage-expect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    /* line 239, scss/pages/_massage.scss */
    .massage-expect-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 239, scss/pages/_massage.scss */
    .massage-expect-grid {
      grid-template-columns: 1fr; } }

/* line 248, scss/pages/_massage.scss */
.massage-expect-card {
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  position: relative; }
  /* line 255, scss/pages/_massage.scss */
  .massage-expect-card__num {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 2.25rem;
    font-weight: 300;
    color: rgba(58, 175, 169, 0.25);
    line-height: 1;
    margin-bottom: 0.75rem; }
  /* line 264, scss/pages/_massage.scss */
  .massage-expect-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e1c1a;
    margin-bottom: 0.75rem; }
  /* line 271, scss/pages/_massage.scss */
  .massage-expect-card p {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    margin: 0; }

/* line 294, scss/pages/_massage.scss */
.package-teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0; }

/* line 301, scss/pages/_massage.scss */
.package-teaser {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 8px;
  padding: 1.5rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.25s ease; }
  /* line 311, scss/pages/_massage.scss */
  .package-teaser:hover {
    box-shadow: 0 4px 16px rgba(30, 28, 26, 0.1);
    transform: translateY(-2px);
    border-color: #d4cfc7; }

/* line 318, scss/pages/_massage.scss */
.package-teaser__tag {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  background: #3aafa9;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px; }

/* line 332, scss/pages/_massage.scss */
.package-teaser--wellness .package-teaser__tag {
  background: #3aafa9; }

/* line 336, scss/pages/_massage.scss */
.package-teaser--massage .package-teaser__tag {
  background: #e07a5f; }

/* line 340, scss/pages/_massage.scss */
.package-teaser__name {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #1e1c1a;
  line-height: 1.35; }

/* line 349, scss/pages/_massage.scss */
.package-teaser__price {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2a8f8a;
  margin-bottom: 1rem;
  font-family: "Lato", "Helvetica Neue", sans-serif;
  line-height: 1.2; }

/* line 358, scss/pages/_massage.scss */
.package-teaser--massage .package-teaser__price {
  color: #c45e44; }

/* line 362, scss/pages/_massage.scss */
.package-teaser__includes {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  flex: 1; }
  /* line 368, scss/pages/_massage.scss */
  .package-teaser__includes li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 1.35;
    color: #6b6560; }
    /* line 377, scss/pages/_massage.scss */
    .package-teaser__includes li i {
      color: #5d8f76;
      margin-top: 0.15em;
      font-size: 0.75rem;
      flex-shrink: 0; }

/* line 386, scss/pages/_massage.scss */
.package-teaser__see-more {
  text-align: center;
  margin-top: 1.5rem; }

/* line 6, scss/pages/_memberships.scss */
.memberships-hero {
  background: linear-gradient(135deg, #1a5c58 0%, #2d9389 60%, #3aafa9 100%); }
  /* line 9, scss/pages/_memberships.scss */
  .memberships-hero.page-hero {
    padding-top: 3rem; }
  /* line 11, scss/pages/_memberships.scss */
  .memberships-hero .page-hero__title,
  .memberships-hero .page-hero__subtitle {
    color: #ffffff; }
  /* line 14, scss/pages/_memberships.scss */
  .memberships-hero .eyebrow, .memberships-hero .eyebrow-sage, .memberships-hero .eyebrow-coral, .memberships-hero .hero__eyebrow, .memberships-hero .page-hero__eyebrow {
    color: rgba(255, 255, 255, 0.75); }

/* line 18, scss/pages/_memberships.scss */
.membership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start; }
  @media (max-width: 1024px) {
    /* line 18, scss/pages/_memberships.scss */
    .membership-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 18, scss/pages/_memberships.scss */
    .membership-grid {
      grid-template-columns: 1fr; } }

/* line 29, scss/pages/_memberships.scss */
.membership-card {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s; }
  /* line 38, scss/pages/_memberships.scss */
  .membership-card:hover {
    box-shadow: 0 8px 24px rgba(30, 28, 26, 0.12);
    transform: translateY(-2px); }
  /* line 44, scss/pages/_memberships.scss */
  .membership-card--wellness {
    border-color: rgba(58, 175, 169, 0.4); }
    /* line 47, scss/pages/_memberships.scss */
    .membership-card--wellness .membership-card__header {
      background: linear-gradient(135deg, #1a5c58, #2d9389);
      color: #ffffff; }
      /* line 51, scss/pages/_memberships.scss */
      .membership-card--wellness .membership-card__header .membership-card__name,
      .membership-card--wellness .membership-card__header .membership-card__price,
      .membership-card--wellness .membership-card__header .membership-card__meta {
        color: #ffffff; }
      /* line 55, scss/pages/_memberships.scss */
      .membership-card--wellness .membership-card__header .membership-card__meta {
        color: rgba(255, 255, 255, 0.8); }
  /* line 60, scss/pages/_memberships.scss */
  .membership-card--massage {
    border-color: rgba(117, 68, 33, 0.3); }
    /* line 63, scss/pages/_memberships.scss */
    .membership-card--massage .membership-card__header {
      background: linear-gradient(135deg, #754421, #5a3418);
      color: #ffffff; }
      /* line 67, scss/pages/_memberships.scss */
      .membership-card--massage .membership-card__header .membership-card__name,
      .membership-card--massage .membership-card__header .membership-card__price,
      .membership-card--massage .membership-card__header .membership-card__meta {
        color: #ffffff; }
      /* line 71, scss/pages/_memberships.scss */
      .membership-card--massage .membership-card__header .membership-card__meta {
        color: rgba(255, 255, 255, 0.8); }
  /* line 75, scss/pages/_memberships.scss */
  .membership-card__header {
    background: #f7f4ef;
    padding: 1.5rem;
    border-bottom: 1px solid #ece8e1;
    text-align: center; }
  /* line 82, scss/pages/_memberships.scss */
  .membership-card__name {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e1c1a;
    margin-bottom: 0.5rem; }
  /* line 90, scss/pages/_memberships.scss */
  .membership-card__price {
    font-size: 2.25rem;
    font-weight: 700;
    color: #3aafa9;
    line-height: 1;
    margin-bottom: 0.5rem; }
  /* line 98, scss/pages/_memberships.scss */
  .membership-card__meta {
    font-size: 0.875rem;
    color: #6b6560;
    font-weight: 500; }
  /* line 104, scss/pages/_memberships.scss */
  .membership-card__body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    /* line 111, scss/pages/_memberships.scss */
    .membership-card__body p {
      font-size: 0.875rem;
      color: #6b6560;
      line-height: 1.75;
      margin: 0; }
  /* line 119, scss/pages/_memberships.scss */
  .membership-card__savings {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #2e9e68;
    background: rgba(46, 158, 104, 0.08);
    border: 1px solid rgba(46, 158, 104, 0.25);
    border-radius: 9999px;
    padding: 0.25rem 0.75rem; }
    /* line 131, scss/pages/_memberships.scss */
    .membership-card__savings i {
      font-size: 0.75rem; }
  /* line 134, scss/pages/_memberships.scss */
  .membership-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: auto; }
    /* line 143, scss/pages/_memberships.scss */
    .membership-card__features li {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      font-size: 0.875rem;
      color: #6b6560; }
      /* line 150, scss/pages/_memberships.scss */
      .membership-card__features li i {
        color: #3aafa9;
        font-size: 0.75rem;
        margin-top: 3px;
        flex-shrink: 0; }
  /* line 159, scss/pages/_memberships.scss */
  .membership-card__foot {
    padding: 1.25rem 1.5rem 1.5rem;
    border-top: 1px solid #ece8e1; }

/* line 166, scss/pages/_memberships.scss */
.membership-note {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  background: rgba(58, 175, 169, 0.06);
  border: 1px solid rgba(58, 175, 169, 0.2);
  border-radius: 16px;
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #6b6560; }
  /* line 178, scss/pages/_memberships.scss */
  .membership-note i {
    color: #3aafa9;
    flex-shrink: 0;
    margin-top: 2px; }
  /* line 179, scss/pages/_memberships.scss */
  .membership-note p {
    margin: 0; }
  /* line 182, scss/pages/_memberships.scss */
  .membership-note--promo {
    background: linear-gradient(135deg, rgba(58, 175, 169, 0.08), rgba(58, 175, 169, 0.04));
    border-color: rgba(58, 175, 169, 0.35);
    padding: 1.25rem 1.5rem; }
    /* line 187, scss/pages/_memberships.scss */
    .membership-note--promo i {
      color: #e07b39;
      font-size: 1.125rem; }
    /* line 189, scss/pages/_memberships.scss */
    .membership-note--promo p {
      font-size: 1rem;
      color: #1e1c1a; }
      /* line 192, scss/pages/_memberships.scss */
      .membership-note--promo p strong {
        color: #3aafa9; }

/* line 198, scss/pages/_memberships.scss */
.membership-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    /* line 198, scss/pages/_memberships.scss */
    .membership-how-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 198, scss/pages/_memberships.scss */
    .membership-how-grid {
      grid-template-columns: 1fr; } }

/* line 207, scss/pages/_memberships.scss */
.membership-how-card {
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px; }
  /* line 213, scss/pages/_memberships.scss */
  .membership-how-card__num {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 2.25rem;
    font-weight: 300;
    color: rgba(58, 175, 169, 0.25);
    line-height: 1;
    margin-bottom: 0.75rem; }
  /* line 222, scss/pages/_memberships.scss */
  .membership-how-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e1c1a;
    margin-bottom: 0.75rem; }
  /* line 229, scss/pages/_memberships.scss */
  .membership-how-card p {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    margin: 0; }

/* line 238, scss/pages/_memberships.scss */
.btn-full {
  width: 100%;
  justify-content: center; }

/* line 244, scss/pages/_memberships.scss */
.mt-3 {
  margin-top: 0.75rem; }

/* line 6, scss/pages/_courses.scss */
.classes-hero {
  background: linear-gradient(135deg, #1a5c58 0%, #2d9389 60%, #3aafa9 100%); }
  /* line 9, scss/pages/_courses.scss */
  .classes-hero.page-hero {
    padding-top: 3rem; }
  /* line 11, scss/pages/_courses.scss */
  .classes-hero .page-hero__title,
  .classes-hero .page-hero__subtitle {
    color: #ffffff; }
  /* line 14, scss/pages/_courses.scss */
  .classes-hero .eyebrow, .classes-hero .eyebrow-sage, .classes-hero .eyebrow-coral, .classes-hero .hero__eyebrow, .classes-hero .page-hero__eyebrow {
    color: rgba(255, 255, 255, 0.75); }

/* line 18, scss/pages/_courses.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 31, scss/pages/_courses.scss */
.classes-filter-bar {
  background: #f7f4ef;
  border-bottom: 1px solid #ece8e1;
  padding: 1rem 0;
  position: sticky;
  top: 72px;
  z-index: 50; }

/* line 40, scss/pages/_courses.scss */
.classes-filter-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap; }
  @media (max-width: 640px) {
    /* line 40, scss/pages/_courses.scss */
    .classes-filter-inner {
      gap: 0.75rem; } }

/* line 49, scss/pages/_courses.scss */
.classes-filter-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b6560;
  white-space: nowrap; }

/* line 56, scss/pages/_courses.scss */
.classes-filter-btns {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap; }

/* line 62, scss/pages/_courses.scss */
.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1.5px solid #ece8e1;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b6560;
  cursor: pointer;
  transition: all 0.15s; }
  /* line 76, scss/pages/_courses.scss */
  .filter-btn:hover {
    border-color: #3aafa9;
    color: #3aafa9; }
  /* line 81, scss/pages/_courses.scss */
  .filter-btn--active {
    background: #3aafa9;
    border-color: #3aafa9;
    color: #ffffff; }
    /* line 86, scss/pages/_courses.scss */
    .filter-btn--active .filter-btn__count {
      background: rgba(255, 255, 255, 0.25); }
  /* line 89, scss/pages/_courses.scss */
  .filter-btn__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 0.25rem;
    background: rgba(58, 175, 169, 0.12);
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: inherit; }

/* line 105, scss/pages/_courses.scss */
.classes-section {
  padding-top: 3rem; }

/* line 110, scss/pages/_courses.scss */
.classes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start; }
  @media (max-width: 1024px) {
    /* line 110, scss/pages/_courses.scss */
    .classes-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    /* line 110, scss/pages/_courses.scss */
    .classes-grid {
      grid-template-columns: 1fr; } }

/* line 121, scss/pages/_courses.scss */
.class-card {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s; }
  /* line 130, scss/pages/_courses.scss */
  .class-card:hover {
    box-shadow: 0 8px 24px rgba(30, 28, 26, 0.12);
    transform: translateY(-2px); }
  /* line 135, scss/pages/_courses.scss */
  .class-card__header {
    padding: 1.25rem 1.25rem 1rem;
    background: #f7f4ef;
    border-bottom: 1px solid #ece8e1; }
  /* line 141, scss/pages/_courses.scss */
  .class-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem; }
  /* line 148, scss/pages/_courses.scss */
  .class-card__title {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e1c1a;
    margin-bottom: 0.75rem;
    line-height: 1.35; }
  /* line 157, scss/pages/_courses.scss */
  .class-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.75rem;
    color: #6b6560; }
    /* line 164, scss/pages/_courses.scss */
    .class-card__meta span {
      display: flex;
      align-items: center;
      gap: 0.25rem; }
    /* line 170, scss/pages/_courses.scss */
    .class-card__meta i {
      color: #3aafa9;
      font-size: 0.75rem; }
  /* line 173, scss/pages/_courses.scss */
  .class-card__body {
    padding: 1.25rem;
    flex: 1; }
  /* line 178, scss/pages/_courses.scss */
  .class-card__desc-text {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    margin-bottom: 0.5rem;
    white-space: pre-line; }
  /* line 186, scss/pages/_courses.scss */
  .class-card__read-more {
    background: none;
    border: none;
    color: #3aafa9;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.15s; }
    /* line 196, scss/pages/_courses.scss */
    .class-card__read-more:hover {
      opacity: 0.75; }
  /* line 199, scss/pages/_courses.scss */
  .class-card__foot {
    padding: 1rem 1.25rem;
    border-top: 1px solid #ece8e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: #ffffff; }
  /* line 209, scss/pages/_courses.scss */
  .class-card__pricing {
    display: flex;
    flex-direction: column;
    gap: 0.25rem; }
  /* line 215, scss/pages/_courses.scss */
  .class-card__credit {
    font-size: 0.75rem;
    font-weight: 600;
    color: #3aafa9;
    display: flex;
    align-items: center;
    gap: 0.25rem; }
    /* line 223, scss/pages/_courses.scss */
    .class-card__credit i {
      font-size: 0.75rem; }
  /* line 226, scss/pages/_courses.scss */
  .class-card__dropin {
    font-size: 0.75rem;
    color: #6b6560; }

/* line 233, scss/pages/_courses.scss */
.class-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 2px 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em; }
  /* line 243, scss/pages/_courses.scss */
  .class-badge i {
    font-size: 0.65rem; }
  /* line 245, scss/pages/_courses.scss */
  .class-badge--style {
    background: rgba(58, 175, 169, 0.1);
    color: #3aafa9;
    border: 1px solid rgba(58, 175, 169, 0.25); }
  /* line 251, scss/pages/_courses.scss */
  .class-badge--virtual {
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
    border: 1px solid rgba(99, 102, 241, 0.25); }
  /* line 257, scss/pages/_courses.scss */
  .class-badge--private {
    background: rgba(117, 68, 33, 0.1);
    color: #754421;
    border: 1px solid rgba(117, 68, 33, 0.25); }
  /* line 263, scss/pages/_courses.scss */
  .class-badge--semi {
    background: rgba(234, 179, 8, 0.1);
    color: #a16207;
    border: 1px solid rgba(234, 179, 8, 0.25); }

/* line 271, scss/pages/_courses.scss */
.classes-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 4rem;
  text-align: center;
  color: #9c9490; }
  /* line 281, scss/pages/_courses.scss */
  .classes-empty p {
    font-size: 1rem;
    margin: 0; }
  /* line 282, scss/pages/_courses.scss */
  .classes-empty a {
    color: #3aafa9; }

/* line 286, scss/pages/_courses.scss */
.classes-private-note {
  text-align: center; }

/* line 290, scss/pages/_courses.scss */
.classes-private-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
  text-align: left; }
  @media (max-width: 640px) {
    /* line 290, scss/pages/_courses.scss */
    .classes-private-cards {
      grid-template-columns: 1fr; } }

/* line 300, scss/pages/_courses.scss */
.classes-private-card {
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  /* line 309, scss/pages/_courses.scss */
  .classes-private-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    background: rgba(58, 175, 169, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3aafa9;
    font-size: 1.125rem;
    flex-shrink: 0; }
  /* line 322, scss/pages/_courses.scss */
  .classes-private-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e1c1a;
    margin: 0; }
  /* line 329, scss/pages/_courses.scss */
  .classes-private-card p {
    font-size: 0.875rem;
    color: #6b6560;
    line-height: 1.75;
    margin: 0; }

/* line 337, scss/pages/_courses.scss */
.classes-private-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap; }

/* line 6, scss/pages/_contact.scss */
.contact-hero {
  background: linear-gradient(135deg, #1a5c58 0%, #2d9389 60%, #3aafa9 100%); }
  /* line 9, scss/pages/_contact.scss */
  .contact-hero.page-hero {
    padding-top: 3rem; }
  /* line 11, scss/pages/_contact.scss */
  .contact-hero .page-hero__title,
  .contact-hero .page-hero__subtitle {
    color: #ffffff; }
  /* line 14, scss/pages/_contact.scss */
  .contact-hero .eyebrow, .contact-hero .eyebrow-sage, .contact-hero .eyebrow-coral, .contact-hero .hero__eyebrow, .contact-hero .page-hero__eyebrow {
    color: rgba(255, 255, 255, 0.75); }

/* line 18, scss/pages/_contact.scss */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  align-items: start; }
  @media (max-width: 1024px) {
    /* line 18, scss/pages/_contact.scss */
    .contact-grid {
      grid-template-columns: 1fr 300px;
      gap: 2rem; } }
  @media (max-width: 768px) {
    /* line 18, scss/pages/_contact.scss */
    .contact-grid {
      grid-template-columns: 1fr;
      gap: 2rem; } }

/* line 41, scss/pages/_contact.scss */
.contact-hp {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden; }

/* line 52, scss/pages/_contact.scss */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem; }

/* line 58, scss/pages/_contact.scss */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem; }
  @media (max-width: 640px) {
    /* line 58, scss/pages/_contact.scss */
    .form-row {
      grid-template-columns: 1fr; } }

/* line 66, scss/pages/_contact.scss */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }

/* line 72, scss/pages/_contact.scss */
.form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e1c1a; }
  /* line 77, scss/pages/_contact.scss */
  .form-label .req {
    color: #e07b39;
    margin-left: 2px; }

/* line 80, scss/pages/_contact.scss */
.form-optional {
  font-weight: 400;
  color: #9c9490;
  font-size: 0.75rem; }

/* line 86, scss/pages/_contact.scss */
.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border: 1.5px solid #ece8e1;
  border-radius: 8px;
  font-size: 1rem;
  color: #1e1c1a;
  font-family: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box; }
  /* line 98, scss/pages/_contact.scss */
  .form-control:focus {
    outline: none;
    border-color: #3aafa9;
    box-shadow: 0 0 0 3px rgba(58, 175, 169, 0.12); }
  /* line 104, scss/pages/_contact.scss */
  .form-control::placeholder {
    color: #9c9490; }

/* line 107, scss/pages/_contact.scss */
textarea.form-control {
  resize: vertical;
  min-height: 140px;
  line-height: 1.75; }

/* line 113, scss/pages/_contact.scss */
.field-hint {
  font-size: 0.75rem;
  color: #9c9490; }

/* line 118, scss/pages/_contact.scss */
.contact-math-group {
  max-width: 340px; }

/* line 122, scss/pages/_contact.scss */
.contact-math-input {
  max-width: 100px; }

/* line 126, scss/pages/_contact.scss */
.form-actions {
  padding-top: 0.5rem; }

/* line 131, scss/pages/_contact.scss */
.contact-errors {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 16px;
  color: #991b1b;
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }
  /* line 143, scss/pages/_contact.scss */
  .contact-errors i {
    flex-shrink: 0;
    margin-top: 2px; }
  /* line 145, scss/pages/_contact.scss */
  .contact-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem; }

/* line 156, scss/pages/_contact.scss */
.contact-success {
  text-align: center;
  padding: 4rem 2rem;
  background: #f7f4ef;
  border: 1px solid #ece8e1;
  border-radius: 16px; }
  /* line 163, scss/pages/_contact.scss */
  .contact-success__icon {
    font-size: 3rem;
    color: #3aafa9;
    margin-bottom: 1rem; }
  /* line 169, scss/pages/_contact.scss */
  .contact-success h2 {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.875rem;
    color: #1e1c1a;
    margin-bottom: 0.75rem; }
  /* line 176, scss/pages/_contact.scss */
  .contact-success p {
    font-size: 1.125rem;
    color: #6b6560;
    margin-bottom: 1.5rem;
    max-width: 40ch;
    margin-left: auto;
    margin-right: auto; }

/* line 187, scss/pages/_contact.scss */
.contact-info-card {
  background: #f7f4ef;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.25rem; }
  /* line 194, scss/pages/_contact.scss */
  .contact-info-card__heading {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e1c1a;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ece8e1; }

/* line 205, scss/pages/_contact.scss */
.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.25rem; }

/* line 215, scss/pages/_contact.scss */
.contact-info-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start; }

/* line 221, scss/pages/_contact.scss */
.contact-info-icon {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: rgba(58, 175, 169, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #3aafa9;
  font-size: 1rem; }

/* line 234, scss/pages/_contact.scss */
.contact-info-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9c9490;
  margin-bottom: 0.25rem; }

/* line 243, scss/pages/_contact.scss */
.contact-info-value {
  font-size: 1rem;
  font-weight: 600;
  color: #1e1c1a;
  text-decoration: none; }
  /* line 249, scss/pages/_contact.scss */
  .contact-info-value:hover {
    color: #3aafa9; }

/* line 252, scss/pages/_contact.scss */
.contact-info-sub {
  font-size: 0.75rem;
  color: #9c9490;
  line-height: 1.75;
  margin-top: 0.25rem; }

/* line 259, scss/pages/_contact.scss */
.contact-info-note {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 1rem;
  background: rgba(58, 175, 169, 0.06);
  border-radius: 8px;
  font-size: 0.875rem;
  color: #6b6560; }
  /* line 269, scss/pages/_contact.scss */
  .contact-info-note i {
    color: #3aafa9;
    flex-shrink: 0; }
  /* line 270, scss/pages/_contact.scss */
  .contact-info-note p {
    margin: 0; }

/* line 274, scss/pages/_contact.scss */
.contact-quick-links {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  padding: 1.25rem; }
  /* line 280, scss/pages/_contact.scss */
  .contact-quick-links h3 {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9c9490;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #ece8e1; }

/* line 292, scss/pages/_contact.scss */
.contact-quick-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b6560;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.12s, color 0.12s; }
  /* line 304, scss/pages/_contact.scss */
  .contact-quick-link i {
    color: #3aafa9;
    font-size: 0.875rem;
    width: 16px;
    text-align: center;
    flex-shrink: 0; }
  /* line 312, scss/pages/_contact.scss */
  .contact-quick-link:hover {
    background: rgba(58, 175, 169, 0.06);
    color: #3aafa9; }

/* line 6, scss/pages/_schedule.scss */
.schedule-hero {
  background: linear-gradient(135deg, #1a5c58 0%, #2d9389 60%, #3aafa9 100%); }
  /* line 9, scss/pages/_schedule.scss */
  .schedule-hero.page-hero {
    padding-top: 3rem; }
  /* line 11, scss/pages/_schedule.scss */
  .schedule-hero .page-hero__title,
  .schedule-hero .page-hero__subtitle {
    color: #ffffff; }
  /* line 14, scss/pages/_schedule.scss */
  .schedule-hero .eyebrow, .schedule-hero .eyebrow-sage, .schedule-hero .eyebrow-coral, .schedule-hero .hero__eyebrow, .schedule-hero .page-hero__eyebrow {
    color: rgba(255, 255, 255, 0.75); }

/* line 18, scss/pages/_schedule.scss */
.sched-toolbar {
  background: #ffffff;
  border-bottom: 1px solid #ece8e1;
  padding: 0.75rem 0;
  position: sticky;
  top: 72px;
  z-index: 50;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); }

/* line 28, scss/pages/_schedule.scss */
.sched-toolbar__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap; }
  @media (max-width: 640px) {
    /* line 28, scss/pages/_schedule.scss */
    .sched-toolbar__inner {
      gap: 0.75rem; } }

/* line 37, scss/pages/_schedule.scss */
.sched-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

/* line 43, scss/pages/_schedule.scss */
.sched-nav__btn {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  border: 1.5px solid #ece8e1;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6560;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.15s; }
  /* line 57, scss/pages/_schedule.scss */
  .sched-nav__btn:hover {
    border-color: #3aafa9;
    color: #3aafa9;
    background: rgba(58, 175, 169, 0.06); }

/* line 64, scss/pages/_schedule.scss */
.sched-nav__today {
  font-size: 0.875rem;
  font-weight: 600;
  color: #3aafa9;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  border: 1.5px solid #3aafa9;
  border-radius: 9999px;
  transition: all 0.15s; }
  /* line 74, scss/pages/_schedule.scss */
  .sched-nav__today:hover {
    background: #3aafa9;
    color: #ffffff; }

/* line 80, scss/pages/_schedule.scss */
.sched-period {
  font-size: 1rem;
  font-weight: 600;
  color: #1e1c1a;
  flex: 1;
  text-align: center; }
  @media (max-width: 640px) {
    /* line 80, scss/pages/_schedule.scss */
    .sched-period {
      order: -1;
      width: 100%;
      text-align: left; } }

/* line 90, scss/pages/_schedule.scss */
.sched-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b6560;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  border: 1.5px solid #ece8e1;
  border-radius: 9999px;
  transition: all 0.15s; }
  /* line 103, scss/pages/_schedule.scss */
  .sched-toggle:hover {
    border-color: #3aafa9;
    color: #3aafa9; }

/* line 110, scss/pages/_schedule.scss */
.sched-legend {
  background: #f7f4ef;
  border-bottom: 1px solid #ece8e1;
  padding: 0.5rem 0; }

/* line 116, scss/pages/_schedule.scss */
.sched-legend__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: #6b6560; }

/* line 125, scss/pages/_schedule.scss */
.sched-legend__item {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

/* line 132, scss/pages/_schedule.scss */
.sched-pill {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: left;
  border: none;
  cursor: pointer;
  width: 100%;
  line-height: 1.35;
  transition: filter 0.12s, transform 0.12s;
  text-decoration: none; }
  /* line 148, scss/pages/_schedule.scss */
  .sched-pill:hover {
    filter: brightness(0.92);
    transform: translateX(2px); }
  /* line 154, scss/pages/_schedule.scss */
  .sched-pill--demo {
    width: 28px;
    height: 14px;
    min-width: 28px;
    padding: 0;
    border-radius: 3px;
    pointer-events: none; }
  /* line 163, scss/pages/_schedule.scss */
  .sched-pill--class {
    background: rgba(58, 175, 169, 0.15);
    color: #277672;
    border-left: 3px solid #3aafa9; }
  /* line 169, scss/pages/_schedule.scss */
  .sched-pill--event {
    background: rgba(99, 102, 241, 0.12);
    color: #3438ed;
    border-left: 3px solid #6366f1; }
    /* line 173, scss/pages/_schedule.scss */
    .sched-pill--event i {
      font-size: 0.6rem; }
  /* line 176, scss/pages/_schedule.scss */
  .sched-pill--cancelled {
    background: rgba(156, 148, 144, 0.12);
    color: #9c9490;
    border-left: 3px solid #ece8e1;
    text-decoration: line-through; }
  /* line 183, scss/pages/_schedule.scss */
  .sched-pill--full {
    background: rgba(224, 123, 57, 0.1);
    color: #b1571c;
    border-left: 3px solid #e07b39; }
  /* line 189, scss/pages/_schedule.scss */
  .sched-pill--compact {
    font-size: 0.65rem;
    padding: 1px 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
  /* line 198, scss/pages/_schedule.scss */
  .sched-pill__time {
    font-size: 0.65rem;
    opacity: 0.8;
    white-space: nowrap;
    flex-shrink: 0; }
  /* line 205, scss/pages/_schedule.scss */
  .sched-pill__tag {
    margin-left: auto;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.75; }

/* line 216, scss/pages/_schedule.scss */
.sched-week {
  padding: 2rem 0 4rem; }

/* line 220, scss/pages/_schedule.scss */
.sched-week__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem; }
  @media (max-width: 768px) {
    /* line 220, scss/pages/_schedule.scss */
    .sched-week__grid {
      grid-template-columns: 1fr; } }

/* line 228, scss/pages/_schedule.scss */
.sched-week__col {
  background: #ffffff;
  border: 1px solid #ece8e1;
  border-radius: 16px;
  overflow: hidden; }

/* line 235, scss/pages/_schedule.scss */
.sched-week__col-heading {
  background: #3aafa9;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  letter-spacing: 0.03em; }

/* line 244, scss/pages/_schedule.scss */
.sched-day {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ece8e1;
  min-height: 44px;
  align-items: start; }
  /* line 253, scss/pages/_schedule.scss */
  .sched-day:last-child {
    border-bottom: none; }
  /* line 255, scss/pages/_schedule.scss */
  .sched-day--today {
    background: rgba(58, 175, 169, 0.04); }

/* line 258, scss/pages/_schedule.scss */
.sched-day__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2px;
  flex-shrink: 0; }

/* line 266, scss/pages/_schedule.scss */
.sched-day__name {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b6560;
  line-height: 1;
  margin-bottom: 2px; }

/* line 276, scss/pages/_schedule.scss */
.sched-day__date {
  font-size: 1.25rem;
  font-weight: 300;
  color: #6b6560;
  line-height: 1;
  font-family: "Cormorant Garamond", "Georgia", serif; }
  /* line 283, scss/pages/_schedule.scss */
  .sched-day__date--today {
    width: 32px;
    height: 32px;
    background: #3aafa9;
    color: #ffffff;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit; }

/* line 298, scss/pages/_schedule.scss */
.sched-day__items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 3px 0; }

/* line 305, scss/pages/_schedule.scss */
.sched-day__empty {
  font-size: 0.875rem;
  color: #9c9490;
  opacity: 0.5;
  align-self: center; }

/* line 313, scss/pages/_schedule.scss */
.sched-month {
  padding: 1.5rem 0 4rem; }

/* line 317, scss/pages/_schedule.scss */
.sched-month__header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #3aafa9;
  border-radius: 16px 16px 0 0;
  overflow: hidden; }

/* line 325, scss/pages/_schedule.scss */
.sched-month__dow {
  padding: 0.75rem 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85); }

/* line 335, scss/pages/_schedule.scss */
.sched-month__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid #ece8e1;
  border-top: none;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  background: #ffffff; }

/* line 345, scss/pages/_schedule.scss */
.sched-month__cell {
  min-height: 100px;
  padding: 0.5rem;
  border-right: 1px solid #ece8e1;
  border-bottom: 1px solid #ece8e1;
  display: flex;
  flex-direction: column;
  gap: 3px; }
  /* line 354, scss/pages/_schedule.scss */
  .sched-month__cell:nth-child(7n) {
    border-right: none; }
  /* line 357, scss/pages/_schedule.scss */
  .sched-month__cell:nth-last-child(-n+7) {
    border-bottom: none; }
  /* line 359, scss/pages/_schedule.scss */
  .sched-month__cell--out {
    background: #faf9f7; }
    /* line 361, scss/pages/_schedule.scss */
    .sched-month__cell--out .sched-month__cell-date {
      opacity: 0.35; }
    /* line 362, scss/pages/_schedule.scss */
    .sched-month__cell--out .sched-pill {
      opacity: 0.5; }
  /* line 365, scss/pages/_schedule.scss */
  .sched-month__cell--today {
    background: rgba(58, 175, 169, 0.03); }

/* line 368, scss/pages/_schedule.scss */
.sched-month__cell-date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b6560;
  line-height: 1;
  margin-bottom: 2px; }
  /* line 375, scss/pages/_schedule.scss */
  .sched-month__cell-date--today {
    width: 24px;
    height: 24px;
    background: #3aafa9;
    color: #ffffff;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700; }

/* line 390, scss/pages/_schedule.scss */
.sched-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(30, 28, 26, 0.6);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  backdrop-filter: blur(3px); }
  /* line 401, scss/pages/_schedule.scss */
  .sched-modal-backdrop.open {
    display: flex;
    animation: fadeIn 0.18s ease; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* line 412, scss/pages/_schedule.scss */
.sched-modal {
  background: #ffffff;
  border-radius: 16px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  animation: slideUp 0.2s ease;
  outline: none; }
  @media (max-width: 640px) {
    /* line 412, scss/pages/_schedule.scss */
    .sched-modal {
      max-width: 100%; } }

@keyframes slideUp {
  from {
    transform: translateY(16px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
/* line 431, scss/pages/_schedule.scss */
.sched-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ece8e1;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6560;
  transition: all 0.15s; }
  /* line 449, scss/pages/_schedule.scss */
  .sched-modal__close:hover {
    background: #ffffff;
    color: #1e1c1a; }

/* line 455, scss/pages/_schedule.scss */
.sched-modal__header {
  background: linear-gradient(135deg, #1a5c58, #3aafa9);
  color: #ffffff;
  padding: 2rem 1.5rem 1.5rem;
  position: relative;
  border-radius: 16px 16px 0 0; }

/* line 463, scss/pages/_schedule.scss */
.sched-modal__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem; }

/* line 472, scss/pages/_schedule.scss */
.sched-modal__title {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.35; }

/* line 481, scss/pages/_schedule.scss */
.sched-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85); }
  /* line 488, scss/pages/_schedule.scss */
  .sched-modal__meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem; }
  /* line 494, scss/pages/_schedule.scss */
  .sched-modal__meta i {
    font-size: 0.75rem;
    opacity: 0.75; }

/* line 497, scss/pages/_schedule.scss */
.sched-modal__body {
  padding: 1.5rem; }

/* line 501, scss/pages/_schedule.scss */
.sched-modal__desc {
  font-size: 0.875rem;
  color: #6b6560;
  line-height: 1.75;
  margin-bottom: 1.25rem; }

/* line 508, scss/pages/_schedule.scss */
.sched-modal__details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }

/* line 514, scss/pages/_schedule.scss */
.sched-modal__detail-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #6b6560; }
  /* line 521, scss/pages/_schedule.scss */
  .sched-modal__detail-row i {
    color: #3aafa9;
    font-size: 0.875rem;
    width: 14px;
    text-align: center;
    flex-shrink: 0; }
  /* line 529, scss/pages/_schedule.scss */
  .sched-modal__detail-row strong {
    color: #1e1c1a; }

/* line 532, scss/pages/_schedule.scss */
.sched-modal__note {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(58, 175, 169, 0.06);
  border-radius: 8px;
  font-size: 0.875rem;
  color: #6b6560;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start; }
  /* line 543, scss/pages/_schedule.scss */
  .sched-modal__note i {
    color: #3aafa9;
    flex-shrink: 0;
    margin-top: 2px; }

/* line 546, scss/pages/_schedule.scss */
.sched-modal__foot {
  padding: 1.25rem 1.5rem 1.5rem;
  border-top: 1px solid #ece8e1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }

/* line 554, scss/pages/_schedule.scss */
.sched-modal__cancelled {
  text-align: center;
  color: #9c9490;
  font-style: italic;
  margin: 0; }

/* line 561, scss/pages/_schedule.scss */
.sched-modal__guest-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }

/* line 7, scss/pages/_schedule-fullscreen.scss */
.sched-fullscreen-btn {
  cursor: pointer;
  border: none;
  font: inherit;
  background: transparent; }
  @media (max-width: 768px) {
    /* line 7, scss/pages/_schedule-fullscreen.scss */
    .sched-fullscreen-btn {
      display: none; } }

/* line 32, scss/pages/_schedule-fullscreen.scss */
#scheduleFullscreenTarget:fullscreen {
  background: #fff;
  overflow-y: auto;
  padding: 1.5rem 2rem; }
  /* line 37, scss/pages/_schedule-fullscreen.scss */
  #scheduleFullscreenTarget:fullscreen .container, #scheduleFullscreenTarget:fullscreen .container-wide, #scheduleFullscreenTarget:fullscreen .container-sm {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  /* line 44, scss/pages/_schedule-fullscreen.scss */
  #scheduleFullscreenTarget:fullscreen .sched-month__cell {
    min-height: 140px; }
  /* line 49, scss/pages/_schedule-fullscreen.scss */
  #scheduleFullscreenTarget:fullscreen .sched-day {
    min-height: 120px; }
  /* line 54, scss/pages/_schedule-fullscreen.scss */
  #scheduleFullscreenTarget:fullscreen .sched-pill {
    font-size: 0.95rem; }
/* line 59, scss/pages/_schedule-fullscreen.scss */
#scheduleFullscreenTarget:-webkit-full-screen {
  background: #fff;
  overflow-y: auto;
  padding: 1.5rem 2rem; }
  /* line 64, scss/pages/_schedule-fullscreen.scss */
  #scheduleFullscreenTarget:-webkit-full-screen .container, #scheduleFullscreenTarget:-webkit-full-screen .container-wide, #scheduleFullscreenTarget:-webkit-full-screen .container-sm {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  /* line 70, scss/pages/_schedule-fullscreen.scss */
  #scheduleFullscreenTarget:-webkit-full-screen .sched-month__cell {
    min-height: 140px; }
  /* line 74, scss/pages/_schedule-fullscreen.scss */
  #scheduleFullscreenTarget:-webkit-full-screen .sched-day {
    min-height: 120px; }
  /* line 78, scss/pages/_schedule-fullscreen.scss */
  #scheduleFullscreenTarget:-webkit-full-screen .sched-pill {
    font-size: 0.95rem; }

/*# sourceMappingURL=public.css.map */
