/* melihkana.com  |  dark scene, yellow light, big type, controlled motion */
:root {
  --bg: #050403;
  --bg-2: #0B0904;
  --card: #100D06;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #F5F1E8;
  --text-2: #A39C8E;
  --text-3: #6E685D;
  --yellow: #F8C52A;
  --yellow-2: #E0AE38;
  --yellow-deep: #B8891C;
  --danger: #FF6B5B;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.25, 0.1, 0.25, 1);
  --dur-in: 620ms;
  --radius: 22px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; color: inherit; }
::selection { background: var(--yellow); color: #120E02; }

/* Light + grain (gradient acts as an off-screen light source, never a graphic) */
.light {
  position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}
.light::before {
  content: ""; position: absolute; width: 1400px; height: 1400px; border-radius: 50%;
  right: -560px; top: -640px;
  background: radial-gradient(closest-side, rgba(248, 197, 42, 0.32), rgba(248, 197, 42, 0.08) 45%, rgba(248, 197, 42, 0) 72%);
  filter: blur(60px);
  opacity: 0; animation: lightIn 1600ms var(--ease-soft) 100ms forwards;
}
.light::after {
  content: ""; position: absolute; width: 900px; height: 900px; border-radius: 50%;
  left: -520px; bottom: -520px;
  background: radial-gradient(closest-side, rgba(184, 137, 28, 0.16), rgba(184, 137, 28, 0) 70%);
  filter: blur(50px);
}
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: 0.045; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
@keyframes lightIn { to { opacity: 1; } }

.wrap { position: relative; z-index: 2; width: min(1160px, 100% - 40px); margin: 0 auto; }
@media (max-width: 640px) { .wrap { width: min(1160px, 100% - 32px); } }

/* Nav */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0 0;
  opacity: 0; animation: fadeDown 700ms var(--ease-out) 60ms forwards;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -0.01em; font-size: 15px; }
.brand .mark {
  width: 32px; height: 32px; border-radius: 9px; background: var(--yellow); color: #120E02;
  display: grid; place-items: center; font-weight: 900; font-size: 17px; letter-spacing: -0.04em;
}
.brand span.sub { color: var(--text-3); font-weight: 500; }
.nav-link { font-size: 14px; color: var(--text-2); padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; transition: border-color 300ms var(--ease-out), color 300ms var(--ease-out); }
.nav-link:hover { border-color: var(--line-strong); color: var(--text); }

/* Hero */
.hero { position: relative; padding: 64px 0 40px; min-height: calc(100vh - 80px); display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 44px; align-items: center; }
.hero-grid > * { min-width: 0; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; gap: 28px; } .hero { padding-top: 40px; min-height: 0; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow);
  padding: 7px 12px; border: 1px solid rgba(248, 197, 42, 0.28); border-radius: 999px; background: rgba(248, 197, 42, 0.06);
}
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 12px var(--yellow); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.7); opacity: 0.55; } }

h1.headline {
  margin: 22px 0 0;
  font-size: clamp(38px, 4.75vw, 70px);
  line-height: 0.94;
  letter-spacing: -0.05em;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--text);
}
h1.headline .y { color: var(--yellow); display: block; }
h1.headline .line { display: block; overflow: hidden; }
h1.headline .line > span { display: block; }
.lede { margin: 22px 0 0; max-width: 520px; font-size: clamp(17px, 1.6vw, 20px); color: var(--text-2); line-height: 1.5; }
.lede b { color: var(--text); font-weight: 600; }
.pillrow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.pill { font-size: 13px; color: var(--text-2); padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.02); }
.pill b { color: var(--text); font-weight: 600; }

/* Franklin card */
.portrait {
  position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 4 / 4.6; background: var(--bg-2);
  border: 1px solid var(--line); box-shadow: 0 40px 120px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,255,255,0.03);
  transform: translateZ(0);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: saturate(0.95) contrast(1.02); transform: scale(1.04); animation: portraitSettle 2400ms var(--ease-soft) forwards; }
