/* slorify.com/benjamin — founder profile */
:root {
  --bg: #070708;
  --bg-2: #0e0e10;
  --bg-3: #141418;
  --paper: #f4f0e7;
  --paper-dim: #c9c3b6;
  --muted: #8f8a82;
  --line: rgba(244,240,231,.1);
  --line-strong: rgba(244,240,231,.18);
  --accent: #e83a2c;
  --gold: #c9a36a;
  --gold-dim: #8a7048;
  --max: 1220px;
  --nav-h: 72px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Manrope, system-ui, sans-serif;
  background: var(--bg);
  color: var(--paper);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  font-size: 17px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1,h2,h3,h4 { font-family: "Plus Jakarta Sans", sans-serif; letter-spacing: -0.035em; margin: 0; line-height: .98; }
p { margin: 0; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.grain {
  pointer-events: none; position: fixed; inset: 0; z-index: 80; opacity: .07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMDAnIGhlaWdodD0nMjAwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nLjc1JyBudW1PY3RhdmVzPSc0Jy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzEwMCUnIGhlaWdodD0nMTAwJScgZmlsdGVyPSd1cmwoI24pJyBvcGFjaXR5PScuNTUnLz48L3N2Zz4=");
}

.bn-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 28px;
  background: linear-gradient(180deg, rgba(7,7,8,.9), rgba(7,7,8,.28) 80%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s;
}
.bn-nav.scrolled { background: rgba(7,7,8,.94); border-bottom-color: var(--line); }
.bn-nav .brand { display: flex; align-items: center; gap: 14px; }
.bn-nav .brand img { height: 34px; width: auto; }
.bn-nav .brand .slash { color: var(--muted); font-size: 13px; }
.bn-nav .brand .who {
  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
.bn-nav .links { display: flex; gap: 24px; align-items: center; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--paper-dim); }
.bn-nav .links a:hover { color: #fff; }
.bn-nav .cta {
  padding: 10px 16px; border: 1px solid var(--accent); background: var(--accent); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border-radius: 999px;
}
.bn-nav .cta:hover { background: #fff; color: var(--accent); border-color: #fff; }
.bn-nav .burger {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line-strong); background: rgba(255,255,255,.04); border-radius: 8px;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.bn-nav .burger span { display: block; width: 18px; height: 2px; background: #fff; }

.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1.08fr .92fr;
  align-items: end;
  padding: calc(var(--nav-h) + 8px) 0 0;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(900px 520px at 88% 28%, rgba(232,58,44,.2), transparent 62%),
    radial-gradient(700px 400px at 8% 92%, rgba(201,163,106,.09), transparent 55%);
}
.hero-copy { position: relative; z-index: 2; padding: 0 0 70px 32px; max-width: 740px; }
.kicker {
  display: flex; align-items: center; gap: 14px;
  font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 26px;
}
.kicker .num { background: var(--accent); color: #fff; padding: 4px 8px; letter-spacing: .14em; font-weight: 700; }
.kicker .rule { width: 48px; height: 1px; background: var(--gold-dim); }
.hero h1 {
  font-size: clamp(56px, 8.2vw, 112px);
  font-weight: 800;
  line-height: .86;
}
.hero h1 .last { display: block; font-style: italic; }
.hero h1 em { color: var(--accent); font-style: italic; }
.lede {
  margin-top: 28px; max-width: 540px;
  font-size: clamp(18px, 2vw, 22px); line-height: 1.45; color: var(--paper-dim);
}
.lede strong { color: #fff; font-weight: 700; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 14px;
  border: none;
}
.btn.red { background: var(--accent); color: #fff; }
.btn.red:hover { background: #fff; color: var(--accent); }
.btn.ghost { background: transparent; color: var(--paper); border: 1px solid var(--line-strong); }
.btn.ghost:hover { border-color: #fff; }
.hero-meta {
  margin-top: 46px; display: flex; gap: 32px; flex-wrap: wrap;
  font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
}
.hero-meta b { display: block; color: #fff; font-size: 13px; letter-spacing: .06em; margin-top: 6px; font-family: "Plus Jakarta Sans", sans-serif; }

.hero-photo {
  position: relative; z-index: 1; height: 100%; min-height: 680px;
  display: flex; align-items: flex-end; justify-content: center;
}
.hero-photo picture, .hero-photo img {
  width: min(100%, 640px); height: auto; object-fit: contain; object-position: bottom center;
  filter: contrast(1.04) saturate(1.06);
  mask-image: linear-gradient(180deg, #000 76%, transparent);
  -webkit-mask-image: linear-gradient(180deg, #000 76%, transparent);
}
.photo-frame {
  position: absolute; right: 6%; bottom: 14%;
  font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
  writing-mode: vertical-rl; transform: rotate(180deg);
}

.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.stats-row { display: grid; grid-template-columns: repeat(5, 1fr); }
.stat { padding: 36px 22px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat .n {
  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800;
  font-size: clamp(28px, 3.2vw, 42px); letter-spacing: -.04em; color: #fff;
}
.stat .n span { color: var(--accent); }
.stat p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.4; }

section.block { padding: 110px 0; position: relative; }
section.block.alt { background: var(--bg-2); }
.eyebrow {
  font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 16px; display: flex; align-items: center; gap: 12px;
}
.eyebrow::after { content: ""; flex: 0 0 40px; height: 1px; background: var(--accent); opacity: .5; }
h2.display { font-size: clamp(36px, 5vw, 68px); max-width: 18ch; }
h2.display em { font-style: italic; color: var(--accent); padding: 0 .06em; }
.sub { margin-top: 18px; max-width: 62ch; color: var(--paper-dim); font-size: 18px; }

.letter { display: grid; grid-template-columns: .38fr .62fr; gap: 80px; align-items: start; }
.letter .sticky-note { position: sticky; top: 110px; }
.letter .label { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.letter h2 { margin-top: 14px; font-size: clamp(34px, 4vw, 52px); }
.letter-body p { color: var(--paper-dim); font-size: 18px; line-height: 1.7; margin-bottom: 22px; }
.letter-body p strong { color: #fff; }
.sign { margin-top: 8px; display: flex; align-items: center; gap: 16px; }
.sign img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; border: 1px solid var(--line-strong); }
.sign .nm { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; }
.sign .rl { color: var(--muted); font-size: 13px; }

.atlas {
  display: grid; grid-template-columns: 1.45fr 1fr 1fr; grid-auto-rows: minmax(210px, auto); gap: 14px; margin-top: 56px;
}
.card {
  position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--bg-3); border-radius: 18px;
  padding: 28px 26px 24px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 230px;
  transition: transform .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-3px); border-color: rgba(232,58,44,.45); }
.card.wide { grid-column: 1 / 2; grid-row: 1 / 3; min-height: 480px; padding: 0; }
.card.wide .shot { position: absolute; inset: 0; }
.card.wide .shot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.05); }
.card.wide .shot::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 18%, rgba(7,7,8,.94) 100%);
}
.card .tag {
  font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 10px;
}
.card h3 { font-size: 24px; margin-bottom: 8px; }
.card p { color: var(--paper-dim); font-size: 14.5px; }
.card.wide .inner { position: relative; z-index: 2; padding: 28px; }
.card .go { margin-top: 16px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.dive { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.dive + .dive { margin-top: 92px; }
.dive.reverse { grid-template-columns: .95fr 1.05fr; }
.dive.reverse .copy { order: 2; }
.dive.reverse .visual { order: 1; }
.dive .copy h3 { font-size: clamp(28px, 3.4vw, 44px); margin: 10px 0 16px; }
.dive .copy p { color: var(--paper-dim); margin-bottom: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px; }
.chip {
  font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .04em;
  padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--paper-dim);
}
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin-top: 10px; }
.facts div { border-top: 1px solid var(--line); padding-top: 10px; }
.facts b { display: block; font-family: "Plus Jakarta Sans", sans-serif; font-size: 18px; }
.facts span { color: var(--muted); font-size: 12.5px; }
.visual {
  position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: #0a0a0c; min-height: 340px;
}
.visual img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.browser {
  position: absolute; top: 0; left: 0; right: 0; height: 32px;
  background: rgba(0,0,0,.5); display: flex; align-items: center; gap: 6px; padding: 0 12px; z-index: 2;
}
.browser i { width: 8px; height: 8px; border-radius: 50%; background: #3a3a3a; display: block; }
.browser i:nth-child(1){ background:#ff5f57 } .browser i:nth-child(2){ background:#febc2e } .browser i:nth-child(3){ background:#28c840 }
.browser .url { margin-left: 10px; font-family: "JetBrains Mono", monospace; font-size: 10px; color: rgba(255,255,255,.55); }

.stack-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 48px; }
.stack-item { border: 1px solid var(--line); border-radius: 14px; padding: 22px 20px; background: var(--bg-3); }
.stack-item h4 { font-size: 16px; margin-bottom: 8px; }
.stack-item p { color: var(--muted); font-size: 13.5px; }

.principles { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 48px; border-top: 1px solid var(--line); }
.pr { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 28px 24px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.pr:nth-child(2n) { border-right: none; }
.pr .ix { font-family: "JetBrains Mono", monospace; color: var(--accent); font-size: 13px; letter-spacing: .14em; }
.pr h3 { font-size: 22px; margin-bottom: 8px; }
.pr p { color: var(--paper-dim); font-size: 15px; }

.tl { margin-top: 48px; border-left: 1px solid var(--line-strong); padding-left: 32px; }
.tl-item { position: relative; padding: 0 0 42px; }
.tl-item::before {
  content: ""; position: absolute; left: -37px; top: 6px; width: 9px; height: 9px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 0 4px rgba(232,58,44,.18);
}
.tl-item .y { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .16em; color: var(--gold); text-transform: uppercase; }
.tl-item h3 { font-size: 24px; margin: 6px 0 8px; }
.tl-item p { color: var(--paper-dim); max-width: 68ch; }

.close {
  padding: 120px 0 80px; text-align: center;
  background: radial-gradient(700px 280px at 50% 0%, rgba(232,58,44,.16), transparent 70%), var(--bg);
  border-top: 1px solid var(--line);
}
.close h2 { font-size: clamp(40px, 6vw, 76px); max-width: 16ch; margin: 0 auto; }
.close p { margin: 22px auto 36px; max-width: 48ch; color: var(--paper-dim); font-size: 18px; }
.close-meta { margin-top: 40px; color: var(--muted); font-size: 13px; }

footer.bn-foot {
  border-top: 1px solid var(--line); padding: 36px 28px 48px;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  color: var(--muted); font-size: 13px;
}
footer.bn-foot a:hover { color: var(--accent); }
footer.bn-foot nav { display: flex; gap: 18px; flex-wrap: wrap; }

.rail {
  position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 40;
  display: flex; flex-direction: column; gap: 10px;
}
.rail a { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.22); display: block; }
.rail a.active { background: var(--accent); box-shadow: 0 0 0 4px rgba(232,58,44,.2); }

.drawer {
  position: fixed; inset: 0; z-index: 60; background: rgba(7,7,8,.96);
  display: none; flex-direction: column; justify-content: center; padding: 40px 28px; gap: 18px;
}
.drawer.open { display: flex; }
.drawer a { font-family: "Plus Jakarta Sans", sans-serif; font-size: 28px; font-weight: 800; }
.drawer a:hover { color: var(--accent); }

.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 28px 22px 48px; }
  .hero-photo { min-height: 0; order: -1; }
  .hero-photo picture, .hero-photo img { width: min(92%, 480px); margin: 0 auto; mask-image: none; -webkit-mask-image: none; }
  .photo-frame { display: none; }
  .stats-row, .stack-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2n) { border-right: none; }
  .letter, .dive, .dive.reverse { grid-template-columns: 1fr; gap: 28px; }
  .dive.reverse .copy, .dive.reverse .visual { order: unset; }
  .atlas { grid-template-columns: 1fr; }
  .card.wide { grid-column: auto; grid-row: auto; min-height: 360px; }
  .principles { grid-template-columns: 1fr; }
  .pr, .pr:nth-child(2n) { border-right: none; grid-template-columns: 48px 1fr; }
  .rail { display: none; }
  .bn-nav .links { display: none; }
  .bn-nav .cta { display: none; }
  .bn-nav .brand .slash, .bn-nav .brand .who { display: none; }
  .bn-nav .burger { display: inline-flex; }
  .letter .sticky-note { position: static; }
  .hero-photo { padding: 8px 18px 0; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 18px; }
  .hero-copy { padding-left: 18px; padding-right: 18px; }
  .stats-row, .stack-grid, .facts { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line); }
  .hero h1 { font-size: 54px; }
  section.block { padding: 72px 0; }
  .bn-nav { padding: 0 16px; }
}
