:root {
  --black: #020202;
  --ink: #111;
  --muted: #5a5a5a;
  --line: #d8d8d8;
  --soft: #f3f3f1;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 48px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.9);
}

.brand {
  display: inline-flex;
  width: 245px;
  min-width: 245px;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
  font-size: 13px;
}

.nav a {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.nav a:hover,
.nav a.active {
  border-bottom-color: currentColor;
}

.hero,
.page-hero {
  position: relative;
  min-height: 552px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 145px 24px 72px;
  color: var(--white);
  text-align: center;
  background: var(--black);
}

.page-hero {
  min-height: 470px;
}

.hero video,
.page-hero video,
.video-band video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
}

.hero::after,
.page-hero::after,
.video-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.hero-content,
.page-hero-content,
.video-band-content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 650px;
  margin: 160px auto 0;
  font-size: 25px;
  line-height: 1.26;
  font-weight: 900;
}

.page-hero h1 {
  max-width: 900px;
  margin: 70px auto 12px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.03;
  font-weight: 900;
}

.page-hero p {
  max-width: 740px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.55;
}

.section {
  padding: 74px 24px;
}

.section.narrow {
  padding-top: 44px;
}

.section h2 {
  margin: 0 0 42px;
  text-align: center;
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1.05;
  font-weight: 900;
}

.underlined {
  text-decoration: underline;
  text-underline-offset: 7px;
}

.intro {
  padding: 28px 24px 74px;
  text-align: center;
}

.intro .eyebrow {
  margin: 0;
  font-size: 31px;
  font-weight: 900;
}

.intro h2 {
  max-width: 960px;
  margin: 0 auto 40px;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1.02;
  font-weight: 900;
}

.text-grid,
.asset-grid,
.people-grid,
.article-grid,
.app-grid,
.case-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 36px;
}

.text-grid {
  grid-template-columns: repeat(3, 1fr);
}

.text-block {
  min-height: 215px;
  padding: 52px 48px;
  display: flex;
  align-items: center;
  background: var(--soft);
  font-size: 17px;
  line-height: 1.52;
}

.feature-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr 1fr;
  gap: 48px;
  align-items: center;
}

.feature-grid img,
.wide-photo,
.asset-card img,
.case-card img,
.app-card img {
  width: 100%;
  height: 252px;
  object-fit: cover;
}

.steps {
  display: grid;
  gap: 24px;
  text-align: center;
}

.steps h3,
.philosophy-list h3,
.asset-card h3,
.case-card h3,
.app-card h3 {
  margin: 0 0 7px;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 900;
}

.steps p,
.philosophy-list p,
.asset-card p,
.case-card p,
.app-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.philosophy-wrap,
.credit-wrap,
.register-wrap,
.split-wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.philosophy-list {
  display: grid;
  gap: 32px;
  text-align: center;
}

.credit {
  background: #f8f8f6;
}

.credit-stat {
  min-height: 380px;
  padding: 36px;
  display: grid;
  align-content: end;
  color: var(--white);
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7)),
    url("media/image-05-7df76468.jpg") center/cover;
}

.credit-stat strong {
  font-size: 74px;
  line-height: 1;
}

.credit-copy h2,
.register h2,
.split-copy h2 {
  margin-bottom: 22px;
  text-align: left;
}

.credit-copy p,
.register p,
.split-copy p,
.article-body p,
.article-body li {
  color: #292929;
  font-size: 17px;
  line-height: 1.68;
}

.signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
  font-weight: 900;
}

.signals span {
  padding: 15px 16px;
  border: 1px solid var(--line);
  background: var(--white);
}

.asset-grid {
  grid-template-columns: repeat(3, 1fr);
}

.asset-card,
.case-card,
.app-card,
.article-card,
.person {
  background: var(--white);
}

.asset-card h3,
.asset-card p,
.case-card h3,
.case-card p,
.app-card h3,
.app-card p {
  padding-left: 4px;
  padding-right: 4px;
}

