html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

.cover-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.cover-img {
  position: fixed;
  top: 0;
  left: 0;
  /*background-image: url("https://imagedelivery.net/r1EIkKbIEird81PYmC6ojw/a6206a7d-8bfc-46db-c362-e1e16369d000/public");*/
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
  filter: sepia(.25) contrast(1.2) brightness(.75) saturate(1.2);
}
.pg-home__cover-img {
  background-image: url("https://imagedelivery.net/r1EIkKbIEird81PYmC6ojw/b57cd674-0710-4c92-aae0-06d1e7068e00/public");
}
.pg-contact__cover-img {
  background-image: url("https://imagedelivery.net/r1EIkKbIEird81PYmC6ojw/7c7c080d-4b14-44f6-36ff-c562da459600/public");
}
.pg-about__cover-img {
  background-image: url("https://imagedelivery.net/r1EIkKbIEird81PYmC6ojw/2b1f7dd2-2537-491d-257e-52be4d542000/public");
}
.pg-eco__cover-img {
  background-image: url("https://imagedelivery.net/r1EIkKbIEird81PYmC6ojw/26304397-e363-47d9-8f19-dc4011f33700/public");
}
.pg-privacy__cover-img {
  background-image: url("https://imagedelivery.net/r1EIkKbIEird81PYmC6ojw/4f152872-8fc9-43bc-f6f9-5fff12154000/public");
}
.pg-terms__cover-img {
  background-image: url("https://imagedelivery.net/r1EIkKbIEird81PYmC6ojw/a6206a7d-8bfc-46db-c362-e1e16369d000/public");
}
.pg-custom__cover-img {
  background-image: url("https://imagedelivery.net/r1EIkKbIEird81PYmC6ojw/456b7b1f-379f-4879-4087-40675b9fe700/public");
  background-position: 50% 30% !important;
}
.pg-custom__header-space {
  height: 8rem;
  display: inline-block;
}
@media screen and (min-width: 720px) {
  .pg-custom__cover-img {
    background-image: url("https://imagedelivery.net/r1EIkKbIEird81PYmC6ojw/ac7da8f0-1c5e-4ad6-6c90-40b345741700/public");
    background-position: 50% 15% !important;
  }
  .pg-custom__header-space {
    height: 16rem;
  }
}
.pg-subscriptions__cover-img {
  background-image: url("https://imagedelivery.net/r1EIkKbIEird81PYmC6ojw/a398d7a5-8615-4938-8895-e685a5b64d00/public");
  background-position: 50% 70% !important;
}
.cover-scrim {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100vh;
}

.bg-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow-y: hidden;
  margin: 0 !important;
}
.bg-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: sepia(.25) contrast(1.2) brightness(.75) saturate(1.2);
}
.bg-banner__scrim {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100vh;
}

.pg-home {
  color: whitesmoke;
  min-height: 100vh;
}

.pg-about {
  color: #333;
}

.pg-about__title h1 {
  color: whitesmoke;
  font-family: Alegreya, serif;
}

.pg-about__copy {
  font-family: sans-serif;
}

.pg-home__header {
  font-size: 1.125rem;
}

.pg-about__header {
  position: relative;
  font-family: Alegreya, serif;
}

.page-header {
  font-size: 1.125rem;
  color: whitesmoke;
}

.page-header-title {
  padding: 1rem;
  text-align: center;
}

.page-top-nav {
  padding: 2.5rem 3rem;
  color: whitesmoke;
  font-family: Alegreya, serif;
  align-items: center;
  /*overflow: hidden;*/
}

.page-top-logo {
  width: 2rem;
  height: 2rem;
  position: relative;
  text-decoration: none;
  color: white;
  font-size: 2rem;
  line-height: 1;
}

.has-bg-banner {
  position: relative;
}

.logo-img {
  font-size: 2rem;
  height: 6rem;
  margin-left: -2rem;
  margin-top: -1rem;
}

.pg-home__main {
  font-family: 'Cormorant Garamond', serif;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: 1.5rem;
  text-align: center;
  flex-grow: 1;
  justify-content: center !important;
  padding: 0 1rem;
}

.pg-home__main a {
  color: white;
}