@keyframes portraitSettle { to { transform: scale(1); } }
.portrait::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(5,4,3,0.15) 0%, rgba(5,4,3,0) 30%, rgba(5,4,3,0.35) 70%, rgba(5,4,3,0.92) 100%),
              radial-gradient(90% 70% at 50% 40%, rgba(0,0,0,0) 40%, rgba(5,4,3,0.55) 100%);
}
.portrait .stamp {
  position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 26px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 16px;
}
.portrait .stamp .big { font-size: clamp(34px, 4vw, 54px); font-weight: 900; letter-spacing: -0.04em; line-height: 0.9; text-transform: uppercase; color: var(--text); }
.portrait .stamp .big em { font-style: normal; color: var(--yellow); }
.portrait .stamp .small { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-2); text-align: right; line-height: 1.6; }
@media (max-width: 960px) { .portrait { aspect-ratio: 16 / 12; max-height: 420px; } .portrait img { object-position: 50% 22%; } }

/* Form card */
.card {
  background: linear-gradient(180deg, rgba(22,18,10,0.92), rgba(12,10,6,0.94));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}
.card h2 { margin: 0; font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }
.card p.sub { margin: 6px 0 0; color: var(--text-2); font-size: 15px; }
.field { margin-top: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--text-2); margin-bottom: 8px; letter-spacing: 0.01em; }
.field input {
  width: 100%; height: 54px; padding: 0 16px; border-radius: 14px; border: 1px solid var(--line-strong);
  background: rgba(0,0,0,0.35); color: var(--text); outline: none; font-size: 17px;
  transition: border-color 250ms var(--ease-out), box-shadow 250ms var(--ease-out), background 250ms var(--ease-out);
}
.field input::placeholder { color: var(--text-3); }
.field input:focus { border-color: rgba(248,197,42,0.7); box-shadow: 0 0 0 4px rgba(248,197,42,0.14); background: rgba(0,0,0,0.5); }
.field input.err { border-color: var(--danger); }
.field .msg { font-size: 13px; color: var(--danger); margin-top: 6px; min-height: 0; display: none; }
.field .msg.show { display: block; animation: fadeUp 300ms var(--ease-out); }
.check { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; font-size: 13.5px; color: var(--text-2); line-height: 1.5; cursor: pointer; }
.check input { appearance: none; -webkit-appearance: none; width: 22px; height: 22px; flex: 0 0 22px; margin: 1px 0 0; border-radius: 7px; border: 1px solid var(--line-strong); background: rgba(0,0,0,0.35); display: grid; place-items: center; cursor: pointer; transition: all 200ms var(--ease-out); }
.check input::after { content: ""; width: 11px; height: 6px; border-left: 2.5px solid #120E02; border-bottom: 2.5px solid #120E02; transform: rotate(-45deg) scale(0); transition: transform 220ms var(--ease-out); margin-top: -2px; }
.check input:checked { background: var(--yellow); border-color: var(--yellow); }
.check input:checked::after { transform: rotate(-45deg) scale(1); }
.check input.err { border-color: var(--danger); }
.check a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255,255,255,0.3); }
.check a:hover { text-decoration-color: var(--yellow); }
.check .msg { display: none; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 58px; margin-top: 20px;
  border: 0; border-radius: 16px; background: var(--yellow); color: #120E02; font-weight: 800; font-size: 17px; letter-spacing: -0.01em; cursor: pointer;
  transition: transform 260ms var(--ease-out), box-shadow 260ms var(--ease-out), background 260ms var(--ease-out);
  box-shadow: 0 10px 30px rgba(248,197,42,0.25);
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 36px rgba(248,197,42,0.34); background: #FFD03A; }
.btn:active { transform: translateY(0) scale(0.99); }
.btn[disabled] { opacity: 0.7; cursor: progress; transform: none; }
.btn svg { width: 20px; height: 20px; }
.btn.ghost { background: transparent; color: var(--text); border: 1px solid var(--line-strong); box-shadow: none; }
.btn.ghost:hover { background: rgba(255,255,255,0.04); }
.fine { margin: 14px 0 0; font-size: 12.5px; color: var(--text-3); text-align: center; }

/* Success state */
.success { display: none; text-align: center; padding: 8px 0 4px; }
.success.show { display: block; animation: cardIn 600ms var(--ease-out); }
.success .ok { width: 68px; height: 68px; border-radius: 50%; background: rgba(248,197,42,0.12); border: 1px solid rgba(248,197,42,0.4); display: grid; place-items: center; margin: 0 auto 18px; animation: okPop 700ms var(--ease-out); }
.success .ok svg { width: 30px; height: 30px; }
.success h3 { margin: 0; font-size: 26px; letter-spacing: -0.03em; font-weight: 800; }
.success p { color: var(--text-2); margin: 8px 0 0; }
.success .btn { margin-top: 22px; }
.success .count { font-size: 13px; color: var(--text-3); margin-top: 12px; }
@keyframes okPop { 0% { transform: scale(0.8); opacity: 0; } 60% { transform: scale(1.04); opacity: 1; } 100% { transform: scale(1); } }

/* Sections */
.section { padding: 90px 0; }
.section-head { max-width: 760px; }
.kicker { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow); font-weight: 700; }
h2.title { margin: 12px 0 0; font-size: clamp(32px, 4.6vw, 60px); line-height: 1.0; letter-spacing: -0.04em; font-weight: 800; }
h2.title .y { color: var(--yellow); }
.section p.text { color: var(--text-2); font-size: 18px; max-width: 640px; margin: 18px 0 0; }

