/* SarvYoga Performance Foundation 1.0.1 */
/* Source: sarvyoga-responsible-footer.css */
:root {
  --sy-footer-bg: #10261f;
  --sy-footer-bg-deep: #091a15;
  --sy-footer-card: #18352b;
  --sy-footer-accent: #d5a957;
  --sy-footer-mint: #b9dcc7;
  --sy-footer-text: #f5f3ea;
  --sy-footer-muted: #bfd0c6;
  --sy-footer-line: rgba(255, 255, 255, 0.13);
}

.sy-site-footer {
  position: relative;
  margin-top: 72px;
  overflow: hidden;
  color: var(--sy-footer-text);
  background:
    radial-gradient(circle at 78% -10%, rgba(213, 169, 87, 0.2), transparent 34%),
    radial-gradient(circle at 8% 12%, rgba(91, 151, 115, 0.2), transparent 30%),
    var(--sy-footer-bg);
  font-size: 16px;
  line-height: 1.65;
}

.sy-site-footer *,
.sy-site-footer *::before,
.sy-site-footer *::after {
  box-sizing: border-box;
}

.sy-footer-accent {
  height: 5px;
  background: linear-gradient(90deg, #d5a957, #f0d89a, #7dac90, #d5a957);
}

.sy-footer-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sy-footer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 64px;
  align-items: center;
  padding: 72px 0 52px;
  border-bottom: 1px solid var(--sy-footer-line);
}

.sy-footer-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.sy-footer-brand:hover,
.sy-footer-brand:focus {
  opacity: 0.94;
}

.sy-footer-logo {
  display: block;
  width: 180px;
  height: 60px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.sy-footer-brand-block > p {
  max-width: 620px;
  margin: 22px 0 26px;
  color: var(--sy-footer-muted);
  font-size: 17px;
}

.sy-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sy-footer-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--sy-footer-line);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.sy-footer-socials a:hover,
.sy-footer-socials a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--sy-footer-accent);
  background: rgba(213, 169, 87, 0.14);
}

.sy-footer-socials svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.sy-footer-cta {
  padding: 34px;
  border: 1px solid rgba(213, 169, 87, 0.3);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.sy-footer-kicker,
.sy-section-label,
.sy-eyebrow {
  margin: 0 0 10px;
  color: var(--sy-footer-accent);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sy-footer-cta h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.sy-footer-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  color: #17251f;
  background: var(--sy-footer-accent);
  font-weight: 750;
  text-decoration: none;
}

.sy-footer-button:hover,
.sy-footer-button:focus {
  color: #17251f;
  background: #efd28d;
}

.sy-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 56px;
  padding: 52px 0;
}

.sy-footer-column h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sy-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sy-footer-column li + li {
  margin-top: 10px;
}

.sy-footer-column a {
  color: var(--sy-footer-muted);
  text-decoration: none;
}

.sy-footer-column a:hover,
.sy-footer-column a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sy-footer-contact address {
  display: grid;
  gap: 8px;
  color: var(--sy-footer-muted);
  font-style: normal;
}

.sy-footer-contact p {
  max-width: 360px;
  margin: 16px 0 0;
  color: var(--sy-footer-muted);
  font-size: 14px;
}

.sy-footer-responsibility {
  padding: 20px 24px;
  border: 1px solid var(--sy-footer-line);
  border-radius: 14px;
  color: var(--sy-footer-muted);
  background: rgba(0, 0, 0, 0.11);
  font-size: 14px;
}

.sy-footer-responsibility strong {
  color: #fff;
}

.sy-footer-bottom {
  margin-top: 44px;
  background: var(--sy-footer-bg-deep);
}

.sy-footer-bottom-inner {
  display: flex;
  min-height: 74px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  color: #a9bbb1;
  font-size: 13px;
}

.sy-footer-bottom-inner p {
  margin: 0;
}

