@font-face {
  font-family: "Satoshi";
  src: url("/fonts/Satoshi-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Satoshi";
  src: url("/fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  color-scheme: light;
  --hw-primary: #26453e;
  --hw-green-deep: #0e1e19;
  --hw-green-soft: #4a7b65;
  --hw-white: #f5f5f5;
  --hw-offwhite: #f0eee9;
  --hw-obsidian: #0b1215;
  --hw-gray-strong: #6f6f6f;
  --hw-gray-light: #c2c2c2;
  --hw-gray-subtle: #dedede;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--hw-offwhite);
  color: var(--hw-green-deep);
  font-family: "Satoshi", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 80px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  background: var(--hw-white);
  border-bottom: 1px solid color-mix(in srgb, var(--hw-gray-subtle) 70%, transparent);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  color: var(--hw-primary);
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.brand img {
  width: 43px;
  height: 41px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 42px;
  color: var(--hw-green-deep);
  font-size: 17px;
  font-weight: 400;
}

.nav a {
  transition: opacity 160ms ease;
}

.nav a:hover {
  opacity: 0.72;
}

.status {
  justify-self: end;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background: var(--hw-primary);
  color: var(--hw-offwhite);
  font-size: 17px;
  font-weight: 500;
}

main {
  overflow: hidden;
}

.hero {
  min-height: calc(100svh - 80px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.62fr);
  gap: 64px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 28px 78px;
}

.hero-copy {
  max-width: 780px;
}

.kicker,
.label,
.property-bar span,
.model article span {
  display: block;
  color: var(--hw-primary);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.kicker {
  margin: 0 0 26px;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  color: var(--hw-green-deep);
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.96;
  font-weight: 300;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.lede {
  max-width: 760px;
  margin-top: 34px;
  color: var(--hw-green-deep);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.34;
  font-weight: 300;
}

.sublede {
  max-width: 700px;
  margin-top: 26px;
  color: #58645f;
  font-size: 19px;
  line-height: 1.62;
  font-weight: 400;
}

.flow-panel {
  align-self: stretch;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  background: var(--hw-primary);
  color: var(--hw-offwhite);
  box-shadow: 0 28px 70px rgba(14, 30, 25, 0.14);
}

.flow-panel div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 188px;
  padding: 34px;
  border-bottom: 1px solid rgba(240, 238, 233, 0.16);
}

.flow-panel div:last-child {
  border-bottom: 0;
}

.flow-panel .label {
  color: rgba(240, 238, 233, 0.72);
  margin-bottom: 16px;
}

.flow-panel strong {
  max-width: 430px;
  color: var(--hw-offwhite);
  font-size: 25px;
  line-height: 1.18;
  font-weight: 300;
}

.proof {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px 88px;
}

.property-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 30px;
  background: var(--hw-white);
  border: 1px solid var(--hw-gray-subtle);
  border-bottom: 0;
}

.property-bar strong {
  display: block;
  margin-top: 8px;
  color: var(--hw-green-deep);
  font-size: 28px;
  font-weight: 300;
}

.property-bar img {
  width: min(305px, 40vw);
  height: auto;
}

.player {
  overflow: hidden;
  background: #050807;
  border: 1px solid var(--hw-gray-subtle);
  box-shadow: 0 30px 80px rgba(14, 30, 25, 0.18);
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050807;
}

.model {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto 90px;
  padding: 0 28px;
}

.model article {
  min-height: 275px;
  padding: 34px 36px 40px;
  background: var(--hw-white);
  border: 1px solid var(--hw-gray-subtle);
  border-right: 0;
}

.model article:last-child {
  border-right: 1px solid var(--hw-gray-subtle);
}

.model h2 {
  margin-top: 42px;
  color: var(--hw-green-deep);
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.015em;
}

.model p {
  margin-top: 18px;
  color: var(--hw-gray-strong);
  font-size: 18px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    height: auto;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 22px 20px;
  }

  .nav {
    gap: 22px;
    flex-wrap: wrap;
  }

  .status {
    justify-self: start;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 68px 20px 56px;
  }

  h1 {
    font-size: clamp(48px, 12vw, 76px);
  }

  .flow-panel div {
    min-height: 150px;
  }

  .proof {
    padding: 0 20px 60px;
  }

  .property-bar {
    display: block;
    padding: 24px;
  }

  .property-bar img {
    margin-top: 26px;
    width: min(260px, 72vw);
  }

  .model {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .model article,
  .model article:last-child {
    border: 1px solid var(--hw-gray-subtle);
    border-bottom: 0;
  }

  .model article:last-child {
    border-bottom: 1px solid var(--hw-gray-subtle);
  }
}
