:root {
  --hublot-black: #050505;
  --hublot-charcoal: #151515;
  --hublot-graphite: #242424;
  --hublot-paper: #f4f4f0;
  --hublot-white: #ffffff;
  --hublot-steel: #a5a5a2;
  --hublot-red: #ef2b2d;
  --hublot-display: "Clash Display", "Arial Narrow", sans-serif;
}

body.hublot-body {
  background: var(--hublot-black);
  color: var(--hublot-white);
}

.hublot-body .nudge-nav,
.hublot-body .nudge-nav a {
  color: #111;
}

.hublot-body .nudge-canvas-top {
  background: #fff;
}

.hublot-wrap {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.hublot-hero {
  padding: 74px 0 34px;
  background: var(--hublot-black);
  overflow: hidden;
}

.hublot-hero-meta,
.hublot-section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font: 10px/1.2 "DM Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hublot-hero-meta {
  padding-bottom: 18px;
  color: #a8a8a8;
  border-bottom: 1px solid #303030;
}

.hublot-hero-copy {
  display: grid;
  grid-template-columns: 0.75fr 2fr 1.05fr;
  align-items: end;
  gap: 42px;
  padding: 54px 0 60px;
}

.hublot-kicker {
  margin: 0;
  color: var(--hublot-red);
  font: 10px/1.6 "DM Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hublot-hero h1,
.hublot-overview h2,
.hublot-funnel h2,
.hublot-journey h2,
.hublot-modules h2,
.hublot-system h2,
.hublot-operations h2,
.hublot-contribution h2 {
  margin: 0;
  font-family: var(--hublot-display);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.hublot-hero h1 {
  font-size: clamp(64px, 9vw, 126px);
  line-height: 0.82;
  text-transform: uppercase;
}

.hublot-hero h1 em {
  color: var(--hublot-red);
  font-style: normal;
}

.hublot-lede {
  margin: 0 0 28px;
  color: #c9c9c6;
  font-size: 18px;
  line-height: 1.55;
}

.hublot-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

body.nudge .hublot-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 224px;
  padding: 12px 14px;
  color: #fff;
  border: 1px solid #414141;
  font: 11px/1.2 "DM Mono", monospace;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease;
}

body.nudge .hublot-hero-actions a:first-child {
  color: #050505;
  background: var(--hublot-red);
  border-color: var(--hublot-red);
}

body.nudge .hublot-hero-actions a:hover {
  background: #fff;
  border-color: #fff;
  color: #050505;
}

.hublot-cover {
  position: relative;
  margin: 0;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}

.hublot-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(239, 43, 45, 0.08), transparent 35%);
  mix-blend-mode: screen;
}

.hublot-cover img {
  width: 100%;
  aspect-ratio: 1.63 / 1;
  object-fit: cover;
}

.hublot-cover figcaption,
.hublot-flow figcaption,
.hublot-interface-preview figcaption {
  padding: 13px 0;
  color: #92928f;
  font: 10px/1.4 "DM Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hublot-time-rail {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding-top: 24px;
  color: #696969;
  font: 9px/1 "DM Mono", monospace;
  letter-spacing: 0.1em;
}

.hublot-time-rail i {
  position: relative;
  display: block;
  height: 13px;
  background: repeating-linear-gradient(90deg, #454545 0 1px, transparent 1px 26px);
}

.hublot-time-rail i::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 62%;
  width: 3px;
  height: 19px;
  background: var(--hublot-red);
  box-shadow: 0 0 18px rgba(239, 43, 45, 0.7);
}

.hublot-overview,
.hublot-journey,
.hublot-modules,
.hublot-operations,
.hublot-next,
.hublot-footer {
  color: #101010;
  background: var(--hublot-paper);
}

.hublot-overview,
.hublot-journey,
.hublot-modules,
.hublot-funnel,
.hublot-system,
.hublot-operations,
.hublot-contribution {
  padding-block: 120px;
}

.hublot-section-label {
  justify-content: flex-start;
  margin-bottom: 58px;
  color: #6d6d69;
}

.hublot-section-label span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #111;
  border-radius: 50%;
}

.hublot-section-label--light {
  color: #8f8f8d;
}

.hublot-section-label--light span {
  color: #080808;
  background: var(--hublot-red);
}

.hublot-overview-grid,
.hublot-split-heading,
.hublot-funnel-head,
.hublot-system-head,
.hublot-contribution-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 110px;
}

