:root {
  --ink: #10251c;
  --muted: #5d6d65;
  --paper: #f4f2e9;
  --panel: #fbfaf5;
  --green: #174d36;
  --bright: #b8ef6a;
  --line: #d9ddd2;
  --warm: #e9e2cf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 76px; padding: 18px max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(16,37,28,.14); }
.brand { text-decoration: none; font-weight: 850; letter-spacing: -.03em; font-size: 1.2rem; }
.brand span { color: var(--green); }
nav { display: flex; gap: 26px; }
nav a { color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 650; }
nav a:hover { color: var(--ink); }
.hero { padding-block: clamp(88px, 13vw, 165px) 82px; max-width: 1050px; }
.eyebrow { color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); line-height: .96; letter-spacing: -.065em; margin-bottom: 30px; max-width: 1000px; }
h1 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.02; letter-spacing: -.045em; }
h3 { line-height: 1.2; }
.lede { max-width: 760px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.actions { display: flex; gap: 25px; align-items: center; margin-top: 34px; flex-wrap: wrap; }
.button { background: var(--green); color: white; padding: 13px 19px; text-decoration: none; border-radius: 4px; font-weight: 750; }
.text-link, .card-link { color: var(--green); font-weight: 750; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--panel); }
.stat-grid article { padding: 25px; border-right: 1px solid var(--line); }
.stat-grid article:last-child { border-right: 0; }
.stat-grid strong { display: block; font-size: clamp(1.6rem, 3vw, 2.6rem); letter-spacing: -.04em; }
.stat-grid span { display: block; color: var(--muted); font-size: .83rem; line-height: 1.3; }
.content-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding-block: 125px; }
.prose { color: var(--muted); font-size: 1.16rem; }
.band { background: var(--green); color: white; padding-block: 90px; }
.band .eyebrow { color: var(--bright); }
.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card { border: 1px solid rgba(255,255,255,.22); padding: 28px; }
.card p { color: rgba(255,255,255,.7); margin-bottom: 0; }
.methodology, .section-block { padding-block: 100px; }
.methodology > h2 { max-width: 750px; }
.method-list { margin-top: 50px; border-top: 1px solid var(--line); }
.method-list article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding-block: 28px; border-bottom: 1px solid var(--line); }
.method-list article > span { color: var(--green); font-weight: 850; }
.method-list h3 { margin-bottom: 8px; }
.method-list p { color: var(--muted); max-width: 770px; margin-bottom: 0; }
.page-head { padding-block: 92px 58px; }
.page-head h1, .profile-head h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.search-label { display: block; font-weight: 750; margin-bottom: 8px; }
.search { width: 100%; max-width: 540px; background: var(--panel); border: 1px solid var(--line); color: var(--ink); font: inherit; padding: 15px 17px; margin-bottom: 32px; }
.search:focus { outline: 3px solid rgba(23,77,54,.22); border-color: var(--green); }
.creator-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 100px; }
.creator-card { display: flex; flex-direction: column; text-decoration: none; background: var(--panel); border: 1px solid var(--line); padding: 23px; min-height: 340px; transition: transform .15s, border-color .15s; }
.creator-card:hover { transform: translateY(-3px); border-color: var(--green); }
.creator-card-head { display: flex; gap: 14px; align-items: center; }
.creator-card-head img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; }
.creator-card h2 { font-size: 1.35rem; margin: 0; }
.creator-card-head p { color: var(--muted); margin: 2px 0 0; font-size: .85rem; }
.creator-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-block: 28px; }
dt { color: var(--muted); font-size: .75rem; }
dd { margin: 3px 0 0; font-weight: 800; }
.creator-card .card-link { margin-top: auto; }
.profile-head { padding-block: 75px 45px; }
.profile-identity { display: flex; gap: 25px; align-items: center; }
.profile-image { width: 105px; height: 105px; border-radius: 50%; object-fit: cover; }
.profile-identity h1 { margin-bottom: 12px; }
.profile-identity p:last-child { color: var(--muted); }
.data-note { color: var(--muted); font-size: .85rem; margin-top: 28px; }
.profile-stats { margin-bottom: 15px; }
.section-title { display: flex; justify-content: space-between; gap: 45px; align-items: end; margin-bottom: 38px; }
.section-title h2 { margin-bottom: 0; }
.section-title > p { max-width: 430px; color: var(--muted); margin-bottom: 3px; }
.band .section-title > p, .band .data-note { color: rgba(255,255,255,.7); }
.video-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.video-card { background: var(--panel); border: 1px solid var(--line); text-decoration: none; }
.video-card img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.video-card > div { padding: 15px; }
.video-card p { color: var(--muted); font-size: .73rem; margin-bottom: 6px; }
.video-card h3 { font-size: .92rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 3.4em; }
.video-card strong { color: var(--green); font-size: .83rem; }
.table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.22); }
table { width: 100%; border-collapse: collapse; min-width: 850px; background: rgba(0,0,0,.08); }
th, td { padding: 14px 15px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.16); font-size: .84rem; }
th { color: var(--bright); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
td:first-child { max-width: 310px; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.comparison-card { background: var(--panel); border: 1px solid var(--line); padding: 30px; }
.comparison-card > p { color: var(--green); font-weight: 800; }
.comparison-card > strong { display: block; font-size: 4.5rem; line-height: 1; letter-spacing: -.06em; }
.comparison-card > span { color: var(--muted); }
.comparison-card dl { display: flex; gap: 45px; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 25px; }
.callout { border-left: 4px solid var(--green); background: var(--warm); padding: 18px 22px; margin-top: 22px; }
.human-chip, .model-chip { white-space: nowrap; border-radius: 20px; padding: 3px 7px; font-size: .72rem; }
.human-chip { background: var(--bright); color: var(--ink); }
.model-chip { background: rgba(255,255,255,.16); color: white; }
[hidden] { display: none !important; }
footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; padding: 34px max(20px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; gap: 20px; }
footer p { margin: 0; }

@media (max-width: 850px) {
  .stat-grid, .creator-grid { grid-template-columns: 1fr 1fr; }
  .card-grid.three, .content-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .content-grid { gap: 25px; }
  .section-title { display: block; }
  .section-title > p { margin-top: 15px; }
}

@media (max-width: 570px) {
  .site-header { align-items: flex-start; }
  nav { flex-direction: column; gap: 4px; }
  .stat-grid, .creator-grid, .comparison-grid { grid-template-columns: 1fr; }
  .stat-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .profile-identity { align-items: flex-start; }
  .profile-image { width: 72px; height: 72px; }
  .video-grid { grid-template-columns: 1fr; }
  footer { display: block; }
  footer p + p { margin-top: 8px; }
}
