@font-face {
  font-family: "Geoform";
  src: url("fonts/Geoform-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Geoform";
  src: url("fonts/Geoform-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --nw-blue: #82a7d3;
  --nw-ink: #111111;
  --nw-white: #ffffff;
  --nw-soft: #f4f2ed;
  --nw-gutter: clamp(20px, 4vw, 68px);
}

.nw-homepage,
.nw-homepage * {
  box-sizing: border-box;
}

.nw-homepage {
  background: var(--nw-soft);
  color: var(--nw-ink);
  font-family: "Geoform", Arial, sans-serif;
  margin: 0;
  overflow: clip;
}

.nw-homepage a { color: inherit; }

.nw-hero {
  background: #101010;
  color: var(--nw-white);
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.nw-hero__video,
.nw-hero__shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.nw-hero__video { object-fit: cover; }
.nw-hero__shade { background: linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,.08) 42%, rgba(0,0,0,.54)); }

.nw-hero__content {
  bottom: clamp(82px, 10vh, 130px);
  left: var(--nw-gutter);
  max-width: 1200px;
  position: absolute;
  right: var(--nw-gutter);
  z-index: 2;
}

.nw-eyebrow,
.nw-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  margin: 0 0 22px;
  text-transform: uppercase;
  color: var(--nw-white);
}

.nw-eyebrow span { margin: 0 .7em; }
.nw-homepage .nw-hero h1 {
  color: #ffffff !important;
  font-size: clamp(48px, 7.6vw, 126px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .89;
  margin: 0;
  max-width: 12ch;
  text-transform: uppercase;
}

.nw-homepage .nw-hero .nw-eyebrow {
  color: #ffffff !important;
}

.nw-hero__cta {
  align-items: center;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 999px;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 22px;
  letter-spacing: .14em;
  margin-top: 32px;
  padding: 15px 21px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, gap .25s ease;
}

.nw-hero__cta span { color: inherit !important; }

.nw-hero__cta:hover {
  background: #ffffff;
  color: #111111 !important;
  gap: 30px;
}

.nw-scroll { bottom: 32px; font-size: 11px; letter-spacing: .14em; position: absolute; right: var(--nw-gutter); text-decoration: none; text-transform: uppercase; z-index: 2; }
.nw-scroll span { display: inline-block; margin-left: 8px; transition: transform .2s; }
.nw-scroll:hover span { transform: translateY(4px); }

.nw-intro { padding: clamp(85px, 10vw, 145px) var(--nw-gutter) clamp(60px, 7vw, 95px); position: relative; }
.nw-intro::before { background: var(--nw-blue); content: ""; height: 8px; left: var(--nw-gutter); position: absolute; top: clamp(58px, 9vw, 130px); width: clamp(70px, 8vw, 130px); }
.nw-kicker { color: #5d5d5d; }
.nw-display,
.nw-project h2 {
  font-size: clamp(45px, 7.2vw, 108px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .94;
  margin: 0;
  text-transform: uppercase;
}
.nw-homepage .nw-intro h2.nw-display.wp-block-heading {
  color: #82a7d3 !important;
  -webkit-text-fill-color: #82a7d3 !important;
}
.nw-homepage .nw-intro h2.nw-display.wp-block-heading * {
  color: #82a7d3 !important;
  -webkit-text-fill-color: #82a7d3 !important;
}
.nw-intro__copy { font-size: clamp(19px, 2vw, 30px); line-height: 1.3; margin: 52px 0 0 auto; max-width: 650px; }
.nw-intro__stamp { align-items: center; color: var(--nw-blue); display: flex; font-size: 12px; font-weight: 700; gap: 13px; letter-spacing: .16em; margin: 45px 0 0; text-transform: uppercase; }
.nw-intro__stamp strong { font-size: 24px; font-weight: 400; letter-spacing: 0; }

.nw-cards-wrap { padding: 0 var(--nw-gutter) clamp(80px, 10vw, 150px); }
.nw-cards { align-items: stretch !important; gap: clamp(18px, 2.6vw, 40px) !important; }
.nw-card { margin: 0; }
.nw-card__cover { aspect-ratio: 3 / 4; min-height: 0 !important; overflow: hidden; padding: clamp(22px, 2.4vw, 38px); }
.nw-card__cover .wp-block-cover__image-background { transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .35s; }
.nw-card:hover .wp-block-cover__image-background { filter: saturate(1.08); transform: scale(1.045); }
.nw-card__cover .wp-block-cover__inner-container { width: 100%; }
.nw-card__number { border-bottom: 1px solid rgba(255,255,255,.65); font-size: 11px; letter-spacing: .15em; margin: 0 0 18px; padding-bottom: 12px; }
.nw-card h3 { color: var(--nw-white); font-size: clamp(28px, 2.7vw, 44px); letter-spacing: -.035em; line-height: .95; margin: 0 0 24px; text-transform: uppercase; }
.nw-card__button .wp-block-button__link { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.7); border-radius: 99px; color: var(--nw-white); font-size: 10px; font-weight: 700; letter-spacing: .12em; padding: 11px 15px; text-transform: uppercase; transition: background .25s, color .25s; }
.nw-card__button .wp-block-button__link:hover { background: var(--nw-white); color: var(--nw-ink); }
.nw-card__button span { display: inline-block; margin-left: 8px; transition: transform .25s; }
.nw-card__button .wp-block-button__link:hover span { transform: translate(3px,-3px); }

.nw-project { background: var(--nw-blue); color: var(--nw-white); padding: clamp(90px, 13vw, 190px) var(--nw-gutter); }
.nw-project .nw-kicker { color: rgba(255,255,255,.75); }
.nw-project h2 { max-width: 12ch; }
.nw-project .wp-block-buttons { margin-top: 50px; }
.nw-button .wp-block-button__link { background: var(--nw-white); border: 1px solid var(--nw-white); border-radius: 99px; color: var(--nw-ink); font-size: 13px; font-weight: 700; letter-spacing: .1em; padding: 16px 24px; text-transform: uppercase; transition: background .25s, color .25s; }
.nw-button .wp-block-button__link:hover { background: transparent; color: var(--nw-white); }
.nw-button span { display: inline-block; margin-left: 10px; }

.nw-reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.nw-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .nw-hero__content { bottom: 105px; }
  .nw-hero h1 { font-size: clamp(44px, 13vw, 72px); }
  .nw-intro__copy { margin-top: 35px; }
  .nw-cards { display: grid !important; }
  .nw-card__cover { aspect-ratio: 4 / 5; }
}

@media (prefers-reduced-motion: reduce) {
  .nw-homepage *, .nw-homepage *::before, .nw-homepage *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .nw-reveal { opacity: 1; transform: none; }
}