.sy-footer-bottom-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.sy-footer-bottom-inner a {
  color: #cbd8d0;
  text-decoration: none;
}

.sy-footer-bottom-inner a:hover,
.sy-footer-bottom-inner a:focus {
  color: #fff;
}

/* About page */
.sy-about-page {
  --sy-about-green: #173a2e;
  --sy-about-green-deep: #0e281f;
  --sy-about-gold: #c79743;
  --sy-about-cream: #f7f3e8;
  --sy-about-ink: #17221d;
  color: var(--sy-about-ink);
}

.sy-about-page *,
.sy-about-page *::before,
.sy-about-page *::after {
  box-sizing: border-box;
}

.sy-about-shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.sy-about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 138px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 83% 20%, rgba(209, 168, 89, 0.24), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(110, 164, 131, 0.25), transparent 34%),
    linear-gradient(135deg, #0e281f, #1d4939);
}

.sy-about-hero::after {
  position: absolute;
  right: -70px;
  bottom: -150px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.sy-about-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.sy-about-lead {
  max-width: 820px;
  margin: 28px 0 0;
  color: #d7e5dc;
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.65;
}

.sy-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.sy-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
}

.sy-button-primary {
  color: #17251f;
  background: #d9b66d;
}

.sy-button-primary:hover,
.sy-button-primary:focus {
  color: #17251f;
  background: #efd595;
}

.sy-button-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
}

.sy-about-section:not(.sy-about-section-dark) .sy-button-secondary {
  border-color: #cdd8d1;
  color: var(--sy-about-green);
  background: #fff;
}

.sy-about-section {
  padding: clamp(70px, 9vw, 112px) 0;
}

.sy-about-section-soft {
  background: var(--sy-about-cream);
}

.sy-about-grid {
  display: grid;
  gap: 56px;
}

.sy-about-grid-two {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
}

.sy-about-section h2 {
  max-width: 720px;
  margin: 0;
  color: var(--sy-about-green-deep);
  font-size: clamp(32px, 4.4vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.sy-about-copy {
  color: #405249;
  font-size: 18px;
  line-height: 1.8;
}

.sy-about-copy p {
  margin: 0;
}

.sy-about-copy p + p {
  margin-top: 22px;
}

.sy-about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.sy-about-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid #e2dccb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(24, 48, 38, 0.06);
}

.sy-card-number {
  color: var(--sy-about-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.sy-about-card h3,
.sy-principle h3 {
  margin: 48px 0 12px;
  color: var(--sy-about-green-deep);
  font-size: 21px;
}

.sy-about-card p,
.sy-principle p {
  margin: 0;
  color: #5a6961;
  line-height: 1.7;
}

.sy-about-section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(213, 169, 87, 0.18), transparent 30%),
    var(--sy-about-green-deep);
}

.sy-about-section-dark h2,
.sy-about-section-dark h3 {
  color: #fff;
}

.sy-principles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
}

.sy-principle {
  min-height: 220px;
  padding: 30px;
  background: #143328;
}

.sy-principle h3 {
  margin: 0 0 12px;
}

.sy-principle p {
  color: #c4d4ca;
}

.sy-about-contact {
  padding-top: 30px;
}

.sy-about-contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid #e2dccb;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0, rgba(213, 169, 87, 0.15), transparent 34%),
    #f8f5ed;
}

.sy-about-contact-box h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.sy-about-contact-box p {
  margin: 16px 0 0;
  color: #53645b;
}

.sy-about-contact-box .sy-about-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.page-id-24369 .entry-header {
  display: none;
}

.page-id-24369 .site-content > .ast-container,
.page-id-24369 .content-area,
.page-id-24369 .site-main,
.page-id-24369 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-id-24369 .site-content {
  padding: 0;
}

