@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900&display=swap");
/* Load local fonts */
@font-face {
  font-family: "MarvinVisions";
  src: url("./fonts/MarvinVisionsBig-Bold.woff2") format("woff2"), url("./fonts/MarvinVisionsBigBold.woff") format("woff"), url("./fonts/MarvinVisionsBig-Bold.eot") format("embedded-opentype");
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: black;
  background-color: #f9f9f9;
  margin: 0 !important;
  padding: 0;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

.site {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100dvh;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fancy-font {
  font-family: "MarvinVisions", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}

.fancy-font {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

a {
  color: black !important;
}

.site-header,
.site-footer {
  padding: 1rem;
  z-index: 10000;
}

.site-header {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 4fr 320px;
  gap: 1rem;
}
.site-header .site-branding {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1rem;
}
.site-header .site-branding img {
  max-width: 120px;
}
@media (max-width: 768px) {
  .site-header .site-branding img {
    max-width: 100px;
  }
}
.site-header .site-branding .site-title {
  margin: 1.4rem 0 0 !important;
  text-align: end;
}
@media (max-width: 768px) {
  .site-header .site-branding .site-title {
    text-align: center;
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .site-header .site-branding {
    padding: 0 1rem;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .site-header {
    grid-template-columns: auto 1fr;
    padding: 0;
  }
}
.site-header a {
  text-decoration: none;
  color: black !important;
}
.site-header nav {
  grid-column: 2;
  grid-row: 1;
  font-weight: 700;
}
@media (max-width: 768px) {
  .site-header nav {
    grid-column: 2;
    grid-row: 2;
  }
}
.site-header nav ul {
  font-family: "Outfit", sans-serif !important;
  text-transform: uppercase;
  display: flex;
  gap: 1rem;
  padding-top: 2rem;
  z-index: 1000;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-header nav ul {
    padding-top: 0;
    gap: 0 !important;
    font-size: 1rem;
    margin-top: -1rem;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.site-header nav ul li {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .site-header nav ul li {
    margin: 0;
  }
}
.site-header .header-right {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  .site-header .header-right {
    justify-content: space-between;
    padding: 0.5rem 1rem;
    flex-direction: row;
    grid-column: 1/-1;
    grid-row: 1;
    background-color: whitesmoke;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
.site-header .header-right ul {
  gap: 1rem;
}
@media (max-width: 768px) {
  .site-header .header-right ul {
    justify-items: space-between;
  }
}
.site-header .header-right ul li {
  width: -moz-fit-content;
  width: fit-content;
}
.site-header .header-right .button {
  font-family: "outfit", sans-serif !important;
  text-transform: uppercase;
  background: #dfbe47;
  color: black !important;
  justify-self: start;
  padding: 0.5rem;
  margin-top: auto;
}
@media (max-width: 768px) {
  .site-header .header-right .button {
    padding: 0.3rem 0.6rem;
    justify-self: flex-start;
    margin: 0;
  }
}
.site-header .header-right .button:hover {
  background: #333;
  color: white !important;
}
.site-header .header-right .social {
  padding: 0.4rem;
}
@media (max-width: 768px) {
  .site-header .header-right .social {
    padding: 0;
  }
}
.site-header nav ul {
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .site-header nav ul {
    gap: 1.5rem;
    padding: 0.5rem 1rem;
  }
}
.site-header nav ul li {
  list-style: none;
  margin-top: 0.5rem;
}
.site-header nav ul li.current-menu-item a::after {
  position: absolute;
  content: "";
  display: block;
  width: 110%;
  transform: translateX(-5%);
  height: 20px;
  left: 0;
  z-index: -1;
  bottom: 0;
  opacity: 1;
  background: #dfbe47;
  transition: all 0.3s;
}
.site-header nav ul li a {
  position: relative;
  color: black !important;
}
.site-header nav ul li a::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 0;
  height: 20px;
  left: 0;
  transform-origin: left;
  bottom: 0;
  background: #dfbe47;
  transition: all 0.3s;
}
.site-header nav ul li a:hover::after {
  width: 110%;
  transform: translateX(-5%);
  left: 0;
  opacity: 1;
  scale: 1;
}
.site-header .cta {
  margin-left: auto;
  color: white;
  background-color: white;
  border: none;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .site-header .cta {
    grid-column: 2;
    grid-row: 1;
  }
}
.site-header .cta a {
  color: black !important;
}

.site-main {
  overflow-x: hidden;
}
.site-main .big {
  min-height: 60vh;
  font-size: 2rem;
  text-align: center;
  background-image: url("../i/video1.jpg");
  background-size: cover;
  display: grid;
  place-content: center;
}
.site-main .big h2 {
  color: white;
  font-weight: 900 !important;
}
.site-main .hero-section {
  color: black;
  display: grid;
  place-content: center;
  position: relative;
}
.site-main .hero-section p {
  max-width: 65ch;
  z-index: 1;
}
.site-main .hero-section .hero-quote {
  z-index: 2000;
  padding: 4rem 2rem 4rem 12rem;
  margin-left: 40dvw;
  margin-right: 10dvw;
  margin-top: -20rem;
  margin-bottom: 2rem;
  background-color: #dfbe47;
  position: relative;
  clip-path: polygon(0 5%, 100% 0, 100% 90%, 0 95%);
}
.site-main .hero-section .hero-quote .hero-quote-image {
  position: absolute;
  top: 2rem;
  left: 1rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  z-index: -1;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .site-main .hero-section .hero-quote .hero-quote-image {
    width: 6rem;
    height: 15rem;
    margin-bottom: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.site-main .hero-section .hero-quote .hero-quote-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  filter: grayscale(100%) contrast(1.2);
}
.site-main .hero-section .hero-quote blockquote {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-weight: 900 !important;
}
.site-main .hero-section .hero-quote blockquote span {
  font-weight: 800 !important;
}
@media (max-width: 768px) {
  .site-main .hero-section .hero-quote {
    margin-left: unset;
    margin-right: unset;
    padding: 2rem 1rem 2rem 8rem;
    margin-top: -8rem;
    max-width: 100%;
  }
}
.site-main .hero-section .hero-quote p {
  font-size: 1.4rem;
  font-weight: 800 !important;
  margin: 0;
}

.entry-header {
  clip-path: polygon(0 5%, 100% 0, 100% 90%, 0 95%);
  padding: 30dvh 1rem;
  text-align: center;
  display: grid;
  place-content: center;
  max-height: 50dvh;
  min-height: 40dvh;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  .entry-header {
    padding: 10dvh 1rem;
    min-height: 30dvh;
  }
}
.entry-header img,
.entry-header h1 {
  grid-row: 1;
  grid-column: 1;
}
.entry-header img {
  width: 100dvw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  filter: grayscale(100%);
}
.entry-header h1 {
  font-size: 4rem;
  font-weight: 800 !important;
  color: black;
  position: relative;
  z-index: 1;
}
.entry-header h1 span {
  position: relative;
}
.entry-header h1 span::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
@media (max-width: 768px) {
  .entry-header h1 {
    font-size: 2.5rem !important;
  }
}

.entry-content {
  margin: 0 auto;
}
.entry-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 65ch;
}
.entry-content h2 {
  font-size: 1.8rem;
  font-weight: 800 !important;
}

.site-footer {
  justify-content: space-between;
  background-color: #edd47b;
  margin-bottom: 0;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  display: grid;
  padding: 4rem 0 0 !important;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .site-footer {
    grid-template-columns: 1fr;
  }
}
.site-footer a {
  text-decoration: underline;
}
.site-footer .credit {
  grid-column: 1/-1;
  grid-row: 2;
  padding: 0.5rem;
  background-color: black;
  color: white;
  font-size: 0.8rem;
  text-align: end;
}
@media (max-width: 768px) {
  .site-footer .credit {
    grid-row: 3;
  }
}
.site-footer .credit a {
  color: white !important;
  text-decoration: underline;
}
.site-footer .site-info {
  padding: 1rem;
  grid-column: 1;
  grid-row: 1;
  gap: 1rem;
  align-items: start;
}
.site-footer .site-info p {
  margin: 0;
}
.site-footer form {
  margin-bottom: 1rem;
}
.site-footer form label {
  font-size: 1.4rem;
  font-family: "marvinvisions", sans-serif !important;
  letter-spacing: 0.1rem;
  font-weight: 800 !important;
  margin-bottom: 0.5rem;
  display: block;
}
.site-footer form input {
  padding: 0.5rem;
  border: 2px solid black;
  border-radius: 0;
  width: 100% !important;
  max-width: 400px;
  font-family: "inter", sans-serif;
  font-size: 1rem;
}
.site-footer form input::-moz-placeholder {
  color: silver;
}
.site-footer form input::placeholder {
  color: silver;
}
.site-footer form .formkit-fields {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 0;
  margin-bottom: 0;
}
.site-footer form .formkit-fields .formkit-input {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.site-footer form .formkit-submit {
  background-color: black;
  font-family: "inter", sans-serif !important;
  color: white !important;
  border: none;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.site-footer form .formkit-submit:hover {
  background-color: #333;
}
.site-footer .address {
  grid-column: 2;
  grid-row: 1;
  padding: 1rem;
  text-align: right;
  font-size: 0.9rem;
  line-height: 1.4;
  display: flex;
  gap: 4rem;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .site-footer .address {
    justify-content: start;
    text-align: left;
    margin-top: 2rem;
    grid-row: 2;
    grid-column: 1;
  }
}
.site-footer .address img {
  width: 150px;
}
@media (max-width: 768px) {
  .site-footer .address img {
    width: 100px;
  }
}

.home-page-section {
  position: relative;
}
.home-page-section:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .home-page-section {
    grid-template-columns: 1fr;
  }
}
.home-page-section .grid {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
}
@media (max-width: 768px) {
  .home-page-section .grid {
    grid-template-columns: 1fr !important;
  }
}
.home-page-section .grid .home-title {
  transform: translateY(-3rem);
  z-index: 800;
  margin-bottom: -4rem;
  font-size: 4rem !important;
  margin-top: -2rem;
  font-weight: 800 !important;
}
@media (max-width: 768px) {
  .home-page-section .grid .home-title {
    color: black;
    grid-column: 1;
    grid-row: unset;
    transform: translateY(0);
    margin-bottom: unset;
    font-size: 2.5rem !important;
  }
}
.home-page-section .grid .home-page-section-image {
  grid-column: 2/5;
  grid-row: 1/5;
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 94%);
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
@media (max-width: 768px) {
  .home-page-section .grid .home-page-section-image {
    grid-column: 1;
    grid-row: unset;
  }
}
.home-page-section .grid .home-page-section-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.home-page-section .grid .home-page-section-copy {
  background-color: rgba(255, 255, 255, 0.581);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 1rem;
  border-radius: 8px;
  grid-column: 1/3;
  grid-row: 3;
  margin: 2rem;
  z-index: 800;
}
@media (max-width: 768px) {
  .home-page-section .grid .home-page-section-copy {
    grid-column: 1;
    margin: 0;
    grid-row: unset;
  }
}
.home-page-section .grid .home-page-section-copy h2 {
  font-size: 1.8rem;
  margin-top: 0;
  font-weight: 800 !important;
}
.home-page-section .grid .home-page-section-copy p {
  line-height: 1.6;
  font-size: 1.4rem;
}
.home-page-section:nth-of-type(even) .grid .home-page-section-image {
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 94%);
  grid-column: 1/4;
  grid-row: 1/5;
}
@media (max-width: 768px) {
  .home-page-section:nth-of-type(even) .grid .home-page-section-image {
    grid-column: 1;
    grid-row: unset;
  }
}
.home-page-section:nth-of-type(even) .grid .home-page-section-copy {
  grid-column: 3/5;
  grid-row: 3;
  z-index: 800;
}
@media (max-width: 768px) {
  .home-page-section:nth-of-type(even) .grid .home-page-section-copy {
    grid-column: 1;
    grid-row: unset;
  }
}
.home-page-section:nth-of-type(even) .grid .home-title {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 768px) {
  .home-page-section:nth-of-type(even) .grid .home-title {
    grid-column: 1;
    grid-row: unset;
  }
}

.big-title {
  font-size: 4rem !important;
  font-weight: 800 !important;
  margin: 4rem 0;
  padding: 0.5rem 0;
  text-align: center;
  color: black;
}
@media (max-width: 768px) {
  .big-title {
    font-size: 2.5rem !important;
  }
}

.social {
  z-index: 8000;
  align-self: flex-end;
}
.social ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.social ul li svg {
  fill: black;
  width: 28px;
}
@media (max-width: 768px) {
  .social ul li svg {
    width: 24px;
  }
}
.social ul li svg:hover {
  fill: #dfbe47;
}

.hero-image {
  margin-top: -2rem;
  width: 100dvw;
  max-height: 90vh;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  clip-path: polygon(0 5%, 100% 10%, 100% 80%, 0 90%);
}
@media (max-width: 768px) {
  .hero-image {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 92%);
    margin-top: 0;
  }
}
.hero-image.secondary {
  min-height: 50dvh;
  clip-path: polygon(0 0, 100% 6%, 100% 92%, 0 92%);
}
@media (max-width: 768px) {
  .hero-image.secondary {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 92%);
    margin-top: 0;
    min-height: 20dvh;
  }
}
.hero-image img {
  width: 100%;
  height: auto;
}

.button {
  display: inline-block;
  background: whitesmoke;
  color: black !important;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  position: relative;
  transition: all 0.3s ease;
}
.button.arrow {
  background-color: transparent;
  padding: 0;
}
.button.arrow::after {
  content: "→";
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity all 0.3s ease;
}
.button.arrow:hover {
  color: black !important;
  padding-right: 3rem;
}
.button.arrow:hover::after {
  right: 1rem;
  opacity: 1;
}

.wp-block-columns.yellow-bg {
  background-color: #edd47b;
  padding: 5rem 1rem;
  margin: 2rem 0;
  clip-path: polygon(0 5%, 100% 0, 100% 90%, 0 95%);
}
.wp-block-columns.yellow-bg.minus-top {
  margin-top: -10dvh;
}
@media (max-width: 768px) {
  .wp-block-columns.reverse-stack {
    flex-direction: column-reverse;
  }
}

.wp-block-embed {
  background-color: black;
  padding: 20dvh 0;
  clip-path: polygon(0 0%, 100% 6%, 100% 90%, 0 95%);
  display: grid;
  place-content: center;
  margin-top: -10dvh;
  z-index: -1;
}
.wp-block-embed iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 60vh;
  min-width: 80dvw;
}

.pad {
  padding: 1rem;
}

.wp-block-cover {
  clip-path: polygon(0 8%, 100% 10%, 100% 90%, 0 95%);
}

.wp-block-image.full-bleed {
  clip-path: polygon(3% 0, 98% 0, 97% 98%, 0 100%);
}

.wp-block-gallery {
  padding: 4rem !important;
  background-color: black !important;
  clip-path: polygon(0 2%, 100% 0, 100% 96%, 0 97%);
}

.wp-block-cb-carousel-v2 {
  padding: 4rem 0;
  background-color: black !important;
  clip-path: polygon(0 2%, 100% 0, 100% 96%, 0 97%);
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.swiper-wrapper {
  padding: 4rem 0 !important;
  margin: 0 !important;
  max-width: 100dvw !important;
  box-sizing: border-box !important;
}

figure {
  margin: 0 !important;
  padding: 0 !important;
}

.formkit-form {
  margin: 0 0 1rem !important;
  padding: 0 !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.formkit-powered-by-convertkit-container {
  display: none !important;
}

.site-title {
  font-family: "marvinvisions", sans-serif !important;
  font-size: clamp(1.4rem, 1.4rem + 1vw, 5rem);
  letter-spacing: 0.1rem;
  margin: 0 !important;
  font-weight: 800 !important;
}

.logo {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .logo {
    flex-direction: column;
    gap: 0;
  }
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
}
.wpcf7-form p {
  margin: 0 0 1rem 0;
}
.wpcf7-form label {
  font-family: "Inter", sans-serif !important;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
}
.wpcf7-form label input,
.wpcf7-form label textarea {
  width: 100% !important;
  background-color: white;
  border-radius: 0;
  border: 1px solid black;
}
.wpcf7-form label.message {
  grid-template-columns: 1fr;
}
.wpcf7-form .wpcf7-submit {
  border: none !important;
  padding: 0.5rem 2rem !important;
  justify-self: flex-end;
  font-family: "Inter", sans-serif !important;
  font-size: 1.2rem;
  margin: 0 !important;
  background-color: black;
  color: white;
}
@media (max-width: 768px) {
  .wpcf7-form .wpcf7-submit {
    grid-column: 1;
  }
}

.holder {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  place-self: center;
}

.slide-in {
  position: absolute;
  top: 40%;
  transform: scaleX(1.2) shear(-10deg);
  width: 100%;
  height: 30%;
  z-index: -1;
  background-color: #dfbe47;
}

.cb-button-prev,
.swiper-button-prev {
  left: 0.2rem !important;
}

.cb-button-next,
.swiper-button-next {
  right: 0.2rem !important;
}

.cb-button-next,
.swiper-button-next,
.cb-button-prev,
.swiper-button-prev {
  position: absolute !important;
  background-color: #f9f9f9;
  padding: 1rem;
  bottom: 1rem !important;
  top: unset !important;
}

.instagram-section {
  padding: 4rem 0;
  background-color: black !important;
  clip-path: polygon(0 8%, 100% 0, 100% 96%, 0 92%);
  text-align: center;
  color: white;
}
.instagram-section a {
  color: white !important;
  text-decoration: underline;
}
.instagram-section h2 {
  color: white;
  font-size: 2rem;
  font-weight: 800 !important;
  margin-bottom: 2rem;
}

.formkit-form[data-uid=cb59171808][min-width~="700"] [data-style=clean] {
  padding: 1rem 0 0 !important;
}

.grid-center {
  display: grid;
  place-content: center;
}/*# sourceMappingURL=styles.css.map */