:root {
  --yr-ink: #17130f;
  --yr-soft-ink: #514840;
  --yr-paper: #fbf8f1;
  --yr-warm: #f3eee4;
  --yr-sage: #74886b;
  --yr-sage-deep: #596b53;
  --yr-gold: #bb8d45;
  --yr-rose: #a96f63;
  --yr-line: rgba(23, 19, 15, 0.12);
  --yr-glass: rgba(251, 248, 241, 0.82);
  --yr-shadow: 0 24px 80px rgba(23, 19, 15, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--yr-ink);
  background: var(--yr-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.brand,
#logoImage {
  letter-spacing: 0 !important;
}

p,
li,
a,
button,
input,
select,
textarea,
small,
span {
  letter-spacing: 0 !important;
}

img {
  height: auto;
}

body.collection-type-page #siteWrapper {
  background:
    linear-gradient(180deg, #fffdf8 0%, #f7f1e7 52%, #fdfbf6 100%);
}

#header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(18, 15, 12, 0.72) !important;
  backdrop-filter: blur(22px);
}

#logoImage img {
  max-height: 56px;
  width: auto;
}

#mainNavigation a,
#mobileNavigation a {
  font-weight: 700;
  text-transform: none;
}

#mainNavigation a:hover,
#mainNavigation a:focus-visible,
#mobileNavigation a:hover,
#mobileNavigation a:focus-visible {
  color: #f1c87a;
}

.banner-thumbnail-wrapper {
  position: relative;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: var(--yr-paper) !important;
  overflow: visible !important;
}

.banner-thumbnail-wrapper .color-overlay {
  display: none !important;
}

.banner-thumbnail-wrapper #thumbnail,
.banner-thumbnail-wrapper figure,
.banner-thumbnail-wrapper .content-fill {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  height: 0 !important;
  aspect-ratio: 1600 / 1067;
  padding-bottom: 66.6875% !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #080706 !important;
}

.banner-thumbnail-wrapper #thumbnail img,
.banner-thumbnail-wrapper figure img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.banner-thumbnail-wrapper .trinity-hero-copy.desc-wrapper {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 18px 20px 6px !important;
  transform: none !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 1 !important;
  pointer-events: auto;
  background: var(--yr-paper);
}

.banner-thumbnail-wrapper .trinity-hero-copy p {
  margin: 0 auto 6px !important;
  color: var(--yr-ink) !important;
  text-shadow: none !important;
}

.banner-thumbnail-wrapper .trinity-hero-copy p:first-child {
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px !important;
  line-height: 1.1 !important;
  text-transform: uppercase;
  font-weight: 800;
}

.banner-thumbnail-wrapper .trinity-hero-copy p:nth-child(2) {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px !important;
  line-height: 1.05 !important;
}

.trinity-hero-action {
  display: flex;
  justify-content: center;
  padding: 6px 20px 22px !important;
  margin: 0 !important;
  min-height: 0 !important;
  line-height: 1 !important;
  background: var(--yr-paper) !important;
}

.trinity-hero-action a,
.button,
.sqs-block-button-element {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px !important;
  border: 1px solid transparent;
  padding: 0 24px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.trinity-hero-action a,
.button.primary,
.button.gold,
.sqs-block-button-element {
  background: var(--yr-sage) !important;
  color: #fffdf8 !important;
  border-color: var(--yr-sage) !important;
}

.trinity-hero-action a:hover,
.button.primary:hover,
.button.gold:hover,
.sqs-block-button-element:hover {
  transform: translateY(-1px);
  background: var(--yr-sage-deep) !important;
  border-color: var(--yr-sage-deep) !important;
}

.button.light,
.button.secondary {
  background: rgba(255, 253, 248, 0.72) !important;
  color: var(--yr-ink) !important;
  border-color: rgba(23, 19, 15, 0.16) !important;
}

.button.light:hover,
.button.secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(23, 19, 15, 0.28) !important;
  background: #fffdf8 !important;
}