@media (max-width: 900px) {
  .sy-footer-intro,
  .sy-about-grid-two,
  .sy-about-contact-box {
    grid-template-columns: 1fr;
  }

  .sy-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sy-about-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sy-about-contact-box .sy-about-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .sy-site-footer {
    margin-top: 48px;
  }

  .sy-footer-shell,
  .sy-about-shell {
    width: min(100% - 28px, 1160px);
  }

  .sy-footer-logo {
    width: 155px;
    height: auto;
  }

  .sy-footer-intro {
    gap: 34px;
    padding: 52px 0 38px;
  }

  .sy-footer-cta {
    padding: 26px;
  }

  .sy-footer-grid,
  .sy-about-card-grid,
  .sy-principles-grid {
    grid-template-columns: 1fr;
  }

  .sy-footer-grid {
    gap: 34px;
    padding: 40px 0;
  }

  .sy-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0;
  }

  .sy-about-hero {
    padding: 72px 0;
  }

  .sy-about-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .sy-about-section {
    padding: 68px 0;
  }

  .sy-about-card {
    min-height: auto;
  }

  .sy-about-card h3 {
    margin-top: 32px;
  }

  .sy-about-actions,
  .sy-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sy-footer-socials a {
    transition: none;
  }
}

/* Source: sarvyoga-home-discovery.css */
:root {
  --sy-home-green: #153b2e;
  --sy-home-green-deep: #0c281e;
  --sy-home-green-soft: #eaf3ed;
  --sy-home-gold: #c69542;
  --sy-home-cream: #f8f5ec;
  --sy-home-ink: #17231d;
  --sy-home-muted: #58675f;
  --sy-home-line: #dfe7e1;
}

.sy-home-discovery,
.sy-home-discovery *,
.sy-home-discovery *::before,
.sy-home-discovery *::after {
  box-sizing: border-box;
}

.sy-home-discovery {
  width: 100%;
  color: var(--sy-home-ink);
  font-size: 16px;
  line-height: 1.65;
}

.sy-home-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sy-home-learning,
.sy-home-latest {
  padding: clamp(72px, 9vw, 116px) 0;
}

