/* The American Prototype — Human Presence V3 */
:root {
  --hp3-bg: #07090b;
  --hp3-panel: #0e1215;
  --hp3-panel-2: #12171b;
  --hp3-line: rgba(255,255,255,.14);
  --hp3-text: #f3f3ef;
  --hp3-muted: #afb7bc;
  --hp3-accent: #ffd44a;
}

.hp3-section, .hp3-section * { box-sizing: border-box; }
.hp3-section {
  width: 100%;
  background: var(--hp3-bg);
  color: var(--hp3-text);
  border-top: 1px solid var(--hp3-line);
  border-bottom: 1px solid var(--hp3-line);
  padding: clamp(58px, 8vw, 110px) 22px;
}
.hp3-section + .hp3-section { border-top: 0; }
.hp3-founder-section { background: radial-gradient(circle at 82% 40%, rgba(255,212,74,.08), transparent 30%), var(--hp3-bg); }
.hp3-wrap { width: min(1180px, 100%); margin: 0 auto; }
.hp3-kicker {
  margin: 0 0 15px;
  font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .16em;
  color: var(--hp3-accent);
  text-transform: uppercase;
}
.hp3-title {
  margin: 0;
  max-width: 920px;
  font-size: clamp(38px, 7vw, 88px);
  line-height: .93;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.hp3-title-sm { font-size: clamp(34px, 5vw, 66px); }
.hp3-title-founder { font-size: clamp(48px, 6vw, 82px); }
.hp3-lede {
  max-width: 800px;
  margin: 26px 0 0;
  color: var(--hp3-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}
.hp3-lede strong { color: var(--hp3-text); }

.hp3-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}
.hp3-founder-copy > p:not(.hp3-kicker):not(.hp3-founder-line) {
  color: var(--hp3-muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 760px;
}
.hp3-founder-line {
  color: var(--hp3-accent);
  margin: 18px 0 24px;
  font: 800 clamp(18px, 2.2vw, 27px)/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .02em;
}
.hp3-portrait-card { margin: 0; text-align: center; }
.hp3-portrait-wrap {
  width: min(100%, 430px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border: 1px solid rgba(255,212,74,.7);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 9px rgba(255,212,74,.035), 0 24px 60px rgba(0,0,0,.38);
  background: #050607;
}
.hp3-portrait-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hp3-portrait-card figcaption { margin-top: 18px; }
.hp3-portrait-card figcaption strong {
  display: block;
  font-size: 20px;
  letter-spacing: .04em;
}
.hp3-portrait-card figcaption span {
  display: block;
  margin-top: 5px;
  color: var(--hp3-muted);
  font: 700 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
}
.hp3-cred-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin-top: 28px;
}
.hp3-cred {
  min-height: 125px;
  padding: 16px;
  border: 1px solid var(--hp3-line);
  background: var(--hp3-panel);
}
.hp3-cred strong {
  display: block;
  color: var(--hp3-accent);
  font: 800 12px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .07em;
}
.hp3-cred span {
  display: block;
  margin-top: 9px;
  color: var(--hp3-muted);
  font-size: 13px;
  line-height: 1.45;
}

.hp3-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.hp3-intro-copy p:not(.hp3-kicker) {
  color: var(--hp3-muted);
  font-size: 18px;
  line-height: 1.7;
}
.hp3-intro-copy strong { color: var(--hp3-text); }
.hp3-photo-main {
  position: relative;
  margin: 0;
  border: 1px solid var(--hp3-line);
  background: #050607;
  overflow: hidden;
  min-height: 430px;
}
.hp3-photo-main img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; display: block; }
.hp3-photo-main figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 12px 15px;
  background: rgba(0,0,0,.78);
  font: 700 11px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hp3-proof-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  gap: 16px;
  margin-top: 42px;
}
.hp3-card {
  grid-column: span 4;
  background: var(--hp3-panel);
  border: 1px solid var(--hp3-line);
  overflow: hidden;
}
.hp3-card.hp3-wide { grid-column: span 8; }
.hp3-card-media { aspect-ratio: 4/3; overflow: hidden; background: #050607; }
.hp3-card.hp3-wide .hp3-card-media { aspect-ratio: 16/9; }
.hp3-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.hp3-card:hover .hp3-card-media img { transform: scale(1.015); }
.hp3-card-body { padding: 20px; }
.hp3-card h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.1; text-transform: uppercase; }
.hp3-card p { margin: 0; color: var(--hp3-muted); line-height: 1.55; }
.hp3-tags {
  margin-top: 16px;
  color: var(--hp3-accent);
  font: 700 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
}
.hp3-statement {
  margin-top: 34px;
  padding: clamp(26px, 4vw, 46px);
  border-left: 4px solid var(--hp3-accent);
  background: var(--hp3-panel-2);
  font-size: clamp(25px, 4vw, 48px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.hp3-statement em { color: var(--hp3-accent); font-style: normal; }

.hp3-bench-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  margin-top: 34px;
}
.hp3-bench {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border: 1px solid var(--hp3-line);
  background: #050607;
}
.hp3-bench img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; display: block; }
.hp3-bench span {
  position: absolute;
  left: 10px; right: 10px; bottom: 10px;
  padding: 10px 12px;
  background: rgba(0,0,0,.82);
  font: 800 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hp3-archive {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 10px;
  margin-top: 32px;
}
.hp3-archive figure {
  margin: 0;
  border: 1px solid var(--hp3-line);
  background: #050607;
  overflow: hidden;
}
.hp3-archive img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.hp3-archive figcaption {
  padding: 9px 10px;
  color: var(--hp3-muted);
  font: 700 9px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hp3-american {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}
.hp3-american-copy p { margin: 0 0 18px; color: var(--hp3-muted); font-size: 18px; line-height: 1.65; }
.hp3-american-copy strong { color: var(--hp3-text); }
.hp3-rule { height: 1px; background: var(--hp3-line); margin: 25px 0; }
.hp3-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hp3-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--hp3-accent);
  color: #050505 !important;
  background: var(--hp3-accent);
  text-decoration: none !important;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.hp3-button.hp3-ghost { background: transparent; color: var(--hp3-text) !important; border-color: var(--hp3-line); }

@media (max-width: 900px) {
  .hp3-founder-grid, .hp3-intro-grid, .hp3-american { grid-template-columns: 1fr; }
  .hp3-portrait-card { order: -1; }
  .hp3-portrait-wrap { width: min(76vw, 380px); }
  .hp3-cred-grid { grid-template-columns: 1fr; }
  .hp3-cred { min-height: 0; }
  .hp3-card, .hp3-card.hp3-wide { grid-column: span 6; }
  .hp3-bench-grid { grid-template-columns: repeat(2, 1fr); }
  .hp3-archive { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 620px) {
  .hp3-section { padding-left: 16px; padding-right: 16px; }
  .hp3-card, .hp3-card.hp3-wide { grid-column: 1 / -1; }
  .hp3-bench-grid { grid-template-columns: 1fr; }
  .hp3-archive { grid-template-columns: repeat(2, 1fr); }
  .hp3-photo-main, .hp3-photo-main img { min-height: 330px; }
}