.asset-card h3,
.case-card h3,
.app-card h3 {
  margin-top: 18px;
}

.video-band {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 80px 24px;
  color: var(--white);
  text-align: center;
  background: var(--black);
}

.video-band h2 {
  max-width: 850px;
  margin: 0 auto 16px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.04;
  font-weight: 900;
}

.video-band p {
  max-width: 690px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}

.people-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.person {
  min-width: 0;
}

.person img {
  width: 100%;
  height: 520px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.person h3 {
  margin: 18px 0 4px;
  font-size: 20px;
  line-height: 1.15;
}

.person p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.person a,
.article-card a,
.text-link {
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.app-grid {
  grid-template-columns: repeat(3, 1fr);
}

.phone-row {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.phone-row img {
  width: 100%;
  height: 152px;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--line);
  background: var(--soft);
}

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

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

.article-card {
  padding: 36px;
  border-top: 1px solid var(--line);
}

.article-card time {
  color: var(--muted);
  font-size: 13px;
}

.article-card h2 {
  margin: 12px 0 12px;
  text-align: left;
  font-size: 28px;
  line-height: 1.12;
}

.article-card p {
  color: #333;
  font-size: 16px;
  line-height: 1.58;
}

.article-body {
  max-width: 900px;
  margin: 0 auto;
}

.article-body h2 {
  margin-top: 48px;
  text-align: left;
  font-size: 34px;
}

.register {
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.92)),
    url("media/image-06-2a847c65.jpg") center/cover;
}

form {
  display: grid;
  gap: 14px;
}

input,
textarea,
button {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  padding: 15px 16px;
  background: var(--white);
  font: inherit;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

button,
.button-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--black);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
}

.notice {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 24px 58px;
  color: #2a2a2a;
  font-size: 12px;
  line-height: 1.55;
}

.notice code {
  display: block;
  margin-bottom: 26px;
  padding: 20px;
  background: #eeeeec;
  color: #111;
  white-space: normal;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.55;
}

.site-footer {
  padding: 48px 24px;
  color: var(--white);
  background: var(--black);
}

.footer-wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.site-footer h3 {
  margin: 0 0 16px;
  font-size: 17px;
}

.site-footer p {
  margin: 0;
  color: #d9d9d9;
  line-height: 1.7;
  font-size: 14px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.34);
}

.modal[hidden] {
  display: none;
}

.modal-panel {
  width: min(620px, 100%);
  padding: 68px 70px;
  text-align: center;
  background: var(--white);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.16);
}

.modal-panel h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.modal-panel p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.5;
}

.modal-panel ul {
  display: inline-block;
  margin: 0 0 24px;
  padding-left: 24px;
  text-align: left;
  line-height: 1.65;
  font-size: 18px;
}

.close-modal {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid #222;
  color: #171733;
  background: transparent;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 950px) {
  .site-header {
    padding: 18px 22px;
    align-items: flex-start;
  }

  .nav {
    gap: 13px;
    font-size: 12px;
  }

  .text-grid,
  .feature-grid,
  .philosophy-wrap,
  .credit-wrap,
  .asset-grid,
  .people-grid,
  .register-wrap,
  .split-wrap,
  .app-grid,
  .case-grid,
  .article-grid,
  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .phone-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .site-header {
    position: absolute;
    display: grid;
  }

  .brand {
    width: min(245px, calc(100vw - 44px));
    min-width: 0;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero h1 {
    margin-top: 120px;
  }

  .intro .eyebrow {
    font-size: 25px;
  }

  .intro h2 {
    font-size: 40px;
  }

  .page-hero h1 {
    margin-top: 110px;
  }

  .text-block {
    padding: 34px 28px;
  }

  .signals,
  .phone-row {
    grid-template-columns: 1fr;
  }

  .person img {
    height: 460px;
  }

  .phone-row img {
    height: 210px;
  }

  .modal-panel {
    padding: 52px 26px;
  }
}
