@import url("reset.css");
body,
html {
  background: #000;
  margin: 0;
  font-family: "Franklin Gothic", Helvetica, Arial, sans;
  --hue1: 176;
  --hue2: 341;
}

h1 {
  background: #f12a3b;
  background: color(display-p3 0.82 0.07 0.08);
  color: white;
  padding: 12px 0;
  margin: 0;
  width: 34px;
  display: flex;
  align-items: center;
  text-wrap-mode: nowrap;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 740px) {
  h1 {
    font-size: 24px;
    width: 44px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
hgroup {
  writing-mode: vertical-rl;
  margin: 0;
  margin-top: -16px;
  width: 34px;
  right: 0;
  top: 44px;
  position: fixed;
  display: flex;
  z-index: 101;
}
@media (orientation: landscape) {
  hgroup {
    left: 0;
    align-items: flex-end;
  }
}
@media (orientation: portrait) {
  hgroup {
    right: 0;
  }
}
@media (min-width: 740px) {
  hgroup {
    width: 44px;
    margin-top: -6px;
  }
}

h4 {
  background: #b6b6b6;
  color: white;
  padding: 12px 0;
  margin: 0;
  margin-top: -6px;
  display: flex;
  align-items: center;
  text-wrap-mode: nowrap;
  width: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 740px) {
  h4 {
    font-size: 24px;
    width: 34px;
  }
}

h2 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  position: fixed;
  color: white;
  margin: 0;
  opacity: 1;
  z-index: 100;
  background: #156cbb;
  background: color(display-p3 0.11 0.45 0.89);
  padding: 0 12px;
  height: 34px;
  display: flex;
  align-items: center;
  text-wrap-mode: nowrap;
}
@media (orientation: landscape) {
  h2 {
    left: 0;
  }
}
@media (orientation: portrait) {
  h2 {
    right: 0;
  }
}
@media (min-width: 740px) {
  h2 {
    font-size: 24px;
    height: 44px;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.border {
  border-radius: 20px;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}

figure.inset,
video.inset {
  width: 100%;
  margin: 0 auto;
  padding: 34px;
}
figure.inset.black,
video.inset.black {
  background: black;
}
figure.inset.white,
video.inset.white {
  background: white;
}
figure.inset.gray,
video.inset.gray {
  background: #EAEAEA;
}
@media (min-width: 740px) {
  figure.inset,
  video.inset {
    padding: 44px;
  }
}

figure {
  margin: 0;
  height: 100vh;
}
figure.stew-curb {
  height: 100svh;
  animation: fadeIn 4s ease-out;
  -webkit-animation: fadeIn 4s ease-out;
  -moz-animation: fadeIn 4s ease-out;
  -o-animation: fadeIn 4s ease-out;
  -ms-animation: fadeIn 4s ease-out;
}
figure.stew-curb svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: auto;
  width: 60px;
  opacity: 0.5;
  transition: opacity 500ms ease-out;
}
figure.stew-curb svg:hover {
  cursor: pointer;
  opacity: 1;
  transition: opacity 500ms ease-out;
}
@media (orientation: portrait) {
  figure.stew-curb svg {
    left: 10px;
  }
}
figure.stew-mask {
  position: relative;
}
figure.yt-blur {
  height: auto;
  display: flex;
  justify-content: center;
}
figure.yt-blur img {
  object-fit: unset;
}
@media (orientation: portrait) {
  figure.yt-blur {
    height: 100vh;
  }
  figure.yt-blur img {
    object-fit: cover;
  }
}
figure.stew-mini-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
figure.stew-mini-3 img {
  height: 85%;
  width: 85%;
}
@media (orientation: portrait) {
  figure.stew-mini-3 {
    height: 100vh;
    align-items: flex-start;
  }
  figure.stew-mini-3 img {
    height: 90%;
    width: 90%;
  }
}
@media (orientation: portrait) {
  figure.stew-garage {
    padding: 0;
  }
  figure.stew-garage img {
    object-fit: cover;
    object-position: 55% 50%;
  }
}
figure.schu_curb_blur {
  display: flex;
  justify-content: center;
  background: #EAEAEA;
  background: black;
  width: 100%;
  margin: 0 auto;
  padding: 42px;
}
figure.schu_curb_blur img {
  object-fit: unset;
  width: auto;
  height: 90vh;
}
@media (orientation: portrait) {
  figure.schu_curb_blur img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
    object-position: right;
  }
}
@media (orientation: portrait) {
  figure.schu_curb_blur {
    height: 100vh;
    padding: 0;
  }
}
figure.yt-crop {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 34px;
}
@media (orientation: portrait) {
  figure.yt-crop {
    height: 100vh;
    padding: 0;
    align-items: center;
  }
}
@media (orientation: portrait) {
  figure.big-al img {
    object-position: 65% 50%;
  }
}
@media (orientation: portrait) {
  figure.henry img {
    object-position: 25% 50%;
  }
}
@media (orientation: portrait) {
  figure.sean {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
  }
}
@media (orientation: portrait) {
  figure.sean picture {
    display: flex;
    justify-content: center;
  }
}
@media (orientation: portrait) {
  figure.sean img {
    object-fit: unset;
    width: 90%;
    height: auto;
  }
}
figure.yt-crop img {
  object-fit: unset;
  width: auto;
  height: 90vh;
}
@media (orientation: portrait) {
  figure.yt-crop img {
    object-fit: unset;
    width: 90%;
    height: auto;
  }
}

section.collage {
  position: relative;
  margin: 0;
  height: 100vh;
}
section.collage figure.headshot {
  position: absolute;
  z-index: 9;
  right: 5vw;
  bottom: 10vh;
  width: 265px;
  height: auto;
  display: none;
}
@media (orientation: portrait) {
  section.collage figure.headshot {
    right: 10px;
    bottom: 10px;
    width: 200px;
  }
}
@media (min-width: 740px) {
  section.collage figure.headshot {
    display: block;
  }
}
section.collage figure.schu-boneless-thumb {
  position: absolute;
  z-index: 8;
  left: 5vw;
  top: 10vh;
  width: 186px;
  height: auto;
  display: none;
}
@media (orientation: portrait) {
  section.collage figure.schu-boneless-thumb {
    left: 10px;
    top: 10px;
    width: 150px;
  }
}
@media (min-width: 740px) {
  section.collage figure.schu-boneless-thumb {
    display: block;
  }
}

section.dip {
  margin: 0;
  height: 100vh;
  background: black;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  column-gap: 10px;
}
section.dip figure {
  margin: 0;
  height: auto;
  max-width: 50%;
}
@media (orientation: portrait) {
  section.dip figure {
    max-width: 90%;
    margin-top: 10px;
  }
}
section.dip figure img {
  max-height: 80vh;
  width: auto;
}
section.dip figure img.stew-wall {
  max-height: 50vh;
}
@media (orientation: portrait) {
  section.dip figure img.stew-wall {
    max-height: 90vh;
  }
}
@media (orientation: portrait) {
  section.dip figure img {
    width: 100%;
  }
}
@media (orientation: portrait) {
  section.dip {
    height: auto;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

section.dip-schu {
  margin: 0;
  height: 100vh;
  background: black;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
section.dip-schu figure {
  margin: 0;
  height: auto;
  max-width: 50%;
}
@media (orientation: portrait) {
  section.dip-schu figure {
    max-width: 90%;
    margin-top: 10px;
  }
}
section.dip-schu figure img {
  height: 100%;
  width: 100%;
}
@media (orientation: portrait) {
  section.dip-schu figure img {
    width: 100%;
  }
}
@media (orientation: portrait) {
  section.dip-schu {
    height: auto;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

section.dip-stew-charlie {
  margin: 0;
  height: 100vh;
  background: #EAEAEA;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  column-gap: 10px;
}
section.dip-stew-charlie figure {
  margin: 0;
  height: auto;
  max-width: 50%;
}
@media (orientation: portrait) {
  section.dip-stew-charlie figure {
    width: 75%;
    max-width: 100%;
  }
}
section.dip-stew-charlie figure img {
  max-height: 90vh;
  width: auto;
}
@media (orientation: portrait) {
  section.dip-stew-charlie figure img {
    width: 100%;
    max-width: 100%;
  }
}
section.dip-stew-charlie figure img.charlie {
  max-height: 50vh;
  width: auto;
  transform: translateY(-29px);
}
@media (orientation: portrait) {
  section.dip-stew-charlie figure img.charlie {
    width: 100%;
    max-width: 100%;
    transform: unset;
    max-height: unset;
  }
}
@media (orientation: portrait) {
  section.dip-stew-charlie {
    height: auto;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

section.index {
  margin: 0;
  height: 180vh;
  position: relative;
  align-items: center;
  align-content: space-evenly;
  display: grid;
  padding: 70px;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  background-color: #aaa;
}
@media (min-width: 740px) {
  section.index {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2%;
    height: 130vh;
  }
}
@media (min-width: 1024px) {
  section.index {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1250px) {
  section.index {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  section.index {
    height: 190vh;
  }
}
@media (orientation: portrait) {
  section.index {
    padding: 34px;
  }
}
section.index div.colophon {
  font-size: 1rem;
  line-height: 1.55rem;
  margin-top: 0.25rem;
  font-weight: 500;
  color: white;
  grid-column: 3/1;
}
@media (min-width: 740px) {
  section.index div.colophon {
    grid-column: 1/4;
  }
}
section.index div.colophon a {
  color: white;
  text-decoration: underline;
  text-decoration-color: white;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
section.index div.colophon a:hover {
  text-decoration: none;
}
section.index figure {
  height: unset;
}
section.index figure .cropper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section.index figure .cropper video {
  height: 101%;
}
section.index figure.format35mm {
  aspect-ratio: 3/2;
}
section.index figure img {
  object-fit: unset;
  height: unset;
}
section.index figure img.vertical {
  height: 150%;
  width: auto;
  max-width: 100%;
}
section.index figure figcaption {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
  font-weight: 500;
  color: white;
}

footer {
  padding: 70px;
}
footer.gradient_bg {
  margin: 0;
  height: 100vh;
}
@media (orientation: portrait) {
  footer {
    padding: 34px;
    height: auto;
  }
}
footer.gradient_bg svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: auto;
  width: 60px;
  opacity: 1;
  transition: opacity 500ms ease-out;
}
footer.gradient_bg svg:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 500ms ease-out;
}
@media (orientation: portrait) {
  footer.gradient_bg svg {
    left: 10px;
  }
}
footer p {
  color: color(display-p3 0.11 0.45 0.89);
  font-size: 24px;
  line-height: 1.1;
  width: 290px;
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
