/* ───────────────────────────────────────────────────────────────
   Aspen landing page
   Layout after AngelList: left aligned, wordmark only, no rules
   between sections, one very large statement per screen.
   White page, rose where it should be noticed.
   ─────────────────────────────────────────────────────────────── */

:root {
	--ink: #101215;
	--ink-2: #4c525b;
	--ink-3: #767c85;
	--ink-4: #a4a9b1;
	--line: #e9e7e6;
	--line-2: #f2f0ef;
	--paper: #ffffff;
	--paper-2: #faf8f7;
	--rose: #c1566c;
	--rose-deep: #a3455a;
	--rose-tint: #fdf6f7;
	--rose-line: #f2dde1;

	--r: 8px;
	--r-lg: 14px;
	--wrap: 1200px;
	--ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

a { color: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: -0.035em; line-height: 1.03; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 40px; }

/* ── announcement + nav ───────────────────────────────────────── */

.ticker {
	font-size: 13px;
	color: var(--ink-3);
	text-align: center;
	padding: 11px 16px 10px;
}
.ticker a { color: var(--rose-deep); font-weight: 500; text-underline-offset: 3px; }

.nav {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgb(255 255 255 / 0.9);
	backdrop-filter: blur(14px);
}
.nav-inner { display: flex; align-items: center; gap: 34px; height: 64px; }

.brand {
	font-weight: 600;
	letter-spacing: -0.035em;
	font-size: 19px;
	text-decoration: none;
}

.nav-links { display: flex; gap: 30px; margin-left: auto; font-size: 14px; color: var(--ink-2); }
.nav-links a { text-decoration: none; transition: color 0.16s var(--ease); }
.nav-links a:hover { color: var(--rose); }

/* ── buttons ──────────────────────────────────────────────────── */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 22px;
	border-radius: var(--r);
	border: 1px solid transparent;
	font-size: 14.5px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.18s var(--ease), border-color 0.18s var(--ease), color 0.18s var(--ease);
}
.btn-sm { height: 34px; padding: 0 15px; font-size: 13.5px; }
.btn-primary { background: var(--rose); color: #fff; }
.btn-primary:hover { background: var(--rose-deep); }
.btn-ghost { border-color: #d8d4d3; color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--rose); color: var(--rose-deep); }

.cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }

.link {
	font-size: 15px;
	font-weight: 500;
	color: var(--rose-deep);
	text-decoration: none;
	border-bottom: 1px solid var(--rose-line);
	padding-bottom: 2px;
	transition: border-color 0.18s var(--ease);
}
.link span { display: inline-block; transition: transform 0.18s var(--ease); }
.link:hover { border-bottom-color: var(--rose); }
.link:hover span { transform: translateX(3px); }

.eyebrow {
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rose);
	margin-bottom: 22px;
}

/* ── hero ─────────────────────────────────────────────────────── */

.hero { position: relative; padding: clamp(56px, 8vw, 104px) 0 0; }
.hero::before {
	content: '';
	position: absolute;
	inset: -300px auto auto -12%;
	width: 78%;
	height: 660px;
	background: radial-gradient(50% 58% at 28% 46%, rgb(193 86 108 / 0.11) 0%, rgb(193 86 108 / 0) 72%);
	pointer-events: none;
}
.hero .wrap { position: relative; }

h1 { font-size: clamp(42px, 5.6vw, 76px); }

.lede {
	max-width: 640px;
	margin-top: 26px;
	font-size: 17px;
	color: var(--ink-2);
	line-height: 1.55;
}
.wide-only { display: none; }
@media (min-width: 900px) { .wide-only { display: inline; } .lede { max-width: none; } }

/* ── the app shot ─────────────────────────────────────────────── */

.shot { margin: clamp(52px, 7vw, 88px) 0 0; padding: 0; }

.app {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 1px rgb(16 18 21 / 0.03), 0 22px 50px -24px rgb(16 18 21 / 0.18),
		0 60px 110px -60px rgb(163 69 90 / 0.32);
}

