:root {
  --font-family: Inter, Helvetica, Arial, sans-serif;
  --font-size: 19px;
  --line-height: 29px;
  --color-wnmu-orange: hsl(19deg 89% 54%);
  --color-wnmu-blue: hsl(176deg 81% 36%);
  --color-wnmu-yellow: hsl(41deg 97% 59%);
  --color-wnmu-purple: hsl(269deg 63% 27%);
}

@font-face { font-family: 'Inter'; src: url("/wp-content/themes/twentytwentyfive/assets/app/fonts/Inter_28pt-Regular.ttf") format("opentype"); font-style: normal; font-weight: normal; }
@font-face { font-family: 'Inter'; src: url("/wp-content/themes/twentytwentyfive/assets/app/fonts/Inter_28pt-ExtraBold.ttf") format("opentype"); font-style: normal; font-weight: bold; }
@font-face { font-family: 'Montserrat'; src: url("/wp-content/themes/twentytwentyfive/assets/app/fonts/Montserrat-ExtraBold.ttf") format("opentype"); font-style: normal; font-weight: bold; }

/* Default styles */
*, *:before, *:after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { font-family: var(--font-family); font-size: var(--font-size); line-height: var(--line-height); }
p { margin: 0; }
header { font-family: Montserrat, Inter, Helvetica, Arial, sans-serif; }
h2 { font-size: 1.8rem; }
button, input { font-family: var(--font-family); border-radius: 3px; }
input[type="text"], input[type="email"], input[type="tel"] { width: 100%; height: 6ex; padding: 0 0.7rem; border: none; border-radius: 2px; }
input[type="submit"] { width: 100%; height: 6ex; border: none; border-radius: 2px; background: var(--color-wnmu-yellow); }


/* Reusable stuff */
.hide { display: none; }
.com-background { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: 50% 50%; }
.com-background-overlay:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: var(--color-wnmu-purple); opacity: 0.76; }
.wnmu-logo { height: 60px; }
@media (max-width: 700px) {
  .wnmu-logo { height: 50px; }
}
.icon-word-marker { position: relative; display: inline-block; }


/* Section: Fold */
.section-fold { position: relative; z-index: 10; }
.section-fold-logo-container { position: absolute; top: 20px; left: 20px; z-index: 1000; }
.section-fold-grid {
  position: relative;
  display: grid; grid-template-columns: 50% 50%;
  height: 100vh; min-height: 600px;
}
.section-fold-grid-item {}
.section-fold-graphic { display: flex; justify-content: center; align-items: center; }
.section-fold-fg { max-width: 80%; }
.section-fold-form { display: flex; justify-content: center; align-items: center; }
.scroller {
  position: absolute; bottom: 4px; width: 100%;
  font-size: 14px; letter-spacing: 1px; text-align: center; text-transform: uppercase;
  color: hsl(0 0% 100%);
}
.scroller svg { transform: translateY(-2px); }
@media (max-width: 700px) {
  .section-fold-grid {
    position: relative;
    display: grid; grid-template-columns: 1fr;
    height: auto; min-height: 0;
  }
  .section-fold-graphic { align-items: flex-end; height: 480px; }
  .section-fold .com-background { height: 480px; }
  .section-fold-fg { transform: translateY(-46px); }
  .scroller { display: none; }
}


/* Signup form */
.signup {
  width: 31.25rem; max-width: 700px;
  overflow: hidden;
  background: hsl(0 0% 100%);
  border-radius: 18px;
  box-shadow: 0 0 40px 0 hsl(0 0% 0% / 80%);
}
.signup header { margin-bottom: 18px; padding: 0 38px; font-size: 30px; line-height: 42px; }
.signup input { color: hsl(0 0% 0%); }
.signup p { margin-top: 8px; font-size: 12px; line-height: 18px; }
.signup-content { padding: 80px 0 56px; }
.signup iframe {
  border-top: 2px solid hsl(0 0% 89% / 1) !important;
  border-bottom: 2px solid hsl(0 0% 89% / 1) !important;
}
.form-group { margin-top: 16px; }
input[type="submit"] { margin-top: 18px; cursor: pointer; }
@media (max-width: 700px) {
  .signup { width: 100%; border: none; border-radius: 0; }
}


/* Section: Info */
.section-info { position: relative; padding: 160px 0 ; background: hsl(0 0% 100%); overflow: hidden; }
.section-info-background {
  position: fixed; z-index: 0;
  width: auto; height: 100vh;
  filter: contrast(0.7) brightness(1) saturate(1);
}
.section-info-content { max-width: 1280px; margin: 0 auto; }
.section-info-points {
  position: relative; display: grid;
  grid-template:
    "em1  em1  em1  em1  em1 em1 em1 em1 em1"
    "img1 img1 img1 img1 img1 pt1 pt1 pt1 pt1"
    "img1 img1 img1 img1 img1 pt2 pt2 pt2 pt2"
    "pt3  pt3  pt3  pt3  pt4  pt4 pt4 pt4 pt4";
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 30px;
}
.em1 { grid-area: em1; }
.img1 { grid-area: img1; }
.pt1 { grid-area: pt1; }
.pt2 { grid-area: pt2; }
.pt3 { grid-area: pt3; }
.pt4 { grid-area: pt4; }
.section-info-point {
  position: relative; padding: 40px 28px 130px; overflow: hidden;
  background: hsl(0 0% 100%);
  border: 8px solid hsl(0 0% 100%); border-radius: 20px;
  box-shadow: 0 0 32px 0 hsl(0deg 0% 0% / 40%);
}
.section-info-point-feature { display: flex; justify-content: center; align-items: center; padding: 54px 0; }
.section-info .section-info-point-feature header { margin-bottom: 0; line-height: 34px; }
.section-info-point-image {  border-width: 6px; }
.section-info-icon-container { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: flex-end; align-items: flex-end; }
.section-info-icon {
  width: auto; height: 100%;
  transform: translate(20%, 30%);
  stroke: var(--color-wnmu-purple) !important;
  filter: brightness(0.8) opacity(0.1) saturate(2);
}
.section-info .icon-word-marker { color: hsl(41 100% 47% / 1); }
.icon-word-marker .section-info-icon-container { display: block; }
.icon-word-marker .section-info-icon { height: 180px; transform: translate(-41px, -63px) scale(4); }
.section-info header { position: relative; margin-bottom: 18px; font-size: 32px; line-height: 43px; font-weight: bold; }
.section-info p { position: relative; }
@media (max-width: 700px) {
  .section-info { padding: 80px 0; }
  .section-info-content { padding: 0 16px; font-size: 16px; line-height: 23px; }
  .section-info header { margin-bottom: 14px; font-size: 27px; line-height: 34px; }
  .section-info-points { grid-template: unset; grid-template-columns: 1fr; grid-gap: 26px 0; margin-bottom: 0; }
  .section-info-point { grid-area: auto; padding: 34px 20px 80px; }
  .icon-word-marker { position: static; }
  .icon-word-marker .section-info-icon-container { display: flex; justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
  .icon-word-marker .section-info-icon { height: 180px; transform: scale(2.4) translateY(25px); }
  .section-info-point-image { min-height: 240px; }
}


/* Section: Footer */
footer {
  position: relative; z-index: 10;
  padding: 60px 52px 160px;
  font-size: 12px; line-height: 25px; text-transform: uppercase;
  color: hsl(0 0% 100%); background: var(--color-wnmu-purple);
}
.footer-logo { height: 40px; margin-bottom: 12px; }
@media (max-width: 700px) {
  footer { padding-left: 27px; padding-right: 27px; }
}
