/** Shopify CDN: Minification failed

Line 2137:68 Expected identifier but found "{"
Line 2137:69 Unexpected "{"
Line 2137:78 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:audience-band (INDEX:2) */
.audience-band { background: #e9dfcf; padding: clamp(64px, 8vw, 104px) 0; position: relative; }

  .audience-band__head {
    margin: 0 auto clamp(44px, 6vw, 68px);
    max-width: 640px;
    text-align: center;
  }

  .audience-band__kicker {
    color: #453321;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 0 0 22px;
    text-transform: uppercase;
  }

  .audience-band__head h2 {
    color: #453321;
    margin: 0;
  }

  .audience-band__grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1120px;
  }

  .audience-band__card {
    border-left: 1px solid rgba(69, 51, 33, 0.25);
    color: #453321;
    min-height: 300px;
    padding: 0 clamp(24px, 3vw, 48px);
    text-align: center;
  }

  .audience-band__card:first-child { border-left: 0; }

  .audience-band__icon { display: block; height: 64px; margin: 0 auto 22px; width: 64px; }
  .audience-band__icon svg { fill: none; height: 100%; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; width: 100%; }

  .audience-band__tag {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    text-transform: uppercase;
  }

  .audience-band__card h3 {
    font-size: clamp(1.7rem, 2vw, 2.3rem);
    margin: 0 0 10px;
  }

  .audience-band__card p {
    color: #191715;
    font-size: 1.45rem;
    line-height: 1.55;
    margin: 0 0 18px;
    opacity: 0.9;
  }

  .audience-band__card a {
    border: 1px solid #8d846c;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 14px;
    padding: 14px 26px;
    text-decoration: none;
    text-transform: uppercase;
  }

  @media screen and (max-width: 749px) {
    .audience-band__grid { grid-template-columns: 1fr; gap: 40px; }
    .audience-band__card, .audience-band__card:first-child { border-left: 0; border-top: 1px solid rgba(69, 51, 33, 0.25); min-height: 0; padding: 32px 0 0; }
    .audience-band__card:first-child { border-top: 0; padding-top: 0; }
  }
/* END_SECTION:audience-band */

/* START_SECTION:journey-selector (INDEX:24) */
.journey-selector { background: #f7f3ed; padding: clamp(64px, 8vw, 112px) 0 clamp(72px, 9vw, 128px); }

  .journey-selector__head {
    margin: 0 auto clamp(48px, 6vw, 72px);
    max-width: 920px;
    text-align: center;
  }

  .journey-selector__kicker {
    color: #453321;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 0 0 26px;
    text-transform: uppercase;
  }

  .journey-selector__head h2 {
    font-size: clamp(2.4rem, 4vw, 4.7rem);
    line-height: 1.12;
    margin: 0;
  }

  .journey-selector__grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1120px;
  }

  .journey-selector__card {
    border-left: 1px solid rgba(69, 51, 33, 0.25);
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 0 clamp(24px, 3vw, 48px);
    position: relative;
    text-decoration: none;
  }

  .journey-selector__card:first-child { border-left: 0; }
  .journey-selector__card:hover { color: inherit; }

  .journey-selector__num {
    color: #7e815c;
    font-family: var(--font-heading-family);
    font-size: clamp(5.4rem, 7vw, 8rem);
    line-height: 1;
    margin: 0 0 12px;
    position: static;
  }

  .journey-selector__rule { background: #7e815c; display: block; height: 1px; margin-bottom: 22px; max-width: 210px; width: 70%; }

  .journey-selector__card h3 {
    color: #453321;
    font-size: clamp(1.5rem, 1.8vw, 2rem);
    letter-spacing: 0.12em;
    margin: 0 0 12px;
    padding-right: 0;
    text-transform: uppercase;
  }

  .journey-selector__card p { color: #191715; font-size: 1.45rem; line-height: 1.65; margin: 0 0 18px; max-width: 28rem; }
  .journey-selector__card .journey-selector__subtitle {
    color: #453321;
    font-family: var(--font-heading-family);
    font-size: 1.55rem;
    font-style: italic;
    line-height: 1.4;
    margin: 0 0 20px;
  }

  .journey-selector__card > p:not(.journey-selector__subtitle) {
    flex: 1;
  }

  .journey-selector__cta {
    align-self: flex-start;
    border: 1px solid #8d846c;
    color: #453321;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: auto;
    padding: 14px 26px;
    text-transform: uppercase;
  }

  .journey-selector__cta span { font-size: 1.5rem; margin-left: 8px; }

  @media screen and (max-width: 749px) {
    .journey-selector__grid { grid-template-columns: 1fr; gap: 40px; }
    .journey-selector__card, .journey-selector__card:first-child { border-left: 0; border-top: 1px solid rgba(69, 51, 33, 0.25); min-height: 0; padding: 32px 0 0; }
    .journey-selector__card:first-child { border-top: 0; padding-top: 0; }
    .journey-selector__num { font-size: 6rem; }
  }
/* END_SECTION:journey-selector */

/* START_SECTION:main-product-oficina (INDEX:46) */
.oficina {
    padding: clamp(32px, 5vw, 64px) 0 clamp(56px, 8vw, 96px);
  }

  .oficina__wrap {
    display: grid;
    gap: clamp(20px, 3vw, 36px);
  }

  .oficina__breadcrumb {
    color: rgba(var(--color-foreground), 0.65);
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    gap: 8px;
  }

  .oficina__breadcrumb a {
    color: inherit;
    text-decoration: none;
  }

  .oficina__breadcrumb a:hover {
    text-decoration: underline;
  }

  .oficina__hero {
    aspect-ratio: 16 / 7;
    overflow: hidden;
  }

  .oficina__hero img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .oficina__layout {
    display: grid;
    gap: clamp(32px, 5vw, 56px);
    grid-template-columns: minmax(0, 1fr);
  }

  .oficina__family {
    color: rgba(var(--color-foreground), 0.65);
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
    text-transform: uppercase;
  }

  .oficina__title {
    font-size: clamp(3.2rem, 5vw, 4.6rem);
    line-height: 1.1;
    margin: 0 0 16px;
  }

  .oficina__frase {
    font-size: clamp(1.7rem, 2vw, 2rem);
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 24px;
  }

  .oficina__description p {
    color: rgba(var(--color-foreground), 0.78);
    line-height: 1.7;
    margin: 0 0 16px;
  }

  .oficina__block {
    border-top: 1px solid rgba(var(--color-foreground), 0.12);
    margin-top: 28px;
    padding-top: 24px;
  }

  .oficina__block h2 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin: 0 0 12px;
    text-transform: uppercase;
  }

  .oficina__block ul {
    margin: 0;
    padding-left: 20px;
  }

  .oficina__block li {
    color: rgba(var(--color-foreground), 0.78);
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .oficina__block p {
    color: rgba(var(--color-foreground), 0.78);
    line-height: 1.6;
    margin: 0;
  }

  .oficina__sidebar {
    background: rgb(var(--color-background));
    border: 1px solid rgba(var(--color-foreground), 0.14);
    display: grid;
    gap: 16px;
    height: fit-content;
    padding: 28px;
  }

  .oficina__price {
    font-size: 2.2rem;
    margin: 0;
  }

  .oficina__stock {
    color: rgba(var(--color-foreground), 0.65);
    margin: -8px 0 0;
  }

  .oficina__facts {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .oficina__facts li {
    border-bottom: 1px solid rgba(var(--color-foreground), 0.12);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
  }

  .oficina__facts li span:first-child {
    color: rgba(var(--color-foreground), 0.6);
  }

  .oficina__facts li span:last-child {
    font-weight: 600;
    text-align: right;
  }

  .oficina__sidebar .button {
    text-align: center;
    width: 100%;
  }

  .oficina__booking-form {
    display: grid;
    gap: 10px;
  }

  .oficina__booking-form[hidden],
  .oficina__contact-panel {
    border: 1px solid rgba(var(--color-foreground), 0.14);
    display: grid;
    gap: 12px;
    padding: 24px;
  }

  .oficina__contact-panel p {
    margin: 0;
  }

  .oficina__contact-panel .oficina__price {
    font-size: 2rem;
  }

  .oficina__variant-options {
    display: grid;
    gap: 10px;
  }

  .oficina__variant-options label {
    color: rgba(var(--color-foreground), 0.65);
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .oficina__variant-options select {
    background: rgb(var(--color-background));
    border: 1px solid rgba(var(--color-foreground), 0.25);
    font: inherit;
    min-height: 46px;
    padding: 10px 12px;
    width: 100%;
  }

  @media screen and (min-width: 750px) {
    .oficina__layout {
      grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr);
    }

    .oficina__sidebar {
      position: sticky;
      top: 24px;
    }
  }
/* END_SECTION:main-product-oficina */

/* START_SECTION:oficinas-catalog (INDEX:54) */
.oficinas-catalog {
    padding: clamp(40px, 6vw, 88px) 0;
  }

  .oficinas-catalog__head {
    margin: 0 auto 40px;
    max-width: 640px;
    text-align: center;
  }

  .oficinas-catalog__kicker {
    color: rgba(var(--color-foreground), 0.65);
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    text-transform: uppercase;
  }

  .oficinas-catalog__head h2 {
    margin: 0 0 12px;
  }

  .oficinas-catalog__intro {
    color: rgba(var(--color-foreground), 0.7);
  }

  .oficinas-catalog__empty {
    color: rgba(var(--color-foreground), 0.65);
    text-align: center;
  }

  .oficinas-catalog__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
  }

  .oficinas-catalog__tab {
    background: rgb(var(--color-background));
    border: 1px solid rgba(var(--color-foreground), 0.2);
    border-radius: 999px;
    color: rgb(var(--color-foreground));
    cursor: pointer;
    font-size: 1.3rem;
    padding: 8px 18px;
  }

  .oficinas-catalog__tab.is-active {
    background: rgb(var(--color-foreground));
    border-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
  }

  .oficinas-catalog__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }

  .oficinas-catalog__card {
    border: 1px solid rgba(var(--color-foreground), 0.14);
    color: inherit;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }

  .oficinas-catalog__card--hidden {
    display: none;
  }

  .oficinas-catalog__thumb {
    aspect-ratio: 4 / 3;
    background: rgba(var(--color-foreground), 0.05);
    overflow: hidden;
  }

  .oficinas-catalog__thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .oficinas-catalog__card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
  }

  .oficinas-catalog__card-family {
    color: rgba(var(--color-foreground), 0.6);
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    text-transform: uppercase;
  }

  .oficinas-catalog__card-body h3 {
    font-size: 1.65rem;
    margin: 0 0 8px;
  }

  .oficinas-catalog__card-body p {
    color: rgba(var(--color-foreground), 0.68);
    flex: 1;
    font-size: 1.3rem;
    line-height: 1.55;
    margin: 0 0 16px;
  }

  .oficinas-catalog__card-meta {
    border-top: 1px solid rgba(var(--color-foreground), 0.12);
    display: flex;
    font-size: 1.2rem;
    justify-content: space-between;
    padding-top: 12px;
  }
