@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap");

:root {
  --background: #f9f7f2;
  --surface: #f6efe6;
  --surface-soft: #fcfaf6;
  --text: #4f463d;
  --muted: #7f7364;
  --accent: #826d5b;
  --accent-dark: #4b2f1e;
  --line: #b7a89a;
  --shell: min(1020px, calc(100vw - 2rem));
  --narrow: min(760px, calc(100vw - 3rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.narrow {
  width: var(--narrow);
  margin: 0 auto;
}

.site-header {
  background: var(--background);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 0 0.35rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand__logo {
  width: 1.85rem;
  height: 1.85rem;
  object-fit: cover;
}

.brand__title {
  display: none;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(183, 168, 154, 0.65);
}

.site-nav__link {
  padding-bottom: 0.2rem;
  color: #9c9285;
  font-size: 0.68rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-nav__link:hover,
.site-nav__link.is-current {
  color: var(--accent);
  border-color: rgba(130, 109, 91, 0.7);
}

.site-main {
  padding-bottom: 3rem;
}

.page-intro {
  padding: 1.3rem 0 0;
}

.page-intro__title,
.hero__title,
.section-title,
.writing__title,
.writing-card__title,
.archive-heading__title,
.page-banner__title,
.vocation-hero__title,
.course-feature__title,
.course-week__title,
.home-hero__title,
.about-layout__title,
.home-section__title,
.connect__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1;
}

.page-intro__title {
  font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.section {
  padding: 1.2rem 0;
}

.section--tight {
  padding-top: 0;
}

.prose,
.writing__content {
  font-size: 0.93rem;
}

.prose p,
.writing__content p {
  margin: 0 0 1.15rem;
}

.prose ul {
  margin: 0 0 1.15rem 1.1rem;
  padding: 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.3rem 0.9rem;
  border: 1px solid #d1b086;
  background: transparent;
  color: var(--accent-dark);
  font-size: 0.72rem;
  text-decoration: none;
}

.button:hover {
  background: rgba(209, 176, 134, 0.12);
}

.button--secondary {
  border-color: var(--line);
}

.site-footer {
  padding: 0.35rem 0 2rem;
}

.site-footer__inner {
  text-align: center;
}

.site-footer__copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.62rem;
}

.site-footer__email,
.site-footer__title {
  display: none;
}

.home-hero {
  width: var(--shell);
  min-height: 28.8rem;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background-image:
    linear-gradient(180deg, rgba(55, 38, 24, 0.12), rgba(55, 38, 24, 0.28)),
    var(--home-hero-image);
  background-position: center 24%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.home-hero__title {
  font-size: clamp(3rem, 7vw, 4.8rem);
  text-transform: uppercase;
}

.home-hero__subtitle {
  margin: 0.6rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
}

.home-copy {
  padding-top: 1.3rem;
}

.home-copy__lead {
  max-width: 43rem;
  margin: 0 auto;
  font-size: 1.02rem;
}

.home-copy__lead p {
  margin: 0;
}

.home-section {
  padding: 3.2rem 0;
  text-align: center;
}

.home-section--spaced {
  padding-top: 5.7rem;
}

.home-section__title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5vw, 3rem);
}

.home-video {
  width: min(615px, calc(100vw - 3rem));
  margin: 0 auto 1.5rem;
}

.home-video__frame {
  display: block;
  width: 100%;
  aspect-ratio: 615 / 337;
  border: 0;
}

.home-section__text {
  max-width: 25rem;
  margin: 0.45rem auto 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.connect {
  padding: 4.8rem 0 1.2rem;
  text-align: center;
}

.connect__title {
  color: #8ea39d;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.connect__email {
  display: inline-block;
  margin-top: 0.35rem;
  color: var(--accent);
  font-size: 0.72rem;
  text-decoration: none;
}

.about-layout {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
  gap: 2.6rem;
  align-items: start;
  padding-top: 0.9rem;
}

.about-layout__title {
  margin-bottom: 1.4rem;
  font-size: clamp(2.9rem, 5vw, 4.4rem);
}

.about-layout__image {
  width: 100%;
  aspect-ratio: 430 / 604;
  object-fit: cover;
}

.vocation-hero {
  width: var(--shell);
  min-height: 17rem;
  margin: 0.9rem auto 1.7rem;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: #fff;
}

.vocation-hero__panel {
  display: flex;
  align-items: center;
  padding: 2rem;
  background: #472b19;
  color: #fff;
}

.vocation-hero__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.vocation-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vocation-copy {
  width: var(--shell);
  margin: 0 auto;
}

.vocation-copy__section {
  margin-top: 2rem;
}

.vocation-copy__section h2 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
}

.vocation-copy__section ul {
  margin-left: 1rem;
}

.page-banner {
  width: 100%;
  min-height: 12rem;
  margin-top: 0.25rem;
  background-position: center;
  background-size: cover;
}

.page-banner__card {
  width: min(44rem, calc(100vw - 5rem));
  margin: 0 auto;
  transform: translateY(3rem);
  padding: 1.7rem 1.9rem;
  background: rgba(252, 250, 246, 0.96);
}

.page-banner__title {
  margin-bottom: 0.8rem;
  font-size: clamp(2.8rem, 5vw, 4rem);
}

.page-banner__text {
  margin: 0;
  max-width: 34rem;
  font-size: 0.84rem;
}

.page-divider {
  width: var(--shell);
  margin: 6rem auto 0;
  border: 0;
  border-top: 1px solid rgba(120, 104, 91, 0.55);
}

.course-feature {
  width: min(600px, calc(100vw - 4rem));
  margin: 1.8rem auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 8.8rem;
  gap: 1.6rem;
  padding: 1.6rem;
  background: var(--surface);
}

.course-feature__eyebrow,
.course-week__eyebrow,
.writing__meta {
  margin: 0 0 0.45rem;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.01em;
}

.course-feature__title {
  margin-bottom: 0.8rem;
  font-size: 2.1rem;
}

.course-feature__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.course-outline {
  width: var(--shell);
  margin: 2.4rem auto 0;
}

.course-week {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1.6rem;
  align-items: center;
  padding: 2.3rem 1.4rem;
  border-top: 1px solid rgba(120, 104, 91, 0.55);
}

.course-week--reverse {
  grid-template-columns: minmax(0, 1fr) 8.5rem;
}

.course-week--reverse .course-week__media {
  order: 2;
}

.course-week__media {
  justify-self: center;
}

.course-week__image {
  width: 7.4rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.course-week__title {
  font-size: 2rem;
  margin-bottom: 0.65rem;
}

.course-week__text {
  margin: 0;
  font-size: 0.82rem;
}

.course-week__download {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}

.course-week__download-label {
  color: var(--accent-dark);
  font-size: 0.72rem;
  text-decoration: none;
}

.course-week__pdf {
  width: 2rem;
  height: 2.5rem;
  background: #d84735;
  clip-path: polygon(0 0, 75% 0, 100% 25%, 100% 100%, 0 100%);
  position: relative;
}

.course-week__pdf::before {
  content: "PDF";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: start center;
  padding-top: 0.3rem;
  color: #fff;
  font-size: 0.55rem;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.course-week__pdf::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid #f4a8a0;
}

.archive-shell {
  width: var(--shell);
  margin: 0.8rem auto 0;
}

.archive-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding: 0.2rem;
  background: #6a5d51;
}

.archive-tabs__link {
  padding: 0.45rem 0.7rem;
  color: #f1ece4;
  font-size: 0.88rem;
  text-decoration: none;
}

.archive-tabs__link.is-current {
  color: #a7c0b0;
}

.writing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 0.7rem;
  padding-top: 0.6rem;
}

.writing-card {
  border: 2px solid #958678;
  background: #fffdf8;
}

.writing-card__media {
  display: block;
  aspect-ratio: 1.08 / 1;
  overflow: hidden;
}

.writing-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.writing-card__body {
  padding: 0.7rem 0.7rem 0.85rem;
}

.writing-card__meta,
.writing-card__link {
  display: none;
}

.writing-card__title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-style: italic;
}

.writing-card__title a {
  text-decoration: none;
}

.writing-card__excerpt {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 0.74rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.writing {
  width: var(--narrow);
  margin: 1.6rem auto 0;
  padding: 0;
}

.writing__back {
  color: var(--accent);
  font-size: 0.8rem;
  text-decoration: none;
}

.writing__header {
  margin-bottom: 1.6rem;
}

.writing__title {
  margin-top: 0.7rem;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
}

.writing__excerpt {
  margin: 0.8rem 0 0;
  color: #000;
  font-size: 0.92rem;
}

.wix-rich-content,
.wix-rich-content * {
  max-width: 100%;
}

.wix-rich-content [type] {
  display: none;
}

.wix-rich-content figure {
  margin: 1.5rem 0;
}

.wix-rich-content img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 auto;
  position: static !important;
}

.writing--poetry .wix-rich-content p {
  margin-bottom: 0.2rem;
}

@media (max-width: 900px) {
  .about-layout,
  .vocation-hero,
  .course-feature,
  .course-week,
  .course-week--reverse {
    grid-template-columns: 1fr;
  }

  .course-week--reverse .course-week__media {
    order: 0;
  }

  .about-layout__image {
    max-width: 24rem;
  }

  .page-banner__card {
    width: calc(100vw - 3rem);
    transform: translateY(2rem);
  }
}

@media (max-width: 700px) {
  .site-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    gap: 0.6rem;
    justify-content: flex-start;
  }

  .home-hero {
    min-height: 21.6rem;
    background-position: center 18%;
  }

  .home-copy__lead,
  .vocation-copy,
  .writing {
    width: calc(100vw - 2rem);
  }

  .archive-shell {
    width: calc(100vw - 2rem);
  }

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