.course-editorial {
  --ce-paper: #f3f1e9;
  --ce-ink: #17342e;
  --ce-muted: #60746b;
  --ce-line: #d5ddd5;
  --ce-moss: #275749;
  --ce-rust: #a95334;
  --ce-sun: #e8c873;
  color: var(--ce-ink);
  background: var(--ce-paper);
  font-family: "DM Sans", sans-serif;
  padding-bottom: 3rem;
}
.public-site .course-editorial .course-hero {
  background: var(--ce-moss);
  height: clamp(31rem, 65vh, 43rem);
}
.public-site .course-editorial .course-hero-scrim {
  background: linear-gradient(90deg, rgba(17,49,39,.91), rgba(17,49,39,.47) 60%, rgba(17,49,39,.16)),
              linear-gradient(0deg, rgba(17,49,39,.70), transparent 70%);
}
.public-site .course-editorial .course-hero-image { object-position: 65% 50%; }
.public-site .course-editorial .course-hero h1 {
  max-width: 800px;
  font: 500 clamp(3.5rem, 7.5vw, 7rem)/.91 Fraunces, Georgia, serif;
  letter-spacing: -.055em;
  text-shadow: none;
}
.public-site .course-editorial .course-hero nav,
.course-editorial-featured,
.course-editorial-kicker {
  font: 500 .68rem/1.5 "DM Mono", monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.course-editorial-featured {
  border: 1px solid rgba(232,200,115,.65);
  color: var(--ce-sun);
  padding: .65rem .85rem;
}
.public-site .course-editorial .course-hero .inline-flex {
  background: rgba(23,52,46,.62);
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 0;
  color: #fff;
  box-shadow: none;
  font: 500 .72rem "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.public-site .course-editorial .course-hero--text {
  height: auto;
  min-height: 26rem;
}
.public-site .course-editorial .course-hero--text .course-hero-content { padding-top: 4rem; }
.public-site .course-editorial .course-hero--text nav,
.public-site .course-editorial .course-hero--text nav a,
.public-site .course-editorial .course-hero--text nav span,
.public-site .course-editorial .course-hero--text h1 { color: #f6f3e9; }
.course-editorial-summary {
  max-width: 80rem;
  margin: -2rem auto 0;
  padding: 0 2rem;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 1fr);
  gap: 1rem;
  align-items: stretch;
}
.course-editorial-facts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1px;
  background: var(--ce-line);
  border: 1px solid var(--ce-line);
}
.course-editorial-facts > div {
  min-width: 0;
  flex: 1 1 8rem;
  padding: 1.7rem 1.15rem;
  background: #faf9f4;
}
.course-editorial-facts strong {
  display: block;
  font: 500 clamp(1.35rem, 2vw, 2rem)/1.15 Fraunces, Georgia, serif;
  overflow-wrap: anywhere;
}
.course-editorial-facts span {
  display: block;
  margin-top: .65rem;
  color: var(--ce-muted);
  font: 500 .62rem "DM Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.course-editorial-visit {
  background: var(--ce-ink);
  color: #f6f3e9;
  padding: 1.7rem 2rem;
}
.course-editorial-kicker { color: #e5a887; }
.course-editorial-visit h2 {
  font: 500 clamp(1.65rem, 2.5vw, 2.3rem)/1.1 Fraunces, Georgia, serif;
  letter-spacing: -.03em;
  margin: 1.1rem 0 .65rem;
}
.course-editorial-visit p { font-size: .85rem; line-height: 1.55; color: #c8d3ca; }
.course-editorial-visit a {
  display: flex;
  justify-content: space-between;
  margin-top: 1.35rem;
  background: var(--ce-sun);
  color: var(--ce-ink);
  padding: .9rem 1rem;
  font: 700 .7rem "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.course-editorial-visit a:hover { background: #f6d983; }
.course-editorial a:focus-visible, .course-editorial button:focus-visible {
  outline: 3px solid var(--ce-rust);
  outline-offset: 3px;
}
.course-editorial-tools {
  background: transparent;
  border-color: var(--ce-line);
}
.course-editorial-tools > div { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.course-editorial-tools > div > div:last-child {
  background: #faf9f4;
  border: 1px solid var(--ce-line);
  border-radius: 0;
  box-shadow: none;
}
.course-editorial > .max-w-7xl { padding-top: 3rem; }
.course-editorial > .max-w-7xl > .flex > article > section {
  background: #faf9f4;
  border: 1px solid var(--ce-line);
  border-radius: 0;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
  box-shadow: none;
}
.course-editorial > .max-w-7xl > .flex > article > section h2,
.course-editorial > .max-w-7xl > .flex > article > section h3 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  color: var(--ce-ink);
  letter-spacing: -.035em;
}
.course-editorial aside .rounded-xl { border-radius: 0; }
.course-editorial #course-booking { scroll-margin-top: 2rem; }
@media (max-width: 900px) {
  .course-editorial-summary { grid-template-columns: 1fr; padding: 0 1rem; }
}
@media (max-width: 640px) {
  .public-site .course-editorial .course-hero { height: min(76svh, 40rem); min-height: 31rem; }
  .public-site .course-editorial .course-hero--text { height: auto; min-height: 23rem; }
  .public-site .course-editorial .course-hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .course-editorial-summary { margin-top: -1.5rem; }
  .course-editorial-facts > div { flex-basis: calc(50% - 1px); padding: 1rem; }
  .course-editorial-visit { padding: 1.4rem; }
}