.hublot-overview h2,
.hublot-funnel h2,
.hublot-journey h2,
.hublot-modules h2,
.hublot-system h2,
.hublot-contribution h2 {
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 0.98;
}

.hublot-overview-copy p,
.hublot-split-heading p,
.hublot-funnel-head > p,
.hublot-system-head > p,
.hublot-contribution-grid > div:last-child > p {
  margin: 0;
  color: #565651;
  font-size: 18px;
  line-height: 1.65;
}

.hublot-overview-copy p + p {
  margin-top: 20px;
}

.hublot-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 80px 0 0;
  border-top: 1px solid #bdbdb7;
  border-bottom: 1px solid #bdbdb7;
}

.hublot-facts div {
  min-height: 138px;
  padding: 24px;
  border-right: 1px solid #bdbdb7;
}

.hublot-facts div:last-child {
  border-right: 0;
}

.hublot-facts dt {
  color: #777772;
  font: 10px/1.2 "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hublot-facts dd {
  margin: 34px 0 0;
  font-family: var(--hublot-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.hublot-funnel,
.hublot-system,
.hublot-contribution {
  background: var(--hublot-black);
}

.hublot-funnel-head > p,
.hublot-system-head > p,
.hublot-contribution-grid > div:last-child > p {
  color: #adada9;
}

.hublot-funnel-steps,
.hublot-system-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}

.hublot-funnel-steps article,
.hublot-system-principles article {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid #303030;
}

.hublot-funnel-steps article:last-child,
.hublot-system-principles article:last-child {
  border-right: 0;
}

.hublot-funnel-steps article > span,
.hublot-system-principles article > span {
  color: var(--hublot-red);
  font: 10px/1.2 "DM Mono", monospace;
}

.hublot-funnel-steps h3,
.hublot-system-principles h3 {
  margin: 60px 0 10px;
  font-family: var(--hublot-display);
  font-size: 28px;
}

.hublot-funnel-steps p,
.hublot-system-principles p {
  margin: 0;
  color: #92928f;
  line-height: 1.55;
}

.hublot-interface-preview {
  margin: 72px 0 0;
}

.hublot-interface-preview img {
  width: 100%;
  background: #202020;
}

.hublot-interface-preview figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #303030;
}

.hublot-interface-preview figcaption span {
  color: var(--hublot-red);
}

.hublot-journey {
  border-bottom: 1px solid #d2d2cc;
}

.hublot-flow {
  margin: 78px 0 0;
}

.hublot-flow img {
  width: 100%;
  background: #111;
}

.hublot-flow figcaption {
  color: #6e6e69;
  border-bottom: 1px solid #bdbdb7;
}

.hublot-modules {
  background: #deded8;
}

.hublot-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
  margin-top: 78px;
}

.hublot-module-grid figure {
  margin: 0;
  background: #101010;
  border: 1px solid #b8b8b1;
  overflow: hidden;
}

.hublot-module-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.67 / 1;
  object-fit: cover;
  object-position: top;
}

.hublot-module-grid figcaption {
  padding: 11px 12px;
  color: #d5d5d2;
  border-top: 1px solid #303030;
  font: 9px/1.3 "DM Mono", monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hublot-module-wide {
  grid-column: span 2;
}

.hublot-module-grid .hublot-module-wide img {
  aspect-ratio: 16 / 9;
}

.hublot-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 78px;
}

.hublot-guide-grid figure {
  margin: 0;
  background: #111;
  border: 1px solid #303030;
}

.hublot-guide-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hublot-guide-grid figcaption {
  padding: 12px 14px;
  color: #898986;
  border-top: 1px solid #303030;
  font: 9px/1.3 "DM Mono", monospace;
  text-transform: uppercase;
}

.hublot-system-principles {
  margin-top: 54px;
}

.hublot-operations {
  padding-block: 0;
}

.hublot-operations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hublot-operations article {
  position: relative;
  min-height: 520px;
  padding: 74px 70px;
  border-left: 1px solid #c5c5bf;
}

.hublot-operations article:last-child {
  color: #fff;
  background: var(--hublot-red);
  border-left: 0;
}

.hublot-operation-number {
  position: absolute;
  top: 24px;
  right: 26px;
  font: 10px/1.2 "DM Mono", monospace;
}

.hublot-operations h2 {
  margin: 42px 0 26px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
}

.hublot-operations article > p:last-child {
  max-width: 520px;
  margin: 0;
  color: #5c5c57;
  font-size: 17px;
  line-height: 1.65;
}