.pg-home__top-links {
  font-size: 1.125rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.pg-home__top-icons {
  display: flex;
  gap: .5rem;
}

.pg-home__bottom-icons {
  display: flex;
  justify-content: center;
  gap: .5rem;
}

.pg-home__bottom-links {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
}

.top-nav-links {
}

.nav-link {
  color: whitesmoke;
  text-decoration: none;
  height: fit-content;
  line-height: 1;
  text-transform: uppercase;
}

.nav-link svg {
  vertical-align: middle;
}

.pg-home__sec-title {
  text-align: center;
}
.pg-home__sec-title h1 {
  font-size: 3rem;
  line-height: 1;
}
.pg-home__sec-title h2 {
  font-size: 1.5rem;
}

.pg-home__sec-poetry {
  text-align: center;
}
.pg-home__sec-poetry .space {
  display: inline-block;
}

.pg-home__footer {
  margin-bottom: 2rem;
}

.contact-form {
  --stack-space: 1rem;
  text-align: left;
  padding: 2rem;
  border: 1px solid #555;
  margin-left: auto;
  margin-right: auto;
  width: 28rem;
  max-width: 100%;
}
.contact-form__group label {
  display: block;
  font-family: 'Cormorant Garamond', serif;
}
.contact-form__group input,
.contact-form__group textarea {
  width: 100%;
  font-size: 1rem;
  padding: .5rem;
  border-radius: .25rem;
  border: 1px solid #ddd;
  font-family: sans-serif;
}
.contact-form button[type="submit"] {
  width: 100%;
  padding: .5rem;
  border-radius: .25rem;
  border: 1px solid #ddd;
  cursor: pointer;
  background: #934342;
  color: white;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  /*background: #F3E5F5;*/
}

.subscription-button {
  border: 2px solid #333;
  padding: .5rem 1rem;
  text-decoration: none;
}

.subscription-monthly {
  background: #333;
  color: white;
}

.subscription-weekly {
  background: white;
  color: #333;
}

.subscription-price {
  color: #777;
}

.subscription-image {
  max-width: 300px;
  width: 100%;
}

.subscription-footnote {
  font-size: .85rem;
  font-style: italic;
}

.subscription-container {
  padding: 2rem;
  border: 1px solid #555;
}

.delivery-container {
  padding: 2rem;
  border: 1px solid #555;
}

.subscription-mobile-figure {
  display: none;
}

.subscription-figure {
  display: block;
}

@media screen and (max-width: 720px) {
  .subscription-mobile-figure {
    display: block;
  }

  .subscription-figure {
    display: none;
  }
}

.proceed-to-payment-link {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
}

.text {
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: 'Cormorant Garamond';
}

.text-stack > * + * {
  margin-top: 1rem;
}

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

.page-header-title h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 2.5rem;
}

@media screen and (min-width: 720px) {
  .pg-home__footer {
    display: none;
  }

  .page-header-title h1:after {
    content: '—';
  }
  .page-header-title h1:before {
    content: '—';
  }
}

@media screen and (min-width: 720px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .pg-home__top-links {
    display: none;
  }

  .pg-home__main {
    font-size: 1.5rem;
  }

  .pg-home__sec-title h1 {
    font-size: 2rem;
    line-height: 1;
  }
  .pg-home__sec-title h2 {
    font-size: 1.25rem;
  }

  .page-top-nav > :not(.mobile) {
    display: none;
  }
  .page-top-nav > .page-top-logo {
    margin: 0 auto;
  }
}

.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
  clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.spacer {
  flex-grow: 1;
}

.page-main {
  padding-top: 2rem;
  padding-bottom: 12rem;
}

.page-footer {
  background-color: #934342;
  min-height: 16rem;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  font-family: 'Raleway', sans-serif;
}

.page-footer-terms {
  text-align: center;
}

.page-footer-terms a {
  color: white;
  font-size: .875rem;
}

.page-footer-links {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
}

@media screen and (max-width: 720px) {
  .page-main {
    /* TODO: this max-width isn't quite right */
    margin: 0 1.5rem;
  }
}

.float-left {
  float: left;
  margin-right: 2rem;
}

.text img {
  max-width: 100%;
}

@media screen and (max-width: 720px) {
  .float-left {
    float: none;
    margin: 1rem auto;
    text-align: center;
  }
}

.top-nav-mobile-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: transform .1s ease, opacity .1s ease;
  will-change: transform, opacity;
  width: 100%;
  min-height: 6rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #934342;
  box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);
  transform: translateY(-1rem);
  padding: 2rem;
  --stack-space: 1rem;
}

#top-nav-mobile-button:checked ~ .top-nav-mobile-menu {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.top-nav-button-icon {
  cursor: pointer;
}

.top-nav-button-icon > svg {
  vertical-align: middle;
}

.top-nav-mobile-menu-button {
  position: absolute;
  padding: 2.5rem 3rem;
  top: 0;
  right: 0;
}

.mobile-nav-link {
  color: white;
  text-decoration: none;
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.gallery-row.three > * {
  width: 30%;
}

.image-box {
  max-width: 75ch;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.image-box img {
  max-width: 100%;
}
.image-box .text {
}
@media screen and (min-width: 720px) {
  .image-box {
    flex-direction: row;
  }
  .image-box img {
    max-width: 50%;
  }
  .image-box .text {
  }
}

/* Every Layout */

.center {
  max-width: 75ch;
  margin: 0 auto;
}

.stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.stack > * + * {
  margin-top: var(--stack-space, 2rem);
}

.hstack {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.hstack > * + * {
  margin-left: var(--stack-space, 1rem);
}

.switcher {
  display: flex;
  flex-wrap: wrap;
  gap: var(--switch-gap, 2rem);
}

.switcher > * {
  flex-grow: 1;
  flex-basis: calc((30rem - 100%) * 999);
}

.switcher > :nth-last-child(n+ 5),
.switcher > :nth-last-child(n+ 5) ~ * {
  flex-basis: 100%;
}
