/* ════════════════════════════════════════════════════════════
   ZERODOLLAR — "broke zine" identity (original, ours)
   Warm near-black paper · cream ink · tang orange · Caveat doodles.
   Chunky rounded cards, sticker chips, tape marquee, CSS-mock
   screenshots. No borrowed design system.
   ════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Caveat:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap');

:root {
  --bg: #0a0a0c;
  --bg2: #121214;
  --card: #141518;
  --card2: #1a1c20;
  --field: #0e0f12;
  --line: rgba(244, 246, 248, 0.1);
  --line-soft: rgba(244, 246, 248, 0.06);
  --ink: #f4f6f8;
  --muted: #b6bcc4;
  --faint: #82888f;
  --tang: #e9edf1;
  --tang-deep: #9aa2ab;
  --gold: #8f979f;
  --cream: #edf1f5;
  --frost: #a9c3dd;
  --red: #d99595;
  --green: #a9c3dd;
  --r-lg: 22px;
  --r-md: 14px;
  --font: 'Plus Jakarta Sans', system-ui, sans-serif;
  --hand: 'Caveat', cursive;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

[hidden] { display: none !important; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: var(--font); background: var(--bg); color: var(--ink); scroll-behavior: smooth; overflow-x: clip; -webkit-font-smoothing: antialiased; }
body { min-height: 100vh; line-height: 1.6; background:
  radial-gradient(1000px 480px at 85% -5%, rgba(169, 195, 221, 0.05), transparent 60%),
  var(--bg); }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: none; cursor: pointer; color: inherit; }
h1, h2, h3 { text-wrap: balance; }
::selection { background: var(--frost); color: #0b0e12; }
:focus-visible { outline: 2px solid var(--frost); outline-offset: 3px; border-radius: 6px; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #2e3238; border-radius: 99px; border: 2px solid var(--bg); }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.center .sub { margin-inline: auto; }
.tang { color: var(--tang); }
.frost { color: var(--frost); }
.section { padding: 96px 0; }
.section.slim { padding: 40px 0; }

/* ── Type ── */
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase; }
.kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--tang); flex-shrink: 0; }
.h2 { font-size: clamp(2rem, 4.6vw, 3.1rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.06; margin: 18px 0 0; }
.sub { color: var(--muted); font-size: 17px; max-width: 62ch; margin-top: 16px; }
.sub strong { color: var(--ink); }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 26px; min-height: 48px; font-size: 15px; font-weight: 700; letter-spacing: -0.01em; border-radius: 999px; border: 2px solid transparent; white-space: nowrap; transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease), background-color 0.18s; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: 8px 18px; min-height: 38px; font-size: 13.5px; }
.btn-lg { padding: 15px 30px; min-height: 54px; font-size: 16px; }
.btn-light { background: var(--cream); color: #1d0e04; }
.btn-light:hover { box-shadow: 0 8px 26px rgba(0, 0, 0, 0.55); }
.btn-ghost { border-color: rgba(255, 248, 240, 0.25); color: var(--ink); }
.btn-ghost:hover { border-color: var(--cream); background: rgba(255, 248, 240, 0.06); }
.btn-tang { background: var(--tang); color: #0b0c0e; }
.btn-tang:hover { box-shadow: 0 8px 26px rgba(0, 0, 0, 0.55); }

/* ── Nav ── */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(13, 10, 9, 0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-soft); }
.nav-inner { display: flex; align-items: center; gap: 28px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 9px; }
.brand-coin { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--cream); color: #1d0e04; font-size: 13px; font-weight: 800; }
.brand-name { font-weight: 800; font-size: 15px; letter-spacing: 0.02em; }
.brand-est { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; color: var(--faint); }
.nav-links { display: flex; gap: 26px; margin-left: 18px; }
.nav-links a { font-size: 14.5px; font-weight: 600; color: var(--muted); padding: 6px 2px; position: relative; transition: color 0.15s; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--tang); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; border-radius: 2px; background: var(--tang); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.broke-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 800; letter-spacing: 0.12em; color: var(--tang); border: 1.5px solid rgba(244, 246, 248, 0.35); border-radius: 999px; padding: 7px 14px; }
.broke-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--frost); animation: blink 2.2s ease-in-out infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.nav-burger { display: none; margin-left: auto; width: 42px; height: 42px; border: 1.5px solid var(--line); border-radius: 12px; color: var(--ink); }
.nav-mobile { display: none; flex-direction: column; gap: 6px; padding: 8px 24px 20px; }
.nav-mobile.open { display: flex; }
.nav-mobile a:not(.btn) { padding: 10px 4px; font-weight: 700; border-bottom: 1px solid var(--line-soft); }
@media (max-width: 900px) { .nav-links, .broke-chip { display: none; } .nav-burger { display: grid; place-items: center; } .nav-cta { margin-left: 0; } .nav-cta .btn-light { display: none; } .nav-inner { gap: 14px; } .nav-cta { gap: 10px; } }