/* END_SECTION:oficinas-catalog */

/* START_SECTION:practice-explorer (INDEX:57) */
.practice-explorer{padding:clamp(40px,6vw,88px) 0}.practice-explorer__head{margin:0 auto 4rem;max-width:64rem;text-align:center}.practice-explorer__kicker{color:rgba(var(--color-foreground),.65);font-size:1.3rem;letter-spacing:.1em;margin:0 0 1rem;text-transform:uppercase}.practice-explorer__head h2{margin:0}.practice-explorer__group-title{font-size:2rem;margin:0 0 2rem}.practice-explorer__grid{display:grid;gap:clamp(2rem,3vw,3.2rem);grid-template-columns:repeat(4,minmax(0,1fr))}.practice-explorer__card{color:inherit;display:flex;flex-direction:column;text-decoration:none}.practice-explorer__thumb{aspect-ratio:4/3;background:rgba(var(--color-foreground),.05);border-radius:1.2rem;margin-bottom:1.2rem;overflow:hidden}.practice-explorer__thumb img{display:block;height:100%;object-fit:cover;object-position:center;width:100%;transition:transform 220ms ease}.practice-explorer__card:hover .practice-explorer__thumb img{transform:scale(1.03)}.practice-explorer__card h4{font-size:1.55rem;line-height:1.25;margin:0;text-align:left}@media screen and (max-width:989px){.practice-explorer__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.practice-explorer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.4rem}.practice-explorer__card h4{font-size:1.35rem}}
/* END_SECTION:practice-explorer */

/* START_SECTION:retreat-home-promo (INDEX:61) */
.retreat-home-promo {
    padding: clamp(48px, 6vw, 88px) 0;
  }

  .retreat-home-promo__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
  }

  .retreat-home-promo__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(var(--color-foreground), 0.05);
  }

  .retreat-home-promo__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .retreat-home-promo__content {
    max-width: 58rem;
  }

  .retreat-home-promo__eyebrow {
    margin: 0 0 1.6rem;
    color: rgba(var(--color-foreground), 0.72);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.45;
    text-transform: uppercase;
  }

  .retreat-home-promo__heading {
    margin: 0;
    font-family: var(--font-heading-family);
    font-size: clamp(3.6rem, 5vw, 7rem);
    line-height: 0.98;
  }

  .retreat-home-promo__text {
    margin: 2.4rem 0 0;
    color: rgba(var(--color-foreground), 0.75);
    font-size: clamp(1.7rem, 1.7vw, 2.2rem);
    line-height: 1.65;
  }

  .retreat-home-promo__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 3.2rem;
  }

  @media screen and (max-width: 989px) {
    .retreat-home-promo__inner {
      grid-template-columns: 1fr;
    }

    .retreat-home-promo__content {
      max-width: none;
    }
  }

  @media screen and (max-width: 749px) {
    .retreat-home-promo {
      padding: 40px 0 52px;
    }

    .retreat-home-promo__heading {
      font-size: clamp(3.2rem, 12vw, 4.8rem);
    }

    .retreat-home-promo__actions .button {
      width: 100%;
    }
  }
/* END_SECTION:retreat-home-promo */

