:root { --ink: #0a0a0a; --cream: #fff6e6; --paper: #fffaf0; --purple: #8b5cf6; --pink: #ff8fcf; --hot-pink: #ff4fa3; --lime: #c8ff1e; --coral: #ff6b6b; --cyan: #5de2e7; --yellow: #ffd60a; --white: #ffffff; --border: 3px; --shadow: 7px; --radius-xl: 28px; --radius-lg: 18px; --pill: 999px; --font-display: "Archivo Black", "Helvetica Neue", system-ui, sans-serif; --font-body: "Inter", "Helvetica Neue", system-ui, sans-serif; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--cream); }
body { min-height: 100vh; min-height: 100svh; margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--font-body); font-weight: 700; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible, .waitlist-input:focus-visible, .share-link-input:focus-visible { outline: 0; box-shadow: 0 0 0 4px var(--cream), 0 0 0 8px var(--purple); }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 20px 0 8px; }
.brand-mark { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand-logo { display: block; width: 115px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.pill, .nav-links a { display: inline-flex; align-items: center; padding: 8px 13px; border: 2px solid var(--ink); border-radius: var(--pill); box-shadow: 3px 3px 0 0 var(--ink); font-family: var(--font-display); font-size: 0.78rem; letter-spacing: 0; text-transform: uppercase; }
.nav-links a { min-height: 38px; background: var(--paper); text-decoration: none; transition: transform 120ms cubic-bezier(0.2, 0.8, 0.3, 1.3), box-shadow 120ms cubic-bezier(0.2, 0.8, 0.3, 1.3); }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--lime); }
.nav-links a:active { transform: translate(3px, 3px); box-shadow: 0 0 0 0 var(--ink); }
.landing-shell, .page-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr); gap: 52px; align-items: center; min-height: calc(100svh - 170px); padding: 28px 0 30px; }
.hero::before, .hero::after { position: absolute; z-index: 0; content: ""; pointer-events: none; }
.hero::before { top: 10%; left: 47%; width: 64px; height: 64px; background: var(--yellow); clip-path: polygon(50% 0, 61% 37%, 100% 50%, 61% 63%, 50% 100%, 39% 63%, 0 50%, 39% 37%); filter: drop-shadow(5px 5px 0 var(--ink)); transform: rotate(13deg); }
.hero::after { right: 1%; bottom: 13%; width: 42px; height: 42px; border: var(--border) solid var(--ink); background: var(--purple); transform: rotate(12deg); }
.hero-copy, .demo-panel { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin: 0 0 28px; padding: 10px 18px 10px 14px; border: var(--border) solid var(--ink); border-radius: var(--pill); background: var(--paper); box-shadow: 4px 5px 0 0 var(--ink); color: var(--ink); font-family: var(--font-display); font-size: 0.84rem; letter-spacing: 0; text-transform: uppercase; }
.eyebrow span { width: 12px; height: 12px; border: 2px solid var(--ink); border-radius: var(--pill); background: var(--purple); }
h1 { margin: 0; font-family: var(--font-display); font-size: 5.75rem; line-height: 0.92; letter-spacing: 0; }
.hero-copy h1 { max-width: 650px; }
.page-hero p { max-width: 560px; margin: 22px 0 0; color: rgba(10, 10, 10, 0.78); font-size: 1.12rem; line-height: 1.45; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; }
.pill--lime { background: var(--lime); }
.pill--pink { background: var(--pink); }
.pill--cyan { background: var(--cyan); }
.pill--coral { background: var(--coral); }
.hero-tagline { max-width: 580px; margin: 14px 0 0; color: rgba(10, 10, 10, 0.78); font-size: 1.05rem; line-height: 1.45; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.waitlist-form { display: grid; grid-template-columns: 285px minmax(0, 1fr); align-items: stretch; gap: 10px; margin-top: 32px; max-width: 580px; }
.waitlist-input { width: 285px; min-width: 0; min-height: 58px; padding: 14px 18px; border: var(--border) solid var(--ink); border-radius: var(--pill); background: var(--paper); box-shadow: 4px 4px 0 0 var(--ink); font-family: var(--font-body); font-size: 1rem; font-weight: 700; color: var(--ink); }
.waitlist-input::placeholder { color: rgba(10, 10, 10, 0.45); font-weight: 600; }
.waitlist-status { grid-column: 1 / -1; justify-self: start; width: fit-content; max-width: 100%; margin: 0; }
.waitlist-form .button { justify-self: start; }
.share-panel { display: grid; gap: 14px; max-width: 580px; margin-top: 16px; padding: 17px; border: var(--border) solid var(--ink); border-radius: var(--radius-lg); background: var(--paper); box-shadow: 5px 5px 0 0 var(--ink); }
.share-panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.share-panel h2 { margin: 0; font-family: var(--font-display); font-size: 1.08rem; line-height: 1.05; text-transform: uppercase; }
.share-panel-header p, .share-reward { margin: 0; color: rgba(10, 10, 10, 0.72); font-size: 0.88rem; line-height: 1.35; }
.share-panel-header p { text-align: right; }
.share-link-row { display: grid; grid-template-columns: minmax(0, 1fr) max-content max-content; align-items: stretch; gap: 10px; }
.share-link-input { min-width: 0; min-height: 48px; padding: 12px 14px; border: 2px solid var(--ink); border-radius: var(--pill); background: var(--white); box-shadow: 3px 3px 0 0 var(--ink); font-family: var(--font-body); font-size: 0.82rem; font-weight: 800; color: var(--ink); }
.button { --button-face: var(--lime); --button-fg: var(--ink); --button-offset: var(--shadow); position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 17px 26px; border: var(--border) solid var(--ink); border-radius: var(--pill); background: var(--button-face); box-shadow: var(--button-offset) var(--button-offset) 0 0 var(--ink); color: var(--button-fg); cursor: pointer; font-family: var(--font-display); font-size: 0.98rem; letter-spacing: 0; text-decoration: none; text-transform: uppercase; user-select: none; transition: transform 110ms cubic-bezier(0.2, 0.8, 0.3, 1.3), box-shadow 110ms cubic-bezier(0.2, 0.8, 0.3, 1.3); -webkit-tap-highlight-color: transparent; }
.button.primary { --button-face: var(--hot-pink); --button-fg: var(--cream); }
.button.secondary { --button-face: var(--paper); }
.button.compact { min-height: 48px; padding: 13px 20px; font-size: 0.86rem; white-space: nowrap; }
.button:hover { transform: translate(-1px, -1px); box-shadow: calc(var(--button-offset) + 1px) calc(var(--button-offset) + 1px) 0 0 var(--ink); }
.button:active, .button.is-pressed { transform: translate(var(--button-offset), var(--button-offset)); box-shadow: 0 0 0 0 var(--ink); }
.demo-panel { display: grid; gap: 20px; justify-items: center; }
.stage { position: relative; width: min(435px, calc((100svh - 200px) * 0.75), 100%); aspect-ratio: 3 / 4; perspective: 1200px; touch-action: pan-y; }
.profile-card { position: absolute; inset: 0; overflow: hidden; border: var(--border) solid var(--ink); border-radius: var(--radius-xl); background: var(--cream); box-shadow: 9px 11px 0 0 var(--ink); cursor: grab; transform-origin: 50% 108%; user-select: none; will-change: transform; -webkit-user-select: none; touch-action: none; }
.profile-card:active { cursor: grabbing; }
.profile-card[data-z="0"] { z-index: 4; }
.profile-card[data-z="1"] { z-index: 3; filter: saturate(0.92); transform: translate(0, 16px) scale(0.94) rotate(-3deg); }
.profile-card[data-z="2"] { z-index: 2; filter: saturate(0.78); transform: translate(0, 30px) scale(0.88) rotate(2deg); }
.profile-card.gone { pointer-events: none; }
.card-photo { position: relative; height: 63%; overflow: hidden; border-bottom: var(--border) solid var(--ink); background: var(--paper); }
.card-image { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.card-stamp { position: absolute; top: 16px; left: 16px; padding: 7px 13px; border: var(--border) solid var(--ink); border-radius: var(--pill); background: var(--yellow); box-shadow: 3px 3px 0 0 var(--ink); font-family: var(--font-display); font-size: 0.78rem; text-transform: uppercase; transform: rotate(-4deg); }
.demo-dots { position: absolute; top: 18px; right: 16px; display: flex; gap: 5px; }
.demo-dots span { width: 8px; height: 8px; border: 2px solid var(--ink); border-radius: var(--pill); background: var(--white); }
.card-body { display: flex; flex-direction: column; gap: 12px; height: 37%; padding: 19px 20px; }
.card-name { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.card-name h2 { margin: 0; font-family: var(--font-display); font-size: 1.72rem; line-height: 1; }
.card-location { display: inline-flex; align-items: center; gap: 6px; max-width: 128px; font-size: 0.72rem; line-height: 1.25; text-align: right; }
.card-location::before { flex: 0 0 auto; width: 8px; height: 8px; border: 1.5px solid var(--ink); border-radius: var(--pill); background: var(--lime); content: ""; }
.card-quote { margin: 0; font-size: 0.9rem; font-weight: 700; line-height: 1.35; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.chip { padding: 5px 10px; border: 2px solid var(--ink); border-radius: var(--pill); background: var(--paper); font-size: 0.68rem; font-weight: 900; }
.chip.lime { background: var(--lime); }
.chip.pink { background: var(--pink); }
.chip.cyan { background: var(--cyan); }
.chip.coral { background: var(--coral); }
.drag-overlay { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity 120ms linear; }
.drag-overlay span { padding: 14px 25px; border: 5px solid var(--ink); border-radius: 22px; box-shadow: 8px 8px 0 0 var(--ink); font-family: var(--font-display); font-size: 3rem; text-transform: uppercase; }
.drag-overlay.like { background: rgba(255, 79, 163, 0.58); }
.drag-overlay.like span { background: var(--hot-pink); color: var(--cream); transform: rotate(-12deg); }
.drag-overlay.skip { background: rgba(10, 10, 10, 0.32); }
.drag-overlay.skip span { background: var(--paper); transform: rotate(12deg); }
.drag-overlay.peek { background: rgba(139, 92, 246, 0.46); }
.drag-overlay.peek span { background: var(--purple); color: var(--cream); transform: rotate(-4deg); }
.hint { position: absolute; z-index: 5; padding: 6px 12px; border: 2.5px solid var(--ink); border-radius: var(--pill); background: var(--paper); box-shadow: 3px 3px 0 0 var(--ink); font-family: var(--font-display); font-size: 0.72rem; text-transform: uppercase; pointer-events: none; }
.hint-left { bottom: 38%; left: -38px; transform: rotate(-7deg); }
.hint-right { top: 34%; right: -34px; background: var(--hot-pink); color: var(--cream); transform: rotate(7deg); }
.hint-up { top: -22px; right: 34%; background: var(--purple); color: var(--cream); transform: rotate(-3deg); }
.page-shell { padding: 62px 0 78px; }
.page-hero { max-width: 820px; margin-bottom: 38px; }
.page-hero h1 { font-size: 4.45rem; }
.page-hero a, .policy-card a { text-decoration-thickness: 3px; text-underline-offset: 4px; }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.info-card, .policy-card, .contact-strip { border: var(--border) solid var(--ink); border-radius: var(--radius-lg); box-shadow: 5px 6px 0 0 var(--ink); }
.info-card, .policy-card { padding: 26px; background: var(--paper); }
.info-card h2, .policy-card h2, .contact-strip h2 { margin: 0 0 12px; font-family: var(--font-display); font-size: 1.25rem; line-height: 1.05; }
.info-card p, .policy-card p, .contact-strip p { max-width: 68ch; margin: 0; color: rgba(10, 10, 10, 0.76); font-size: 0.98rem; line-height: 1.58; }
.info-card.lime { background: var(--lime); }
.info-card.pink { background: var(--pink); }
.info-card.cyan { background: var(--cyan); }
.info-card.coral { background: var(--coral); }
.contact-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 26px; background: var(--paper); }
.policy-stack { display: grid; gap: 18px; max-width: 880px; }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
@media (max-height: 760px) and (min-width: 941px) {
.hero { gap: 42px; min-height: calc(100svh - 185px); padding-top: 10px; padding-bottom: 18px; }
h1 { font-size: 5rem; }
.hero-pills { margin-top: 16px; }
.waitlist-form { margin-top: 24px; }
.stage { width: min(350px, 100%); }
}
@media (max-width: 940px) {
.hero { grid-template-columns: 1fr; gap: 64px; min-height: 0; padding-top: 36px; }
.demo-panel { order: -1; justify-items: start; }
.stage { width: min(330px, 100%); }
.chips { display: none; }
.hint-left { display: none; }
h1 { font-size: 4.25rem; }
.page-hero h1 { font-size: 3.6rem; }
}
@media (max-width: 680px) {
.site-header { align-items: flex-start; flex-direction: column; width: min(1180px, calc(100% - 28px)); padding-top: 16px; }
.brand-logo { width: 106px; }
.nav-links { align-self: stretch; display: grid; gap: 7px; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-items: stretch; width: 100%; }
.nav-links a { flex: 1 1 0; justify-content: center; min-height: 34px; min-width: 0; width: 100%; padding: 7px 10px; font-size: 0.67rem; }
.landing-shell, .page-shell { width: min(1180px, calc(100% - 28px)); }
.page-shell { padding: 46px 0 64px; }
h1 { font-size: 2.55rem; }
.page-hero h1 { font-size: 3rem; }
.page-hero p { font-size: 1rem; }
.waitlist-form { grid-template-columns: 1fr; }
.waitlist-form .waitlist-input { width: 100%; }
.waitlist-form .button { width: 100%; }
.waitlist-input { width: 100%; }
.share-panel { padding: 14px; }
.share-panel-header { display: grid; gap: 6px; }
.share-panel-header p { text-align: left; }
.share-link-row { grid-template-columns: 1fr; }
.share-link-row .button { width: 100%; }
.button { min-height: 54px; padding: 15px 16px; font-size: 0.82rem; text-align: center; }
.stage { width: min(275px, 100%); }
.hero-tagline { font-size: 0.95rem; }
.card-name { display: block; }
.card-name h2 { font-size: 1.45rem; }
.card-location { max-width: none; margin-top: 5px; text-align: left; }
.card-photo { height: 55%; }
.card-body { gap: 7px; height: 45%; padding: 13px 15px; }
.card-quote { font-size: 0.82rem; }
.demo-panel { justify-items: center; }
.drag-overlay span { font-size: 2.35rem; }
.hint { display: none; }
.info-grid { grid-template-columns: 1fr; }
.info-card, .policy-card, .contact-strip { padding: 22px; }
.contact-strip { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 430px) {
.site-header { gap: 12px; }
.nav-links a { box-shadow: 2px 2px 0 0 var(--ink); }
.hero-copy { padding-bottom: 4px; }
.hero::after { display: none; }
h1 { font-size: 2.35rem; }
.page-hero h1 { font-size: 2.6rem; }
.hint { font-size: 0.64rem; }
.hint-left { left: -20px; }
.hint-right { right: -20px; }
.stage { width: min(270px, 100%); }
}