.hublot-operations article:last-child .hublot-kicker,
.hublot-operations article:last-child > p:last-child {
  color: #180101;
}

.hublot-contribution-grid ul {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #343434;
}

.hublot-contribution-grid li {
  padding: 16px 0 16px 24px;
  color: #d0d0cd;
  border-bottom: 1px solid #343434;
  position: relative;
}

.hublot-contribution-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 7px;
  height: 7px;
  background: var(--hublot-red);
}

.hublot-next {
  padding-block: 110px;
}

.hublot-next > p {
  margin: 0 0 22px;
  color: #777772;
  font: 10px/1.2 "DM Mono", monospace;
  text-transform: uppercase;
}

body.nudge .hublot-next a {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 30px 0;
  color: #111;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.hublot-next a span {
  font-family: var(--hublot-display);
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.hublot-next a small {
  color: #666661;
}

.hublot-next a b {
  color: var(--hublot-red);
  font-size: 32px;
}

.hublot-footer {
  padding-bottom: 40px;
}

.hublot-footer p {
  margin: 0;
  padding-top: 24px;
  color: #777772;
  border-top: 1px solid #cacac4;
  font-size: 12px;
}

@media (max-width: 980px) {
  .hublot-hero-copy {
    grid-template-columns: 1fr 2fr;
  }

  .hublot-lede,
  .hublot-hero-actions {
    grid-column: 2;
  }

  .hublot-overview-grid,
  .hublot-split-heading,
  .hublot-funnel-head,
  .hublot-system-head,
  .hublot-contribution-grid {
    gap: 54px;
  }

  .hublot-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hublot-facts div:nth-child(2) {
    border-right: 0;
  }

  .hublot-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid #bdbdb7;
  }

  .hublot-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hublot-operations article {
    padding-inline: 44px;
  }
}

@media (max-width: 720px) {
  .hublot-wrap {
    width: min(100% - 28px, 1240px);
  }

  .hublot-hero {
    padding-top: 48px;
  }

  .hublot-hero-meta span:last-child {
    display: none;
  }

  .hublot-hero-copy,
  .hublot-overview-grid,
  .hublot-split-heading,
  .hublot-funnel-head,
  .hublot-system-head,
  .hublot-contribution-grid,
  .hublot-operations-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hublot-hero-copy {
    padding: 42px 0;
  }

  .hublot-lede,
  .hublot-hero-actions {
    grid-column: auto;
  }

  .hublot-hero h1 {
    font-size: clamp(58px, 19vw, 90px);
  }

  .hublot-cover img {
    min-height: 330px;
    object-position: 62% center;
  }

  .hublot-overview,
  .hublot-journey,
  .hublot-modules,
  .hublot-funnel,
  .hublot-system,
  .hublot-operations,
  .hublot-contribution {
    padding-block: 82px;
  }

  .hublot-section-label {
    margin-bottom: 42px;
  }

  .hublot-overview h2,
  .hublot-funnel h2,
  .hublot-journey h2,
  .hublot-modules h2,
  .hublot-system h2,
  .hublot-contribution h2 {
    font-size: clamp(40px, 12vw, 62px);
  }

  .hublot-facts,
  .hublot-funnel-steps,
  .hublot-system-principles,
  .hublot-module-grid,
  .hublot-guide-grid {
    grid-template-columns: 1fr;
  }

  .hublot-facts div {
    min-height: 116px;
    border-right: 0;
    border-bottom: 1px solid #bdbdb7;
  }

  .hublot-facts div:last-child {
    border-bottom: 0;
  }

  .hublot-funnel-steps article,
  .hublot-system-principles article {
    border-right: 0;
    border-bottom: 1px solid #303030;
  }

  .hublot-funnel-steps article:last-child,
  .hublot-system-principles article:last-child {
    border-bottom: 0;
  }

  .hublot-interface-preview figcaption {
    display: block;
  }

  .hublot-interface-preview figcaption span {
    display: block;
    margin-bottom: 7px;
  }

  .hublot-module-wide {
    grid-column: auto;
  }

  .hublot-operations-grid {
    width: 100%;
  }

  .hublot-operations article {
    min-height: 450px;
    padding: 68px 28px 50px;
    border-left: 0;
    border-top: 1px solid #c5c5bf;
  }

  body.nudge .hublot-next a {
    grid-template-columns: 1fr auto;
  }

  .hublot-next a small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hublot-body * {
    scroll-behavior: auto !important;
  }
}
