body.page-showcase #page-content {
  padding-bottom: clamp(2.75rem, 7vw, 5rem);
}

body.page-showcase .showcase-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 1.75rem);
  align-items: center;
  margin-top: clamp(1.15rem, 3vw, 2.4rem);
  padding: clamp(1.25rem, 4vw, 2.75rem);
  border: 1px solid rgba(68, 82, 49, 0.18);
  border-radius: clamp(22px, 4vw, 32px);
  background:
    radial-gradient(circle at 82% 12%, rgba(210, 178, 110, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 248, 232, 0.9), rgba(232, 228, 207, 0.78));
  box-shadow:
    0 20px 46px rgba(34, 44, 27, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

body.page-showcase .showcase-hero::before,
body.page-showcase .showcase-submit::before,
body.page-showcase .showcase-empty::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.38), transparent 26%),
    radial-gradient(circle at 92% 90%, rgba(55, 78, 42, 0.08), transparent 30%);
}

body.page-showcase .showcase-hero,
body.page-showcase .showcase-submit,
body.page-showcase .showcase-empty {
  position: relative;
  overflow: hidden;
}

body.page-showcase .showcase-hero > *,
body.page-showcase .showcase-submit > *,
body.page-showcase .showcase-empty > * {
  position: relative;
  z-index: 1;
}

body.page-showcase .showcase-hero .section-eyebrow,
body.page-showcase .showcase-submit .section-eyebrow {
  color: #8d6f2c;
}

