:root {
  --ink: #141210;
  --paper: #f1eadc;
  --muted: #b7ad9b;
  --lime: #c8f344;
  --acid: #ddff3f;
  --red: #ff4d31;
  --purple: #755cff;
  --line: rgba(241, 234, 220, 0.2);
  --display: "Bebas Neue", Impact, sans-serif;
  --mono: "DM Mono", monospace;
  --sans: "Space Grotesk", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); overflow-x: hidden; }
button, a { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .08; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.cursor-glow { position: fixed; width: 22rem; height: 22rem; border-radius: 50%; background: var(--lime); filter: blur(90px); opacity: .05; pointer-events: none; transform: translate(-50%, -50%); z-index: 0; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; width: min(1320px, calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 3; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--mono); font-weight: 500; font-size: 12px; line-height: 1.05; letter-spacing: .04em; }
.brand small { color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-family: var(--display); font-size: 20px; transform: rotate(-8deg); }
nav { display: flex; gap: 34px; font-family: var(--mono); text-transform: uppercase; font-size: 11px; color: var(--muted); }
nav a { transition: color .2s; } nav a:hover { color: var(--acid); }
.header-stamp { border: 1px solid var(--line); color: var(--paper); background: transparent; padding: 10px 14px; font-family: var(--mono); font-size: 10px; letter-spacing: .04em; transition: background .2s, color .2s; }
.header-stamp:hover { background: var(--lime); color: var(--ink); }
.header-stamp span { color: var(--acid); margin-left: 9px; }
.hero { min-height: 690px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7vw; padding: 76px 0 96px; position: relative; }
.hero::before { content: ""; position: absolute; width: 450px; height: 450px; background: var(--purple); filter: blur(150px); opacity: .22; right: 9%; top: 10%; z-index: -1; }
.eyebrow { font: 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--lime); margin: 0 0 22px; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(255, 77, 49, .14); vertical-align: 1px; margin-right: 8px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: .015em; line-height: .86; }
h1 { font-size: clamp(76px, 10vw, 152px); margin-bottom: 30px; }
h1 em, h2 span { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 390px; color: var(--muted); line-height: 1.6; font-size: 15px; }
.hero-lede strong { color: var(--paper); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { border: 1px solid transparent; padding: 14px 18px; text-transform: uppercase; font: 11px var(--mono); letter-spacing: .04em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button span { margin-left: 14px; font-size: 15px; }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: var(--paper); }
.button-ghost { background: transparent; border-color: var(--line); color: var(--paper); }
.button-ghost:hover { border-color: var(--lime); color: var(--lime); }
.microcopy { color: var(--lime); font: 11px var(--mono); margin-top: 28px; min-height: 16px; }
.hero-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.hero-card { width: min(100%, 580px); transform: rotate(3deg); background: var(--lime); padding: 12px; position: relative; box-shadow: 18px 20px 0 rgba(0, 0, 0, .32); }
.hero-card img { width: 100%; display: block; filter: saturate(1.15) contrast(1.04); }
.floating-asset { position: absolute; z-index: 2; pointer-events: none; }.asset-peppers { width: 300px; right: -55px; top: -12px; transform: rotate(8deg); filter: drop-shadow(8px 10px 0 rgba(20,18,16,.3)); }.asset-calabriatv { width: 156px; left: -42px; top: 42px; transform: rotate(-12deg); filter: drop-shadow(5px 6px 0 rgba(20,18,16,.35)); }
.card-index { position: absolute; z-index: 1; left: 22px; top: 21px; color: var(--paper); font: 10px var(--mono); text-shadow: 1px 1px 0 #000; }
.stamp { position: absolute; right: 18px; top: 16px; z-index: 2; background: var(--red); color: var(--paper); padding: 9px 10px; border: 2px solid var(--paper); transform: rotate(10deg); font: 10px var(--mono); line-height: 1.1; }
.stamp b { font-size: 13px; }
.hero-caption { background: var(--ink); color: var(--paper); position: absolute; left: 30px; bottom: 28px; padding: 9px 13px; font: 10px var(--mono); transform: rotate(-5deg); }
.hero-caption b { color: var(--lime); font-size: 15px; }
.scribble { position: absolute; color: var(--red); font: 28px var(--display); line-height: .8; text-align: center; transform: rotate(-12deg); text-shadow: 2px 2px 0 var(--ink); }
.scribble-one { top: 1%; right: -3%; } .scribble-two { left: -5%; bottom: 3%; color: var(--lime); transform: rotate(13deg); }
.ticker { overflow: hidden; white-space: nowrap; background: var(--red); color: var(--ink); border-block: 1px solid var(--ink); font: 13px var(--mono); padding: 14px 0; transform: rotate(-1.5deg) scale(1.02); position: relative; z-index: 2; }
.ticker-track { display: inline-flex; align-items: center; gap: 22px; animation: ticker 24s linear infinite; }
.ticker i { font-style: normal; font-size: 19px; }
@keyframes ticker { to { transform: translateX(-50%); } }
.manifesto, .specialties, .evidence, .cta { padding: 150px 0; }
.section-intro h2 { font-size: clamp(60px, 8vw, 118px); margin-bottom: 0; }
.manifesto-grid { margin-top: 80px; display: grid; grid-template-columns: 1fr .8fr 1fr; gap: 28px; align-items: center; }
.manifesto-note { color: var(--ink); min-height: 260px; padding: 34px 30px 26px; transform: rotate(-3deg); box-shadow: 8px 8px 0 rgba(0,0,0,.22); position: relative; }.map-sticker { position: absolute; width: 72px; right: 16px; bottom: 10px; top: auto; opacity: .36; transform: rotate(8deg); filter: drop-shadow(3px 4px 0 rgba(0,0,0,.16)); z-index: 0; }.manifesto-note > *:not(.map-sticker) { position: relative; z-index: 1; }
.note-yellow { background: #f4da4d; }
.pin { position: absolute; top: 14px; right: 19px; color: var(--red); font-size: 22px; }
.note-label { font: 10px var(--mono); border-bottom: 1px solid rgba(20,18,16,.3); padding-bottom: 11px; }
.manifesto-note p:not(.note-label) { font: 22px var(--display); line-height: .98; margin-top: 25px; }
.note-sign { display: block; margin-top: 30px; font: 10px var(--mono); }
.manifesto-stats { display: grid; gap: 12px; }
.stat { border-top: 1px solid var(--line); display: flex; align-items: baseline; justify-content: space-between; padding: 13px 0; }
.stat strong { font: 64px var(--display); color: var(--lime); line-height: .8; } .stat span { font: 10px var(--mono); text-transform: uppercase; color: var(--muted); }
.manifesto-copy { color: var(--muted); line-height: 1.65; font-size: 15px; }
.highlight-line { color: var(--paper); border-left: 3px solid var(--red); padding-left: 15px; font-weight: 700; }
.split-intro { display: flex; justify-content: space-between; align-items: end; gap: 50px; }.intro-aside { max-width: 330px; color: var(--muted); line-height: 1.55; font-size: 13px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 72px; }
.feature-card { padding: 22px; min-height: 390px; display: flex; flex-direction: column; color: var(--ink); transition: transform .25s; }.feature-card:hover { transform: translateY(-8px) rotate(-1deg); }.feature-red { background: var(--red); }.feature-green { background: var(--lime); }.feature-purple { background: var(--purple); color: var(--paper); }
.feature-top { display: flex; justify-content: space-between; font: 10px var(--mono); border-bottom: 1px solid currentColor; padding-bottom: 13px; }.feature-icon { font-size: 48px; margin: 26px 0 14px; height: 62px; display: grid; place-items: center; width: fit-content; }.feature-photo { width: 100%; height: 100px; overflow: hidden; margin-top: 20px; background: transparent; display: flex; align-items: center; justify-content: center; }.feature-photo img { width: 92%; height: 92%; max-width: 100%; max-height: 100%; object-fit: contain; display: block; flex: 0 0 auto; filter: saturate(1.25) contrast(1.08); }.photo-chili img { transform: scale(1.14); }.photo-nduja img { transform: scale(1.08); }.photo-keyboard img { transform: scale(1.12); }.photo-camera img { transform: scale(1.12); }.feature-character { width: 100%; height: 100px; margin-top: 20px; padding: 2px; overflow: hidden; background: rgba(241,234,220,.25); border: 1px dashed currentColor; }.feature-character img { width: 100%; height: 100%; object-fit: contain; display: block; }.bunny-icon { width: 62px; height: 62px; border: 5px solid currentColor; border-radius: 50% 50% 45% 45%; position: relative; font-size: 34px; line-height: 1; }.bunny-icon::before, .bunny-icon::after { content: ""; position: absolute; width: 18px; height: 35px; border: 4px solid currentColor; border-bottom: 0; border-radius: 50% 50% 0 0; top: -30px; }.bunny-icon::before { left: 2px; transform: rotate(-15deg); }.bunny-icon::after { right: 2px; transform: rotate(15deg); }.feature-card h3 { font-size: 47px; margin-bottom: 18px; }.feature-card p { font-size: 13px; line-height: 1.45; max-width: 250px; margin-bottom: 25px; }.feature-card small { font: 9px var(--mono); margin-top: 8px; }.meter { height: 8px; border: 1px solid var(--ink); }.meter span { display: block; height: 100%; background: var(--ink); }.fake-input { margin-top: auto; border: 1px solid var(--ink); padding: 12px; display: flex; justify-content: space-between; font: 10px var(--mono); }.tag-pill { margin-top: auto; border: 1px solid currentColor; width: fit-content; padding: 10px 12px; font: 10px var(--mono); }.tag-pill .status-dot { background: var(--lime); }.feature-orange { background: #f28a32; }.feature-blue { background: #87d8e8; }.feature-paper { background: var(--paper); }
.feature-card .meter { margin-top: auto; }
.voice-protocol { padding-bottom: 150px; }.protocol-panel { display: grid; grid-template-columns: .9fr 1.1fr .7fr; gap: 28px; align-items: center; border-block: 1px solid var(--line); padding: 38px 0; }.protocol-panel h2 { font-size: clamp(46px, 5vw, 73px); }.protocol-command { color: var(--red); font: clamp(66px, 9vw, 125px) var(--display); line-height: .78; transform: rotate(-4deg); text-shadow: 4px 4px 0 var(--lime); }.protocol-copy { color: var(--muted); font-size: 13px; line-height: 1.5; }.protocol-copy span { color: var(--lime); font: 10px var(--mono); }
.quote-break { background: var(--lime); color: var(--ink); min-height: 470px; display: grid; place-items: center; text-align: center; padding: 80px 24px; transform: rotate(1deg) scale(1.02); }.quote-inner { max-width: 780px; position: relative; }.quote-mark { display: block; font: 130px/0.4 var(--display); color: var(--red); }.quote-break blockquote { font: clamp(48px, 8vw, 105px)/.84 var(--display); margin: 34px 0 26px; }.quote-author { font: 11px var(--mono); text-transform: uppercase; }.button-light { border-color: var(--ink); color: var(--ink); background: transparent; margin-top: 34px; }.button-light:hover { background: var(--ink); color: var(--lime); }
.gallery-grid { margin-top: 72px; display: grid; grid-template-columns: 1.1fr .9fr .8fr; grid-auto-rows: 220px; gap: 14px; }.gallery-item { border: 0; padding: 0; background: #2b2722; color: var(--paper); position: relative; overflow: hidden; text-align: left; min-height: 0; }.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .72; transition: transform .5s, opacity .3s; }.gallery-item:hover img { transform: scale(1.08); opacity: 1; }.gallery-item span { position: absolute; left: 12px; bottom: 12px; background: var(--ink); color: var(--lime); padding: 8px 9px; font: 9px var(--mono); }.gallery-wide { grid-column: span 2; }.gallery-tall { grid-row: span 2; }
.cta { padding-top: 90px; }.cta-panel { background: var(--purple); padding: clamp(32px, 7vw, 88px); position: relative; overflow: hidden; }.cta-panel::after { content: "LAST"; position: absolute; right: -25px; bottom: -55px; font: 240px var(--display); color: rgba(20,18,16,.22); transform: rotate(-12deg); }.cta-panel h2 { font-size: clamp(62px, 9vw, 130px); max-width: 800px; position: relative; z-index: 1; }.cta-panel p:not(.eyebrow) { max-width: 420px; line-height: 1.5; position: relative; z-index: 1; }.button-outline-light { border-color: var(--paper); color: var(--paper); background: transparent; position: relative; z-index: 1; }.button-outline-light:hover { background: var(--paper); color: var(--purple); }.cta-code { display: block; margin-top: 56px; color: rgba(241,234,220,.65); font: 10px var(--mono); position: relative; z-index: 1; }
.site-footer { border-top: 1px solid var(--line); padding: 24px 0 34px; display: flex; justify-content: space-between; color: var(--muted); font: 9px var(--mono); letter-spacing: .04em; gap: 15px; }
.lightbox { position: fixed; inset: 0; z-index: 20; background: rgba(20,18,16,.96); display: grid; place-items: center; padding: 50px; }.lightbox[hidden] { display: none; }.lightbox img { max-width: min(100%, 1000px); max-height: 80vh; object-fit: contain; }.lightbox p { position: absolute; left: 30px; bottom: 20px; color: var(--lime); font: 11px var(--mono); }.lightbox-close { position: absolute; top: 18px; right: 25px; border: 0; background: transparent; color: var(--paper); font-size: 42px; line-height: 1; }
@media (max-width: 800px) { .site-header { height: 72px; }.site-header nav { display: none; }.header-stamp { padding: 8px; font-size: 8px; }.hero { grid-template-columns: 1fr; padding-top: 58px; }.hero-visual { min-height: 350px; }.asset-peppers { width: 230px; right: -28px; top: -20px; }.asset-calabriatv { width: 120px; left: -20px; top: 26px; }.scribble-one { right: 0; }.scribble-two { left: 0; }.manifesto-grid, .feature-grid { grid-template-columns: 1fr; }.manifesto-grid { margin-top: 45px; }.manifesto-stats { order: 3; }.manifesto-copy { order: 2; }.split-intro { display: block; }.intro-aside { margin-top: 24px; }.feature-card { min-height: 330px; }.protocol-panel { grid-template-columns: 1fr; gap: 20px; }.protocol-command { font-size: 92px; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }.gallery-wide { grid-column: span 2; }.gallery-tall { grid-row: span 1; }.site-footer { flex-direction: column; }.manifesto, .specialties, .evidence, .cta { padding: 100px 0; }.voice-protocol { padding-bottom: 100px; } }
@media (max-width: 480px) { .section-shell, .site-header { width: min(100% - 28px, 1180px); }.header-stamp { display: none; }.hero { min-height: auto; }.hero-visual { min-height: 280px; }.hero-card { padding: 7px; }.hero-caption { left: 15px; bottom: 18px; }.scribble { font-size: 21px; }.section-intro h2 { font-size: 55px; }.gallery-grid { display: block; }.gallery-item { display: block; width: 100%; height: 230px; margin-bottom: 12px; }.quote-break blockquote { font-size: 55px; }.cta-panel::after { font-size: 150px; }.cta-actions { flex-direction: column; align-items: flex-start; } }