body:not(.collection-type-page) {
  background:
    linear-gradient(180deg, #fbf8f1 0%, #f2eee5 48%, #fffdf8 100%);
}

body:not(.collection-type-page) .topbar {
  border-bottom: 1px solid rgba(23, 19, 15, 0.1);
  background: rgba(251, 248, 241, 0.84);
  backdrop-filter: blur(22px);
  box-shadow: 0 12px 40px rgba(23, 19, 15, 0.08);
}

body:not(.collection-type-page) .brand {
  color: var(--yr-ink);
}

body:not(.collection-type-page) .brand small,
body:not(.collection-type-page) .nav {
  color: rgba(23, 19, 15, 0.68);
}

body:not(.collection-type-page) .nav a:hover,
body:not(.collection-type-page) .nav a:focus-visible {
  color: var(--yr-sage-deep);
}

body:not(.collection-type-page) .nav-cta {
  color: var(--yr-sage-deep) !important;
  border-color: rgba(116, 136, 107, 0.44);
  background: rgba(116, 136, 107, 0.08);
}

body:not(.collection-type-page) .mobile-toggle {
  border-color: rgba(23, 19, 15, 0.18);
  color: var(--yr-ink);
}

body:not(.collection-type-page) .hero {
  min-height: 820px;
  color: #fffdf8;
  background: #17130f;
}

body:not(.collection-type-page) main > .hero {
  display: grid !important;
}

body:not(.collection-type-page) .hero-media::after {
  background:
    linear-gradient(90deg, rgba(18, 15, 12, 0.9) 0%, rgba(18, 15, 12, 0.58) 44%, rgba(18, 15, 12, 0.18) 100%),
    linear-gradient(0deg, rgba(18, 15, 12, 0.9) 0%, rgba(18, 15, 12, 0.08) 42%, rgba(18, 15, 12, 0.26) 100%);
}

body:not(.collection-type-page) .hero-media img {
  object-position: center center;
}

body:not(.collection-type-page) .hero-content {
  max-width: 780px;
}

body:not(.collection-type-page) .hero h1 {
  max-width: 760px;
  font-size: 76px;
  line-height: 0.98;
}

body:not(.collection-type-page) .hero .lede {
  max-width: 650px;
  color: rgba(255, 253, 248, 0.84);
  font-size: 20px;
}

.hero-strip {
  border-top: 1px solid rgba(255, 253, 248, 0.16);
  background: rgba(18, 15, 12, 0.56);
  backdrop-filter: blur(18px);
}

.hero-stat {
  border-right-color: rgba(255, 253, 248, 0.12) !important;
}

.section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.band {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.66), rgba(239, 233, 223, 0.86));
  border-top: 1px solid rgba(23, 19, 15, 0.08);
  border-bottom: 1px solid rgba(23, 19, 15, 0.08);
}

.section-head {
  max-width: 780px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  color: var(--yr-sage-deep) !important;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
}

h2 {
  font-size: 54px;
  line-height: 1.02;
}

h3 {
  font-size: 22px;
  line-height: 1.18;
}

.copy p,
.section-head p,
.journey-sticky .copy,
.retreat-panel p,
.service-card p,
.path-card p,
.journey-card p,
.deep-retreat-panel p,
.learn-card p,
.form-card p,
.footer p,
#page p {
  color: var(--yr-soft-ink);
  line-height: 1.65;
}

.path-card,
.service-card,
.journey-card,
.retreat-panel,
.retreat-card,
.deep-retreat-panel,
.learn-card,
.form-card,
.review-card,
.modal-panel,
.portal-card {
  border-radius: 8px !important;
  border: 1px solid rgba(23, 19, 15, 0.1) !important;
  background: rgba(255, 253, 248, 0.78) !important;
  box-shadow: 0 22px 70px rgba(23, 19, 15, 0.09) !important;
}

.path-card:hover,
.service-card:hover,
.journey-card:hover,
.learn-card:hover,
.portal-card:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 136, 107, 0.32) !important;
}

.portrait-stack img,
.home-photo-feature img,
.retreat-card img,
.gallery img,
.portal-card img,
.deep-retreat img {
  border-radius: 8px !important;
  box-shadow: 0 18px 54px rgba(23, 19, 15, 0.12);
}

input,
select,
textarea {
  border-radius: 8px !important;
  border: 1px solid rgba(23, 19, 15, 0.14) !important;
  background: rgba(255, 253, 248, 0.82) !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(116, 136, 107, 0.5);
  outline-offset: 3px;
}

#page {
  background: var(--yr-paper);
}

#page .sqs-layout {
  max-width: 1120px;
  margin: 0 auto;
}

#page .sqs-block {
  padding-top: 22px;
  padding-bottom: 22px;
}

#page .sqs-block-html h1 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--yr-ink);
  font-size: 52px;
  line-height: 1.04;
}

#page .sqs-block-html h2 {
  color: var(--yr-ink);
  font-size: 40px;
  line-height: 1.08;
}

#page .sqs-block-html h3 {
  color: var(--yr-ink);
}

#page .image-block-wrapper,
#page .sqs-image-shape-container-element {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(23, 19, 15, 0.12);
}

.footer {
  background: #14110e;
  color: #fffdf8;
}

@media (max-width: 980px) {
  body:not(.collection-type-page) .hero {
    min-height: 760px;
  }

  body:not(.collection-type-page) .hero h1 {
    font-size: 56px;
  }

  h2,
  #page .sqs-block-html h1 {
    font-size: 40px;
  }

  #page .sqs-block-html h2 {
    font-size: 32px;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}

@media (max-width: 720px) {
  .banner-thumbnail-wrapper .trinity-hero-copy.desc-wrapper {
    padding: 12px 14px 4px !important;
  }

  .banner-thumbnail-wrapper .trinity-hero-copy p:first-child {
    font-size: 11px !important;
  }

  .banner-thumbnail-wrapper .trinity-hero-copy p:nth-child(2) {
    font-size: 28px !important;
  }

  .trinity-hero-action {
    padding-bottom: 18px !important;
  }

  body:not(.collection-type-page) .hero {
    min-height: 700px;
  }

  body:not(.collection-type-page) .hero h1 {
    font-size: 42px;
  }

  body:not(.collection-type-page) .hero .lede {
    font-size: 17px;
  }

  h2,
  #page .sqs-block-html h1 {
    font-size: 34px;
  }

  h3 {
    font-size: 20px;
  }

  .section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .trinity-hero-action a,
  .button,
  .sqs-block-button-element {
    width: 100%;
    max-width: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