.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
@media (max-width: 860px) { .grid3 { grid-template-columns: 1fr; } }
.tile {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px;
  transition: border-color 400ms var(--ease-out), transform 600ms var(--ease-out);
}
.tile:hover { border-color: rgba(248,197,42,0.35); transform: translateY(-3px); }
.tile .ic { width: 44px; height: 44px; border-radius: 13px; background: rgba(248,197,42,0.1); border: 1px solid rgba(248,197,42,0.25); display: grid; place-items: center; }
.tile .ic svg { width: 22px; height: 22px; stroke: var(--yellow); }
.tile h3 { margin: 0; font-size: 21px; letter-spacing: -0.02em; font-weight: 700; }
.tile p { margin: 8px 0 0; color: var(--text-2); font-size: 15px; }

.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
@media (max-width: 860px) { .metrics { grid-template-columns: 1fr; } }
.metric { border-top: 1px solid var(--line-strong); padding-top: 22px; }
.metric .n { font-size: clamp(56px, 7vw, 96px); font-weight: 900; letter-spacing: -0.05em; line-height: 0.9; color: var(--yellow); }
.metric .n small { font-size: 0.42em; letter-spacing: -0.02em; color: var(--text); margin-left: 4px; }
.metric .l { margin-top: 12px; color: var(--text-2); font-size: 15px; max-width: 280px; }

.quote { margin-top: 56px; padding: 40px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(248,197,42,0.06), rgba(0,0,0,0)); }
.quote p { margin: 0; font-size: clamp(22px, 2.6vw, 32px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.25; }
.quote p .y { color: var(--yellow); }
.quote .who { margin-top: 18px; font-size: 14px; color: var(--text-2); display: flex; align-items: center; gap: 10px; }
.quote .who i { width: 26px; height: 2px; background: var(--yellow); display: inline-block; }

.cta { padding: 90px 0 110px; text-align: center; }
.cta h2 { margin: 0; font-size: clamp(38px, 6vw, 84px); font-weight: 900; letter-spacing: -0.045em; line-height: 0.95; text-transform: uppercase; }
.cta h2 .y { color: var(--yellow); display: block; }
.cta p { color: var(--text-2); margin: 18px auto 0; max-width: 520px; font-size: 18px; }
.cta .btn { width: auto; padding: 0 34px; margin-top: 28px; }

/* Footer */
footer { border-top: 1px solid var(--line); padding: 40px 0 44px; font-size: 13.5px; color: var(--text-2); position: relative; z-index: 2; }
footer .cols { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; }
@media (max-width: 860px) { footer .cols { grid-template-columns: 1fr; } }
footer h4 { margin: 0 0 12px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3); }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
footer a:hover { color: var(--yellow); }
footer .risk { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--text-3); line-height: 1.6; }
footer .bottom { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; color: var(--text-3); font-size: 12.5px; }