.sy-home-learning {
  background:
    radial-gradient(circle at 92% 8%, rgba(198, 149, 66, 0.12), transparent 28%),
    linear-gradient(180deg, #fff, var(--sy-home-cream));
}

.sy-home-section-heading {
  max-width: 760px;
}

.sy-home-eyebrow {
  margin: 0 0 12px;
  color: var(--sy-home-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sy-home-section-heading h2,
.sy-youtube-copy h2 {
  margin: 0;
  color: var(--sy-home-green-deep);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.sy-home-section-heading > p:last-child,
.sy-youtube-copy > p {
  max-width: 710px;
  margin: 20px 0 0;
  color: var(--sy-home-muted);
  font-size: clamp(17px, 2vw, 20px);
}

.sy-learning-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.sy-learning-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--sy-home-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(21, 59, 46, 0.055);
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.sy-learning-card:hover {
  transform: translateY(-4px);
  border-color: rgba(198, 149, 66, 0.58);
  box-shadow: 0 24px 60px rgba(21, 59, 46, 0.1);
}

.sy-learning-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  color: var(--sy-home-green);
  background: var(--sy-home-green-soft);
}

.sy-learning-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.sy-learning-card h3 {
  margin: 32px 0 12px;
  font-size: 21px;
  line-height: 1.25;
}

.sy-learning-card h3 a {
  color: var(--sy-home-green-deep);
  text-decoration: none;
}

.sy-learning-card p {
  margin: 0;
  color: var(--sy-home-muted);
  font-size: 15px;
}

.sy-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
  color: var(--sy-home-green);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.sy-text-link:hover,
.sy-text-link:focus {
  color: #9a691e;
}

.sy-home-youtube {
  padding: clamp(70px, 9vw, 108px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(225, 54, 54, 0.2), transparent 32%),
    radial-gradient(circle at 10% 90%, rgba(107, 171, 130, 0.22), transparent 30%),
    var(--sy-home-green-deep);
}

.sy-youtube-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
}

.sy-youtube-copy h2 {
  max-width: 680px;
  color: #fff;
}

.sy-youtube-copy > p {
  color: #c7d8ce;
}

.sy-youtube-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.sy-youtube-button,
.sy-youtube-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
}

.sy-youtube-button {
  color: #fff;
  background: #df2f2f;
}

.sy-youtube-button:hover,
.sy-youtube-button:focus {
  color: #fff;
  background: #f03d3d;
}

.sy-youtube-secondary {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.sy-youtube-secondary:hover,
.sy-youtube-secondary:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.sy-youtube-visual {
  position: relative;
  display: grid;
  min-height: 380px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
}

.sy-youtube-visual:hover,
.sy-youtube-visual:focus {
  color: #fff;
}

.sy-youtube-visual strong,
.sy-youtube-visual > span:last-child {
  position: relative;
  z-index: 2;
}

.sy-youtube-visual strong {
  align-self: end;
  margin-bottom: 56px;
  font-size: 25px;
}

.sy-youtube-visual > span:last-child {
  align-self: start;
  margin-top: -48px;
  color: #cbd9d1;
}

.sy-youtube-play {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 50%;
  background: #e23333;
  box-shadow: 0 22px 60px rgba(226, 51, 51, 0.35);
}

.sy-youtube-play svg {
  width: 56px;
  height: 56px;
  fill: #fff;
}

.sy-youtube-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}

.sy-youtube-orbit-one {
  width: 260px;
  height: 260px;
}

.sy-youtube-orbit-two {
  width: 390px;
  height: 390px;
}

.sy-home-latest {
  background: #fff;
}

.sy-home-latest-heading {
  display: flex;
  gap: 36px;
  align-items: end;
  justify-content: space-between;
}

.sy-view-all {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  align-items: center;
  padding-bottom: 8px;
  color: var(--sy-home-green);
  font-weight: 750;
  text-decoration: none;
}

.sy-view-all:hover,
.sy-view-all:focus {
  color: #9a691e;
}

.sy-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.sy-latest-card {
  overflow: hidden;
  border: 1px solid var(--sy-home-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(21, 59, 46, 0.06);
}

.sy-latest-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--sy-home-green-soft);
}

.sy-latest-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.sy-latest-card:hover .sy-latest-image {
  transform: scale(1.035);
}

.sy-latest-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--sy-home-green);
  background:
    radial-gradient(circle at 75% 20%, rgba(198, 149, 66, 0.18), transparent 28%),
    var(--sy-home-green-soft);
}

.sy-latest-placeholder svg {
  width: 72px;
  height: 72px;
  fill: currentColor;
}

.sy-latest-content {
  padding: 24px;
}

.sy-latest-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  color: #78867e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sy-latest-meta a {
  color: var(--sy-home-gold);
  text-decoration: none;
}

.sy-latest-content h3 {
  margin: 14px 0 12px;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.3;
}

.sy-latest-content h3 a {
  color: var(--sy-home-green-deep);
  text-decoration: none;
}

.sy-latest-content h3 a:hover,
.sy-latest-content h3 a:focus {
  color: #8d621e;
}

.sy-latest-content p {
  margin: 0;
  color: var(--sy-home-muted);
  font-size: 15px;
}

.sy-card-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  color: var(--sy-home-green);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.sy-card-link:hover,
.sy-card-link:focus {
  color: #9a691e;
}

