@font-face {
  font-family: "Bebas Neue";
  src: url("assets/fonts/bebas-neue-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

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

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

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --brand-blue: #0867ca;
  --text: #050608;
  --muted: #a7a9ae;
  --link: #76787e;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

body {
  background: #eeeceb;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
}

a {
  color: #76787e;
  text-decoration: none;
  transition: color 180ms ease;
}

a:hover {
  color: var(--brand-blue);
}

a:focus-visible {
  color: var(--brand-blue);
  outline: 2px solid var(--brand-blue);
  outline-offset: 4px;
}

.coming-soon {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background-color: #efedec;
  background-image: url("assets/images/b2bs-background-clean.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coming-soon > a:first-child {
  position: absolute;
  top: clamp(26px, 3.5vh, 54px);
  left: clamp(28px, 3vw, 58px);
  z-index: 2;
  display: block;
  width: clamp(330px, 31.5vw, 520px);
}

.coming-soon__logo {
  display: block;
  width: 100%;
  height: auto;
}

.coming-soon__content {
  position: absolute;
  top: 30.2%;
  left: clamp(28px, 3vw, 58px);
  z-index: 2;
  width: min(47vw, 790px);
}

.coming-soon__eyebrow {
  margin: 0;
  color: var(--brand-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(14px, 1.22vw, 20px);
  font-weight: 600;
  letter-spacing: 0.32em;
  line-height: 1.2;
  text-transform: uppercase;
}

.coming-soon__accent {
  display: block;
  width: clamp(44px, 3.2vw, 55px);
  height: 2px;
  margin-top: clamp(22px, 3vh, 34px);
  background: var(--brand-blue);
}

h2,
p {
  margin-top: 0;
}

h1 {
  margin-top: clamp(20px, 2.6vh, 34px);
  margin-bottom: clamp(20px, 2.6vh, 34px);
  color: #040506;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(96px, 9.7vw, 178px);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 0.82;
  text-transform: uppercase;
  white-space: nowrap;
}

h2 {
  max-width: 780px;
  margin-bottom: clamp(8px, 1vh, 12px);
  font-size: clamp(22px, 2.05vw, 34px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.coming-soon__lead {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(21px, 2vw, 33px);
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.coming-soon__side-note {
  position: absolute;
  top: 63.4%;
  left: 52.9%;
  z-index: 2;
  margin: 0;
  color: #52555b;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(10px, 0.78vw, 13px);
  letter-spacing: 0.22em;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.coming-soon__footer {
  position: absolute;
  bottom: clamp(28px, 4.6vh, 52px);
  left: clamp(28px, 3vw, 58px);
  z-index: 2;
  font-family: "IBM Plex Mono", monospace;
}

.coming-soon__copyright {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: clamp(11px, 0.94vw, 16px);
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.coming-soon__copyright strong {
  font-weight: 600;
}

.coming-soon__copyright span {
  width: 1px;
  height: 22px;
  margin: 0 28px;
  background: #76787e;
}

.coming-soon__credit {
  margin-bottom: 0;
  color: #76787e;
  font-size: clamp(10px, 0.84vw, 14px);
  letter-spacing: 0.035em;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .coming-soon > a:first-child {
    width: clamp(290px, 42vw, 430px);
  }

  .coming-soon__content {
    width: 53vw;
  }

  h1 {
    font-size: clamp(86px, 10.8vw, 120px);
  }

  .coming-soon__side-note {
    display: none;
  }
}

@media (max-width: 700px) {
  .coming-soon {
    min-height: 100vh;
    min-height: 100svh;
    background-position: 20% center;
    background-size: auto 100%;
  }

  .coming-soon::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(247, 245, 244, 0.12);
    content: "";
    pointer-events: none;
  }

  .coming-soon > a:first-child {
    top: clamp(24px, 4.2svh, 42px);
    left: 50%;
    width: calc(100% - 52px);
    max-width: 410px;
    transform: translateX(-50%);
  }

  .coming-soon__content {
    top: clamp(182px, 25svh, 235px);
    right: 26px;
    left: 26px;
    width: auto;
  }

  .coming-soon__eyebrow {
    font-size: 14px;
    letter-spacing: 0.29em;
  }

  .coming-soon__accent {
    width: 46px;
    margin-top: 20px;
  }

  h1 {
    width: min-content;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 24px;
    font-size: clamp(72px, 22vw, 100px);
    letter-spacing: -0.01em;
    line-height: 0.82;
    white-space: normal;
  }

  h2 {
    max-width: 410px;
    margin-bottom: 9px;
    font-size: clamp(20px, 5.2vw, 25px);
    letter-spacing: -0.045em;
    line-height: 1.04;
  }

  .coming-soon__lead {
    font-size: clamp(18px, 4.6vw, 22px);
    letter-spacing: -0.03em;
  }

  .coming-soon__footer {
    right: 26px;
    bottom: max(24px, env(safe-area-inset-bottom));
    left: 26px;
  }

  .coming-soon__copyright {
    display: grid;
    grid-template-columns: max-content 1px;
    gap: 7px 16px;
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.075em;
  }

  .coming-soon__copyright strong {
    grid-column: 1;
    grid-row: 1;
  }

  .coming-soon__copyright span {
    grid-column: 2;
    grid-row: 1;
    width: 1px;
    height: 20px;
    margin: 0;
    background: #ede8e8;
  }


  .coming-soon__copyright span + * {
    grid-column: 1 / -1;
  }

  .coming-soon__credit {
    font-size: 10px;
    line-height: 1.4;
  }
}

@media (max-width: 700px) and (max-height: 760px) {
  .coming-soon > a:first-child {
    top: 22px;
    width: min(330px, calc(100% - 48px));
  }

  .coming-soon__content {
    top: 142px;
  }

  .coming-soon__accent {
    margin-top: 14px;
  }

  h1 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: clamp(84px, 25vw, 100px);

  }

  h2 {
    font-size: clamp(18px, 4.8vw, 22px);
  }

  .coming-soon__lead {
    font-size: 17px;
  }

  .coming-soon__footer {
    bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