/* Reveal system (blur + position + opacity, strong ease out) */
.rv { opacity: 0; transform: translate3d(0, 28px, 0); filter: blur(10px); }
.rv.in { opacity: 1; transform: none; filter: blur(0); transition: opacity var(--dur-in) var(--ease-out), transform var(--dur-in) var(--ease-out), filter var(--dur-in) var(--ease-out); }
.rv.d1.in { transition-delay: 80ms; } .rv.d2.in { transition-delay: 160ms; } .rv.d3.in { transition-delay: 240ms; } .rv.d4.in { transition-delay: 320ms; } .rv.d5.in { transition-delay: 400ms; } .rv.d6.in { transition-delay: 480ms; }
.rv.card-in { transform: translate3d(0, 24px, 0) scale(0.97); filter: blur(8px); }
.rv.card-in.in { transform: none; filter: blur(0); }
.rv.pt { transform: translate3d(0, 50px, 0) scale(0.94); filter: blur(12px); }
.rv.pt.in { transition-duration: 900ms; transform: none; filter: blur(0); }

@keyframes fadeDown { from { opacity: 0; transform: translateY(-10px); filter: blur(6px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes cardIn { from { opacity: 0; transform: translateY(16px) scale(0.98); filter: blur(8px); } to { opacity: 1; transform: none; filter: blur(0); } }

@media (prefers-reduced-motion: reduce) {
  .rv, .rv.card-in, .rv.pt { opacity: 1; transform: none; filter: none; transition: none; }
  .nav, .light::before, .portrait img { animation: none; opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* Legal pages */
.legal { padding: 40px 0 80px; max-width: 800px; }
.legal .kicker { margin-top: 30px; }
.legal h1 { font-size: clamp(32px, 5vw, 56px); letter-spacing: -0.04em; line-height: 1.02; margin: 12px 0 8px; font-weight: 800; }
.legal .meta { color: var(--text-3); font-size: 13px; margin-bottom: 36px; }
.legal h2 { font-size: 22px; letter-spacing: -0.02em; margin: 40px 0 10px; font-weight: 700; }
.legal h3 { font-size: 17px; margin: 24px 0 8px; font-weight: 700; }
.legal p, .legal li { color: #CFC8BA; font-size: 16px; line-height: 1.65; }
.legal ul, .legal ol { padding-left: 22px; }
.legal li { margin: 6px 0; }
.legal table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14.5px; }
.legal th, .legal td { text-align: left; padding: 10px 12px; border: 1px solid var(--line); vertical-align: top; color: #CFC8BA; }
.legal th { color: var(--text); background: rgba(255,255,255,0.03); font-weight: 600; }
.legal a { color: var(--yellow); }
.legal .box { border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; background: rgba(255,255,255,0.02); margin: 18px 0; }
.legal .back { display: inline-flex; gap: 8px; align-items: center; color: var(--text-2); font-size: 14px; margin-top: 8px; }
.legal .back:hover { color: var(--yellow); }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.legal-nav a { font-size: 13px; color: var(--text-2); padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; }
.legal-nav a:hover, .legal-nav a.on { color: var(--text); border-color: var(--yellow); }

/* ---------- Simple layout: Franklin masked into the background ---------- */
body.simple { min-height: 100vh; display: flex; flex-direction: column; }
body.simple .wrap { flex: 1; display: flex; flex-direction: column; }
.bg-franklin {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.bg-franklin img {
  position: absolute; right: -6vw; top: 50%; width: min(62vw, 900px); height: auto;
  transform: translateY(-50%) scale(1.04);
  opacity: 0.12;
  -webkit-mask-image: radial-gradient(70% 62% at 55% 48%, #000 35%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0) 100%);
          mask-image: radial-gradient(70% 62% at 55% 48%, #000 35%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0) 100%);
  animation: bgIn 2200ms var(--ease-soft) forwards;
}
@keyframes bgIn { from { opacity: 0; transform: translateY(-50%) scale(1.1); filter: blur(14px); } to { opacity: 0.12; transform: translateY(-50%) scale(1.04); filter: blur(0); } }
@media (max-width: 960px) {
  .bg-franklin img {
    right: auto; left: 50%; top: 42%; width: min(150vw, 760px);
    transform: translate(-50%, -50%) scale(1.04); opacity: 0.09;
    -webkit-mask-image: radial-gradient(58% 58% at 50% 45%, #000 30%, rgba(0,0,0,0.5) 58%, rgba(0,0,0,0) 100%);
            mask-image: radial-gradient(58% 58% at 50% 45%, #000 30%, rgba(0,0,0,0.5) 58%, rgba(0,0,0,0) 100%);
  }
  @keyframes bgIn { from { opacity: 0; transform: translate(-50%, -50%) scale(1.1); filter: blur(14px); } to { opacity: 0.09; transform: translate(-50%, -50%) scale(1.04); filter: blur(0); } }
}
.center { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 48px 0 40px; max-width: 520px; }
@media (max-width: 960px) { .center { align-items: center; text-align: center; max-width: none; margin: 0 auto; padding-top: 40px; } }
.center h1.headline { font-size: clamp(56px, 8.5vw, 118px); letter-spacing: -0.05em; margin-top: 20px; }
.center .card { width: 100%; max-width: 440px; margin-top: 30px; padding: 22px; text-align: left; }
.center .field { margin-top: 10px; }
.center .field:first-of-type { margin-top: 0; }
.center .check { margin-top: 14px; font-size: 13px; }
.center .btn { margin-top: 16px; height: 56px; }
footer.mini { position: relative; z-index: 2; border-top: 0; padding: 18px 0 28px; }
footer.mini .links { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 12.5px; color: var(--text-3); }
footer.mini .links a:hover { color: var(--yellow); }
footer.mini .copy { margin-top: 10px; font-size: 12px; color: var(--text-3); }
@media (max-width: 960px) { footer.mini .links, footer.mini .copy { justify-content: center; text-align: center; } }

.tg-logo { display: inline-flex; align-items: center; gap: 14px; margin-top: 22px; }
.tg-logo svg { width: 44px; height: 44px; flex: 0 0 44px; }
.tg-logo span { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-2); font-weight: 600; }
@media (max-width: 960px) { .tg-logo { justify-content: center; } }

.pp { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
.pp img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(248,197,42,0.55); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.pp span { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; color: var(--text); }
@media (max-width: 960px) { .pp { align-items: center; } }
.center .tg-logo { margin-top: 18px; }

/* centered link-in-bio layout */
.center { align-items: center; text-align: center; max-width: 560px; margin: 0 auto; }
.pp { align-items: center; gap: 6px; margin-bottom: 4px; }
.pp img { width: 104px; height: 104px; margin-bottom: 8px; }
.pp .name { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.pp .role { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--yellow); font-weight: 700; }
.pp .bio { margin: 6px 0 0; font-size: 15px; color: var(--text-2); max-width: 420px; line-height: 1.5; }
.tg-logo { justify-content: center; }
.center h1.headline { font-size: clamp(48px, 7vw, 92px); }
.bg-franklin img { right: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(1.04); width: min(70vw, 820px); opacity: 0.1;
  -webkit-mask-image: radial-gradient(60% 60% at 50% 48%, #000 30%, rgba(0,0,0,0.5) 58%, rgba(0,0,0,0) 100%);
          mask-image: radial-gradient(60% 60% at 50% 48%, #000 30%, rgba(0,0,0,0.5) 58%, rgba(0,0,0,0) 100%); animation: none; }
footer.mini .links, footer.mini .copy { justify-content: center; text-align: center; }

/* head cutout version */
.bg-franklin img { width: min(56vw, 640px); top: 46%; opacity: 0.16;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 70%, rgba(0,0,0,0) 100%);
          mask-image: linear-gradient(180deg, #000 0%, #000 70%, rgba(0,0,0,0) 100%); }
@media (max-width: 960px) { .bg-franklin img { width: min(110vw, 520px); top: 40%; opacity: 0.12; } }

/* profile chip used on legal/panel/404 pages */
.who { display: inline-flex; align-items: center; gap: 12px; }
.who img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(248,197,42,0.55); }
.who span { display: flex; flex-direction: column; line-height: 1.15; }
.who b { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; color: var(--text); }
.who small { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--yellow); font-weight: 700; margin-top: 3px; }
.legal-col { max-width: 800px; }
.legal { margin: 0 auto; }
/* Benjamin larger than the viewport, very faint */
.bg-franklin img { width: max(120vw, 130vh); top: 52%; opacity: 0.09; }
@media (max-width: 960px) { .bg-franklin img { width: max(170vw, 120vh); top: 45%; opacity: 0.07; } }
.bg-franklin img { opacity: 0.26; }
@media (max-width: 960px) { .bg-franklin img { opacity: 0.2; } }
/* Benjamin: wider than the screen, sitting in the lower half */
.bg-franklin img { width: 130vw; top: auto; bottom: -6vh; transform: translateX(-50%) scale(1); }
@media (max-width: 960px) { .bg-franklin img { width: 190vw; top: auto; bottom: -4vh; transform: translateX(-50%) scale(1); } }
@keyframes bgIn { from { opacity: 0; filter: blur(14px); } to { filter: blur(0); } }
/* Benjamin starts at mid-screen and runs off the bottom */
.bg-franklin img { top: 50%; bottom: auto; }
@media (max-width: 960px) { .bg-franklin img { top: 52%; bottom: auto; width: 200vw; } }
/* single fade-in that never touches transform (fixes mobile offset) */
@keyframes bgFade { from { opacity: 0; filter: blur(14px); } }
.bg-franklin img { animation: bgFade 1800ms var(--ease-soft); }
@media (max-width: 960px) { .bg-franklin img { animation: bgFade 1800ms var(--ease-soft); } }
.bg-franklin img { max-width: none; }
@media (max-width: 960px) { .bg-franklin img { width: 170vw; top: 44%; opacity: 0.24; } }
/* Benjamin: eyes visible just above the form, ~8% opacity */
.bg-franklin img { width: 74vh; top: 27vh; opacity: 0.08; }
@media (max-width: 960px) { .bg-franklin img { width: 66vh; top: 30vh; opacity: 0.08; } }
/* softer background light */
.light::before { background: radial-gradient(closest-side, rgba(248, 197, 42, 0.16), rgba(248, 197, 42, 0.04) 45%, rgba(248, 197, 42, 0) 72%); }
.light::after { background: radial-gradient(closest-side, rgba(184, 137, 28, 0.07), rgba(184, 137, 28, 0) 70%); }
/* Benjamin anchored to the bottom edge */
.bg-franklin img { width: 64vh; top: auto; bottom: -3vh; }
@media (max-width: 960px) { .bg-franklin img { width: 60vh; top: auto; bottom: -3vh; } }