@media (max-width: 1100px) {
  .sy-learning-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sy-youtube-panel {
    grid-template-columns: 1fr;
  }

  .sy-youtube-visual {
    min-height: 330px;
  }

  .sy-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .sy-home-shell {
    width: min(100% - 28px, 1180px);
  }

  .sy-learning-grid,
  .sy-latest-grid {
    grid-template-columns: 1fr;
  }

  .sy-learning-card {
    min-height: 280px;
  }

  .sy-home-latest-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .sy-youtube-actions,
  .sy-youtube-button,
  .sy-youtube-secondary {
    width: 100%;
  }

  .sy-youtube-visual {
    min-height: 290px;
  }

  .sy-youtube-orbit-one {
    width: 220px;
    height: 220px;
  }

  .sy-youtube-orbit-two {
    width: 330px;
    height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sy-learning-card,
  .sy-latest-image {
    transition: none;
  }
}

/* Source: sarvyoga-mobile-experience.css */
/*
 * SarvYoga Mobile Experience v1
 * Responsive, readable, accessible, and intentionally script-free.
 */

:root {
  --sy-reading-width: 72ch;
  --sy-page-gutter: clamp(16px, 4vw, 28px);
  --sy-section-space: clamp(22px, 5vw, 48px);
  --sy-text: #222;
  --sy-muted: #5d646b;
  --sy-link: #9f2f20;
  --sy-focus: #1457d9;
  --sy-surface: #fff;
  --sy-soft-surface: #f7f7f5;
  --sy-border: #deded8;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body.sarvyoga-mobile-experience {
  overflow-x: clip;
  color: var(--sy-text);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.sarvyoga-mobile-experience *,
.sarvyoga-mobile-experience *::before,
.sarvyoga-mobile-experience *::after {
  box-sizing: border-box;
}

.sarvyoga-mobile-experience img,
.sarvyoga-mobile-experience picture,
.sarvyoga-mobile-experience video,
.sarvyoga-mobile-experience canvas,
.sarvyoga-mobile-experience svg {
  max-width: 100%;
  height: auto;
}

.sarvyoga-mobile-experience iframe,
.sarvyoga-mobile-experience embed,
.sarvyoga-mobile-experience object {
  max-width: 100%;
}

.sarvyoga-mobile-experience .entry-content iframe[src*="youtube"],
.sarvyoga-mobile-experience .entry-content iframe[src*="youtu.be"],
.sarvyoga-mobile-experience .entry-content iframe[src*="vimeo"],
.sarvyoga-mobile-experience .fl-builder-content iframe[src*="youtube"],
.sarvyoga-mobile-experience .fl-builder-content iframe[src*="youtu.be"],
.sarvyoga-mobile-experience .fl-builder-content iframe[src*="vimeo"] {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

.sarvyoga-mobile-experience table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
}

.sarvyoga-mobile-experience th,
.sarvyoga-mobile-experience td {
  min-width: 110px;
  padding: 10px 12px;
  vertical-align: top;
}

.sarvyoga-mobile-experience pre,
.sarvyoga-mobile-experience code,
.sarvyoga-mobile-experience samp {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
}

.sarvyoga-mobile-experience pre {
  overflow-x: auto;
  padding: 16px;
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}

.sarvyoga-mobile-experience p,
.sarvyoga-mobile-experience li,
.sarvyoga-mobile-experience a,
.sarvyoga-mobile-experience h1,
.sarvyoga-mobile-experience h2,
.sarvyoga-mobile-experience h3,
.sarvyoga-mobile-experience h4,
.sarvyoga-mobile-experience h5,
.sarvyoga-mobile-experience h6 {
  overflow-wrap: anywhere;
}

.sarvyoga-mobile-experience a {
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.08em;
}

.sarvyoga-mobile-experience :focus-visible {
  outline: 3px solid var(--sy-focus);
  outline-offset: 3px;
  border-radius: 3px;
}

.sarvyoga-mobile-experience button,
.sarvyoga-mobile-experience input,
.sarvyoga-mobile-experience select,
.sarvyoga-mobile-experience textarea {
  max-width: 100%;
  font: inherit;
}

.sarvyoga-mobile-experience button,
.sarvyoga-mobile-experience input[type="button"],
.sarvyoga-mobile-experience input[type="submit"],
.sarvyoga-mobile-experience input[type="reset"],
.sarvyoga-mobile-experience .button,
.sarvyoga-mobile-experience .fl-button,
.sarvyoga-mobile-experience .menu-toggle {
  min-height: 44px;
  min-width: 44px;
  touch-action: manipulation;
}

.sarvyoga-mobile-experience input:not([type="checkbox"]):not([type="radio"]),
.sarvyoga-mobile-experience select,
.sarvyoga-mobile-experience textarea {
  min-height: 44px;
  font-size: 16px;
}

/* Article reading experience */
.sarvyoga-mobile-experience.single-post .entry-title,
.sarvyoga-mobile-experience.page .entry-title {
  font-size: clamp(1.85rem, 5vw, 3rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.sarvyoga-mobile-experience.single-post .entry-content {
  font-size: clamp(1rem, 0.96rem + 0.22vw, 1.125rem);
  line-height: 1.78;
}

.sarvyoga-mobile-experience.single-post .entry-content > p,
.sarvyoga-mobile-experience.single-post .entry-content > ul,
.sarvyoga-mobile-experience.single-post .entry-content > ol,
.sarvyoga-mobile-experience.single-post .entry-content > h2,
.sarvyoga-mobile-experience.single-post .entry-content > h3,
.sarvyoga-mobile-experience.single-post .entry-content > h4,
.sarvyoga-mobile-experience.single-post .entry-content > blockquote {
  width: min(100%, var(--sy-reading-width));
  margin-left: auto;
  margin-right: auto;
}

.sarvyoga-mobile-experience .entry-content h2 {
  margin-top: 1.75em;
  margin-bottom: 0.55em;
  font-size: clamp(1.45rem, 3.7vw, 2.15rem);
  line-height: 1.22;
  text-wrap: balance;
}

.sarvyoga-mobile-experience .entry-content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.45em;
  font-size: clamp(1.22rem, 3vw, 1.65rem);
  line-height: 1.28;
  text-wrap: balance;
}

.sarvyoga-mobile-experience .entry-content h4 {
  margin-top: 1.35em;
  margin-bottom: 0.4em;
  font-size: clamp(1.08rem, 2.4vw, 1.35rem);
  line-height: 1.32;
}

.sarvyoga-mobile-experience .entry-content p {
  margin-top: 0;
  margin-bottom: 1.15em;
}

.sarvyoga-mobile-experience .entry-content ul,
.sarvyoga-mobile-experience .entry-content ol {
  padding-left: 1.35em;
  margin-bottom: 1.25em;
}

.sarvyoga-mobile-experience .entry-content li + li {
  margin-top: 0.5em;
}

.sarvyoga-mobile-experience .entry-content blockquote {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  padding: 16px 20px;
  border-left: 4px solid var(--sy-link);
  background: var(--sy-soft-surface);
}

.sarvyoga-mobile-experience .wp-caption,
.sarvyoga-mobile-experience figure {
  max-width: 100%;
}

.sarvyoga-mobile-experience figcaption,
.sarvyoga-mobile-experience .wp-caption-text {
  color: var(--sy-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Astra and common WordPress layout safeguards */
.sarvyoga-mobile-experience .ast-container,
.sarvyoga-mobile-experience .site-content .ast-container {
  max-width: 1240px;
}

.sarvyoga-mobile-experience #primary,
.sarvyoga-mobile-experience #secondary,
.sarvyoga-mobile-experience .site-main,
.sarvyoga-mobile-experience .entry-content {
  min-width: 0;
}

.sarvyoga-mobile-experience .comments-area input,
.sarvyoga-mobile-experience .comments-area textarea {
  width: 100%;
}

/* Beaver Builder safeguards */
.sarvyoga-mobile-experience .fl-builder-content,
.sarvyoga-mobile-experience .fl-row,
.sarvyoga-mobile-experience .fl-row-content,
.sarvyoga-mobile-experience .fl-row-content-wrap,
.sarvyoga-mobile-experience .fl-col-group,
.sarvyoga-mobile-experience .fl-col,
.sarvyoga-mobile-experience .fl-col-content,
.sarvyoga-mobile-experience .fl-module,
.sarvyoga-mobile-experience .fl-module-content {
  min-width: 0;
  max-width: 100%;
}

.sarvyoga-mobile-experience .fl-photo-content,
.sarvyoga-mobile-experience .fl-photo-img {
  max-width: 100%;
}

@media (max-width: 921px) {
  .sarvyoga-mobile-experience .ast-container,
  .sarvyoga-mobile-experience .site-content .ast-container {
    padding-left: var(--sy-page-gutter);
    padding-right: var(--sy-page-gutter);
  }

  .sarvyoga-mobile-experience #primary,
  .sarvyoga-mobile-experience #secondary {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .sarvyoga-mobile-experience #secondary {
    margin-top: var(--sy-section-space);
  }
}

@media (max-width: 768px) {
  body.sarvyoga-mobile-experience {
    font-size: 16px;
    line-height: 1.68;
  }

  .sarvyoga-mobile-experience .site-content {
    overflow-x: clip;
  }

  .sarvyoga-mobile-experience .fl-builder-content .fl-row-content-wrap {
    padding-left: var(--sy-page-gutter) !important;
    padding-right: var(--sy-page-gutter) !important;
  }

  .sarvyoga-mobile-experience .fl-builder-content .fl-row-content,
  .sarvyoga-mobile-experience .fl-builder-content .fl-col-group {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sarvyoga-mobile-experience .fl-builder-content .fl-col-group {
    display: block !important;
  }

  .sarvyoga-mobile-experience .fl-builder-content .fl-col {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .sarvyoga-mobile-experience .fl-builder-content .fl-module-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sarvyoga-mobile-experience .alignleft,
  .sarvyoga-mobile-experience .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .sarvyoga-mobile-experience .main-header-menu .menu-link,
  .sarvyoga-mobile-experience .ast-header-break-point .main-navigation ul .menu-link {
    min-height: 44px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sarvyoga-mobile-experience .entry-content {
    font-size: 1rem;
    line-height: 1.72;
  }

  .sarvyoga-mobile-experience .entry-content > * {
    max-width: 100%;
  }

  .sarvyoga-mobile-experience .entry-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  :root {
    --sy-page-gutter: 15px;
  }

  .sarvyoga-mobile-experience.single-post .entry-title,
  .sarvyoga-mobile-experience.page .entry-title {
    font-size: clamp(1.7rem, 8.5vw, 2.25rem);
  }

  .sarvyoga-mobile-experience .entry-content h2 {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  .sarvyoga-mobile-experience .entry-content h3 {
    font-size: clamp(1.18rem, 6vw, 1.45rem);
  }

  .sarvyoga-mobile-experience .entry-content blockquote {
    padding: 14px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .sarvyoga-mobile-experience *,
  .sarvyoga-mobile-experience *::before,
  .sarvyoga-mobile-experience *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media print {
  .sarvyoga-mobile-experience .site-header,
  .sarvyoga-mobile-experience .site-footer,
  .sarvyoga-mobile-experience #secondary,
  .sarvyoga-mobile-experience .comments-area {
    display: none !important;
  }

  .sarvyoga-mobile-experience #primary,
  .sarvyoga-mobile-experience .entry-content {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Mobile Experience v1.1: targeted legacy fixed-width safeguards. */
@media (max-width: 768px) {
  body.postid-24775 [style*="width: 1024px"],
  body.postid-24775 [style*="width:1024px"],
  body.postid-24784 [style*="width: 810px"],
  body.postid-24784 [style*="width:810px"],
  body.postid-24793 [style*="width: 854px"],
  body.postid-24793 [style*="width:854px"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.postid-24775 img[width="1024"],
  body.postid-24784 img[width="810"],
  body.postid-24793 img[width="854"] {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-inline: auto;
  }
}

