html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1;
}

textarea {
  resize: none;
}

input:not([type=submit]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0;
}

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg);
}

select:focus {
  outline: none;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

/* Input Elements */
button,
input[type=submit],
input[type=reset],
div[role=button] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=button],
input[type=button]:focus {
  outline: none;
}

a:link,
a:visited,
a:link span,
a:visited span {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a, button {
text-transform: uppercase;
}
a:hover, button:hover {
  color: rgba(255, 255, 255, 0.6);
}

a:active, button:active {
  color: rgba(255, 255, 255, 0.3);
}

@font-face {
  font-family: "FTRegola";
  src: url("./fonts/FTRegolaNeue-Regular.woff2") format("woff2"), url("./fonts/FTRegolaNeue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Root Elements */
:root {
  --maroon: #330000;
  --white: #ffffff;
  --off-white: #EBEBEB;
  --fg: var(--white);
  --bg: var(--maroon);
  --Pm: 60px;
  --Pg: 24px;
  --negPg: -24px;
  --Ps: 15px; 
  --Ph: calc(0.5 * var(--Pm));
  --Pq: calc(0.2 * var(--Ph));
  --Pd: calc(2 * var(--Pm));
  --Hh: var(--Pg);
  --Hs: calc(100vh - var(--Hh));
  --Wf: calc(100% + (2 * var(--Pm)));
  --Wg: calc(100% + var(--Pm));
  --Ml: calc(-1 * var(--Pm));
  --fm: 17px;
  --fs: 15px;
  --size: var(--fs);
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-size: var(--size);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FTRegola", sans-serif;
  overflow-x: hidden;
  height: auto;
  color: var(--fg);
  background-color: var(--bg);
}

body {
  font-size: var(--size);
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

main {
  min-height: 100vh;
}

.visaully-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -10;
  display: none;
}

.enter {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
}

.enter.entered {
  transform: translateY(0);
  opacity: 1;
}

/* Details Elements */
summary,
summary:focus {
  outline: none;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

details summary::marker,
details summary::-webkit-details-marker {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: -10;
  list-style-type: none;
  display: none;
}

summary > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

summary > *::after {
  content: "+";
  margin-left: var(--Pm);
}

@media (hover: hover) and (pointer: fine) {
  details summary:hover {
    opacity: 0.5;
  }
}
details[open] summary > *::after {
  content: "-";
}

details[open] summary ~ * {
  animation: appear 0.4s ease-in;
  -webkit-animation: appear 0.4s ease-in;
}

details.closing summary ~ * {
  animation: close 0.4s ease-out;
}

@keyframes appear {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
@keyframes close {
  0% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100);
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}
/* Image/Video Elements */
.aspectholder > * {
  display: block;
}

.aspectholder {
  width: 100%;
}
.aspectholder * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vsc-controller {
  height: 0 !important;
  width: 0 !important;
  object-fit: unset !important;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pg);
  row-gap: var(--Pg);
  width: 100%;
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pg);
  row-gap: var(--Pg);
  width: 100%;
}

@media screen and (max-width: 960px) {
  .grid-12 {
    grid-template-columns: repeat(6, 1fr);
  }
  .mobile-full-col {
    grid-column: 1/-1;
  }
}
svg path, svg polygon, svg polyline, svg rect {
  fill: var(--fg);
}

.px {
  padding-left: var(--Pg);
  padding-right: var(--Pg);
}

.py {
  padding-top: var(--Pg);
  padding-bottom: var(--Pg);
}

.pxs {
  padding-left: calc(var(--Pg) / 2);
  padding-right: calc(var(--Pg) / 2);
}

.pys {
  padding-top: calc(var(--Pg) / 2);
  padding-bottom: calc(var(--Pg) / 2);
}

.pxl {
  padding-left: calc(var(--Pg) * 2);
  padding-right: calc(var(--Pg) * 2);
}

.pyl {
  padding-top: calc(var(--Pg) * 2);
  padding-bottom: calc(var(--Pg) * 2);
}

.pr {
  padding-right: var(--Pg);
}

.pl {
  padding-left: var(--Pg);
}

.pt {
  padding-top: var(--Pg);
}

.pb {
  padding-bottom: var(--Pg);
}

.prs {
  padding-right: calc(var(--Pg) / 2);
}

.pls {
  padding-left: calc(var(--Pg) / 2);
}

.pts {
  padding-top: calc(var(--Pg) / 2);
}

.pbs {
  padding-bottom: calc(var(--Pg) / 2);
}

.prl {
  padding-right: calc(var(--Pg) * 2);
}

.pll {
  padding-left: calc(var(--Pg) * 2);
}

.ptl {
  padding-top: calc(var(--Pg) * 2);
}

.pbl {
  padding-bottom: calc(var(--Pg) * 2);
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 100;
}
header nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: var(--Pg);
}

.section-one {
  position: relative;
  scroll-snap-align: start;
  height: 100vh;
  padding: 12px;
}

.section-one-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border: solid 1px white;
  background: transparent;
  mix-blend-mode: screen;
}

.section-two {
  scroll-snap-align: start;
  position: relative;
  height: 100vh;

}

.underline {
    text-decoration: underline !important;
  }
  
  .italic {
    font-style: italic;
  }




.section-video {
  width: auto;
  height: 70%;
  mix-blend-mode: screen;
}

@media screen and (max-width: 768px) {
  .section-video {
    height: 25%;
  }
}

.section-image {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-two-top {
  padding: 24px;
  position: relative;
  height: 70%;
  width: 100%;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  p {
    z-index: 2;
    width: 40%;  
  }
}

.section-two-bottom {
  position: relative;
  height: 30%;
  width: 100%;
  padding: 24px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  p {
    width: 40%;  
    
  }
}

@media screen and (max-width: 768px) {
  .section-two-bottom p, .section-two-top p {
    width: 100%;
  } 
}

.section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.scroll-snap {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}