body.page-showcase .showcase-hero h1,
body.page-showcase .showcase-submit h2,
body.page-showcase .showcase-empty h2 {
  margin: 0.5rem 0 0.65rem;
  color: #24351d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.28rem, 5.6vw, 4.45rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

body.page-showcase .showcase-hero p,
body.page-showcase .showcase-submit p,
body.page-showcase .showcase-empty p {
  margin: 0;
  max-width: 62ch;
  color: #4d5b43;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: clamp(1rem, 2.7vw, 1.13rem);
  font-weight: 600;
  line-height: 1.72;
}

body.page-showcase .showcase-request-btn,
body.page-showcase .showcase-form__submit,
body.page-showcase .showcase-submit__close,
body.page-showcase .showcase-form__cancel {
  appearance: none;
  min-height: 44px;
  padding: 0.72rem 1.22rem;
  border: 0;
  border-radius: 999px;
  background-color: #263c20;
  background-image: url("/images/site/backgrounds/button.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff8e8;
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  box-shadow:
    0 0 0 1px rgba(255, 248, 232, 0.16),
    0 10px 22px rgba(31, 42, 23, 0.26);
}

body.page-showcase .showcase-request-btn {
  justify-self: end;
  min-width: 168px;
}

body.page-showcase .showcase-submit__close,
body.page-showcase .showcase-form__cancel {
  background: rgba(38, 60, 32, 0.07);
  border: 1px solid rgba(38, 60, 32, 0.18);
  color: #24351d;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 0.92rem;
  text-shadow: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

body.page-showcase .showcase-alert,
body.page-showcase .showcase-empty {
  margin-top: clamp(1.1rem, 3vw, 1.6rem);
  padding: clamp(1.15rem, 3vw, 1.6rem);
  border-radius: 22px;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-weight: 800;
}

body.page-showcase .showcase-alert--success {
  color: #173a1c;
  background: rgba(231, 246, 222, 0.92);
  border: 1px solid rgba(56, 119, 41, 0.18);
}

body.page-showcase .showcase-alert--error {
  color: #69151d;
  background: rgba(255, 227, 231, 0.92);
  border: 1px solid rgba(173, 30, 45, 0.18);
}

body.page-showcase .showcase-empty {
  background:
    radial-gradient(circle at right top, rgba(210, 178, 110, 0.12), transparent 34%),
    rgba(255, 248, 232, 0.62);
  border: 1px solid rgba(68, 82, 49, 0.16);
  box-shadow: 0 16px 36px rgba(34, 44, 27, 0.1);
}

body.page-showcase .showcase-empty h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(2rem, 5vw, 3.35rem);
}

body.page-showcase .showcase-submit {
  margin-top: clamp(1.2rem, 3vw, 1.8rem);
  padding: clamp(1.25rem, 4vw, 2.35rem);
  border-radius: 26px;
  border: 1px solid rgba(68, 82, 49, 0.16);
  background:
    radial-gradient(circle at 90% 12%, rgba(210, 178, 110, 0.17), transparent 34%),
    linear-gradient(135deg, rgba(255, 248, 232, 0.88), rgba(237, 234, 215, 0.78));
  box-shadow: 0 18px 42px rgba(34, 44, 27, 0.12);
}

body.page-showcase .showcase-submit h2 {
  font-size: clamp(2rem, 4.4vw, 3.25rem);
}

body.page-showcase .showcase-submit__heading {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

body.page-showcase .showcase-form {
  display: grid;
  gap: 1rem;
}

body.page-showcase .showcase-form label {
  display: grid;
  gap: 0.45rem;
}

body.page-showcase .showcase-form span {
  color: #7a5d24;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-showcase .showcase-form input,
body.page-showcase .showcase-form textarea {
  width: 100%;
  border: 1px solid rgba(38, 60, 32, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #24351d;
  font: inherit;
  padding: 0.86rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

body.page-showcase .showcase-form textarea {
  resize: vertical;
}

body.page-showcase .showcase-form small {
  color: #5d6b55;
}

body.page-showcase .showcase-form__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.page-showcase .showcase-form__uploads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

body.page-showcase .showcase-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

body.page-showcase .showcase-carousel {
  position: relative;
  margin-top: clamp(1.35rem, 4vw, 2.5rem);
}

body.page-showcase .showcase-carousel__rail {
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding: 0.4rem;
  padding: 0.35rem 0.15rem 1.15rem;
  scrollbar-width: thin;
}

body.page-showcase .showcase-card {
  flex: 0 0 min(410px, calc((100% - 1.1rem) / 2));
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(68, 82, 49, 0.15);
  background: rgba(255, 248, 232, 0.78);
  box-shadow: 0 18px 42px rgba(34, 44, 27, 0.12);
  scroll-snap-align: start;
}

body.page-showcase .showcase-card__image-button {
  display: block;
  width: 100%;
  height: 270px;
  border: 0;
  padding: 0;
  background: #1d2d1b;
  cursor: zoom-in;
}

body.page-showcase .showcase-card__image-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-showcase .showcase-card__body {
  padding: 1.2rem;
}

body.page-showcase .showcase-card__date {
  margin: 0 0 0.65rem;
  color: #8b6b2b;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-weight: 900;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.page-showcase .showcase-card h2 {
  margin: 0 0 0.45rem;
  color: #24351d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 0.98;
}

body.page-showcase .showcase-card__subtitle {
  margin: 0 0 0.65rem;
  color: #3f4d39;
  font-weight: 800;
}

body.page-showcase .showcase-card__description {
  margin: 0;
  color: #4d5b43;
  line-height: 1.62;
}

body.page-showcase .showcase-card__thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  margin-top: 1rem;
  padding-bottom: 0.25rem;
}

body.page-showcase .showcase-card__thumbs button {
  flex: 0 0 auto;
  width: 68px;
  height: 56px;
  overflow: hidden;
  border: 1px solid rgba(38, 60, 32, 0.16);
  border-radius: 10px;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
}

body.page-showcase .showcase-card__thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-showcase .showcase-carousel__nav {
  position: absolute;
  top: 135px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 248, 232, 0.32);
  border-radius: 999px;
  background: rgba(38, 60, 32, 0.92);
  color: #fff8e8;
  cursor: pointer;
  font-size: 2.1rem;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);
}

body.page-showcase .showcase-carousel__nav--prev {
  left: -16px;
}

body.page-showcase .showcase-carousel__nav--next {
  right: -16px;
}

body.page-showcase .showcase-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.9);
}

body.page-showcase .showcase-lightbox.is-open {
  display: flex;
}

body.page-showcase .showcase-lightbox__image {
  max-width: calc(100vw - 110px);
  max-height: calc(100dvh - 105px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
}

body.page-showcase .showcase-lightbox__close,
body.page-showcase .showcase-lightbox__nav {
  position: fixed;
  z-index: 1000001;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(10, 14, 22, 0.74);
  color: #fff;
  cursor: pointer;
}

body.page-showcase .showcase-lightbox__close {
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  line-height: 1;
}

body.page-showcase .showcase-lightbox__nav {
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  font-size: 2.1rem;
}

body.page-showcase .showcase-lightbox__nav--prev {
  left: 18px;
}

body.page-showcase .showcase-lightbox__nav--next {
  right: 18px;
}

body.page-showcase .showcase-lightbox__caption {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  max-width: min(680px, calc(100vw - 40px));
  border-radius: 999px;
  background: rgba(10, 14, 22, 0.78);
  color: #fff;
  padding: 0.55rem 0.95rem;
  font-weight: 800;
  text-align: center;
}

html.showcase-lightbox-open {
  overflow: hidden;
}

@media (max-width: 860px) {
  body.page-showcase .showcase-hero,
  body.page-showcase .showcase-submit__heading {
    grid-template-columns: 1fr;
  }

  body.page-showcase .showcase-request-btn {
    justify-self: start;
    min-width: 0;
  }

  body.page-showcase .showcase-form__uploads {
    grid-template-columns: 1fr;
  }

  body.page-showcase .showcase-card {
    flex-basis: 82%;
  }
}

@media (max-width: 560px) {
  body.page-showcase .showcase-hero {
    margin-top: 1.05rem;
    border-radius: 22px;
  }

  body.page-showcase .showcase-hero h1 {
    font-size: clamp(2.3rem, 13vw, 3.75rem);
  }

  body.page-showcase .showcase-submit {
    border-radius: 22px;
  }

  body.page-showcase .showcase-card {
    flex-basis: 88%;
  }

  body.page-showcase .showcase-card__image-button {
    height: 225px;
  }

  body.page-showcase .showcase-carousel__nav {
    display: none;
  }

  body.page-showcase .showcase-lightbox {
    padding: 12px;
  }

  body.page-showcase .showcase-lightbox__image {
    max-width: 100%;
    max-height: calc(100dvh - 100px);
    border-radius: 12px;
  }
}