/* ── Hero ── */
.hero { padding: 84px 0 72px; overflow-x: clip; }
.hero-grid { display: grid; gap: 56px; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1.05fr 0.95fr; } }
.hero-title { font-size: clamp(3rem, 7.4vw, 5.3rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.0; margin: 22px 0 0; }
.h-mask { display: block; overflow: hidden; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.h-mask > span { display: block; }
.hero-sub { color: var(--muted); font-size: 17.5px; max-width: 48ch; margin-top: 24px; }
.hero-sub strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 36px; margin-top: 38px; }
.hero-stats dt { font-size: 23px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.hero-stats dd { font-size: 13px; color: var(--faint); font-weight: 600; }

/* Receipt + doodles */
.hero-side { position: relative; }
.receipt { position: relative; background: linear-gradient(180deg, #16171c, #101114); border: 1px solid var(--line); border-radius: 18px; padding: 26px 26px 22px; transform: rotate(2deg); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5); }
.tape { position: absolute; top: -13px; width: 92px; height: 26px; background: rgba(238, 241, 245, 0.16); border: 1px dashed rgba(240, 244, 248, 0.3); border-radius: 3px; }
.t-left { left: 26px; transform: rotate(-8deg); }
.t-right { right: 26px; transform: rotate(8deg); }
.receipt-head { display: flex; justify-content: space-between; gap: 12px; font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; color: var(--faint); padding-bottom: 16px; border-bottom: 2px dashed rgba(255, 248, 240, 0.14); }
.receipt-rows { padding: 8px 0 4px; }
.receipt-rows > div { display: flex; justify-content: space-between; padding: 9px 0; font-size: 15px; color: var(--muted); }
.receipt-rows > div span:last-child { font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 600; }
.receipt-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 2px dashed rgba(255, 248, 240, 0.14); margin-top: 10px; padding-top: 16px; }
.receipt-total span { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; color: var(--faint); }
.receipt-total strong { font-size: 42px; font-weight: 800; letter-spacing: -0.03em; color: var(--tang); }
.receipt-stamp { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 800; letter-spacing: 0.14em; color: var(--tang); border: 1.5px solid rgba(244, 246, 248, 0.45); border-radius: 10px; padding: 8px 14px; transform: rotate(-2deg); }
.receipt-fine { margin-top: 14px; font-size: 12px; color: var(--faint); line-height: 1.55; }
.doodle { position: absolute; font-family: var(--hand); font-size: 21px; font-weight: 600; line-height: 1.05; color: rgba(240, 244, 248, 0.72); text-align: center; }
.doodle svg { display: block; width: 54px; height: 46px; margin: 2px auto 0; fill: none; stroke: rgba(240, 244, 248, 0.5); stroke-width: 2; stroke-linecap: round; }
.d-founders { top: -64px; left: 6%; transform: rotate(-8deg); }
.d-revenue { top: -58px; right: 4%; transform: rotate(7deg); }
.d-building { bottom: -66px; left: 12%; transform: rotate(5deg); }
.d-building svg { transform: scaleX(-1); }
.d-legend { bottom: -60px; right: 6%; transform: rotate(-6deg); }
.d-legend svg { transform: scaleX(-1); }
@media (max-width: 1079px) { .doodle { display: none; } }

/* ── Tape marquee ── */
.tape-wrap { overflow: hidden; padding: 26px 0; }
.tape-marquee { background: var(--tang); transform: rotate(-1.1deg) scale(1.02); border-top: 2px solid #0b0c0e; border-bottom: 2px solid #0b0c0e; overflow: hidden; }
.tape-track { display: flex; width: max-content; padding: 11px 0; animation: tape 104s linear infinite; }
.tape-marquee:hover .tape-track { animation-play-state: paused; }
.tape-track span { display: inline-flex; align-items: center; gap: 26px; padding: 0 13px; color: #101216; font-size: 13.5px; font-weight: 800; letter-spacing: 0.12em; white-space: nowrap; }
@keyframes tape { to { transform: translateX(-50%); } }

/* ── Why ── */
.why-grid { display: grid; gap: 28px; margin-top: 56px; text-align: left; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 960px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
.why-card h3 { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; margin: 18px 0 8px; }
.why-card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.why-icon { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: rgba(244, 246, 248, 0.06); border: 1px solid var(--line); color: var(--ink); }
.why-icon .material-symbols-outlined { font-size: 27px; }

/* ── Wall ── */
.wall-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 34px; }
.wall-tools { flex: 1 1 auto; display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: center; }
.wall-tools > .btn { margin-left: auto; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--line); font-size: 13.5px; font-weight: 700; color: var(--muted); transition: all 0.16s var(--ease); }
.chip:hover { border-color: var(--cream); color: var(--ink); }
.chip.is-on { background: var(--cream); border-color: var(--cream); color: #1d0e04; }
.wall-count { font-size: 11.5px; font-weight: 800; letter-spacing: 0.14em; color: var(--faint); }
.wall-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 680px) { .wall-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .wall-grid { grid-template-columns: repeat(3, 1fr); } }

.pcard { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 12px; display: flex; flex-direction: column; transition: transform 0.22s var(--ease), border-color 0.22s, box-shadow 0.22s; }
.pcard:hover { transform: translateY(-4px) rotate(-0.3deg); border-color: rgba(244, 246, 248, 0.28); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }
.thumb { position: relative; height: 174px; border-radius: var(--r-md); overflow: hidden; padding: 16px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
/* Monochrome gallery — color blooms on hover */
.thumb { filter: grayscale(0.85) contrast(1.02); transition: filter 0.3s var(--ease); }
.pcard:hover .thumb { filter: none; }
.thumb .th-title { font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; font-size: 20px; position: relative; z-index: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.thumb .th-sub { font-size: 12px; font-weight: 600; opacity: 0.75; position: relative; z-index: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* Generated previews (listings without a screenshot) */
.pv-0 { background: linear-gradient(120deg, #ffe7c7, #ffd3a3); color: #5b2c0e; }
.pv-1 { background: linear-gradient(120deg, #dcf3e2, #bfe6cc); color: #123f2a; }
.pv-2 { background: linear-gradient(120deg, #ffe2e8, #ffd2dc); color: #6b2133; }
.pv-2 .th-title { font-family: Georgia, serif; font-style: italic; font-weight: 600; }
.pv-3 { background: linear-gradient(180deg, #2b3a67 0%, #7a5a8c 45%, #e8935a 80%, #f7c873 100%); color: #fff; justify-content: flex-end; }
.pv-4 { background: linear-gradient(135deg, #0e2b1f, #14532d); color: #eafff2; }
.pv-5 { background: linear-gradient(120deg, #e3c8ff, #f5b8dd); color: #43125e; }
.pv-6 { background: linear-gradient(180deg, #bfe3f5 0%, #f6dfae 62%, #e8a75c 100%); color: #4a2c12; }
.pv-7 { background: linear-gradient(120deg, #d7e9fb, #eef4fc); color: #173a5e; }
.th-generic { background: linear-gradient(135deg, #3a2140, #1d2a4a); color: #fff; align-items: center; text-align: center; }
.th-generic .th-initial { font-size: 64px; font-weight: 800; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; padding: 16px 8px 0; }
.tag:hover { border-color: var(--frost); color: var(--ink); }
.tag.tag-on { color: var(--frost); border-color: var(--frost); cursor: pointer; }
.tag { font-size: 11px; font-weight: 700; color: var(--muted); border: 1px solid var(--line); border-radius: 7px; padding: 3px 9px; }
.pcard h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; padding: 12px 8px 0; }
.pdesc { font-size: 14px; color: var(--muted); padding: 6px 8px 0; line-height: 1.55; flex: 1; }
.pmeta { display: flex; flex-direction: column; gap: 5px; padding: 14px 8px 0; font-size: 13px; color: var(--faint); font-weight: 600; }
.pmeta span { display: inline-flex; align-items: center; gap: 8px; }
.pmeta .material-symbols-outlined { font-size: 16px; }
.pfoot { display: flex; align-items: center; justify-content: space-between; padding: 14px 8px 6px; }
.pwho { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.avatar { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; font-size: 14px; font-weight: 800; color: #fff; flex-shrink: 0; }
.a1 { background: linear-gradient(135deg, #4a5058, #22262b); } .a2 { background: linear-gradient(135deg, #5a616b, #2b3036); }
.a3 { background: linear-gradient(135deg, #3d434b, #1d2126); } .a4 { background: linear-gradient(135deg, #6b7280, #33383f); }
.a5 { background: linear-gradient(135deg, #525a66, #262b31); } .a6 { background: linear-gradient(135deg, #8fa9c4, #4a5a6e); }
.price { font-size: 17px; font-weight: 800; color: var(--tang); font-variant-numeric: tabular-nums; }
.pour { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin: 8px 4px 4px; padding: 10px; border-radius: 12px; border: 1.5px dashed rgba(255, 248, 240, 0.16); font-size: 13px; font-weight: 700; color: var(--muted); transition: all 0.16s var(--ease); }
.pour.is-poured { cursor: default; opacity: 0.7; }
.pour:not(.is-poured):hover { border-color: var(--tang); color: var(--ink); background: rgba(244, 246, 248, 0.07); }
.pour .material-symbols-outlined { font-size: 17px; color: var(--tang); }
.pour b { font-variant-numeric: tabular-nums; }

/* ── Quote band ── */
.quote-band { position: relative; text-align: center; border-radius: 28px; padding: 64px 32px; background: linear-gradient(160deg, #1a1d22 0%, #101215 55%, #0c0e11 100%); border: 1px solid var(--line); overflow: hidden; }
.quote-icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid var(--tang); color: var(--tang); margin-bottom: 22px; }
.quote-icon .material-symbols-outlined { font-size: 26px; }
.quote-band blockquote { font-size: clamp(1.5rem, 3.4vw, 2.3rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.25; }
.quote-band figcaption { margin-top: 20px; font-size: 11.5px; font-weight: 800; letter-spacing: 0.18em; color: var(--tang); }
.quote-crown { position: absolute; right: 6%; bottom: 14%; width: 72px; opacity: 0.9; transform: rotate(12deg); }
@media (max-width: 700px) { .quote-crown { display: none; } }

/* ── Stories ── */
.stories-grid { display: grid; gap: 20px; margin-top: 52px; text-align: left; }
@media (min-width: 900px) { .stories-grid { grid-template-columns: repeat(3, 1fr); } }
.story-card { position: relative; background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 26px; overflow: hidden; transition: transform 0.22s var(--ease), border-color 0.22s; }
.story-card:hover { transform: translateY(-4px); border-color: rgba(244, 246, 248, 0.28); }
.story-mark { position: absolute; right: 18px; bottom: 2px; font-family: Georgia, serif; font-size: 84px; line-height: 1; color: rgba(255, 248, 240, 0.09); }
.story-who { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.story-who .avatar { width: 46px; height: 46px; font-size: 17px; }
.story-who strong { display: block; font-size: 15px; }
.story-who span:last-child { font-size: 13px; color: var(--faint); font-weight: 600; }
.story-card blockquote { font-size: 15.5px; color: var(--ink); line-height: 1.6; font-weight: 500; }

/* ── Submit / file box ── */
.file-box { background: var(--bg2); border: 1px solid var(--line); border-radius: 30px; padding: clamp(28px, 5vw, 56px); }
.file-box .sub { text-align: left; margin-inline: 0; }
.rule-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.rule-chips > span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; border: 1.5px solid rgba(244, 246, 248, 0.3); color: var(--tang); border-radius: 999px; padding: 8px 16px; }
.rule-chips .material-symbols-outlined { font-size: 17px; }
.file-grid { display: grid; gap: 24px; margin-top: 32px; }
@media (min-width: 980px) { .file-grid { grid-template-columns: 1.2fr 0.9fr; } }
.file-form { display: flex; flex-direction: column; gap: 16px; }
.frow { display: grid; gap: 16px; }
@media (min-width: 640px) { .frow { grid-template-columns: 1fr 1fr; } }
.file-form label { display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; font-weight: 700; color: var(--muted); }
.file-form textarea { width: 100%; background: var(--field); border: 1.5px solid var(--line); border-radius: var(--r-md); color: var(--ink); padding: 14px 16px; font: inherit; font-size: 15px; font-weight: 500; resize: vertical; min-height: 84px; }
.file-form textarea:focus { outline: none; border-color: var(--frost); box-shadow: 0 0 0 3px rgba(169, 195, 221, 0.16); }
.file-form input, .file-form select { width: 100%; height: 52px; background: var(--field); border: 1.5px solid var(--line); border-radius: var(--r-md); color: var(--ink); padding: 0 16px; font: inherit; font-size: 15px; font-weight: 500; color-scheme: dark; transition: border-color 0.15s, box-shadow 0.15s; }
.file-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--faint) 50%), linear-gradient(135deg, var(--faint) 50%, transparent 50%); background-position: calc(100% - 19px) 55%, calc(100% - 14px) 55%; background-size: 5px 5px; background-repeat: no-repeat; cursor: pointer; }
.file-form input:focus, .file-form select:focus { outline: none; border-color: var(--frost); box-shadow: 0 0 0 3px rgba(169, 195, 221, 0.16); }
.file-form input::placeholder { color: var(--faint); }
.oath { flex-direction: row !important; align-items: flex-start; gap: 12px !important; border: 1.5px dashed rgba(255, 248, 240, 0.25); border-radius: var(--r-md); padding: 14px 16px; cursor: pointer; font-weight: 500 !important; color: var(--muted) !important; }
.oath input { width: 20px !important; height: 20px !important; margin-top: 2px; accent-color: var(--frost); flex-shrink: 0; padding: 0 !important; }
.oath em { font-style: normal; color: var(--tang); font-weight: 800; font-size: 12px; letter-spacing: 0.06em; }
.form-error { border: 1.5px solid rgba(217, 149, 149, 0.45); background: rgba(217, 149, 149, 0.07); color: #e0a8a8; font-size: 14px; font-weight: 600; border-radius: var(--r-md); padding: 12px 16px; }
.file-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.file-meta { font-size: 11.5px; font-weight: 800; letter-spacing: 0.14em; color: var(--faint); }
.dave { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 26px; align-self: start; width: 100%; }
@media (min-width: 980px) { .dave { position: sticky; top: 92px; } }
.dave-who { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.dave-who strong { display: block; font-size: 16px; }
.dave-who span:last-child { font-size: 12.5px; color: var(--faint); font-weight: 600; }
.dave-list { list-style: none; margin-top: 12px; border-top: 1px solid var(--line-soft); }
.dave-list li { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); font-size: 14px; font-weight: 600; color: var(--muted); }
.dave-list li b { margin-left: auto; font-size: 13px; color: var(--faint); font-variant-numeric: tabular-nums; }
.dave-list li .material-symbols-outlined { font-size: 19px; color: var(--faint); }
.dave-list li.ok { color: var(--ink); }
.dave-list li.ok .material-symbols-outlined { color: var(--tang); }
.dave-list li.ok b { color: var(--tang); }
.dave-list li.bad .material-symbols-outlined { color: var(--red); }
.dave-meter { height: 8px; border-radius: 99px; background: var(--field); border: 1px solid var(--line-soft); margin-top: 16px; overflow: hidden; }
.dave-meter i { display: block; height: 100%; width: 0; border-radius: 99px; background: var(--cream); transition: width 0.4s var(--ease), background-color 0.4s; }
.dave-meter i.full { background: linear-gradient(90deg, #e9edf1, var(--frost)); }
.dave-verdict { margin-top: 14px; font-weight: 800; font-size: 15px; }
.dave-verdict.good { color: var(--tang); } .dave-verdict.bad { color: var(--red); }
.dave-note { margin-top: 8px; font-size: 12.5px; color: var(--faint); }

/* ── CTA panel ── */
.cta-panel { position: relative; text-align: center; border: 1.5px dashed rgba(169, 195, 221, 0.5); border-radius: 30px; background: rgba(169, 195, 221, 0.04); padding: clamp(48px, 7vw, 84px) 32px; }
.cta-panel .sub { margin-inline: auto; }
.cta-panel .btn { margin-top: 30px; }
.d-same { top: 34px; left: 5%; transform: rotate(-9deg); }
.d-better { top: 34px; right: 5%; transform: rotate(8deg); }

/* ── Wall page ── */
.wall-hero { padding: 72px 0 8px; }
.wall-hero-grid { display: grid; gap: 48px; align-items: center; }
@media (min-width: 1024px) { .wall-hero-grid { grid-template-columns: 1.1fr 0.9fr; } }
.wall-title { font-size: clamp(3.2rem, 8vw, 5.6rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.0; margin: 20px 0 0; }
.wall-lede { font-size: clamp(1.15rem, 2.4vw, 1.5rem); font-weight: 700; letter-spacing: -0.01em; margin-top: 18px; }
.wall-desc { color: var(--muted); font-size: 16.5px; max-width: 52ch; margin-top: 14px; }
.wall-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.mini-receipt { max-width: 420px; margin-inline: auto; }
@media (min-width: 1024px) { .mini-receipt { margin-right: 0; } } /* right-aligned beside the hero text */
@media (min-width: 1080px) { .mini-receipt { margin-bottom: 72px; } } /* room for the "still legendary" doodle */
.filterbar { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 44px 0 26px; }
.filterbar .chips { flex: 1; min-width: 0; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
.filterbar .chips::-webkit-scrollbar { display: none; }
.filterbar .chip { flex-shrink: 0; }
.searchbox { display: flex; align-items: center; gap: 10px; background: var(--field); border: 1.5px solid var(--line); border-radius: 999px; padding: 0 18px; height: 48px; min-width: 240px; flex-shrink: 0; transition: border-color 0.15s; }
.searchbox:focus-within { border-color: var(--tang); }
.searchbox .material-symbols-outlined { color: var(--faint); font-size: 20px; }
.searchbox input { flex: 1; background: none; border: none; outline: none; color: var(--ink); font: inherit; font-size: 14.5px; min-width: 0; }
.searchbox input::placeholder { color: var(--faint); }
.load-wrap { display: flex; justify-content: center; margin-top: 40px; }
.empty { text-align: center; border: 1.5px dashed var(--line); border-radius: var(--r-lg); padding: 64px 24px; }
.empty .doodle-inline { font-family: var(--hand); font-size: 30px; color: var(--tang); }
.empty p { color: var(--muted); margin: 10px 0 22px; }

/* ── Footer ── */
.footer { border-top: 1px solid var(--line-soft); padding: 52px 0 30px; margin-top: 40px; }
.footer-grid { display: grid; gap: 28px; }
@media (min-width: 860px) { .footer-grid { grid-template-columns: 1.2fr 1fr; align-items: start; } }
.footer-tag { color: var(--muted); font-size: 14.5px; margin-top: 14px; max-width: 40ch; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
@media (min-width: 860px) { .footer-links { justify-content: flex-end; } }
.footer-links > a { font-size: 14px; font-weight: 600; color: var(--muted); }
.footer-links > a:hover { color: var(--ink); }
.footer-social { display: inline-flex; gap: 10px; }
.footer-social a { display: grid; place-items: center; width: 36px; height: 36px; border: 1.5px solid var(--line); border-radius: 50%; transition: border-color 0.15s, transform 0.15s; }
.footer-social a:hover { border-color: var(--tang); transform: translateY(-2px); }
.footer-social svg { width: 16px; height: 16px; fill: var(--muted); }
.footer-social a:hover svg { fill: var(--ink); }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line-soft); font-size: 12.5px; color: var(--faint); }

/* ── Toast + confetti ── */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%); background: #16181d; border: 1.5px solid rgba(244, 246, 248, 0.25); color: var(--ink); border-radius: 16px; padding: 14px 22px; font-size: 14px; font-weight: 600; z-index: 100; max-width: min(92vw, 36rem); text-align: center; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); }
#confetti { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 99; }

@media (max-width: 700px) {
  .section { padding: 68px 0; }
  .hero { padding: 56px 0 48px; }
  .hero-stats { gap: 24px; }
  .quote-band { padding: 48px 22px; }
}
/* ── Small phones: nothing may overflow, nothing may crowd ── */
@media (max-width: 560px) {
  .brand-est { display: none; }
  .hero { padding: 48px 0 40px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .wall-hero-actions .btn { flex: 1 1 100%; }
  .hero-stats { gap: 20px; margin-top: 30px; }
  .hero-stats dt { font-size: 20px; }
  .hero-stats dd { font-size: 12px; white-space: nowrap; }
  .why-grid { grid-template-columns: 1fr; }
  .searchbox { flex: 1 1 100%; min-width: 0; }
  .fresh-row { flex-wrap: wrap; row-gap: 6px; }
  .filterbar { margin: 32px 0 20px; }
  .file-actions .btn { flex: 1 1 100%; }
  .quote-band blockquote { font-size: 1.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .tape-track { animation: none; }
}

/* ── Pre-paint animation states (kills the load flash) ── */
.zd-anim [data-intro],
.zd-anim #receipt,
.zd-anim #wallGrid { opacity: 0; }
.zd-anim #heroTitle [data-hline],
.zd-anim #wallTitle [data-hline] { opacity: 0; }
.zd-anim [data-pop] { opacity: 0; }

/* ── Freshness + streak ── */
.fresh-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 8px 0; }
.fresh { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: var(--muted); }
.fresh i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.fresh.stale { color: var(--gold); }
.fresh.stale i { background: var(--gold); animation: blink 1.8s ease-in-out infinite; }
.streak { font-size: 12px; font-weight: 700; color: var(--faint); font-variant-numeric: tabular-nums; }
.recert { font-size: 12.5px; font-weight: 800; color: var(--tang); border-bottom: 1.5px dashed rgba(244, 246, 248, 0.45); padding-bottom: 1px; white-space: nowrap; }
.recert:hover { color: var(--gold); }
.recert.armed { color: var(--gold); border-color: var(--gold); animation: blink 1s ease-in-out infinite; }
.pcard.is-stale .thumb { filter: saturate(0.7); }
.ptitle-row { display: flex; align-items: flex-start; gap: 8px; padding: 12px 8px 0; }
.ptitle-row h3 { padding: 0; flex: 1; min-width: 0; }
.visit-link { display: inline-flex; align-items: center; gap: 4px; padding: 5px 10px 5px 12px; border-radius: 999px; border: 1.5px solid rgba(169, 195, 221, 0.55); color: var(--frost); font-size: 12.5px; font-weight: 800; white-space: nowrap; flex-shrink: 0; transition: all 0.15s; }
.visit-link:hover { background: var(--frost); color: #0b0e12; }
.visit-link .material-symbols-outlined { font-size: 15px; }

/* Real cover photos (Cloudflare R2) share the mock treatment:
   monochrome at rest, full color on card hover. */
.th-photo { padding: 0; }
.th-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Cover picker in the filing form */
.file-form .optional { font-weight: 500; color: var(--faint); }
.file-form input[type="file"] { height: auto; padding: 12px 16px; cursor: pointer; }
.file-form input[type="file"]::file-selector-button {
  font: inherit; font-size: 13px; font-weight: 700; color: var(--ink);
  background: rgba(244, 246, 248, 0.08); border: 1.5px solid var(--line);
  border-radius: 10px; padding: 8px 14px; margin-right: 12px; cursor: pointer;
}
.shot-hint { font-size: 12px; font-weight: 500; color: var(--faint); }
.shot-preview { position: relative; border: 1.5px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.shot-preview[hidden] { display: none; }
.shot-preview img { display: block; width: 100%; max-height: 220px; object-fit: cover; }
.shot-remove {
  position: absolute; top: 8px; right: 8px; font-size: 12px; font-weight: 700;
  color: var(--ink); background: rgba(10, 10, 12, 0.72); border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 12px; cursor: pointer;
}
.btn[disabled] { opacity: 0.6; cursor: wait; }
.nosite { font-size: 10.5px; font-weight: 800; letter-spacing: 0.04em; color: var(--faint); border: 1px dashed var(--line); padding: 5px 10px; border-radius: 99px; white-space: nowrap; cursor: help; flex-shrink: 0; }

/* ── Card support actions ── */
.card-actions { display: flex; gap: 8px; margin: 10px 4px 4px; }
.card-actions .pour { flex: 1; margin: 0; }
.boot { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 12px; border: 1.5px solid rgba(244, 246, 248, 0.4); color: var(--tang); font-size: 13px; font-weight: 800; white-space: nowrap; transition: all 0.16s var(--ease); }
.boot:hover { background: var(--tang); color: #0b0c0e; }
.boot .material-symbols-outlined { font-size: 17px; }

/* ── Modal ── */
.modal-veil { position: fixed; inset: 0; background: rgba(8, 5, 4, 0.72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); z-index: 120; display: grid; place-items: center; padding: 20px; }
.modal { width: min(480px, 100%); background: #16181d; border: 1.5px solid rgba(244, 246, 248, 0.22); border-radius: 24px; padding: 34px 30px; text-align: center; box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6); }
.modal h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.modal p { color: var(--muted); font-size: 14.5px; margin: 12px 0 26px; line-height: 1.6; }
.modal p strong { color: var(--ink); }
.modal-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.modal .kicker { justify-content: center; }
.g-signin { width: 100%; }
.g-signin svg { flex-shrink: 0; }
.g-err { border: 1.5px solid rgba(217, 149, 149, 0.45); background: rgba(217, 149, 149, 0.07); color: #e0a8a8; font-size: 14px; font-weight: 600; border-radius: var(--r-md); padding: 12px 16px; margin-top: 16px; }
.g-cancel { background: none; border: none; color: var(--muted); font-weight: 700; font-size: 14px; margin-top: 6px; cursor: pointer; padding: 8px; font-family: inherit; }
.g-cancel:hover { color: var(--ink); }
.modal-field { display: flex; flex-direction: column; gap: 8px; text-align: left; font-size: 13px; font-weight: 700; color: var(--muted); margin: 0 0 24px; }
.modal-field input { height: 52px; background: var(--field); border: 1.5px solid var(--line); border-radius: var(--r-md); color: var(--ink); padding: 0 16px; font: inherit; font-size: 16px; font-weight: 700; color-scheme: dark; }
.modal-field input:focus { outline: none; border-color: var(--frost); box-shadow: 0 0 0 3px rgba(169, 195, 221, 0.16); }
.modal-field input.modal-input-error { border-color: var(--red); }

/* ── Hall of fame ── */
.hof-band { background: linear-gradient(160deg, #171a1f 0%, #101216 60%, #0c0e11 100%); border: 1px solid var(--line); border-radius: 30px; padding: clamp(30px, 5vw, 54px); position: relative; overflow: hidden; }
.hof-grid { display: grid; gap: 14px; margin-top: 30px; }
@media (min-width: 900px) { .hof-grid { grid-template-columns: repeat(3, 1fr); } }
.hof-card { position: relative; background: rgba(255, 248, 240, 0.03); border: 1px solid var(--line-soft); border-radius: 20px; padding: 26px 22px; text-align: center; overflow: hidden; }
.hof-card.first { border-color: rgba(169, 195, 221, 0.6); background: rgba(169, 195, 221, 0.06); }
.hof-rank { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; font-size: 17px; font-weight: 800; border: 1.5px solid var(--line); color: var(--muted); margin-bottom: 12px; }
.hof-card.first .hof-rank { border-color: var(--frost); color: var(--frost); }
.hof-card h3 { font-size: 20px; font-weight: 800; }
.hof-by { font-size: 13px; color: var(--faint); font-weight: 600; margin-top: 2px; }
.hof-streak { font-size: 42px; font-weight: 800; letter-spacing: -0.03em; color: var(--tang); margin-top: 10px; font-variant-numeric: tabular-nums; }
.hof-streak small { display: block; font-size: 11px; font-weight: 800; letter-spacing: 0.16em; color: var(--faint); margin-top: 2px; }
.hof-fresh { margin-top: 12px; justify-content: center; }

/* ── Support band ── */
.support-band { text-align: center; border: 1.5px dashed rgba(244, 246, 248, 0.3); border-radius: 30px; background: rgba(244, 246, 248, 0.025); padding: clamp(40px, 6vw, 68px) 28px; }
.support-band .sub { margin-inline: auto; }
.support-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.support-row > span { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; border: 1.5px solid var(--line); border-radius: 999px; padding: 10px 18px; color: var(--muted); }
.support-row > span .material-symbols-outlined { font-size: 18px; color: var(--tang); }

/* ── House rules ── */
.rules-grid { display: grid; gap: 14px; margin-top: 28px; }
@media (min-width: 900px) { .rules-grid { grid-template-columns: repeat(3, 1fr); } }
.rule-card { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 26px; transition: transform 0.22s var(--ease), border-color 0.22s; }
.rule-card:hover { transform: translateY(-4px); border-color: rgba(244, 246, 248, 0.28); }
.rule-card h3 { font-size: 17px; font-weight: 800; margin: 16px 0 8px; }
.rule-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── Alumni (booted off) ── */
.alum-stamp { position: absolute; top: 12px; right: 12px; z-index: 2; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; color: var(--tang); border: 1.5px solid rgba(244, 246, 248, 0.4); border-radius: 8px; padding: 4px 9px; transform: rotate(8deg); }

/* ── Founder details on cards ── */
.pmeta-row { flex-direction: row; flex-wrap: wrap; gap: 6px 16px; padding-top: 8px; }
.pwhy { margin: 12px 8px 0; padding: 10px 12px; border-left: 2px solid var(--frost); background: rgba(169, 195, 221, 0.05); border-radius: 0 10px 10px 0; font-size: 13.5px; color: var(--muted); line-height: 1.5; overflow-wrap: anywhere; }
.pwhy b { color: var(--ink); font-weight: 700; }
.pcontact { display: inline-flex; align-items: center; gap: 6px; margin: 10px 8px 0; font-size: 13px; font-weight: 700; color: var(--frost); overflow-wrap: anywhere; }
.pcontact .material-symbols-outlined { font-size: 16px; }
.pcontact:hover { text-decoration: underline; }
.cmt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 64px; padding: 10px 12px; border-radius: 12px; border: 1.5px dashed rgba(255, 248, 240, 0.16); font-size: 13px; font-weight: 700; color: var(--muted); transition: all 0.16s var(--ease); }
.cmt-btn:hover { border-color: var(--tang); color: var(--ink); background: rgba(244, 246, 248, 0.07); }
.cmt-btn .material-symbols-outlined { font-size: 17px; color: var(--tang); }
.sub a { color: var(--ink); text-decoration: underline dashed; text-underline-offset: 3px; }

/* ── Owner update modal + comments ── */
.modal-wide { width: min(560px, 100%); text-align: left; max-height: calc(100vh - 40px); overflow-y: auto; }
.modal-wide h3, .modal-wide > p { text-align: left; }
.modal-wide .kicker { justify-content: flex-start; }
.modal-wide .modal-btns { justify-content: flex-end; }
.modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 520px) { .modal-row { grid-template-columns: 1fr; } }
.modal-field .optional { font-weight: 500; color: var(--faint); }
.modal-field textarea { background: var(--field); border: 1.5px solid var(--line); border-radius: var(--r-md); color: var(--ink); padding: 12px 14px; font: inherit; font-size: 15px; resize: vertical; }
.modal-field textarea:focus { outline: none; border-color: var(--frost); box-shadow: 0 0 0 3px rgba(169, 195, 221, 0.16); }
.modal-check { display: flex; gap: 10px; align-items: flex-start; margin: -8px 0 22px; font-size: 13.5px; font-weight: 600; color: var(--muted); cursor: pointer; }
.modal-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--frost); flex-shrink: 0; }
.modal-wide .form-error { margin: -8px 0 18px; }
.cmt-form textarea { width: 100%; background: var(--field); border: 1.5px solid var(--line); border-radius: var(--r-md); color: var(--ink); padding: 12px 14px; font: inherit; font-size: 15px; resize: vertical; margin-bottom: 12px; }
.cmt-form textarea:focus { outline: none; border-color: var(--frost); box-shadow: 0 0 0 3px rgba(169, 195, 221, 0.16); }
.cmt-form .form-error { margin: 0 0 12px; }
.cmt-list { margin-top: 22px; border-top: 1px solid var(--line-soft); }
.cmt-item { padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.cmt-who { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--faint); font-weight: 600; }
.cmt-who .avatar { width: 28px; height: 28px; font-size: 12px; }
.cmt-who strong { color: var(--ink); font-size: 14px; }
.cmt-del { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--faint); border-bottom: 1px dashed var(--line); }
.cmt-del:hover { color: var(--red); }
.cmt-item p { margin: 8px 0 0 !important; font-size: 14.5px; color: var(--ink) !important; white-space: pre-line; overflow-wrap: anywhere; }
.cmt-empty { text-align: center; color: var(--faint) !important; padding: 18px 0 4px; margin: 0 !important; }

/* ── The Outlaws page ── */
.pcard.outlaw { position: relative; }
.pcard.outlaw .thumb { filter: grayscale(1) contrast(1.05); }
.wanted { position: relative; max-width: 460px; margin: 0 auto; background: linear-gradient(180deg, #f1e7d3, #e4d6ba); color: #2a1c0e; border-radius: 10px; padding: 34px 32px 28px; text-align: center; transform: rotate(-1.5deg); box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55), inset 0 0 0 10px rgba(42, 28, 14, 0.07); }
.wanted .tape { background: rgba(238, 241, 245, 0.35); }
.wanted-head { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.2rem, 9vw, 4.6rem); font-weight: 900; letter-spacing: 0.08em; line-height: 1; }
.wanted-sub { font-size: 12px; font-weight: 800; letter-spacing: 0.22em; margin-top: 8px; opacity: 0.75; }
.wanted .thumb { margin: 20px auto 0; max-width: 300px; filter: grayscale(1) sepia(0.45) contrast(1.05); border: 3px solid #2a1c0e; }
.wanted h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 32px; font-weight: 800; margin-top: 16px; overflow-wrap: anywhere; }
.wanted-crime { font-size: 15.5px; font-weight: 700; margin-top: 8px; line-height: 1.5; }
.wanted-reward { display: inline-block; margin-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 0.16em; border: 2px solid #2a1c0e; border-radius: 6px; padding: 7px 14px; transform: rotate(-2deg); }
.wanted-fine { font-size: 12.5px; margin-top: 14px; opacity: 0.7; font-style: italic; }
.wanted-wrap { padding: 20px 0 10px; }

/* ── Clickable cards + listing page ── */
.pcard[data-href] { cursor: pointer; }
.plink { color: inherit; }
.plink:hover { text-decoration: underline; text-underline-offset: 3px; }
.owner-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.lp-grid { display: grid; gap: 32px; align-items: start; }
@media (min-width: 900px) { .lp-grid { grid-template-columns: 1.1fr 0.9fr; } }
.lp-card { position: relative; background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 14px; }
.lp-card .thumb { height: 280px; }
.lp-card .th-title { font-size: 28px; }
.lp-title { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin-top: 16px; overflow-wrap: anywhere; }
.lp-blurb { font-size: 18px; color: var(--muted); margin-top: 12px; }
.lp-side .tags { padding: 16px 0 0; }
.lp-side .pmeta, .lp-side .pwhy, .lp-side .pcontact { margin-left: 0; margin-right: 0; padding-left: 0; }
.lp-side .pwhy { padding-left: 12px; }
.lp-side .fresh-row, .lp-side .pfoot { padding-left: 0; padding-right: 0; }
.lp-comments { margin-top: 56px; max-width: 760px; }
