@font-face {
  font-family: "Neue Haas Display";
  src: url("../fonts/NeueHaasDisplay-Roman.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

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

@font-face {
  font-family: "Neue Haas Text";
  src: url("../fonts/NeueHaasText-Roman.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Text";
  src: url("../fonts/NeueHaasText-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --color-ink: #00152d;
  --color-orange: #ff5a00;
  --color-paper: #f2f2f0;
  --color-white: #ffffff;
  --color-muted: #5d6671;
  --color-line: rgba(0, 21, 45, 0.18);
  --color-line-light: rgba(242, 242, 240, 0.24);
  --font-display: "Neue Haas Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Neue Haas Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 6rem;
  --space-9: 8rem;
  --page-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --content-max: 88rem;
  --reading-max: 46rem;
  --radius: 0;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 20rem;
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:focus-visible {
  outline: 3px solid var(--color-orange);
  outline-offset: 5px;
}

::selection {
  background: var(--color-orange);
  color: var(--color-ink);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: var(--space-3);
  left: var(--space-3);
  padding: 0.65rem 0.9rem;
  background: var(--color-orange);
  color: var(--color-ink);
  font-weight: 500;
  transform: translateY(-160%);
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, var(--content-max));
  min-height: 5.25rem;
  margin: 0 auto;
  padding: 0 var(--page-gutter);
  border-bottom: 1px solid var(--color-line);
}

.site-header--overlay {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  width: 100%;
  border-color: var(--color-line-light);
  color: var(--color-paper);
}

.brand-link,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-link img,
.footer-brand img {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
  transition: transform 220ms var(--ease-out);
  transform-origin: center;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding-bottom: 0.15rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 200ms var(--ease-out);
}

.text-link--light {
  color: var(--color-paper);
}

.eyebrow {
  margin-bottom: var(--space-4);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-5);
  padding: var(--space-7) var(--page-gutter);
  background: var(--color-ink);
  color: var(--color-paper);
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--space-2) var(--space-5);
  color: rgba(242, 242, 240, 0.72);
  font-size: 0.82rem;
}

.site-placeholder {
  min-height: 100dvh;
  overflow-x: hidden;
  background: var(--color-ink);
  color: var(--color-paper);
}

.placeholder-main {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100dvh;
  padding: 9rem var(--page-gutter) 7rem;
  overflow: hidden;
}

.placeholder-main::before {
  position: absolute;
  inset: auto -15% -45% auto;
  width: min(65rem, 100vw);
  aspect-ratio: 1;
  background: var(--color-orange);
  content: "";
  filter: blur(9rem);
  opacity: 0.32;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.placeholder-mark {
  position: absolute;
  top: 50%;
  right: clamp(-4rem, 2vw, 2rem);
  width: clamp(18rem, 46vw, 44rem);
  opacity: 0.055;
  transform: translateY(-50%);
}

.placeholder-content {
  position: relative;
  z-index: 1;
  width: min(100%, 58rem);
}

.placeholder-content h1 {
  max-width: 10ch;
  margin-bottom: var(--space-5);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.placeholder-copy {
  max-width: 35rem;
  margin-bottom: var(--space-5);
  color: rgba(242, 242, 240, 0.75);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.placeholder-footer {
  position: absolute;
  z-index: 2;
  right: var(--page-gutter);
  bottom: var(--space-4);
  left: var(--page-gutter);
  display: flex;
  justify-content: space-between;
  color: rgba(242, 242, 240, 0.55);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intro-item {
  opacity: 0;
  transform: translateY(0.8rem);
  animation: intro-reveal 680ms var(--ease-out) forwards;
}

.intro-item:nth-child(1) {
  animation-delay: 80ms;
}

.intro-item:nth-child(2) {
  animation-delay: 130ms;
}

.intro-item:nth-child(3) {
  animation-delay: 180ms;
}

.intro-item:nth-child(4) {
  animation-delay: 230ms;
}

@keyframes intro-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .brand-link:hover img,
  .footer-brand:hover img {
    transform: translateY(-0.14rem);
  }

  .text-link:hover::after {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.brand-link:active img,
.footer-brand:active img,
.text-link:active {
  transform: scale(0.97);
}

@media (max-width: 48rem) {
  .site-header {
    min-height: 4.5rem;
  }

  .header-link {
    font-size: 0.85rem;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-meta {
    justify-content: flex-start;
  }

  .placeholder-main {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .placeholder-content h1 {
    line-height: 0.88;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .intro-item {
    opacity: 1;
    transform: none;
  }
}
