:root {
  --navy-950: #031624;
  --text: #f6f3ee;
  --accent: #dc7542;
  --line: rgba(255, 255, 255, 0.15);
  --page: #f3f1ec;
  --ink: #111820;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

/*
  The hero is a 3:1 banner, not a full-screen section.
  Container units make the text, spacing and decorations scale together
  when the browser window or zoom level changes.
*/
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  min-height: 390px;
  max-height: 720px;
  overflow: hidden;
  isolation: isolate;
  container-type: inline-size;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 8%, rgba(74, 131, 193, 0.48), transparent 34%),
    radial-gradient(circle at 47% 54%, rgba(22, 86, 130, 0.33), transparent 44%),
    linear-gradient(118deg, var(--navy-950) 0%, #06243a 42%, #0b3552 73%, #071c2d 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 3cqw 3cqw;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 5.2cqw 8.9cqw 4.8cqw;
}

.hero__identity {
  display: flex;
  align-items: center;
  gap: 0.65em;
}

.hero__name {
  display: block;
  width: fit-content;
  text-decoration: none;
  font-size: clamp(0.85rem, 1.45cqw, 1.4rem);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.hero__linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(20px, 1.9cqw, 30px);
  height: clamp(20px, 1.9cqw, 30px);
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--text);
  opacity: 0.75;
  transition: opacity 160ms ease, background 160ms ease, border-color 160ms ease;
  flex-shrink: 0;
}

.hero__linkedin:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
}

.hero__linkedin svg {
  width: 55%;
  height: 55%;
}

.hero__copy {
  margin-top: 3.2cqw;
  max-width: 86cqw;
}

.hero h1 {
  margin: 0;
  font-size: clamp(1.9rem, 5.05cqw, 4.6rem);
  line-height: 0.99;
  letter-spacing: -0.071em;
  font-weight: 700;
}

.hero__subtitle {
  margin: 2.25cqw 0 0;
  display: flex;
  align-items: baseline;
  gap: 0.28em;
  font-size: clamp(1.3rem, 3.05cqw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.hero__renard {
  color: var(--accent);
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: -0.025em;
  transition: opacity 180ms ease;
}

.hero__renard:hover {
  opacity: 0.82;
}

.hero__links {
  margin-top: 3.35cqw;
  display: flex;
  align-items: center;
  gap: 2.25cqw;
  font-size: clamp(0.85rem, 1.45cqw, 1.3rem);
  font-weight: 500;
}

.hero__links a {
  position: relative;
  text-decoration: none;
}

.hero__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.5cqw;
  height: 1px;
  background: currentColor;
  transition: right 180ms ease;
}

.hero__links a:hover::after {
  right: 0;
}

.hero__links span {
  color: var(--accent);
  opacity: 0.82;
}

.hero__orb {
  position: absolute;
  top: -5.2cqw;
  right: -3.5cqw;
  width: 16.5cqw;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, rgba(255,255,255,0.94), rgba(195,207,219,0.72) 26%, rgba(100,120,143,0.55) 58%, rgba(41,59,78,0.4) 100%);
  box-shadow:
    -2.2cqw 2.6cqw 5.5cqw rgba(0, 0, 0, 0.28),
    0 0 6cqw rgba(163, 193, 221, 0.14);
  opacity: 0.88;
}

.hero__arc {
  position: absolute;
  left: -15cqw;
  bottom: -25cqw;
  width: 34cqw;
  aspect-ratio: 1;
  border: 0.2cqw solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 0 2.5cqw rgba(255, 255, 255, 0.05);
}

.hero__glow {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  filter: blur(2.1cqw);
}

.hero__glow--top {
  top: -18%;
  left: 31%;
  width: 44cqw;
  height: 40cqw;
  border-radius: 50%;
  background: rgba(80, 140, 205, 0.19);
}

.hero__glow--middle {
  right: 5%;
  bottom: 4%;
  width: 40cqw;
  height: 28cqw;
  border-radius: 50%;
  background: rgba(10, 85, 132, 0.17);
}

.articles {
  padding: clamp(72px, 8vw, 120px) 0;
}

.articles__inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 40px;
  color: #6c737a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-row {
  position: relative;
  padding: 32px 0;
  border-top: 1px solid rgba(17, 24, 32, 0.16);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
  transition: opacity 160ms ease;
}

.article-row:last-child {
  border-bottom: 1px solid rgba(17, 24, 32, 0.16);
}

.article-row:has(.article-row__link):hover {
  opacity: 0.82;
}

.article-row__meta {
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.article-row__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(220, 117, 66, 0.4);
  color: var(--accent);
  flex-shrink: 0;
}

.article-row__linkedin:hover {
  background: rgba(220, 117, 66, 0.12);
}

.article-row__linkedin svg {
  width: 10px;
  height: 10px;
}

.article-row h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.article-row p {
  margin: 10px 0 0;
  color: #5d646b;
  line-height: 1.65;
}

.article-row__link {
  white-space: nowrap;
  text-decoration: none;
  font-weight: 600;
}

.article-row__link::before {
  content: "";
  position: absolute;
  inset: 0;
}

.article-row--soon h2,
.article-row--soon p {
  opacity: 0.55;
}

.article-row__soon {
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #90959b;
  padding: 8px 14px;
  border: 1px solid rgba(17, 24, 32, 0.16);
  border-radius: 999px;
}

@media (max-width: 760px) {
  .hero {
    aspect-ratio: auto;
    min-height: 560px;
    max-height: none;
  }

  .hero__content {
    padding: 34px 24px 42px;
  }

  .hero__name {
    font-size: 1rem;
  }

  .hero__linkedin {
    width: 22px;
    height: 22px;
  }

  .hero__copy {
    margin-top: 92px;
    max-width: none;
  }

  .hero h1 {
    font-size: clamp(3rem, 13vw, 5rem);
    line-height: 0.98;
  }

  .hero h1 br {
    display: none;
  }

  .hero__subtitle {
    margin-top: 32px;
    font-size: clamp(2.1rem, 9vw, 3.3rem);
  }

  .hero__links {
    margin-top: 54px;
    gap: 18px;
    font-size: 1rem;
  }

  .hero__orb {
    width: 185px;
    top: -70px;
    right: -70px;
  }

  .hero__arc {
    width: 430px;
    left: -325px;
    bottom: -275px;
    border-width: 2px;
  }

  .article-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .article-row__soon {
    margin-top: 4px;
  }
}

@media (max-width: 500px) {
  .articles {
    padding: clamp(56px, 14vw, 88px) 0;
  }

  .article-row {
    padding: 26px 0;
  }
}

@media (max-width: 440px) {
  .hero__links span {
    display: none;
  }

  .hero__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__copy {
    animation: reveal 650ms cubic-bezier(.2,.8,.2,1) both;
  }

  @keyframes reveal {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
