@font-face {
  font-family: "Overused Grotesk Bold";
  src: url("../fonts/OverusedGrotesk-Bold.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Overused Grotesk Roman";
  src: url("../fonts/OverusedGrotesk-Roman.woff2") format("woff2");
  font-weight: 400;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

html, body {
  background-color: #fff;
}

body {
  font-family: "Overused Grotesk Roman", arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}

body.noscroll {
  overflow-y: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

-webkit-::-moz-selection {
  background-color: #000;
  color: #fff;
}

-webkit-::selection {
  background-color: #000;
  color: #fff;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

a {
  color: #111;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover, a:focus {
  color: #bf8b2f;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a.arrow-link {
  padding: 0 45px 0 0;
  display: inline-block;
  background-image: url("../img/arrow-right.svg");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  font-size: 12px;
}

.btn {
  color: #111;
  transition: all 0.3s ease;
  border: 0;
  background-color: white;
  padding: 0 45px 0 0;
  display: inline-block;
  background-image: url("../img/arrow-right.svg");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  font-size: 12px;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #bf8b2f;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Overused Grotesk Bold", sans-serif;
}

h1, .h1 {
  font-size: 96px;
  line-height: 1;
}

h2, .h2 {
  font-size: 60px;
  line-height: 1;
}

h3, .h3 {
  font-size: 40px;
}

h4, .h4 {
  font-size: 20px;
}

.italic {
  font-style: italic;
}

strong {
  font-weight: 400;
  font-family: "Overused Grotesk Bold", sans-serif;
}

.wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.wrapper.wider {
  max-width: 1700px;
}
.wrapper.tight {
  max-width: 1100px;
}

/* HEADER */
.header {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: white;
}
.header .brand {
  transition: none;
  display: inline-block;
}
.header .brand img {
  display: inline-block;
  vertical-align: top;
  height: 35px;
}
.header .nav {
  margin-left: auto;
}
.header .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .nav ul li {
  display: inline-block;
  margin-left: 5rem;
  font-size: 14px;
}
.header .nav ul li a {
  padding: 5px 0;
  border-bottom: 2px solid #fff;
}
.header .nav ul li a.active {
  border-color: #111;
}

.nav-trigger {
  width: 36px;
  height: 36px;
  position: relative;
  margin-left: auto;
  background-image: url("../img/icon-menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  text-indent: -9000px;
  display: none;
}

/* HERO */
.hero {
  position: relative;
  height: calc(100vh - 10rem);
  max-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 0;
}
.hero h1 {
  max-width: 85%;
  padding-top: 13vh;
}
.hero p {
  margin-top: auto;
  padding-top: 40px;
  font-size: 20px;
  font-family: "Overused Grotesk Roman", sans-serif;
  position: relative;
}
.hero p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 10px;
  background-color: #000;
}

/* INTRO */
.intro {
  padding: 15vh 0;
}

.intro-inner {
  position: relative;
  height: 90vh;
  overflow: hidden;
  max-height: 960px;
}
.intro-inner .hero-media,
.intro-inner .hero-media img {
  width: 100%;
  height: 100%;
}
.intro-inner .hero-media img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.intro-inner .intro-inner-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 2;
}
.intro-inner .intro-inner-wrap .intro-link {
  position: absolute;
  left: 0;
  bottom: 5rem;
  color: #fff;
  font-size: 20px;
  padding: 0 0 40px;
  display: inline-block;
  background-image: url("../img/arrow-right-white.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 42px auto;
}
.intro-inner .intro-inner-wrap .intro-link:hover {
  color: #bf8b2f;
  background-position: 10px 100%;
}

/* FEATURED */
.featured {
  margin: 15vh 0 10vh;
}

.featured-inner .feature-btm {
  margin: 1rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-inner .feature-btm p {
  max-width: 80%;
}
.featured-inner img {
  position: relative;
  z-index: 1;
}
.featured-inner h2 {
  font-size: 140px;
  margin-bottom: -2.1rem;
  position: relative;
  z-index: 2;
}
.featured-inner h4 {
  font-family: "Overused Grotesk Roman", sans-serif;
}

/* TEXT */
.text .subtitle-h2 {
  padding-right: 30%;
}
.text.margin10 {
  margin-top: 10vh;
}
.text.margin20 {
  margin: 20vh 0;
}
.text.casestudies {
  margin: 30vh 0 10vh;
}
.text.bottomidea {
  padding: 0 0 0 25%;
  margin: 30vh 0 10vh;
}
.text.bottomidea h3 {
  font-family: "Overused Grotesk Roman", sans-serif;
}
.text.bottomidea h3 strong {
  font-family: "Overused Grotesk Bold", sans-serif;
}

.text-cols {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  flex-wrap: wrap;
}
.text-cols .text-column {
  margin: 4rem 0 0;
  flex: 1;
}
.text-cols .text-column.col-50 {
  max-width: 50%;
}
.text-cols .text-column.col-60 {
  max-width: 60%;
}

.casestudy-text.first {
  margin-top: 20vh;
}
.casestudy-text h2, .casestudy-text h3 {
  font-family: "Overused Grotesk Roman", sans-serif;
}
.casestudy-text h2 strong,
.casestudy-text h3 strong {
  font-family: "Overused Grotesk Bold", sans-serif;
}
.casestudy-text h3 {
  font-size: 30px;
  padding-right: 30%;
}

.casestudy-image {
  margin: 20vh 0;
}

.casestudy-images-multiple {
  margin: 20vh 0;
}
.casestudy-images-multiple .casestudy-image {
  margin: 4rem 0;
}

/* CASE STUDIES HOME */
.case-studies-home {
  margin: 25vh 0;
  padding: 2rem 0 4rem;
  border-top: 2px solid #000;
}
.case-studies-home .case-studieshome-cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4rem 0 2rem;
}
.case-studies-home .case-studieshome-cols .case-studieshome-cols-column {
  margin-top: 5rem;
  max-width: 47%;
}
.case-studies-home .case-studieshome-cols h4 {
  font-family: "Overused Grotesk Roman", sans-serif;
  font-size: 16px;
}
.case-studies-home .case-studieshome-cols h3 {
  font-size: 24px;
}
.case-studies-home .case-studieshome-cols img {
  margin-top: 2rem;
}
.case-studies-home.wide {
  border-bottom: 8px solid #000;
}
.case-studies-home.wide .case-studieshome-cols {
  margin: 4rem 0 2rem;
}
.case-studies-home.wide .case-studieshome-cols .case-studieshome-cols-column {
  max-width: 100%;
}

/* VIDEOS */
.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive.mobile {
  margin-top: 2rem;
  display: none;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-1by1::before {
  padding-top: 180%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* CONTACT */
.contact {
  margin: 25vh 0;
  padding: 2rem 0 0;
  border-top: 2px solid #000;
}
.contact h3 {
  font-size: 24px;
  font-family: "Overused Grotesk Roman", sans-serif;
  margin: 2rem 0 0;
}
.contact .contact-text {
  max-width: 50%;
  margin: 6rem 0;
}

/* FORM */
/* ---- Form layout (minimal, modern, accessible) ---- */
.contact-form {
  --text: #111;
  --muted: #6b7280; /* hint text */
  --line: rgba(17, 17, 17, .18);
  --line-hover: rgba(17, 17, 17, .38);
  --focus: #111; /* used for focus ring */
  --bg: transparent;
  color: var(--text);
  max-width: 50%;
  margin-bottom: 7rem;
}

.contact-form .btn {
  margin: 2rem 0;
  font-size: 20px;
  font-family: "Overused Grotesk Bold", sans-serif;
}

.form-grid {
  display: grid;
  gap: 2.25rem; /* space between blocks */
}

.field {
  display: grid;
  gap: 0.75rem; /* label -> input spacing */
}

.label {
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.control {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  color: var(--text);
  padding: 0.65rem 0; /* underline style (no box) */
  font-size: 1rem;
  line-height: 1.4;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.control::-moz-placeholder {
  color: rgba(17, 17, 17, 0.45);
}

.control::placeholder {
  color: rgba(17, 17, 17, 0.45);
}

.control:hover {
  border-bottom-color: var(--line-hover);
}

.control:focus-visible {
  border-bottom-color: var(--focus);
  /* subtle, accessible focus */
  box-shadow: 0 2px 0 0 var(--focus);
}

.hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.35;
}

/* Longest field: textarea */
.field--textarea {
  margin-top: 0.5rem;
}

.control--textarea {
  resize: vertical;
  min-height: 10rem; /* makes it clearly the longest */
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom-width: 1px;
}

/* Better UX on mobile */
@media (max-width: 520px) {
  .form-grid {
    gap: 1.75rem;
  }
  .label {
    font-size: 1.25rem;
  }
  .control {
    font-size: 1rem;
  }
}
/* Respect reduced motion preferences (if you add transitions later) */
@media (prefers-reduced-motion: reduce) {
  .control {
    scroll-behavior: auto;
  }
}
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.form-message {
  padding: 2rem;
  margin: 0 0 3rem;
  background: #ebebeb;
  font-size: 20px;
}
.form-message.form-message--error {
  color: red;
  background: #f9e3e3;
}

.form-message {
  border: 1px solid #aaa;
  padding: 1rem;
  margin: 0 0 2rem;
}
.form-message.form-message--error {
  color: red;
}

/* -------------------------
	MOBILE MENU
--------------------------*/
.mobile-nav {
  position: fixed;
  right: -300px;
  top: 0;
  height: 100%;
  z-index: 999;
  background: #000;
  width: 300px;
  transition: 0.4s ease all;
  overflow-y: auto;
  opacity: 0;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.2);
}
.mobile-nav.open {
  right: 0;
  opacity: 1;
}
.mobile-nav .nav-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
  padding: 1rem;
  text-indent: -9000px;
  background-image: url("../img/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
}
.mobile-nav ul {
  padding: 9rem 3rem 0;
  margin: 0;
  list-style: none;
}
.mobile-nav ul li {
  font-size: 24px;
  margin: 2rem 0;
  font-family: "Overused Grotesk Bold", sans-serif;
}
.mobile-nav ul li a {
  display: block;
  padding: 0.3rem 0;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
.mobile-nav ul li a.active::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -3rem;
  width: 16px;
  height: 16px;
  background-color: #fff;
}

/* FOOTER */
.footer {
  position: relative;
  padding: 4rem 0;
  background-image: url("../img/sign.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 80px auto;
  max-width: 1100px;
  margin: 0 auto;
}
.footer p {
  opacity: 0.7;
  font-size: 12px;
}

/* Cookies */
.modal-info {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-info-content {
  padding: 1rem;
  max-width: 500px;
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  display: flex;
}
.modal-info-content p {
  margin: 0 2rem 0 0;
}

.modal-info button {
  padding: 0.7rem 2rem;
  font-size: 15px;
  cursor: pointer;
  background-color: #363636;
  color: #fff;
  border: 0;
}
.modal-info button:focus {
  background-color: #222;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 1420px) {
  h1, .h1 {
    font-size: 80px;
  }
  h2, .h2 {
    font-size: 54px;
  }
  .header {
    padding: 3rem;
  }
  .header .brand img {
    height: 30px;
  }
  .wrapper {
    padding: 0 3rem;
  }
  .wrapper.wider {
    padding: 0;
  }
  .intro-inner {
    height: 100vh;
  }
  .intro-inner .intro-inner-wrap {
    left: 3rem;
  }
}
@media only screen and (max-width: 900px) {
  h1, .h1 {
    font-size: 66px;
  }
  h2, .h2 {
    font-size: 48px;
  }
  h3, .h3 {
    font-size: 36px;
  }
  .text-cols {
    justify-content: start;
    gap: 0;
    flex-direction: column;
  }
  .text-cols .text-column.col-50,
  .text-cols .text-column.col-60 {
    max-width: 100%;
  }
  .text .subtitle-h2 {
    padding-right: 3rem;
  }
  .text.bottomidea {
    padding: 0;
  }
  .featured-inner h2 {
    font-size: 90px;
  }
  .featured-inner .feature-btm {
    display: block;
  }
  .contact .contact-text {
    max-width: 100%;
  }
  .contact-form {
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .featured-inner h2 {
    font-size: 60px;
    margin: 0 0 2rem;
  }
  .case-studies-home {
    margin: 12vh 0;
    padding: 2rem 0;
  }
  .case-studies-home .case-studieshome-cols {
    justify-content: start;
    flex-direction: column;
  }
  .case-studies-home .case-studieshome-cols .case-studieshome-cols-column {
    max-width: 100%;
  }
  .footer {
    padding: 4rem 0 100px;
    background-position: 0 100%;
    background-size: 70px auto;
  }
}
@media only screen and (max-width: 500px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  .header .brand img {
    height: 25px;
  }
  .header .nav {
    display: none;
  }
  .nav-trigger {
    display: block;
  }
  .casestudy-text h3 {
    padding-right: 0;
  }
  .hero p {
    font-size: 17px;
  }
  .featured {
    margin: 15vh -3rem 10vh;
  }
  .casestudy-image {
    margin: 20vh -2rem;
  }
  .casestudy-images-multiple .casestudy-image {
    margin: 1rem -2rem;
  }
  .featured-inner h4,
  .featured-inner h2,
  .featured-inner .feature-btm {
    padding: 0 3rem;
  }
  .case-studies-home .case-studieshome-cols,
  .case-studies-home.wide .case-studieshome-cols {
    margin: 2rem 0;
  }
  .embed-responsive.mobile {
    display: block;
  }
  .embed-responsive.desktop {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 37px;
  }
}/*# sourceMappingURL=main.css.map */