/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ── Base ── */
body {
  font-family: "JetBrains Mono", "Cascadia Code", monospace;
  background-color: #0b0b0b;
  background-image: radial-gradient(circle, #161616 1px, transparent 1px);
  background-size: 28px 28px;
  color: #999;
}

/* ── Top bar ── */
.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 36px;
  gap: 36px;
  z-index: 100;
  background: transparent;
  margin-left: 140px;
  /* background: rgba(11, 11, 11, 0.97); */
  /* border-bottom: 1px solid #111; */
}
.top a {
  font-size: 18px;
    font-weight: 600;
  color: #444;
  text-decoration: none;
  letter-spacing: -0.08em;
  font-family: inherit;
  transition: color 0.15s;
  margin-top: 75px;
}
.top a:hover {
  color: #999;
}
.brand {
  margin-left: auto;
  margin-right: 115px;
  font-size: 54px;
  color: #dedede;
  font-weight: 900;
  letter-spacing: -0.08em;
}

/* ── Main layout ── */
.main {
  position: fixed;
  top: 0;
  /* bottom: 44px; */
  /* top: 52px; */
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  overflow: hidden;
}

/*
  COLUMN STRUCTURE — each "slot" is split into two halves with a
  standalone .vline div between them:

      [.vside-label]   [.vline]   [.vside-text]
       label (top)       │         big text (bottom)
                         │
       The gap between text and the line is controlled by
       padding-right on .vside-label and padding-left on .vside-text.

  To move big text UP  → increase padding-bottom on that .vside-text
  To move big text DOWN → decrease padding-bottom on that .vside-text
*/

/* LEFT half — label sits to the left of the line */
.vside-label {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;    /* pushes text rightward, toward the line */
  overflow: hidden;
  padding: 24px 8px 0 4px; /* right padding = gap to the line */
  margin-left: 62px;
}

/* the actual vertical line */
.vline {
  width: 0.8px;
  flex-shrink: 0;
  background: #1c1c1c;
}

/* RIGHT half — big text sits to the right of the line */
.vside-text {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;  /* pushes text leftward, toward the line */
  overflow: hidden;
  padding: 24px 4px 0 8px; /* left padding = gap from the line */
}

/* small label — floats to top via space-between */
.vl {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
  font-weight: 1000;
  color: #444;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  user-select: none;
}

/* big text — floats to bottom via space-between */
.vb {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 45px;
  font-weight: 1000;
  color: #1e1e1e;
  letter-spacing: -0.1em;
  line-height: 0.88;
  text-transform: uppercase;
  user-select: none;
}

/* ── Center: resume card ── */
.center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.card {
  width: 376px;
  height: 524px;
  background: #333;
  border-radius: 2px;
  padding: 22px 26px;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 8.5px;
  line-height: 1.75;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.9);
  position: relative;
  overflow: hidden;
}
.badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #4ade80;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 2px;
  letter-spacing: 0.04em;
}
.tag {
  position: absolute;
  top: 42px;
  right: 14px;
  font-size: 8px;
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.4);
  padding: 2px 7px;
  border-radius: 2px;
}
.job-lbl {
  font-size: 7.5px;
  color: #999;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cv-name {
  font-size: 14px;
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: -0.02em;
  margin-bottom: 3px;
}
.cv-contact {
  font-size: 8px;
  color: #666;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.cv-hr {
  height: 1px;
  background: #e0e0d8;
  margin-bottom: 11px;
}
.cv-sec {
  font-size: 8px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.cv-line {
  color: #555;
  margin-bottom: 2px;
}
.cv-er {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.cv-etitle {
  color: #111;
  font-weight: 600;
}
.cv-edate {
  color: #999;
  font-weight: 400;
  margin-left: 8px;
  white-space: nowrap;
}
.cv-esub {
  color: #555;
  margin-bottom: 1.5px;
}
.fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(transparent, #333);
}
.cnote {
  position: absolute;
  bottom: 102px;
  font-size: 9px;
  color: #444;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

/* ── Right panel: pitch + CTAs ── */
.right {
  width: 398px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 34px 0 11px;
}
.ey {
  font-size: 10px;
  color: #4ade80;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
}
.hl {
  font-size: 27px;
  font-weight: 700;
  color: #dedede;
  line-height: 1.18;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}
.copy {
  font-size: 11px;
  color: #444;
  line-height: 1.85;
  margin-bottom: 26px;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 28px;
}
.step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.sn {
  font-size: 9px;
  color: #4ade80;
  min-width: 18px;
  font-weight: 600;
  padding-top: 2px;
  letter-spacing: 0.05em;
}
.st {
  font-size: 12px;
  color: #dedede;
  font-weight: 500;
}
.ss {
  font-size: 10px;
  color: #444;
  margin-top: 1px;
}
.cta {
  display: block;
  background: #4ade80;
  color: #000;
  border: none;
  border-radius: 2px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  letter-spacing: 0.02em;
  transition: background 0.12s;
}
.cta:hover {
  background: #86efac;
}
.links {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
}
.lnk {
  font-size: 11px;
  color: #444;
  text-decoration: none;
  transition: color 0.12s;
}
.lnk:hover {
  color: #999;
}

/* ── Bottom bar ── */
.bot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 84px;
  display: flex;
  align-items: center;
  padding: 0 46px;
  /* background: rgba(11, 11, 11, 0.97); */
  background: transparent;
  margin-bottom: 20px;
    margin-left: -10px;
  /* border-top: 1px solid #111; */
}
.br-txt {
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  color: #444;
  letter-spacing: 0.05em;
}