.app-bar {
	display: flex;
	align-items: center;
	gap: 7px;
	height: 40px;
	padding: 0 15px;
	background: var(--paper-2);
	border-bottom: 1px solid var(--line-2);
}
.dot { width: 9px; height: 9px; border-radius: 50%; }
.dot.r { background: #e8b3bc; }
.dot.y { background: #ecd9b0; }
.dot.g { background: #bfd9c0; }
.app-url { margin-left: 14px; font-size: 11.5px; color: var(--ink-4); }

.app-body { display: grid; grid-template-columns: 226px minmax(0, 1fr); min-height: 424px; font-size: 13px; }

.app-side {
	background: linear-gradient(170deg, #f8e8ec 0%, #f0eaec 48%, #e6e9ee 100%);
	padding: 16px 11px;
	border-right: 1px solid var(--line-2);
	color: rgb(0 0 0 / 0.75);
}
.ws { display: flex; align-items: center; gap: 9px; padding: 4px 6px 12px; }
.ws-logo {
	width: 26px; height: 26px;
	display: grid; place-items: center;
	border-radius: 7px;
	background: var(--rose);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
.ws-name { font-weight: 600; font-size: 13.5px; letter-spacing: -0.015em; }

.side-group {
	font-size: 10.5px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: rgb(0 0 0 / 0.4);
	padding: 15px 7px 6px;
}
.side-row {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 7px;
	border-radius: 7px;
	line-height: 1.3;
}
.side-row.is-active { background: rgb(255 255 255 / 0.75); font-weight: 600; }
.hash { color: rgb(0 0 0 / 0.38); }
.badge {
	margin-left: auto;
	background: var(--rose);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	border-radius: 999px;
	padding: 1px 6px;
}
.tag {
	font-size: 9px;
	letter-spacing: 0.07em;
	background: rgb(193 86 108 / 0.13);
	color: var(--rose-deep);
	border-radius: 4px;
	padding: 1px 5px;
	font-weight: 600;
	margin-left: 5px;
	vertical-align: 1px;
}
.pres { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.pres.online { background: #3fb950; }
.pres.away { background: #d29922; }
.pres.bot { background: var(--rose); }

.app-main { display: flex; flex-direction: column; background: #fff; min-width: 0; }
.ch-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 22px;
	border-bottom: 1px solid var(--line-2);
}
.ch-title { font-weight: 600; font-size: 15px; letter-spacing: -0.02em; }
.faces { display: flex; }
.face {
	width: 24px; height: 24px;
	border-radius: 50%;
	display: grid; place-items: center;
	font-size: 9.5px;
	font-weight: 600;
	color: #fff;
	border: 2px solid #fff;
	margin-left: -7px;
}
.f1 { background: #b0899a; }
.f2 { background: #8fa2b3; }
.f3 { background: #a8a58c; }
.f4 { background: #dedbd9; color: var(--ink-3); }

.msgs { flex: 1; padding: 20px 22px; display: flex; flex-direction: column; gap: 20px; }
.msg { display: flex; gap: 12px; }
.msg > div { min-width: 0; }
.av {
	width: 30px; height: 30px;
	flex: none;
	border-radius: 8px;
	display: grid; place-items: center;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
}
.av.sm { width: 25px; height: 25px; border-radius: 7px; font-size: 10px; }
.a1 { background: #b0899a; }
.a2 { background: #8fa2b3; }
.a3 { background: #a8a58c; }
.a-bot { background: linear-gradient(150deg, var(--rose), #dc94a3); }

.mhead { font-weight: 600; font-size: 13px; letter-spacing: -0.015em; }
.mhead time { font-weight: 400; font-size: 10.5px; color: var(--ink-4); margin-left: 6px; }
.msg p { margin-top: 3px; color: var(--ink-2); line-height: 1.55; max-width: 62ch; }

.reacts { display: flex; gap: 6px; margin-top: 9px; }
.react {
	font-size: 11px;
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 1px 8px;
	color: var(--ink-3);
}
.thread { margin-top: 7px; font-size: 11.5px; color: var(--rose-deep); font-weight: 500; }

.typing { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--ink-4); }
.tdot { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-4); }
.tdot:nth-child(2) { opacity: 0.65; }
.tdot:nth-child(3) { opacity: 0.4; margin-right: 5px; }

.composer {
	margin: 0 22px 20px;
	border: 1px solid var(--line);
	border-radius: var(--r);
	padding: 12px 12px 12px 14px;
	display: flex;
	align-items: center;
}
.composer .ph { color: var(--ink-4); font-size: 12.5px; }
.composer .send {
	margin-left: auto;
	width: 25px; height: 25px;
	border-radius: 7px;
	background: var(--rose);
	position: relative;
	flex: none;
}
.composer .send::after {
	content: '';
	position: absolute;
	left: 9px; top: 8px;
	width: 5px; height: 5px;
	border-top: 1.6px solid #fff;
	border-right: 1.6px solid #fff;
	transform: rotate(45deg);
}

/* ── four tiles ───────────────────────────────────────────────── */

.cards { padding: clamp(76px, 9vw, 120px) 0 0; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }

.tile h3 { font-size: 15px; letter-spacing: -0.02em; margin-bottom: 14px; font-weight: 600; }
.tile p { color: var(--ink-3); font-size: 14px; line-height: 1.55; margin-top: 16px; }

.viz {
	height: 190px;
	border-radius: 12px;
	background: linear-gradient(168deg, #fdf5f7 0%, #f6f4f3 100%);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 9px;
	overflow: hidden;
}
.viz-channels span { height: 9px; border-radius: 999px; background: #e5dfe0; width: 78%; }
.viz-channels span:nth-child(2) { width: 92%; }
.viz-channels span:nth-child(3) { width: 62%; }
.viz-channels span:nth-child(4) { width: 84%; }
.viz-channels span.on { background: var(--rose); opacity: 0.72; }

.viz-threads i {
	display: block;
	height: 28px;
	border-radius: 9px;
	background: #fff;
	border: 1px solid #eae5e4;
}
.viz-threads i.in { margin-left: 36px; border-color: var(--rose-line); background: var(--rose-tint); height: 24px; }

.viz-search .bar {
	height: 32px;
	border-radius: 9px;
	background: #fff;
	border: 1px solid #eae5e4;
	position: relative;
}
.viz-search .bar::after {
	content: '';
	position: absolute;
	left: 13px; top: 11px;
	width: 9px; height: 9px;
	border: 1.6px solid var(--rose);
	border-radius: 50%;
}
.viz-search .bar b {
	position: absolute;
	left: 31px; top: 14px;
	height: 6px;
	width: 44%;
	border-radius: 999px;
	background: #e5dfe0;
}
.viz-search em { height: 9px; border-radius: 999px; background: #e5dfe0; width: 86%; }
.viz-search em + em { width: 64%; }
.viz-search em.last { width: 44%; background: rgb(193 86 108 / 0.3); }

.viz-agent { align-items: flex-start; }
.face-bot {
	width: 40px; height: 40px;
	border-radius: 12px;
	background: linear-gradient(150deg, var(--rose), #dc94a3);
	color: #fff;
	display: grid; place-items: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
}
.viz-agent i { display: block; height: 9px; border-radius: 999px; background: #e5dfe0; width: 88%; }
.viz-agent i.short { width: 54%; }

/* ── statement ────────────────────────────────────────────────── */

.statement { padding: clamp(88px, 11vw, 152px) 0; }
.statement-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: clamp(40px, 6vw, 80px);
	align-items: center;
}
.statement h2 { font-size: clamp(32px, 4vw, 50px); max-width: 14ch; }
.statement-lede {
	max-width: 30em;
	margin-top: 24px;
	color: var(--ink-2);
	font-size: 16.5px;
	line-height: 1.6;
}
.link-row { margin-top: 26px; }

.roles { list-style: none; margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.roles li {
	font-size: 13px;
	color: var(--rose-deep);
	background: var(--rose-tint);
	border: 1px solid var(--rose-line);
	border-radius: 999px;
	padding: 5px 13px;
}

.proof-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	padding: 24px 26px;
	display: grid;
	gap: 20px;
	box-shadow: 0 1px 1px rgb(16 18 21 / 0.03), 0 26px 50px -30px rgb(16 18 21 / 0.26);
}
.proof-q, .proof-a { display: flex; gap: 12px; align-items: flex-start; }
.proof-q p, .proof-a p { font-size: 15px; color: var(--ink-3); line-height: 1.55; }
.proof-a p { color: var(--ink); }

/* ── ownership ────────────────────────────────────────────────── */

.own { padding: 0 0 clamp(88px, 11vw, 148px); }
.own > .wrap > h2 { font-size: clamp(30px, 3.6vw, 46px); max-width: 20ch; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.own-grid { margin-top: clamp(44px, 5vw, 68px); }
.own-grid h3 { font-size: 17px; letter-spacing: -0.025em; font-weight: 600; margin-bottom: 10px; }
.own-grid p { color: var(--ink-3); font-size: 14.5px; }
.own-grid > div { border-top: 1px solid var(--line); padding-top: 20px; }

/* ── closer ───────────────────────────────────────────────────── */

.closer {
	padding: clamp(84px, 10vw, 132px) 0;
	background:
		radial-gradient(42% 84% at 78% 30%, rgb(193 86 108 / 0.11) 0%, rgb(193 86 108 / 0) 72%),
		var(--paper-2);
}
.closer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	gap: clamp(32px, 5vw, 72px);
	align-items: end;
}
.closer h2 { font-size: clamp(32px, 4.4vw, 56px); }
.closer p { color: var(--ink-2); font-size: 16.5px; max-width: 34em; }

/* ── footer ───────────────────────────────────────────────────── */

.foot { padding: 30px 0 46px; }
.foot-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.foot .brand { font-size: 17px; }
.foot-links { margin-left: auto; display: flex; gap: 24px; font-size: 13.5px; color: var(--ink-3); }
.foot-links a { text-decoration: none; }
.foot-links a:hover { color: var(--rose); }

/* ── reveal ───────────────────────────────────────────────────── */

.reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: 0.05s; }
.reveal:nth-child(3) { transition-delay: 0.1s; }
.reveal:nth-child(4) { transition-delay: 0.15s; }

@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; transition: none; }
}

/* ── responsive ───────────────────────────────────────────────── */

@media (max-width: 1000px) {
	.grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
	.statement-grid, .closer-inner, .grid-3 { grid-template-columns: 1fr; }
	.grid-3 { gap: 26px; }
	.closer-inner { gap: 28px; align-items: start; }
}

@media (max-width: 860px) {
	.nav-links { display: none; }
	.app-body { grid-template-columns: 1fr; }
	.app-side { display: none; }
}

@media (max-width: 620px) {
	.wrap { padding: 0 22px; }
	.grid-4 { grid-template-columns: 1fr; }
	.viz { height: 150px; }
	.cta-row .btn { flex: 1 1 auto; }
	.foot-links { margin-left: 0; flex-wrap: wrap; gap: 16px; }
}
