/* Keep the selected introductions readable without narrowing mobile copy. */
.bpi-layout .bpi-contact-link {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  border-bottom: 0;
}
.bpi-layout[data-page="support"] .layout-aa984c825 {
  align-items: stretch;
}
@media (min-width: 768px) {
  .bpi-layout .bpi-half-copy {
    width: 50%;
    max-width: 50%;
    flex-shrink: 0;
  }
}
.bpi-layout .camp-next {
  padding-block: 96px;
}
.camp-next-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f3efe9;
}
.bpi-layout .camp-next-heading .eyebrow {
  color: var(--red);
  font-weight: 700;
}
.bpi-layout .camp-next-heading h2 {
  font: 700 50px/1 var(--heading);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .bpi-layout .camp-next {
    padding-block: 52px;
  }
  .camp-next-heading {
    gap: 9px;
    padding-bottom: 14px;
  }
  .bpi-layout .camp-next-heading .eyebrow {
    font-size: 10.5px;
  }
  .bpi-layout .camp-next-heading h2 {
    font-size: 34px;
  }
  .camp-next .related-camps {
    margin-top: 16px;
    gap: 14px;
  }
}
.related-camps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.related-camps .camp-card {
  grid-column: auto;
  min-height: 300px;
}
.camp-fact-strip {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}
.camp-fact-strip dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-block: 28px;
}
.camp-fact-strip dl > div {
  padding: 0 24px;
  border-left: 1px solid var(--line);
}
.camp-fact-strip dl > div:first-child {
  padding-left: 0;
  border: 0;
}
.camp-fact-strip dt {
  font: 10px/1.5 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a908a;
  margin-bottom: 8px;
}
.camp-fact-strip dd {
  font: 600 23px/1.3 var(--heading);
  text-transform: uppercase;
}
.camp-fact-strip dd.mono {
  font: 10px/1.6 var(--mono);
  margin-top: 10px;
}
.archive-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid currentColor;
  padding-bottom: 16px;
  margin-bottom: 28px;
}
.archive-heading .mono {
  font-size: 11px;
  color: #8b817b;
}
.review-archive-video {
  max-width: 100%;
  margin-bottom: 64px;
}
.review-archive-video .harald-card {
  display: grid;
  grid-template-columns: 440px 1fr;
  min-height: 400px;
}
.review-archive-video .video-teaser {
  height: 420px;
  min-height: 0;
}
.review-archive-video .harald-description {
  justify-content: center;
  padding: 44px;
}
.review-archive-video h3 {
  font-size: 60px;
}
.review-archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.review-archive-grid img {
  width: 100%;
  height: auto;
  border: 1px solid #cfc8bf;
}
.load-more {
  text-align: center;
  padding-top: 40px;
}
.load-more p {
  font-size: 11px;
  margin-bottom: 20px;
}
.load-more .button {
  color: var(--ink);
  border-color: #cfc8bf;
  background: transparent;
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 0 32px;
}
.filter-bar button {
  border: 1px solid #cfc8bf;
  background: transparent;
  padding: 12px 20px;
  color: var(--ink);
  font: 600 17px/1.3 var(--heading);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.filter-bar button[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--text);
}
.gallery-group {
  margin-bottom: 60px;
}
.gallery-group:last-child {
  margin-bottom: 0;
}
.gallery-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.gallery-archive-grid img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.calendar-section {
  padding: 72px 0 44px;
}
.calendar-months,
.calendar-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.calendar-months {
  background: #e2ddd5;
  font: 10px/1.5 var(--mono);
  text-transform: uppercase;
}
.calendar-months span {
  padding: 12px 4px;
  text-align: center;
  border: 1px solid #cfc8bf;
}
.calendar-row {
  min-height: 64px;
  border-bottom: 1px solid #cfc8bf;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(100% / 12 - 1px),
    #cfc8bf calc(100% / 12 - 1px),
    #cfc8bf calc(100% / 12)
  );
}
.calendar-row > a {
  background: var(--red);
  color: white;
  min-width: 0;
  padding: 8px;
  font: 600 17px/1.2 var(--heading);
  margin-block: 5px;
  overflow-wrap: anywhere;
}
.calendar-row small {
  display: block;
  font: 9px/1.5 var(--mono);
  margin-top: 4px;
}
.camp-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.camp-list-card {
  display: grid;
  grid-template-columns: 400px 1fr;
  border: 1px solid #cfc8bf;
  background: #f4f1eb;
}
.camp-list-card > img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}
.camp-list-card > div {
  padding: 32px;
}
.camp-list-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.camp-list-card h2 {
  margin-bottom: 14px;
  font-size: 48px;
}
.camp-list-card .camp-facts {
  border-color: #cfc8bf;
}
.camp-list-card .camp-facts > div {
  border-color: #cfc8bf;
}
.camp-list-card .camp-facts dd {
  font-size: 20px;
}
.camp-list-card .status--soon,
.camp-list-card .status--invitation {
  color: #946329;
}
@media (max-width: 1000px) {
  .camp-list-card {
    grid-template-columns: 34% 1fr;
  }
  .camp-list-card > div {
    padding: 24px;
  }
  .camp-fact-strip dl > div {
    padding-inline: 12px;
  }
  .camp-fact-strip dd {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .related-camps {
    grid-template-columns: 1fr;
  }
  .camp-fact-strip dl {
    grid-template-columns: 1fr;
    padding-block: 12px;
  }
  /* The phone design puts the label hard left and its value hard right. */
  .camp-fact-strip dl > div,
  .camp-fact-strip dl > div:first-child,
  .camp-fact-strip dl > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
  }
  .camp-fact-strip dt {
    margin: 0;
    flex: none;
  }
  .camp-fact-strip dd {
    font-size: 20px;
    text-align: right;
  }
  /* The fee carries a note under it, so that row aligns to the top. */
  .camp-fact-strip dl > div:nth-last-child(2) {
    align-items: flex-start;
  }
  .camp-fact-strip dl > div:last-child {
    border-bottom: 0;
  }
  .gallery-archive-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .gallery-group {
    margin-bottom: 44px;
  }
  .review-archive-video .harald-card {
    display: flex;
  }
  .review-archive-video .video-teaser {
    height: 380px;
    min-height: 380px;
  }
  .review-archive-video .harald-description {
    padding: 24px;
  }
  .review-archive-video h3 {
    font-size: 34px;
  }
  .review-archive-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .filter-bar {
    gap: 8px;
    padding-bottom: 24px;
  }
  .filter-bar button {
    font-size: 16px;
    padding: 10px 15px;
  }
  .calendar-section {
    padding: 44px 0 28px;
  }
  .calendar-months {
    display: none;
  }
  .calendar-row {
    display: block;
    background: none;
  }
  .calendar-row > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    margin-block: 8px;
    font-size: 22px;
  }
  .calendar-row small {
    margin: 0;
    font-size: 10px;
  }
  .camp-list-card {
    grid-template-columns: 1fr;
  }
  .camp-list-card > img {
    min-height: 0;
    height: 240px;
  }
  .camp-list-card h2 {
    font-size: 42px;
  }
  .camp-list-top {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
  }
  .camp-list-card .actions {
    gap: 20px;
  }
  .camp-list-card .button {
    width: 100%;
  }
}

/* The picture with a play triangle over it is a real button, so the browser's
   own button chrome is cleared and the design's own box is left to show. */
.bpi-layout button.layout-video {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
  width: 100%;
}
