html {
  background: #f5f4f0;
  color: #161616;
}

body {
  margin: 0;
  background: #f5f4f0;
  color: #161616;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

flutter-view,
flt-glass-pane {
  position: fixed;
  inset: 0;
  background: #f5f4f0;
}

a {
  color: #2058e8;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #2058e8;
  outline-offset: 3px;
}

body > .top {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 24px 0;
}

#resume-static {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

.top {
  display: flex;
  align-items: flex-end;
  gap: 16px 24px;
  flex-wrap: wrap;
  border-bottom: 1px solid #161616;
  padding-bottom: 14px;
  margin-bottom: 36px;
}

.wordmark {
  color: #161616;
  text-decoration: none;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.under-mark {
  margin: 0;
  font-size: 13px;
}

.sections {
  margin-left: auto;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.sections a,
.sections button,
.index button {
  color: #161616;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
}

.sections a,
.sections button {
  font-size: 14.5px;
}

h1 {
  margin: 0;
  font-size: clamp(64px, 10vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.lead {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.accent {
  color: #2058e8;
}

#about > p {
  max-width: none;
}

.hero-points {
  margin: 16px 0;
}

.metrics {
  width: min(640px, 100%);
  border-collapse: collapse;
  margin-top: 28px;
}

.metrics th,
.metrics td {
  border-top: 1px solid #161616;
  text-align: left;
  font-weight: 400;
  padding: 14px 0;
}

.metrics tr:last-child th,
.metrics tr:last-child td {
  border-bottom: 1px solid #161616;
}

.metrics th {
  font-size: 22px;
  font-weight: 900;
  width: 46%;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 56px 0 16px;
}

.kicker i {
  width: 10px;
  height: 10px;
  background: #fb8e0f;
  display: inline-block;
}

.index {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.index button {
  font-size: 17px;
  text-decoration: underline;
}

h2,
h3 {
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.employer {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #161616;
}

.employer h2 {
  font-size: 22px;
  letter-spacing: -0.02em;
}

h2 .num,
h3 .num {
  color: #2058e8;
}

.index-co {
  flex-basis: 100%;
  font-weight: 900;
  text-decoration: none;
}

.meta.kind {
  color: #2058e8;
  font-weight: 700;
}

.facts strong {
  font-weight: 700;
}

.meta {
  margin-top: 0;
}

.facts {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  max-width: 720px;
}

.facts li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 18px;
}

.facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 1px;
  background: #161616;
}

.facts img {
  display: block;
  width: 160px;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  border: 1px solid #161616;
}

section section p,
#skills p,
#education p,
#contact p {
  max-width: 720px;
}

.shot {
  margin: 14px 0 0;
}

.shot a {
  position: relative;
  display: inline-block;
  max-width: 360px;
  border: 1px solid #161616;
  line-height: 0;
}

.shot a::after {
  content: attr(data-open);
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 5px 8px;
  background: #161616;
  color: #f5f4f0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
}

.shot a:hover::after,
.shot a:focus-visible::after {
  opacity: 1;
}

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

.chips,
.links,
.schools {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.chips li {
  border: 1px solid #2058e8;
  color: #2058e8;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color 120ms linear, color 120ms linear;
}

.chips li:hover {
  background: #2058e8;
  color: #f5f4f0;
}

.stores {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stores li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  border: 1px solid #161616;
  padding: 6px 8px 6px 12px;
}

.stores li span {
  font-size: 14px;
  font-weight: 700;
}

.stores a {
  position: relative;
  display: inline-flex;
  line-height: 0;
}

.stores img {
  width: 22px;
  height: 22px;
  display: block;
}

.stores a::after {
  content: attr(data-open);
  position: absolute;
  left: 0;
  bottom: calc(100% + 6px);
  width: max-content;
  max-width: 240px;
  padding: 5px 8px;
  background: #161616;
  color: #f5f4f0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
}

.stores a:hover::after,
.stores a:focus-visible::after {
  opacity: 1;
}

.miss {
  min-height: 100vh;
  padding: 28px 24px 80px;
  max-width: 1080px;
  margin: 0 auto;
}

.miss .top,
body:has(.miss) .top {
  border-bottom: 0;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin: 12vh 0 0;
}

.giant {
  display: flex;
  align-items: center;
  gap: 0.04em;
  margin: 0;
  font-size: clamp(120px, 28vw, 320px);
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.zero {
  width: 0.62em;
  height: 0.72em;
  background: #2058e8;
  display: inline-block;
}

.ko-line {
  font-size: 18px;
}

.homes {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.homes a {
  color: #161616;
}

@media (max-width: 720px) {
  .sections {
    margin-left: 0;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

@media print {
  @font-face {
    font-family: Pretendard;
    src: url("/fonts/Pretendard-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

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

  @font-face {
    font-family: Pretendard;
    src: url("/fonts/Pretendard-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  body {
    font-family: Pretendard, sans-serif;
  }

  flutter-view,
  flt-glass-pane,
  flt-scene-host {
    display: none !important;
  }

  #resume-static {
    position: static;
    width: auto;
    height: auto;
    max-width: 1080px;
    margin: 0 auto;
    padding: 28px 24px 80px;
    overflow: visible;
    clip: auto;
    clip-path: none;
    display: block !important;
    visibility: visible !important;
  }
}
