/* Euphoric: shared between the Sites preview and the BeTheme child theme. */
html:has(.euphoric-site) { scroll-behavior: smooth; scroll-padding-top: 2rem; }
.jse-euphoric-page { margin: 0; }
.euphoric-site {
  --ep-ink: #172d29;
  --ep-muted: #53665f;
  --ep-green: #235448;
  --ep-paper: #f7faf8;
  --ep-mint: #e2eee7;
  --ep-rule: #cfddd5;
  --ep-sans: "Arial", "Helvetica Neue", sans-serif;
  --ep-serif: "Georgia", "Times New Roman", serif;
  background: var(--ep-paper); color: var(--ep-ink);
  font-family: var(--ep-sans); font-size: 1rem; line-height: 1.65;
  text-align: left; -webkit-font-smoothing: antialiased;
}
.euphoric-site *, .euphoric-site *::before, .euphoric-site *::after { box-sizing: border-box; }
.euphoric-site h1, .euphoric-site h2, .euphoric-site h3, .euphoric-site p, .euphoric-site figure { margin: 0; padding: 0; }
.euphoric-site h1, .euphoric-site h2, .euphoric-site h3 { color: var(--ep-ink); font-family: var(--ep-sans); font-weight: 500; text-transform: none; }
.euphoric-site a { color: inherit; text-decoration: none; }
.euphoric-site a:hover { text-decoration: none; }
.euphoric-site button { font-family: inherit; font-size: 1rem; cursor: pointer; box-shadow: none; }
.euphoric-site img { max-width: 100%; display: block; }
.euphoric-site em { font-family: var(--ep-serif); font-weight: 400; font-style: italic; }
.euphoric-site a:focus-visible, .euphoric-site button:focus-visible, .euphoric-site summary:focus-visible { outline: 3px solid #267a5f; outline-offset: 6px; border-radius: 2px; }
.euphoric-site ::selection { background: #b6d5c8; color: #142d24; }
.euphoric-site [hidden] { display: none !important; }
.ep-shell { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.ep-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ep-skip { position: absolute; top: -100px; left: 20px; z-index: 99; padding: 12px 20px; background: white; }
.ep-skip:focus { top: 10px; }
.ep-header { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--ep-rule); }
.ep-brand { display: inline-flex; flex-direction: column; align-items: flex-start; flex-shrink: 0; }
.ep-wordmark { font-family: var(--ep-serif); font-size: 2.75rem; line-height: 1; letter-spacing: -.045em; font-weight: 400; }
.ep-brand-period { color: #5f8a70; }
.ep-brand-byline { font-size: .75rem; letter-spacing: .14em; margin-top: 9px; line-height: 1.25; }
.ep-navigation { display: flex; align-items: center; gap: 32px; font-size: .875rem; }
.ep-navigation > a:not(.ep-button) { position: relative; padding-block: 10px; }
.ep-navigation > a:not(.ep-button)::after { content: ""; position: absolute; bottom: 5px; left: 0; width: 0; height: 1px; background: currentColor; transition: width .2s; }
.ep-navigation > a:not(.ep-button):hover::after { width: 100%; }
.euphoric-site .ep-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 17px 25px; background: var(--ep-green); border: 1px solid var(--ep-green); border-radius: 4px; color: #fff; font-weight: 500; font-size: .9375rem; line-height: 1.5; text-align: center; transition: background .2s, transform .2s; }
.euphoric-site .ep-button:hover { background: #123e33; transform: translateY(-2px); color: #fff; }
.euphoric-site .ep-button-small { padding: 12px 17px; font-size: .875rem; gap: 16px; }
.ep-button > span[aria-hidden] { font-size: 1.35rem; line-height: 1; }
.ep-menu-toggle { display: none; }
.ep-hero { display: grid; grid-template-columns: 1.13fr 1fr; gap: clamp(40px, 5.2vw, 78px); align-items: center; padding-block: 58px 64px; }
.ep-eyebrow { font-size: .75rem; font-weight: 500; letter-spacing: .13em; line-height: 1.6; color: var(--ep-muted); }
.ep-hero-copy > .ep-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 27px; }
.ep-line { width: 26px; height: 1px; background: #6a8d7d; flex-shrink: 0; }
.euphoric-site h1 { font-size: clamp(3.2rem, 5.45vw, 5.2rem); line-height: 1.04; letter-spacing: -.055em; margin-bottom: 26px; }
.euphoric-site h1 em { display: block; font-size: 1.08em; letter-spacing: -.055em; color: var(--ep-green); padding-bottom: .05em; }
.euphoric-site .ep-hero-description { max-width: 470px; font-size: 1.2rem; line-height: 1.55; margin-bottom: 15px; }
.euphoric-site .ep-hero-subcopy { max-width: 460px; color: var(--ep-muted); font-size: 1rem; line-height: 1.7; }
.ep-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 31px; }
.euphoric-site .ep-text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--ep-green); padding-bottom: 3px; font-size: .9375rem; font-weight: 500; line-height: 1.7; }
.euphoric-site .ep-text-link:hover { color: #3a775f; border-color: #3a775f; }
.ep-hero-note { display: flex; align-items: center; gap: 12px; margin-top: 39px; color: var(--ep-muted); }
.ep-note-symbol { font-size: 3.5rem; font-family: var(--ep-serif); line-height: .8; color: #6b947e; padding-top: 12px; }
.ep-hero-note p { font-size: .875rem; line-height: 1.5; }
.ep-hero-figure { min-width: 0; }
.ep-image-wrap { position: relative; height: clamp(480px, 42.5vw, 595px); border-radius: 140px 6px 6px 6px; background: #dfece7; overflow: hidden; }
.ep-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.ep-image-label { position: absolute; right: 24px; bottom: 24px; color: #183c31; font-size: .75rem; font-weight: 500; letter-spacing: .15em; background: rgba(247,250,248,.88); padding: 9px 13px; border-radius: 2px; }
.ep-hero-figure figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 17px; font-size: .75rem; letter-spacing: .075em; }
.ep-hero-figure figcaption span:last-child { font-family: var(--ep-serif); font-style: italic; font-size: 1rem; letter-spacing: 0; color: var(--ep-muted); }
.ep-topics-bar { border-block: 1px solid var(--ep-rule); background: #eaf2ed; }
.ep-topics-inner { min-height: 85px; display: flex; justify-content: space-around; align-items: center; gap: 20px; }
.ep-topics-inner > span:not([aria-hidden]) { font-family: var(--ep-serif); font-size: 1.3rem; }
.ep-topics-inner > span[aria-hidden] { color: #517e68; font-size: 1.5rem; }
.ep-conversations { padding-block: 94px 88px; }
.ep-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 39px; }
.ep-section-heading > p { color: var(--ep-muted); font-size: 1rem; padding-bottom: 7px; }
.euphoric-site h2 { font-size: clamp(2.4rem, 3.5vw, 3.3rem); line-height: 1.13; letter-spacing: -.035em; }
.ep-section-heading .ep-eyebrow, .ep-host-intro .ep-eyebrow { margin-bottom: 18px; }
.ep-feature { display: grid; grid-template-columns: 1fr 1.13fr; border: 1px solid var(--ep-rule); border-radius: 6px; overflow: hidden; background: #fff; }
.ep-feature-art { padding: 34px 42px; background: #dcebd8; min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.ep-feature-kicker { font-size: .75rem; letter-spacing: .12em; }
.euphoric-site .ep-feature-art h3 { font-size: clamp(2.7rem, 4.15vw, 3.9rem); line-height: 1.04; letter-spacing: -.045em; }
.ep-feature-art h3 em { font-size: 1.1em; }
.ep-feature-foot { border-top: 1px solid #a9c1a4; padding-top: 18px; font-size: .75rem; letter-spacing: .11em; }
.ep-feature-copy { padding: 41px 47px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.ep-feature-copy > .ep-eyebrow { margin-bottom: 15px; }
.euphoric-site .ep-feature-copy h3 { font-size: 2rem; letter-spacing: -.025em; line-height: 1.2; margin-bottom: 18px; }
.ep-feature-copy > p:not(.ep-eyebrow) { font-size: 1rem; color: var(--ep-muted); }
.ep-details { width: 100%; margin: 20px 0 24px; border-top: 1px solid var(--ep-rule); border-bottom: 1px solid var(--ep-rule); }
.ep-details summary { list-style: none; cursor: pointer; padding-block: 12px; font-size: .875rem; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.ep-details summary::-webkit-details-marker { display: none; }
.ep-details summary > span { font-size: 1.35rem; transition: transform .2s; }
.ep-details[open] summary > span { transform: rotate(45deg); }
.ep-details-content { padding-bottom: 12px; color: var(--ep-muted); font-size: 1rem; }
.ep-details-content ul { padding-left: 19px; margin: 0; list-style: disc; }
.ep-details-content li { padding-left: 3px; margin-bottom: 7px; }
.ep-theme-list { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 40px; }
.ep-theme { display: flex; gap: 18px; padding: 0 25px; border-left: 1px solid var(--ep-rule); }
.ep-theme:first-child { padding-left: 0; border-left: 0; }
.ep-theme:last-child { padding-right: 0; }
.ep-theme-number { color: #71877b; font-size: .8125rem; padding-top: 3px; }
.euphoric-site .ep-theme h3 { font-size: 1.1rem; font-weight: 500; line-height: 1.4; margin-bottom: 9px; }
.ep-theme p { color: var(--ep-muted); font-size: 1rem; line-height: 1.65; }
.ep-host-section { background: var(--ep-mint); padding-block: 85px; }
.ep-host-grid { display: grid; grid-template-columns: 1fr 1.13fr; gap: 80px; }
.ep-host-intro h2 { margin-bottom: 34px; }
.euphoric-site .ep-host-name { font-size: 1.125rem; margin-bottom: 2px; }
.ep-host-role { color: var(--ep-muted); font-size: .875rem; }
.ep-host-copy > p { margin-bottom: 18px; color: var(--ep-muted); font-size: 1rem; }
.euphoric-site .ep-large-copy { font-size: 1.5rem; line-height: 1.4; letter-spacing: -.02em; color: var(--ep-ink); max-width: 410px; margin-bottom: 24px; }
.euphoric-site .ep-host-close { color: var(--ep-ink); margin-bottom: 0; }
.ep-listen-section { display: flex; justify-content: space-between; gap: 35px; align-items: center; padding: 53px 58px; margin-block: 74px; background: #204b3f; border-radius: 6px; color: #f7faf8; }
.ep-listen-section .ep-eyebrow { color: #c3d8cd; margin-bottom: 15px; }
.euphoric-site .ep-listen-section h2 { color: #f7faf8; font-size: clamp(2.2rem, 3vw, 2.9rem); margin-bottom: 18px; }
.ep-listen-section p:last-child { color: #d2e2d8; font-size: 1rem; }
.euphoric-site .ep-button-light { color: #173b2f; background: #f2f7e8; border-color: #f2f7e8; flex-shrink: 0; }
.euphoric-site .ep-button-light:hover { color: #173b2f; background: #e1eccf; }
.ep-footer { padding-block: 37px 43px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid var(--ep-rule); }
.ep-footer .ep-wordmark { font-size: 2.3rem; }
.ep-footer > p { font-family: var(--ep-serif); font-size: 1rem; color: var(--ep-muted); line-height: 1.65; }
.ep-footer-end { display: flex; flex-direction: column; align-items: flex-end; gap: 15px; }
.ep-footer-end > a { font-size: .875rem; border-bottom: 1px solid transparent; }
.ep-footer-end > a:hover { border-color: currentColor; }
.ep-footer-end > span { font-size: .75rem; color: var(--ep-muted); }
@media (min-width: 1550px) { .ep-hero { padding-block: 72px 75px; } }
@media (max-width: 1100px) {
  .ep-shell { width: calc(100% - 64px); }
  .ep-navigation { gap: 20px; }
  .ep-hero { gap: 35px; }
  .ep-hero-actions { gap: 20px; }
  .ep-hero-actions .ep-button { padding-inline: 17px; }
  .ep-image-wrap { height: 535px; border-top-left-radius: 110px; }
  .ep-hero-figure figcaption { flex-direction: column; align-items: flex-start; gap: 3px; }
  .ep-feature-art, .ep-feature-copy { padding: 32px; }
  .ep-theme { padding-inline: 18px; gap: 12px; }
  .ep-host-grid { gap: 50px; }
  .ep-listen-section { padding: 44px 36px; }
}
@media (max-width: 850px) {
  .ep-header { min-height: 106px; flex-wrap: wrap; padding-block: 22px; gap: 20px; }
  .ep-navigation { width: 100%; justify-content: space-between; border-top: 1px solid var(--ep-rule); padding-top: 20px; }
  .ep-js .ep-menu-toggle { display: inline-flex; align-items: center; gap: 20px; padding: 10px 14px; background: transparent; color: var(--ep-ink); border: 1px solid var(--ep-rule); border-radius: 4px; margin: 0; }
  .ep-js .ep-menu-toggle > span { font-size: 1.4rem; line-height: 1; }
  .ep-js .ep-navigation:not(.ep-is-open) { display: none; }
  .ep-hero { padding-block: 45px; gap: 26px; }
  .euphoric-site h1 { font-size: 3.2rem; }
  .ep-hero-copy > .ep-eyebrow { display: block; }
  .ep-line { display: none; }
  .euphoric-site .ep-hero-description { font-size: 1.05rem; }
  .ep-hero-note { margin-top: 24px; }
  .ep-image-wrap { height: 480px; border-top-left-radius: 85px; }
  .ep-image-label { right: 15px; bottom: 17px; font-size: .75rem; letter-spacing: .06em; }
  .ep-topics-inner { gap: 12px; min-height: 77px; }
  .ep-topics-inner > span:not([aria-hidden]) { font-size: 1.1rem; }
  .ep-conversations { padding-block: 64px; }
  .ep-section-heading > p { max-width: 260px; }
  .ep-feature-copy { padding: 27px; }
  .euphoric-site .ep-feature-copy h3 { font-size: 1.7rem; }
  .ep-theme-list { gap: 24px; grid-template-columns: 1fr; }
  .ep-theme { border: 0; border-top: 1px solid var(--ep-rule); padding: 22px 0 0; gap: 20px; }
  .ep-theme:first-child { border-top: 0; padding-top: 0; }
  .ep-host-grid { grid-template-columns: 1fr 1.1fr; gap: 34px; }
  .ep-listen-section { align-items: flex-start; flex-direction: column; margin-block: 54px; }
  .ep-footer { flex-wrap: wrap; }
  .ep-footer-end { flex-basis: 100%; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 16px; }
}
@media (max-width: 620px) {
  .ep-shell { width: calc(100% - 40px); }
  .ep-header { min-height: 97px; }
  .ep-wordmark { font-size: 2.4rem; }
  .ep-brand-byline { font-size: .75rem; letter-spacing: .1em; }
  .ep-navigation { align-items: stretch; flex-direction: column; gap: 8px; padding-bottom: 3px; font-size: 1rem; }
  .ep-navigation .ep-button { margin-top: 8px; }
  .ep-hero { grid-template-columns: 1fr; gap: 34px; padding-block: 36px 34px; }
  .ep-hero-copy > .ep-eyebrow { margin-bottom: 22px; font-size: .75rem; letter-spacing: .09em; }
  .euphoric-site h1 { font-size: clamp(2.8rem, 10.8vw, 4rem); letter-spacing: -.045em; margin-bottom: 22px; }
  .euphoric-site h1 em { font-size: 1.03em; }
  .euphoric-site .ep-hero-description { font-size: 1.15rem; max-width: 370px; }
  .ep-hero-subcopy { max-width: 390px; }
  .ep-hero-actions { gap: 20px; margin-top: 25px; }
  .ep-hero-actions .ep-button { padding: 16px 18px; }
  .ep-hero-note { display: none; }
  .ep-image-wrap { height: 390px; border-radius: 100px 4px 4px 4px; }
  .ep-image-wrap img { object-position: 50% 53%; }
  .ep-hero-figure figcaption { flex-direction: row; align-items: center; }
  .ep-hero-figure figcaption > span:first-child { font-size: .75rem; letter-spacing: .015em; }
  .ep-hero-figure figcaption > span:last-child { font-size: .875rem; }
  .ep-topics-inner { flex-wrap: wrap; justify-content: center; padding-block: 20px; gap: 7px 14px; min-height: 0; }
  .ep-topics-inner > span:not([aria-hidden]) { font-size: 1rem; }
  .ep-topics-inner > span[aria-hidden] { font-size: 1.1rem; }
  .ep-topics-inner > span:nth-child(4) { display: none; }
  .ep-topics-inner > span:last-child { flex-basis: 100%; text-align: center; }
  .ep-conversations { padding-block: 49px; }
  .ep-section-heading { flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 26px; }
  .euphoric-site h2 { font-size: 2.4rem; }
  .ep-section-heading > p { max-width: none; }
  .ep-feature { grid-template-columns: 1fr; }
  .ep-feature-art { min-height: 350px; padding: 28px; gap: 30px; }
  .euphoric-site .ep-feature-art h3 { font-size: 3.25rem; }
  .ep-feature-copy { padding: 29px 26px; }
  .euphoric-site .ep-feature-copy h3 { font-size: 1.9rem; }
  .ep-feature-foot { letter-spacing: .05em; }
  .ep-theme-list { margin-top: 32px; gap: 21px; }
  .ep-host-section { padding-block: 50px; }
  .ep-host-grid { grid-template-columns: 1fr; gap: 30px; }
  .ep-host-intro h2 { margin-bottom: 25px; }
  .euphoric-site .ep-large-copy { font-size: 1.4rem; }
  .ep-listen-section { width: calc(100% - 32px); margin-block: 40px; padding: 36px 25px; gap: 25px; }
  .euphoric-site .ep-listen-section h2 { font-size: 2.25rem; }
  .ep-listen-section .ep-button { padding: 16px 18px; gap: 16px; font-size: .875rem; }
  .ep-footer { padding-block: 30px; gap: 25px; align-items: flex-start; }
  .ep-footer > p { font-size: .9375rem; }
  .ep-footer-end { flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.euphoric-site) { scroll-behavior: auto; }
  .euphoric-site *, .euphoric-site *::before, .euphoric-site *::after { transition: none !important; }
}