/* START_SECTION:retreat-program-details (INDEX:62) */
.retreat-poster {
    --poster-paper: #f7f2ea;
    --poster-panel: #fffaf2;
    --poster-sage-panel: #eeeadd;
    --poster-ink: #27241f;
    --poster-muted: #70685b;
    --poster-line: rgba(39, 36, 31, 0.16);
    --poster-green: #60724a;
    --poster-green-dark: #4d6139;
    background: var(--poster-paper);
    color: var(--poster-ink);
  }

  .retreat-poster h1,
  .retreat-poster h2,
  .retreat-poster h3 {
    color: var(--poster-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 1.06;
    margin: 0;
    text-transform: uppercase;
  }

  .retreat-poster p,
  .retreat-poster span,
  .retreat-poster small {
    color: var(--poster-muted);
    line-height: 1.6;
    margin: 0;
  }

  .retreat-poster__details-hero {
    padding-bottom: clamp(24px, 5vw, 46px);
    padding-top: clamp(34px, 7vw, 76px);
    position: relative;
  }

  .retreat-poster__details-hero > a {
    color: var(--poster-green-dark);
    display: inline-flex;
    font-size: 0.9rem;
    margin-bottom: clamp(34px, 6vw, 74px);
    text-decoration: none;
  }

  .retreat-poster__details-hero h1 {
    font-size: clamp(2.8rem, 6vw, 5.4rem);
  }

  .retreat-poster__details-hero span {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    max-width: 680px;
  }

  .retreat-poster__hero {
    min-height: min(760px, 84vh);
    overflow: hidden;
    position: relative;
  }

  .retreat-poster__hero::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.16) 58%, rgba(0, 0, 0, 0.06));
    content: "";
    inset: 0;
    position: absolute;
  }

  .retreat-poster__hero > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: 79% 0%;
    position: absolute;
    width: 100%;
  }

  .retreat-poster__hero-copy {
    align-content: center;
    display: grid;
    gap: 15px;
    min-height: min(760px, 84vh);
    padding-bottom: 54px;
    padding-top: 54px;
    position: relative;
    z-index: 1;
  }

  .retreat-poster__hero-copy h1 {
    color: #fffaf2;
    font-size: clamp(3.7rem, 8vw, 8rem);
    max-width: 620px;
  }

  .retreat-poster__hero-copy p,
  .retreat-poster__hero-copy span,
  .retreat-poster__hero-copy strong,
  .retreat-poster__hero-copy small {
    color: #fffaf2;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.26);
  }

  .retreat-poster__hero-copy p,
  .retreat-poster__facts strong,
  .retreat-poster__contact p {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .retreat-poster__hero-copy span {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.45rem, 2.8vw, 2.35rem);
    font-style: italic;
  }

  .retreat-poster__hero-copy strong {
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .retreat-poster__hero-copy a,
  .retreat-poster__footer a {
    align-items: center;
    background: rgba(247, 242, 234, 0.9);
    color: var(--poster-green);
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.11em;
    margin-top: 8px;
    min-height: 48px;
    padding: 0 24px;
    text-decoration: none;
    text-transform: uppercase;
    width: min(280px, 100%);
  }

  .retreat-poster__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
  }

  .retreat-poster__hero-actions a:last-child {
    background: rgba(39, 36, 31, 0.28);
    border: 1px solid rgba(255, 250, 242, 0.62);
    color: #fffaf2;
  }

  .retreat-poster__intro {
    display: grid;
    gap: clamp(24px, 5vw, 58px);
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 24px;
    padding-top: clamp(32px, 7vw, 70px);
  }

  .retreat-poster__intro > div {
    align-content: center;
    display: grid;
    gap: 14px;
  }

  .retreat-poster__intro h2 {
    font-size: clamp(2.4rem, 5vw, 5rem);
  }

  .retreat-poster__intro > div > p,
  .retreat-poster__movements > h2,
  .retreat-poster__booking > h2,
  .retreat-poster__team > h2 {
    text-align: center;
  }

  .retreat-poster__intro > div > span {
    color: var(--poster-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
  }

  .retreat-poster__photo {
    background: #e9e0d3;
    margin: 0;
    overflow: hidden;
  }

  .retreat-poster__photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .retreat-poster__intro .retreat-poster__photo {
    aspect-ratio: 1.35;
  }

  .retreat-poster__gallery {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: clamp(26px, 5vw, 46px);
    padding-top: 0;
  }

  .retreat-poster__gallery .retreat-poster__photo {
    aspect-ratio: 1;
  }

  .retreat-poster__photo--basket img,
  .retreat-poster__photo--plants img {
    object-position: 50% 58%;
  }

  .retreat-poster__photo--jars img,
  .retreat-poster__photo--book img,
  .retreat-poster__photo--hands img,
  .retreat-poster__photo--creation img {
    object-position: 50% 72%;
  }

  .retreat-poster__photo--walk img,
  .retreat-poster__photo--sun img,
  .retreat-poster__photo--meditation img {
    object-position: 65% 18%;
  }

  .retreat-poster__photo--program-day-3 img {
    object-position: 50% 68%;
  }

  .retreat-poster__photo--program-day-1 {
    background: var(--poster-paper);
  }

  .retreat-poster__photo--people img {
    object-position: 50% 44%;
  }

  .retreat-poster__movements,
  .retreat-poster__booking,
  .retreat-poster__team {
    padding-bottom: clamp(36px, 7vw, 78px);
  }

  .retreat-poster__program {
    background:
      radial-gradient(circle at 4% 6%, rgba(96, 114, 74, 0.1), transparent 23rem),
      radial-gradient(circle at 98% 0%, rgba(155, 135, 88, 0.12), transparent 20rem),
      var(--poster-paper);
    padding: clamp(40px, 7vw, 86px) 0;
  }

  .retreat-poster__section-heading {
    display: grid;
    gap: 14px;
    justify-items: center;
    margin: 0 auto clamp(28px, 5vw, 52px);
    max-width: 760px;
    text-align: center;
  }

  .retreat-poster__section-heading p {
    color: var(--poster-ink);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .retreat-poster__section-heading h2 {
    font-size: clamp(1.55rem, 3vw, 2.55rem);
    letter-spacing: 0.05em;
    text-transform: none;
  }

  .retreat-poster__program-grid {
    background: rgba(255, 250, 242, 0.58);
    border: 1px solid var(--poster-line);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .retreat-poster__program-grid > figure {
    aspect-ratio: 1.12;
    min-height: 320px;
  }

  .retreat-poster__program-grid > article {
    align-content: center;
    border-top: 1px solid var(--poster-line);
    display: grid;
    gap: 14px;
    padding: clamp(26px, 5vw, 54px);
  }

  .retreat-poster__program-grid > article span {
    color: var(--poster-ink);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .retreat-poster__program-grid > article h3 {
    color: var(--poster-green-dark);
    font-size: clamp(1.6rem, 3.2vw, 2.8rem);
    letter-spacing: 0.04em;
  }

  .retreat-poster__program-grid > article strong {
    color: var(--poster-muted);
    font-size: 0.96rem;
    font-weight: 700;
  }

  .retreat-poster__program-grid ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .retreat-poster__program-grid li {
    color: var(--poster-muted);
    line-height: 1.55;
    padding-left: 24px;
    position: relative;
  }

  .retreat-poster__program-grid li::before {
    color: var(--poster-green);
    content: "⌁";
    font-size: 1.15rem;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0.12em;
  }

  .retreat-poster__program-grid small {
    background: var(--poster-sage-panel);
    border-left: 3px solid var(--poster-green);
    color: var(--poster-ink);
    display: block;
    margin-top: 8px;
    padding: 16px 18px;
  }

  .retreat-poster__movements > h2,
  .retreat-poster__booking > h2,
  .retreat-poster__team > h2 {
    font-size: clamp(2rem, 3.6vw, 3.4rem);
    margin-bottom: 30px;
  }

  .retreat-poster__movements > div,
  .retreat-poster__team > div {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
  }

  .retreat-poster__team > figure {
    aspect-ratio: 1.74;
    margin-bottom: 24px;
  }

  .retreat-poster__movements article {
    border-right: 1px solid var(--poster-line);
    display: grid;
    gap: 13px;
    padding: 0 18px;
    text-align: center;
  }

  .retreat-poster__movements article:last-child {
    border-right: 0;
  }

  .retreat-poster__movements i {
    align-items: center;
    background: var(--poster-green);
    border-radius: 999px;
    color: #fffaf2;
    display: inline-flex;
    font-style: normal;
    height: 42px;
    justify-content: center;
    justify-self: center;
    width: 42px;
  }

  .retreat-poster__movements figure {
    aspect-ratio: 1.55;
  }

  .retreat-poster__booking-grid,
  .retreat-poster__team > div {
    display: grid;
    gap: clamp(18px, 3vw, 28px);
    grid-template-columns: minmax(0, 1fr);
  }

  .retreat-poster__card,
  .retreat-poster__team article {
    background: var(--poster-panel);
    border: 1px solid var(--poster-line);
    display: grid;
    gap: clamp(10px, 1.8vw, 18px);
    padding: clamp(26px, 3.5vw, 44px);
    text-align: center;
  }

  .retreat-poster__card {
    box-shadow: 0 22px 70px rgba(39, 36, 31, 0.08);
    align-content: center;
  }

  .retreat-poster__card h3 {
    font-size: clamp(1.25rem, 2vw, 1.7rem);
  }

  .retreat-poster__card strong {
    font-size: 1.45rem;
  }

  .retreat-poster__button,
  .retreat-poster__days button {
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    min-height: 48px;
    text-transform: uppercase;
  }

  .retreat-poster__button {
    background: var(--poster-green);
    border: 0;
    color: #fffaf2;
    margin-top: 8px;
    padding: 0 20px;
    width: 100%;
  }

  .retreat-poster__button:hover,
  .retreat-poster__days button:hover,
  .retreat-poster__hero-copy a:hover,
  .retreat-poster__footer a:hover {
    filter: brightness(0.96);
  }

  .retreat-poster__days {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 8px;
  }

  .retreat-poster__days button {
    background: transparent;
    border: 1px solid var(--poster-line);
    color: var(--poster-ink);
    width: 100%;
  }

  .retreat-poster__facts {
    background: var(--poster-panel);
    border-bottom: 1px solid var(--poster-line);
    border-top: 1px solid var(--poster-line);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .retreat-poster__facts div {
    border-bottom: 1px solid var(--poster-line);
    display: grid;
    gap: 8px;
    min-height: 118px;
    padding: 20px 14px;
    place-items: center;
    text-align: center;
  }

  .retreat-poster__facts svg {
    color: var(--poster-green);
    fill: none;
    height: 28px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.35;
    width: 28px;
  }

  .retreat-poster__facts div:last-child {
    border-bottom: 0;
  }

  .retreat-poster__facts span {
    font-size: 0.9rem;
  }

  .retreat-poster .retreat-poster__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .retreat-poster .retreat-poster__facts div {
    border-bottom: 1px solid var(--poster-line);
    border-right: 0;
    min-height: 96px;
    padding: 18px 14px;
  }

  .retreat-poster .retreat-poster__facts div:last-child {
    border-bottom: 0;
  }

  .retreat-poster__contact {
    display: grid;
    gap: clamp(24px, 4vw, 44px);
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: clamp(66px, 8vw, 118px);
    padding-top: clamp(46px, 6vw, 78px);
  }

  .retreat-poster__contact > div,
  .retreat-poster__form {
    display: grid;
    gap: clamp(14px, 2vw, 22px);
  }

  .retreat-poster__contact h2 {
    font-size: clamp(2.2rem, 3.25vw, 3.55rem);
    line-height: 1.08;
  }

  .retreat-poster__contact > div > span {
    font-size: clamp(1.05rem, 1.7vw, 1.42rem);
    max-width: 780px;
  }

  .retreat-poster__form label {
    display: grid;
    gap: 7px;
  }

  .retreat-poster__form label span {
    color: var(--poster-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .retreat-poster__form input,
  .retreat-poster__form textarea {
    background: var(--poster-panel);
    border: 1px solid var(--poster-line);
    border-radius: 0;
    color: var(--poster-ink);
    font: inherit;
    min-height: 50px;
    padding: 12px 14px;
    width: 100%;
  }

  .retreat-poster__form textarea {
    min-height: 140px;
    resize: vertical;
  }

  .retreat-poster__success,
  .retreat-poster__errors {
    border: 1px solid var(--poster-line);
    padding: 12px 14px;
  }

  .retreat-poster__footer {
    background: var(--poster-green);
    display: grid;
    justify-items: center;
    padding: clamp(34px, 5vw, 58px) 20px clamp(34px, 5vw, 54px);
    text-align: center;
  }

  .retreat-poster__footer p {
    color: #fffaf2;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .retreat-poster__footer em {
    font-style: italic;
    text-transform: none;
  }

  .retreat-poster--details .retreat-poster__booking {
    padding-bottom: clamp(44px, 6vw, 76px);
    padding-top: clamp(42px, 6vw, 74px);
  }

  .retreat-poster--details .retreat-poster__booking > h2 {
    margin-bottom: clamp(28px, 4vw, 46px);
  }

  .retreat-poster--details .retreat-poster__card {
    gap: clamp(10px, 1.8vw, 18px);
    min-height: clamp(250px, 24vw, 330px);
    padding: clamp(26px, 3.5vw, 44px);
  }

  .retreat-poster--details .retreat-poster__button {
    justify-self: center;
    max-width: 560px;
  }

  .retreat-poster--details .retreat-poster__contact {
    border-top: 1px solid var(--poster-line);
    gap: clamp(24px, 4vw, 44px);
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: clamp(66px, 8vw, 118px);
    padding-top: clamp(46px, 6vw, 78px);
  }

  .retreat-poster--details .retreat-poster__contact > div,
  .retreat-poster--details .retreat-poster__form {
    gap: clamp(14px, 2vw, 22px);
  }

  .retreat-poster--details .retreat-poster__contact h2 {
    font-size: clamp(2.2rem, 3.25vw, 3.55rem);
    line-height: 1.08;
  }

  .retreat-poster--details .retreat-poster__contact > div > span {
    font-size: clamp(1.05rem, 1.7vw, 1.42rem);
    max-width: 780px;
  }

  .retreat-poster--details .retreat-poster__form {
    max-width: 980px;
    width: 100%;
  }

  .retreat-poster--details .retreat-poster__footer {
    padding: clamp(34px, 5vw, 58px) 20px clamp(34px, 5vw, 54px);
  }

  @media screen and (min-width: 750px) {
    .retreat-poster__intro {
      grid-template-columns: 1fr 0.82fr;
    }

    .retreat-poster__gallery {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .retreat-poster__movements > div {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .retreat-poster__program-grid > article {
      border-left: 1px solid var(--poster-line);
      border-top: 0;
    }

    .retreat-poster__program-grid > article:nth-of-type(2) {
      border-left: 0;
    }

    .retreat-poster__booking-grid,
    .retreat-poster__team > div {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .retreat-poster .retreat-poster__facts {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .retreat-poster .retreat-poster__facts div {
      border-bottom: 0;
      border-right: 1px solid var(--poster-line);
      min-height: 128px;
    }

    .retreat-poster .retreat-poster__facts div:last-child {
      border-right: 0;
    }

    .retreat-poster__contact {
      grid-template-columns: minmax(280px, 0.48fr) minmax(360px, 0.52fr);
    }

    .retreat-poster--details .retreat-poster__contact {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .retreat-poster__hero,
    .retreat-poster__hero-copy {
      min-height: 690px;
    }

    .retreat-poster__hero > img {
      object-position: 70% 0%;
    }

    .retreat-poster__days {
      grid-template-columns: minmax(0, 1fr);
    }

    .retreat-poster__hero-actions a {
      width: 100%;
    }

    .retreat-poster__program-grid > :nth-child(1) {
      order: 1;
    }

    .retreat-poster__program-grid > :nth-child(2) {
      order: 2;
    }

    .retreat-poster__program-grid > :nth-child(3) {
      order: 4;
    }

    .retreat-poster__program-grid > :nth-child(4) {
      order: 3;
    }

    .retreat-poster__program-grid > :nth-child(5) {
      order: 5;
    }

    .retreat-poster__program-grid > :nth-child(6) {
      order: 6;
    }

  }
/* END_SECTION:retreat-program-details */

/* START_SECTION:retreat-program-registration (INDEX:63) */
.retreat-poster {
    --poster-paper: #f7f2ea;
    --poster-panel: #fffaf2;
    --poster-sage-panel: #eeeadd;
    --poster-ink: #27241f;
    --poster-muted: #70685b;
    --poster-line: rgba(39, 36, 31, 0.16);
    --poster-green: #60724a;
    --poster-green-dark: #4d6139;
    background: var(--poster-paper);
    color: var(--poster-ink);
  }

  .retreat-poster h1,
  .retreat-poster h2,
  .retreat-poster h3 {
    color: var(--poster-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 1.06;
    margin: 0;
    text-transform: uppercase;
  }

  .retreat-poster p,
  .retreat-poster span,
  .retreat-poster small {
    color: var(--poster-muted);
    line-height: 1.6;
    margin: 0;
  }

  .retreat-poster__hero {
    min-height: min(760px, 84vh);
    overflow: hidden;
    position: relative;
  }

  .retreat-poster__hero::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.16) 58%, rgba(0, 0, 0, 0.06));
    content: "";
    inset: 0;
    position: absolute;
  }

  .retreat-poster__hero > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: 79% 0%;
    position: absolute;
    width: 100%;
  }

  .retreat-poster__hero-copy {
    align-content: center;
    display: grid;
    gap: 15px;
    min-height: min(760px, 84vh);
    padding-bottom: 54px;
    padding-top: 54px;
    position: relative;
    z-index: 1;
  }

  .retreat-poster__hero-copy h1 {
    color: #fffaf2;
    font-size: clamp(3.6rem, 7vw, 7rem);
    line-height: 0.94;
    max-width: min(660px, 88vw);
    overflow-wrap: normal;
    word-break: normal;
  }

  .retreat-poster__hero-copy p,
  .retreat-poster__hero-copy span,
  .retreat-poster__hero-copy strong,
  .retreat-poster__hero-copy small {
    color: #fffaf2;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.26);
  }

  .retreat-poster__hero-copy p,
  .retreat-poster__facts strong,
  .retreat-poster__contact p {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .retreat-poster__hero-copy span {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.45rem, 2.8vw, 2.35rem);
    font-style: italic;
  }

  .retreat-poster__hero-copy strong {
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .retreat-poster__hero-copy a,
  .retreat-poster__footer a {
    align-items: center;
    background: rgba(247, 242, 234, 0.9);
    color: var(--poster-green);
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.11em;
    margin-top: 8px;
    min-height: 48px;
    padding: 0 24px;
    text-decoration: none;
    text-transform: uppercase;
    width: min(280px, 100%);
  }

  .retreat-poster__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
  }

  .retreat-poster__hero-actions a:last-child {
    background: rgba(39, 36, 31, 0.28);
    border: 1px solid rgba(255, 250, 242, 0.62);
    color: #fffaf2;
  }

  .retreat-poster__intro {
    display: grid;
    gap: clamp(24px, 5vw, 58px);
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 24px;
    padding-top: clamp(32px, 7vw, 70px);
  }

  .retreat-poster__intro > div {
    align-content: center;
    display: grid;
    gap: 14px;
  }

  .retreat-poster__intro h2 {
    font-size: clamp(2.4rem, 5vw, 5rem);
  }

  .retreat-poster__intro > div > p,
  .retreat-poster__movements > h2,
  .retreat-poster__booking > h2,
  .retreat-poster__team > h2 {
    text-align: center;
  }

  .retreat-poster__intro > div > span {
    color: var(--poster-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
  }

  .retreat-poster__photo {
    background: #e9e0d3;
    margin: 0;
    overflow: hidden;
  }

  .retreat-poster__photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .retreat-poster__intro .retreat-poster__photo {
    aspect-ratio: 1.35;
  }

  .retreat-poster__gallery {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(24px, 4vw, 54px);
    padding-bottom: clamp(26px, 5vw, 46px);
    padding-top: 0;
  }

  .retreat-poster__gallery .retreat-poster__photo {
    aspect-ratio: 1;
  }

  .retreat-poster__photo--basket img,
  .retreat-poster__photo--plants img {
    object-position: 50% 58%;
  }

  .retreat-poster__intro .retreat-poster__photo--basket {
    background: var(--poster-paper);
  }

  .retreat-poster__photo--jars img,
  .retreat-poster__photo--book img,
  .retreat-poster__photo--hands img,
  .retreat-poster__photo--creation img {
    object-position: 50% 72%;
  }

  .retreat-poster__photo--walk img,
  .retreat-poster__photo--sun img {
    object-position: 65% 18%;
  }

  .retreat-poster__photo--meditation img,
  .retreat-poster__photo--creation img {
    object-position: 50% 68%;
  }

  .retreat-poster__photo--people img {
    object-position: 50% 44%;
  }

  .retreat-poster__movements,
  .retreat-poster__booking,
  .retreat-poster__team {
    padding-bottom: clamp(36px, 7vw, 78px);
  }

  .retreat-poster__team {
    padding-top: clamp(52px, 7vw, 104px);
  }

  .retreat-poster__movements {
    padding-top: clamp(34px, 6vw, 64px);
  }

  .retreat-poster__program {
    background:
      radial-gradient(circle at 4% 6%, rgba(96, 114, 74, 0.1), transparent 23rem),
      radial-gradient(circle at 98% 0%, rgba(155, 135, 88, 0.12), transparent 20rem),
      var(--poster-paper);
    padding: clamp(40px, 7vw, 86px) 0;
  }

  .retreat-poster__section-heading {
    display: grid;
    gap: 14px;
    justify-items: center;
    margin: 0 auto clamp(28px, 5vw, 52px);
    max-width: 760px;
    text-align: center;
  }

  .retreat-poster__section-heading p {
    color: var(--poster-ink);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .retreat-poster__section-heading h2 {
    font-size: clamp(1.55rem, 3vw, 2.55rem);
    letter-spacing: 0.05em;
    text-transform: none;
  }

  .retreat-poster__program-grid {
    background: rgba(255, 250, 242, 0.58);
    border: 1px solid var(--poster-line);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .retreat-poster__program-grid > figure {
    aspect-ratio: 1.12;
    min-height: 320px;
  }

  .retreat-poster__program-grid > article {
    align-content: center;
    border-top: 1px solid var(--poster-line);
    display: grid;
    gap: 14px;
    padding: clamp(26px, 5vw, 54px);
  }

  .retreat-poster__program-grid > article span {
    color: var(--poster-ink);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .retreat-poster__program-grid > article h3 {
    color: var(--poster-green-dark);
    font-size: clamp(1.6rem, 3.2vw, 2.8rem);
    letter-spacing: 0.04em;
  }

  .retreat-poster__program-grid > article strong {
    color: var(--poster-muted);
    font-size: 0.96rem;
    font-weight: 700;
  }

  .retreat-poster__program-grid ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .retreat-poster__program-grid li {
    color: var(--poster-muted);
    line-height: 1.55;
    padding-left: 24px;
    position: relative;
  }

  .retreat-poster__program-grid li::before {
    color: var(--poster-green);
    content: "⌁";
    font-size: 1.15rem;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0.12em;
  }

  .retreat-poster__program-grid small {
    background: var(--poster-sage-panel);
    border-left: 3px solid var(--poster-green);
    color: var(--poster-ink);
    display: block;
    margin-top: 8px;
    padding: 16px 18px;
  }

  .retreat-poster__movements > h2,
  .retreat-poster__booking > h2,
  .retreat-poster__team > h2 {
    font-size: clamp(2rem, 3.6vw, 3.4rem);
    margin-bottom: 30px;
  }

  .retreat-poster__movements > div,
  .retreat-poster__team > div {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
  }

  .retreat-poster__movements article {
    border-right: 1px solid var(--poster-line);
    display: grid;
    gap: 13px;
    padding: 0 18px;
    text-align: center;
  }

  .retreat-poster__movements article:last-child {
    border-right: 0;
  }

  .retreat-poster__movements i {
    align-items: center;
    background: var(--poster-green);
    border-radius: 999px;
    color: #fffaf2;
    display: inline-flex;
    font-style: normal;
    height: 42px;
    justify-content: center;
    justify-self: center;
    width: 42px;
  }

  .retreat-poster__movements figure {
    aspect-ratio: 1.55;
  }

  .retreat-poster__booking-grid,
  .retreat-poster__team > div {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr);
  }

  .retreat-poster__card,
  .retreat-poster__team article {
    background: var(--poster-panel);
    border: 1px solid var(--poster-line);
    display: grid;
    gap: 12px;
    padding: clamp(24px, 4vw, 36px);
    text-align: center;
  }

  .retreat-poster__team article {
    align-content: start;
    gap: 16px;
  }

  .retreat-poster__host-photo {
    aspect-ratio: 1;
    background: #e9e0d3;
    border-radius: 999px;
    justify-self: center;
    margin: 0 0 4px;
    max-width: 190px;
    overflow: hidden;
    width: min(42vw, 190px);
  }

  .retreat-poster__host-photo img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 38%;
    width: 100%;
  }

  .retreat-poster__card {
    box-shadow: 0 22px 70px rgba(39, 36, 31, 0.08);
  }

  .retreat-poster__card h3 {
    font-size: clamp(1.25rem, 2vw, 1.7rem);
  }

  .retreat-poster__card strong {
    font-size: 1.45rem;
  }

  .retreat-poster__button,
  .retreat-poster__days button {
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    min-height: 48px;
    text-transform: uppercase;
  }

  .retreat-poster__button {
    background: var(--poster-green);
    border: 0;
    color: #fffaf2;
    margin-top: 8px;
    padding: 0 20px;
    width: 100%;
  }

  .retreat-poster__button:hover,
  .retreat-poster__days button:hover,
  .retreat-poster__hero-copy a:hover,
  .retreat-poster__footer a:hover {
    filter: brightness(0.96);
  }

  .retreat-poster__days {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 8px;
  }

  .retreat-poster__days button {
    background: transparent;
    border: 1px solid var(--poster-line);
    color: var(--poster-ink);
    width: 100%;
  }

  .retreat-poster__facts {
    background: var(--poster-panel);
    border-bottom: 1px solid var(--poster-line);
    border-top: 1px solid var(--poster-line);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .retreat-poster__facts div {
    border-bottom: 1px solid var(--poster-line);
    display: grid;
    gap: 8px;
    min-height: 118px;
    padding: 20px 14px;
    place-items: center;
    text-align: center;
  }

  .retreat-poster__facts svg {
    color: var(--poster-green);
    fill: none;
    height: 28px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.35;
    width: 28px;
  }

  .retreat-poster__facts div:last-child {
    border-bottom: 0;
  }

  .retreat-poster__facts span {
    font-size: 0.9rem;
  }

  .retreat-poster .retreat-poster__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .retreat-poster .retreat-poster__facts div {
    border-bottom: 1px solid var(--poster-line);
    border-right: 0;
    min-height: 96px;
    padding: 18px 14px;
  }

  .retreat-poster .retreat-poster__facts div:last-child {
    border-bottom: 0;
  }

  .retreat-poster .retreat-poster__gallery {
    padding-bottom: clamp(30px, 4vw, 58px);
    margin-top: clamp(32px, 5vw, 72px);
  }

  .retreat-poster .retreat-poster__movements {
    padding-bottom: clamp(44px, 5vw, 76px);
    padding-top: clamp(34px, 5vw, 72px);
  }

  .retreat-poster .retreat-poster__movements > h2 {
    margin-bottom: clamp(32px, 4vw, 56px);
  }

  .retreat-poster .retreat-poster__movements > div {
    align-items: stretch;
    gap: clamp(28px, 3vw, 46px);
  }

  .retreat-poster .retreat-poster__movements article {
    align-content: start;
    border-right: 0;
    gap: clamp(12px, 1.7vw, 18px);
    grid-template-rows: 42px minmax(34px, auto) auto minmax(44px, auto);
    position: relative;
  }

  .retreat-poster .retreat-poster__movements figure {
    width: 100%;
  }

  .retreat-poster .retreat-poster__booking {
    padding-top: clamp(44px, 5vw, 76px);
  }

  .retreat-poster .retreat-poster__team {
    padding-top: clamp(74px, 8vw, 118px);
  }

  .retreat-poster__contact {
    display: grid;
    gap: clamp(24px, 5vw, 48px);
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: clamp(42px, 7vw, 84px);
    padding-top: clamp(42px, 7vw, 84px);
  }

  .retreat-poster__contact > div,
  .retreat-poster__form {
    display: grid;
    gap: 14px;
  }

  .retreat-poster__contact h2 {
    font-size: clamp(2rem, 4vw, 4rem);
  }

  .retreat-poster__form label {
    display: grid;
    gap: 7px;
  }

  .retreat-poster__form label span {
    color: var(--poster-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .retreat-poster__form input,
  .retreat-poster__form textarea {
    background: var(--poster-panel);
    border: 1px solid var(--poster-line);
    border-radius: 0;
    color: var(--poster-ink);
    font: inherit;
    min-height: 50px;
    padding: 12px 14px;
    width: 100%;
  }

  .retreat-poster__form textarea {
    min-height: 140px;
    resize: vertical;
  }

  .retreat-poster__success,
  .retreat-poster__errors {
    border: 1px solid var(--poster-line);
    padding: 12px 14px;
  }

  .retreat-poster__footer {
    background: var(--poster-green);
    display: grid;
    justify-items: center;
    padding: 26px 20px 34px;
    text-align: center;
  }

  .retreat-poster__footer p {
    color: #fffaf2;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .retreat-poster__footer em {
    font-style: italic;
    text-transform: none;
  }

  @media screen and (min-width: 750px) {
    .retreat-poster__intro {
      grid-template-columns: 1fr 0.82fr;
    }

    .retreat-poster__gallery {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .retreat-poster__movements > div {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .retreat-poster .retreat-poster__movements article:not(:last-child)::after {
      background: var(--poster-line);
      content: "";
      position: absolute;
      right: calc(-1 * clamp(14px, 1.5vw, 23px));
      top: 0;
      bottom: clamp(58px, 5vw, 88px);
      width: 1px;
    }

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

    .retreat-poster__program-grid > article {
      border-left: 1px solid var(--poster-line);
      border-top: 0;
    }

    .retreat-poster__program-grid > article:nth-of-type(2) {
      border-left: 0;
    }

    .retreat-poster__booking-grid,
    .retreat-poster__team > div {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .retreat-poster .retreat-poster__facts {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .retreat-poster .retreat-poster__facts div {
      border-bottom: 0;
      border-right: 1px solid var(--poster-line);
      min-height: 128px;
    }

    .retreat-poster .retreat-poster__facts div:last-child {
      border-right: 0;
    }

    .retreat-poster__contact {
      grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .retreat-poster__hero,
    .retreat-poster__hero-copy {
      min-height: 690px;
    }

    .retreat-poster__hero > img {
      object-position: 70% 0%;
    }

    .retreat-poster__days {
      grid-template-columns: minmax(0, 1fr);
    }

    .retreat-poster__hero-actions a {
      width: 100%;
    }

    .retreat-poster__program-grid > :nth-child(1) {
      order: 1;
    }

    .retreat-poster__program-grid > :nth-child(2) {
      order: 2;
    }

    .retreat-poster__program-grid > :nth-child(3) {
      order: 4;
    }

    .retreat-poster__program-grid > :nth-child(4) {
      order: 3;
    }

    .retreat-poster__program-grid > :nth-child(5) {
      order: 5;
    }

    .retreat-poster__program-grid > :nth-child(6) {
      order: 6;
    }

    .retreat-poster__movements article {
      border-right: 0;
      padding: 0;
    }
  }
/* END_SECTION:retreat-program-registration */

/* START_SECTION:workshop-finder-hero (INDEX:67) */
.workshop-finder-hero{min-height:clamp(420px,58vw,720px);position:relative;overflow:hidden}
  .workshop-finder-hero__media,.workshop-finder-hero__media img{height:100%;left:0;position:absolute;top:0;width:100%}
  .workshop-finder-hero__media img{object-fit:cover;object-position:{{ section.settings.image_position }} }
  .workshop-finder-hero__media:after{background:linear-gradient(180deg,rgba(28,23,18,.05) 25%,rgba(28,23,18,{{ section.settings.overlay_opacity | divided_by: 100.0 }}) 100%);content:"";inset:0;position:absolute}
  .workshop-finder-hero__content{align-items:flex-end;display:flex;height:100%;padding-bottom:clamp(3rem,7vw,7rem);position:relative;z-index:1}
  .workshop-finder-hero__panel{background:transparent;color:#fff;max-width:72rem;padding:0;text-shadow:0 2px 12px rgba(0,0,0,.55)}
  .workshop-finder-hero__panel h1,.workshop-finder-hero__panel .caption-with-letter-spacing{color:#fff}
  .workshop-finder-hero__panel h1{margin:.8rem 0 1.4rem}
  .workshop-finder-hero__panel>p:last-child{color:#fff;font-size:clamp(1.45rem,2vw,2.15rem);font-weight:500;line-height:1.45;margin:0}
  @media screen and (max-width:749px){.workshop-finder-hero{min-height:0}.workshop-finder-hero__media{aspect-ratio:16/9;height:auto;position:relative}.workshop-finder-hero__content{background:rgb(var(--color-background));height:auto;padding:2.5rem 1.5rem}.workshop-finder-hero__panel{color:rgb(var(--color-foreground));text-shadow:none}.workshop-finder-hero__panel h1,.workshop-finder-hero__panel .caption-with-letter-spacing,.workshop-finder-hero__panel>p:last-child{color:rgb(var(--color-foreground))}.workshop-finder-hero__panel>p:last-child{font-size:1.4rem}}
  .journey-selector__grid{margin:0 auto;max-width:1200px}
  .journey-selector__card{background:transparent;border:0;border-top:1px solid rgba(var(--color-foreground),.16);border-radius:0;box-shadow:none;min-height:270px;padding:32px 4px 24px;text-align:center}
  .journey-selector__card:hover{box-shadow:none;transform:none}
  .journey-selector__card h3,.journey-selector__card p{margin-left:auto;margin-right:auto}
  .journey-selector__card p{max-width:25rem}
  .journey-selector__cta{align-self:center}
  .audience-band{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}
  .audience-band__grid{margin:0 auto;max-width:1100px}
  .audience-band__card{background:transparent;border:0;border-top:1px solid rgba(var(--color-foreground),.16);border-radius:0;min-height:260px;padding:32px 4px 24px;text-align:center}
  .audience-band__card a{border:0;color:inherit;display:inline-block;font-size:1.25rem;font-weight:600;padding:0;text-decoration:none}
/* END_SECTION:workshop-finder-hero */

/* START_SECTION:workshop-finder-intro (INDEX:68) */
.workshop-finder-intro{padding:clamp(56px,8vw,112px) 0 clamp(32px,5vw,64px)}
  .workshop-finder-intro__inner{max-width:820px;text-align:center}
  .workshop-finder-intro h1{margin:.6rem 0 1.6rem}
  .workshop-finder-intro__inner>p:not(.caption-with-letter-spacing){color:rgba(var(--color-foreground),.72);font-size:1.7rem;line-height:1.55;margin:0 auto 1rem}
  .workshop-finder-intro__hint{font-size:1.35rem!important}
  .workshop-finder-intro + .journey-selector,
  .workshop-finder-intro + .journey-selector + .practice-explorer,
  .workshop-finder-intro + .journey-selector + .practice-explorer + .audience-band { padding-top:clamp(32px,5vw,64px); }
  .workshop-finder-intro + .journey-selector .journey-selector__head,
  .workshop-finder-intro + .journey-selector + .practice-explorer .practice-explorer__head,
  .workshop-finder-intro + .journey-selector + .practice-explorer + .audience-band .audience-band__head { max-width:72rem; }
  .workshop-finder-intro + .journey-selector .journey-selector__grid { gap:1.6rem; }
  .workshop-finder-intro + .journey-selector .journey-selector__card,
  .workshop-finder-intro + .journey-selector + .practice-explorer .practice-explorer__card,
  .workshop-finder-intro + .journey-selector + .practice-explorer + .audience-band .audience-band__card { border-color:rgba(var(--color-foreground),.12); border-radius:1.2rem; }
  .workshop-finder-intro + .journey-selector + .practice-explorer .practice-explorer__group-title { font-family:var(--font-heading-family); font-size:2rem; letter-spacing:0; text-transform:none; }
  .workshop-finder-intro + .journey-selector .journey-selector__card,
  .workshop-finder-intro + .journey-selector + .practice-explorer + .audience-band .audience-band__card { background:transparent; border:0; border-top:1px solid rgba(var(--color-foreground),.16); border-radius:0; box-shadow:none; padding:32px 4px 24px; }
  .workshop-finder-intro + .journey-selector .journey-selector__card:hover { box-shadow:none; transform:none; }
  .workshop-finder-intro + .journey-selector + .practice-explorer + .audience-band { background:rgb(var(--color-background)); color:rgb(var(--color-foreground)); }
  .workshop-finder-intro + .journey-selector + .practice-explorer + .audience-band .audience-band__card { background:transparent; }
  .workshop-finder-intro + .journey-selector .journey-selector__grid,
  .workshop-finder-intro + .journey-selector + .practice-explorer + .audience-band .audience-band__grid { gap:32px; }
  .journey-selector__card { background:transparent; border:0; border-top:1px solid rgba(var(--color-foreground),.16); border-radius:0; box-shadow:none; padding:32px 4px 24px; }
  .journey-selector__card:hover { box-shadow:none; transform:none; }
  .audience-band { background:rgb(var(--color-background)); color:rgb(var(--color-foreground)); }
  .audience-band__card { background:transparent; border:0; border-top:1px solid rgba(var(--color-foreground),.16); border-radius:0; padding:32px 4px 24px; }
  .journey-selector__grid { margin:0 auto; max-width:1200px; }
  .journey-selector__card { min-height:270px; text-align:center; }
  .journey-selector__card h3 { margin-left:auto; margin-right:auto; }
  .journey-selector__card p { margin-left:auto; margin-right:auto; max-width:25rem; }
  .journey-selector__cta { align-self:center; }
  .audience-band__grid { margin:0 auto; max-width:1100px; }
  .audience-band__card { min-height:260px; text-align:center; }
  .audience-band__card a { color:inherit; border:0; display:inline-block; font-size:1.25rem; font-weight:600; padding:0; text-decoration:none; }
/* END_SECTION:workshop-finder-intro */

/* START_SECTION:workshop-registration (INDEX:69) */
.workshop-registration {
    --workshop-ink: rgb(var(--color-foreground));
    --workshop-paper: rgb(var(--color-background));
    --workshop-line: rgba(var(--color-foreground), 0.15);
    --workshop-muted: rgba(var(--color-foreground), 0.66);
    --workshop-glow: color-mix(in srgb, rgb(var(--color-foreground)) 8%, rgb(var(--color-background)));
    background:
      radial-gradient(circle at 78% 12%, rgba(var(--color-foreground), 0.08), transparent 24rem),
      linear-gradient(115deg, rgba(var(--color-foreground), 0.035), transparent 42%),
      rgb(var(--color-background));
    overflow: hidden;
    padding: clamp(42px, 8vw, 112px) 0;
    position: relative;
  }

  .workshop-registration::before,
  .workshop-registration::after {
    content: '';
    pointer-events: none;
    position: absolute;
  }

  .workshop-registration::before {
    background-image:
      linear-gradient(rgba(var(--color-foreground), 0.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(var(--color-foreground), 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    inset: 0;
    mask-image: linear-gradient(135deg, transparent 8%, #000 30%, transparent 82%);
    opacity: 0.55;
  }

  .workshop-registration::after {
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(var(--color-foreground), 0.12), transparent 64%);
    border: 1px solid rgba(var(--color-foreground), 0.08);
    border-radius: 999px;
    right: max(-12vw, -160px);
    top: 90px;
    width: clamp(260px, 34vw, 520px);
  }

  .workshop-registration__wrap {
    display: grid;
    gap: clamp(34px, 6vw, 72px);
    position: relative;
    z-index: 1;
  }

  .workshop-registration__hero {
    align-items: end;
    display: grid;
    gap: clamp(28px, 5vw, 72px);
    grid-template-columns: minmax(0, 1fr);
    min-height: clamp(440px, 66vh, 720px);
  }

  .workshop-registration__hero-copy {
    display: grid;
    gap: 20px;
    max-width: 980px;
  }

  .workshop-registration__eyebrow,
  .workshop-registration__date,
  .workshop-registration__checkout-note,
  .workshop-registration__ritual span {
    color: var(--workshop-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: 0;
    text-transform: uppercase;
  }

  .workshop-registration,
  .workshop-registration p,
  .workshop-registration .rte {
    font-size: clamp(1.08rem, 1.12vw, 1.22rem);
  }

  .workshop-registration h1 {
    color: var(--workshop-ink);
    font-size: clamp(4.4rem, 11vw, 12rem);
    letter-spacing: -0.075em;
    line-height: 0.82;
    margin: 0;
    max-width: 1080px;
  }

  .workshop-registration__intro {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.75;
    max-width: 780px;
  }

  .workshop-registration__launch-note {
    border-left: 2px solid var(--workshop-ink);
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    font-style: italic;
    line-height: 1.6;
    margin: 4px 0 0;
    max-width: 640px;
    padding-left: 18px;
  }

  .workshop-registration__language-note {
    background: var(--workshop-ink);
    color: var(--workshop-paper);
    display: inline-flex;
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    font-weight: 700;
    justify-self: start;
    letter-spacing: 0.06em;
    line-height: 1.35;
    margin: 0;
    padding: 0.82rem 1rem;
    text-transform: uppercase;
  }

  .workshop-registration__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
  }

  .workshop-registration__facts span {
    backdrop-filter: blur(10px);
    background: color-mix(in srgb, var(--workshop-paper) 74%, transparent);
    border: 1px solid var(--workshop-line);
    font-size: clamp(1.05rem, 1.25vw, 1.28rem);
    padding: 0.85rem 1.1rem;
  }

  .workshop-registration__ritual {
    aspect-ratio: 1;
    border: 1px solid var(--workshop-line);
    border-radius: 999px;
    display: grid;
    justify-items: center;
    margin-left: auto;
    max-width: 360px;
    padding: clamp(24px, 4vw, 46px);
    place-content: center;
    position: relative;
    text-align: center;
    width: min(78vw, 360px);
  }

  .workshop-registration__ritual::before,
  .workshop-registration__ritual::after {
    border: 1px solid rgba(var(--color-foreground), 0.13);
    border-radius: inherit;
    content: '';
    inset: 16px;
    position: absolute;
  }

  .workshop-registration__ritual::after {
    border-style: dashed;
    inset: 34px;
    transform: rotate(-12deg);
  }

  .workshop-registration__ritual strong {
    font-size: clamp(1.55rem, 4vw, 2.45rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.02;
    position: relative;
    z-index: 1;
  }

  .workshop-registration__visual-grid {
    align-items: center;
    display: grid;
    gap: clamp(24px, 5vw, 70px);
    grid-template-columns: minmax(0, 1fr);
  }

  .workshop-registration__poster {
    background: color-mix(in srgb, var(--workshop-paper) 82%, transparent);
    border: 1px solid var(--workshop-line);
    margin: 0;
    padding: clamp(8px, 1.5vw, 16px);
  }

  .workshop-registration__poster img {
    display: block;
    height: auto;
    width: 100%;
  }

  .workshop-registration__visual-copy {
    display: grid;
    gap: 16px;
    max-width: 560px;
  }

  .workshop-registration__visual-copy h2 {
    font-size: clamp(3rem, 6vw, 6.6rem);
    letter-spacing: -0.06em;
    line-height: 0.9;
    margin: 0;
  }

  .workshop-registration__visual-copy p:last-child {
    color: var(--workshop-muted);
    line-height: 1.7;
    margin: 0;
  }

  .workshop-registration__grid {
    align-items: start;
    display: grid;
    gap: clamp(28px, 5vw, 56px);
    grid-template-columns: minmax(0, 1fr);
  }

  .workshop-registration__program h2,
  .workshop-registration__aside h2,
  .workshop-registration__form-card h2 {
    font-size: clamp(2.4rem, 5vw, 5.6rem);
    letter-spacing: -0.055em;
    line-height: 0.9;
    margin: 0;
  }

  .workshop-registration__days {
    display: grid;
    gap: 0;
    margin-top: clamp(22px, 4vw, 42px);
  }

  .workshop-registration__day {
    border-top: 1px solid var(--workshop-line);
    display: grid;
    gap: 18px;
    grid-template-columns: 4.6rem minmax(0, 1fr);
    padding: clamp(22px, 4vw, 42px) 0;
    position: relative;
  }

  .workshop-registration__day:last-child {
    border-bottom: 1px solid var(--workshop-line);
  }

  .workshop-registration__day-number {
    color: rgba(var(--color-foreground), 0.2);
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    letter-spacing: -0.08em;
    line-height: 1;
  }

  .workshop-registration__day-copy {
    display: grid;
    gap: 11px;
  }

  .workshop-registration__day h3 {
    font-size: clamp(1.75rem, 3.4vw, 3.3rem);
    letter-spacing: -0.045em;
    line-height: 1;
    margin: 0;
  }

  .workshop-registration__day .rte {
    color: var(--workshop-muted);
    font-size: clamp(1.08rem, 1.18vw, 1.22rem);
    line-height: 1.75;
    max-width: 760px;
  }

  .workshop-registration__aside {
    background:
      linear-gradient(160deg, color-mix(in srgb, var(--workshop-paper) 92%, white 8%), var(--workshop-glow)),
      var(--workshop-paper);
    border: 1px solid var(--workshop-line);
    box-shadow: 0 28px 80px rgba(var(--color-foreground), 0.08);
    display: grid;
    gap: 16px;
    padding: clamp(22px, 3vw, 34px);
  }

  .workshop-registration__aside > p:not(.workshop-registration__checkout-note) {
    color: var(--workshop-muted);
    font-size: clamp(1.02rem, 1.08vw, 1.18rem);
    line-height: 1.6;
    margin: 0;
  }

  .workshop-registration__checkout-note {
    background: var(--workshop-ink);
    color: var(--workshop-paper);
    font-size: 0.86rem;
    justify-self: start;
    padding: 0.7rem 0.9rem;
  }

  .workshop-registration__payment-methods {
    border-top: 1px solid var(--workshop-line);
    padding-top: 12px;
  }

  .workshop-registration__payment-list {
    display: grid;
    gap: 12px;
    margin-top: 8px;
  }

  .workshop-registration__payment-card {
    background: color-mix(in srgb, var(--workshop-paper) 86%, transparent);
    border: 1px solid var(--workshop-line);
    display: grid;
    gap: 12px;
    padding: 18px;
    position: relative;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .workshop-registration__payment-card::before {
    background: var(--workshop-ink);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 180ms ease;
    width: 3px;
  }

  .workshop-registration__payment-card:hover {
    background: var(--workshop-paper);
    border-color: rgba(var(--color-foreground), 0.35);
    transform: translateY(-2px);
  }

  .workshop-registration__payment-card:hover::before {
    opacity: 1;
  }

  .workshop-registration__payment-card h3,
  .workshop-registration__payment-card p {
    margin: 0;
  }

  .workshop-registration__payment-card h3 {
    font-size: clamp(1.22rem, 1.45vw, 1.55rem);
    letter-spacing: -0.025em;
    line-height: 1.15;
  }

  .workshop-registration__price {
    font-size: clamp(1.7rem, 2vw, 2.15rem);
    font-weight: 700;
  }

  .workshop-registration__payment-card .button,
  .workshop-registration__form .button {
    width: 100%;
  }

  .workshop-registration__form-card {
    background: color-mix(in srgb, var(--workshop-paper) 88%, transparent);
    border: 1px solid var(--workshop-line);
    display: grid;
    gap: clamp(22px, 4vw, 42px);
    grid-template-columns: minmax(0, 1fr);
    padding: clamp(24px, 5vw, 52px);
  }

  .workshop-registration__form-card > div:first-child {
    display: grid;
    gap: 12px;
  }

  .workshop-registration__form-card p {
    color: var(--workshop-muted);
    font-size: clamp(1.05rem, 1.15vw, 1.22rem);
    line-height: 1.65;
    margin: 0;
  }

  .workshop-registration__form-context {
    border-left: 2px solid var(--workshop-ink);
    color: var(--workshop-ink);
    padding-left: 14px;
  }

  .workshop-registration__form {
    display: grid;
    gap: 18px;
  }

  .workshop-registration__fields {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .workshop-registration label {
    display: grid;
    gap: 7px;
  }

  .workshop-registration label span {
    color: var(--workshop-muted);
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .workshop-registration input,
  .workshop-registration select,
  .workshop-registration textarea {
    background: color-mix(in srgb, var(--workshop-paper) 80%, transparent);
    border: 1px solid var(--workshop-line);
    border-radius: 0;
    color: var(--workshop-ink);
    font: inherit;
    min-height: 48px;
    padding: 11px 13px;
    width: 100%;
  }

  .workshop-registration input:focus,
  .workshop-registration select:focus,
  .workshop-registration textarea:focus {
    border-color: rgba(var(--color-foreground), 0.55);
    box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.18);
    outline: none;
  }

  .workshop-registration textarea {
    min-height: 132px;
    resize: vertical;
  }

  .workshop-registration__success {
    border: 1px solid rgba(36, 116, 69, 0.35);
    padding: 12px 14px;
  }

  @media screen and (min-width: 750px) {
    .workshop-registration__hero {
      grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
    }

    .workshop-registration__grid {
      grid-template-columns: minmax(0, 1fr) minmax(310px, 0.42fr);
    }

    .workshop-registration__visual-grid {
      grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
    }

    .workshop-registration__aside {
      position: sticky;
      top: 24px;
    }

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

    .workshop-registration__form-card {
      grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .workshop-registration__hero {
      min-height: auto;
    }

    .workshop-registration__ritual {
      margin: 8px auto 0;
    }

    .workshop-registration__day {
      grid-template-columns: 3.2rem minmax(0, 1fr);
    }
  }
/* END_SECTION:workshop-registration */