:root {
	color-scheme: light;
	--background: #f4ede2;
	--surface: #fffaf4;
	--text: #2b2520;
	--muted: #756a62;
	--brand: #c97a66;
	--brand-dark: #a95f4f;
	--border: #ded2c7;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	min-height: 100vh;
	background: var(--background);
	color: var(--text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
}

a {
	color: var(--brand-dark);
}

.page {
	width: min(720px, calc(100% - 32px));
	margin: 0 auto;
	padding: 48px 0;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--text);
	font-weight: 750;
	text-decoration: none;
}

.brand img {
	width: 48px;
	height: 48px;
	border-radius: 14px;
}

.card {
	margin-top: 28px;
	padding: clamp(24px, 6vw, 48px);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 28px;
	box-shadow: 0 18px 50px rgb(73 53 41 / 8%);
}

.legal {
	max-width: 760px;
}

.legal .updated {
	margin-top: -8px;
	font-size: 0.9rem;
	color: #8b7d75;
}

.legal h3 {
	margin: 22px 0 6px;
	font-size: 17px;
}

.legal p,
.legal li,
.legal td,
.legal th {
	font-size: 15px;
}

.legal ul {
	padding-left: 22px;
}

.legal li + li {
	margin-top: 8px;
}

.legal address {
	color: var(--muted);
	font-style: normal;
}

.callout {
	margin: 24px 0;
	padding: 16px 18px;
	background: #f8eee8;
	border-left: 4px solid var(--brand);
	border-radius: 4px 14px 14px 4px;
}

.callout p {
	margin: 0;
	color: var(--text);
}

.table-wrap {
	overflow-x: auto;
	margin: 16px 0 24px;
	border: 1px solid var(--border);
	border-radius: 14px;
}

.data-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.data-table th,
.data-table td {
	padding: 12px 14px;
	vertical-align: top;
	border-bottom: 1px solid var(--border);
}

.data-table th {
	background: #f8eee8;
	color: var(--text);
	font-weight: 750;
}

.data-table td:first-child {
	width: 30%;
	color: var(--text);
	font-weight: 650;
}

.data-table tr:last-child td {
	border-bottom: 0;
}

h1,
h2 {
	line-height: 1.15;
}

h1 {
	margin: 0 0 16px;
	font-size: clamp(32px, 7vw, 48px);
	letter-spacing: -0.04em;
}

h2 {
	margin: 30px 0 8px;
	font-size: 20px;
}

p,
li {
	color: var(--muted);
}

.actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 999px;
	background: var(--brand);
	color: white;
	font-weight: 700;
	text-decoration: none;
}

.button.secondary {
	background: transparent;
	color: var(--text);
	border: 1px solid var(--border);
}

.footer {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 28px;
	font-size: 14px;
}

@media (max-width: 480px) {
	.page {
		padding: 24px 0;
	}

	.card {
		border-radius: 22px;
	}

	.actions,
	.button {
		width: 100%;
	}
}

/* ── Product landing page ─────────────────────────────────────────────── */
.home {
	--home-cream: #f7f0e7;
	--home-paper: #fffaf4;
	--home-ink: #2d2722;
	--home-rust: #aa5f4f;
	--home-peach: #f2c2b5;
	--home-lilac: #d9cbea;
	--home-sage: #c9dfd2;
	--home-butter: #f4dca9;
	--home-blue: #c8dce4;
	background: var(--home-cream);
	color: var(--home-ink);
	font-family: ui-rounded, "Arial Rounded MT Bold", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow-x: hidden;
}

.home p,
.home li {
	color: #6d625a;
}

.site-header {
	position: relative;
	z-index: 20;
	background: rgba(247, 240, 231, 0.92);
	border-bottom: 1px solid rgba(108, 84, 69, 0.12);
	backdrop-filter: blur(16px);
}

.nav-shell {
	display: flex;
	align-items: center;
	width: min(1180px, calc(100% - 48px));
	height: 82px;
	margin: 0 auto;
}

.home .brand {
	font-size: 22px;
	font-weight: 850;
	letter-spacing: -0.04em;
}

.home .brand img {
	width: 42px;
	height: 42px;
	border-radius: 13px;
}

.main-nav {
	display: flex;
	gap: 34px;
	margin-left: auto;
}

.main-nav a,
.site-footer a {
	color: #655b54;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.main-nav a:hover,
.site-footer a:hover,
.text-link:hover {
	color: var(--home-rust);
}

.nav-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-left: 34px;
	padding: 8px 18px;
	border-radius: 999px;
	background: var(--home-ink);
	color: white;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
	align-items: center;
	width: min(1260px, calc(100% - 48px));
	min-height: 760px;
	margin: 0 auto;
	padding: 68px 0 82px;
}

.hero-copy {
	position: relative;
	z-index: 4;
	max-width: 570px;
	padding-left: 36px;
}

.kicker {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: var(--home-rust) !important;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.kicker-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--brand);
	box-shadow: 9px 0 0 #e8b3a3;
}

.home h1,
.home h2,
.home h3 {
	font-family: ui-rounded, "Arial Rounded MT Bold", "Avenir Next", sans-serif;
	color: var(--home-ink);
	font-weight: 900;
}

.hero h1 {
	margin: 0;
	font-size: clamp(54px, 6vw, 86px);
	line-height: 0.94;
	letter-spacing: -0.065em;
}

.hero-lede {
	max-width: 530px;
	margin: 28px 0 0;
	font-size: 19px;
	line-height: 1.65;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.store-button {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-width: 164px;
	min-height: 58px;
	padding: 10px 16px;
	border: 1px solid #d5c8bd;
	border-radius: 15px;
	background: rgba(255, 250, 244, 0.74);
	box-shadow: 0 10px 24px rgba(78, 56, 43, 0.07);
	color: var(--home-ink);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.08;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(78, 56, 43, 0.13);
}

.store-button small {
	display: block;
	margin-bottom: 3px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.store-primary {
	border-color: var(--home-ink);
	background: var(--home-ink);
	color: white;
}

.store-mark {
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	font-size: 21px;
}

.apple-mark {
	font-size: 17px;
}

.trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
}

.trust-list li {
	position: relative;
	padding-left: 16px;
	font-size: 12px;
	font-weight: 750;
}

.trust-list li::before {
	position: absolute;
	left: 0;
	content: "✓";
	color: #5f8e78;
}

.hero-visual {
	position: relative;
	min-height: 610px;
}

.hero-visual::before {
	position: absolute;
	inset: 28px 0 0 26px;
	border-radius: 46% 54% 55% 45% / 44% 43% 57% 56%;
	background: linear-gradient(145deg, #f3c4b7 0%, #ebd8cb 53%, #d3dfd4 100%);
	content: "";
	transform: rotate(-3deg);
}

.orbit {
	position: absolute;
	border: 1px solid rgba(113, 83, 66, 0.14);
	border-radius: 50%;
}

.orbit-one {
	inset: 94px 54px 80px 30px;
	transform: rotate(17deg);
}

.orbit-two {
	inset: 48px 110px 50px 76px;
	transform: rotate(-13deg);
}

.phone {
	position: relative;
	padding: 10px;
	border: 4px solid #27231f;
	border-radius: 45px;
	background: #171513;
	box-shadow: 0 35px 75px rgba(62, 42, 31, 0.26);
}

.phone-hero {
	position: absolute;
	top: 0;
	left: 50%;
	width: 326px;
	height: 650px;
	transform: translateX(-49%) rotate(1.5deg);
}

.phone-island {
	position: absolute;
	top: 17px;
	left: 50%;
	z-index: 3;
	width: 98px;
	height: 25px;
	border-radius: 999px;
	background: #181513;
	transform: translateX(-50%);
}

.phone-screen {
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 44px 16px 14px;
	border-radius: 34px;
	background: #f8f2ea;
	font-family: "Avenir Next", -apple-system, sans-serif;
}

.app-topbar,
.activity-heading,
.today-line,
.timeline-row,
.family-event,
.family-head {
	display: flex;
	align-items: center;
}

.app-topbar {
	justify-content: space-between;
}

.baby-chip {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
}

.baby-chip > span,
.profile-dot {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 10px;
	background: #e8b8a8;
	color: #673f33;
	font-size: 11px;
	font-weight: 900;
}

.baby-chip small {
	color: #887c73;
}

.profile-dot {
	border-radius: 50%;
	background: #d4c9e0;
}

.app-greeting {
	display: flex;
	flex-direction: column;
	margin-top: 21px;
}

.app-greeting small,
.status-strip small,
.insight-top small,
.family-head small {
	color: #978b82;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: 0.09em;
}

.app-greeting strong {
	font-size: 21px;
	letter-spacing: -0.03em;
}

.status-strip {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	padding: 12px;
	border: 1px solid #ead6ce;
	border-radius: 17px;
	background: #fff9f4;
}

.status-icon {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border-radius: 11px;
	background: #f2c9bd;
	color: #9f5c4c;
	font-size: 18px;
}

.status-strip div {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.status-strip strong {
	font-size: 11px;
}

.status-arrow {
	color: #a3978d;
	font-size: 20px;
}

.activity-heading,
.today-line {
	justify-content: space-between;
	margin-top: 17px;
	font-size: 11px;
}

.activity-heading span {
	color: #ad6b5a;
	font-size: 9px;
	font-weight: 800;
}

.activity-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7px;
	margin-top: 9px;
}

.activity-tile {
	display: flex;
	align-items: center;
	min-height: 78px;
	flex-direction: column;
	justify-content: center;
	border-radius: 14px;
}

.activity-tile span {
	font-size: 18px;
}

.activity-tile b {
	margin-top: 2px;
	font-size: 9px;
}

.activity-tile small {
	font-size: 6px;
	opacity: 0.62;
}

.tile-peach { background: #f4d2c8; }
.tile-lilac { background: #e3d9ed; }
.tile-sage { background: #d8e8de; }
.tile-butter { background: #f4e5bd; }

.today-line small {
	color: #9c9087;
}

.timeline-row {
	gap: 9px;
	margin-top: 9px;
	padding: 10px 9px;
	border: 1px solid #e9dfd6;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.62);
}

.time-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.time-dot.peach { background: #c87e69; }
.time-dot.lilac { background: #8a72aa; }

.timeline-row div {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.timeline-row b {
	font-size: 9px;
}

.timeline-row small {
	color: #958981;
	font-size: 7px;
}

.timeline-row > span {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e8ddd4;
	color: #75655b;
	font-size: 7px;
	font-weight: 800;
}

.app-tabs {
	position: absolute;
	right: 8px;
	bottom: 7px;
	left: 8px;
	display: flex;
	justify-content: space-around;
	padding: 9px 4px 5px;
	border: 1px solid #e4dacf;
	border-radius: 16px;
	background: rgba(255, 252, 247, 0.96);
}

.app-tabs span {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #a69a90;
	font-size: 12px;
}

.app-tabs span.active {
	color: #aa6250;
}

.app-tabs small {
	font-size: 6px;
}

.float-note {
	position: absolute;
	z-index: 5;
	display: grid;
	grid-template-columns: 36px 1fr;
	grid-template-rows: auto auto;
	column-gap: 9px;
	min-width: 170px;
	padding: 11px 13px;
	border: 1px solid rgba(103, 77, 62, 0.12);
	border-radius: 15px;
	background: rgba(255, 252, 247, 0.93);
	box-shadow: 0 16px 34px rgba(80, 55, 41, 0.14);
	backdrop-filter: blur(12px);
}

.float-note > span {
	display: grid;
	grid-row: 1 / 3;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 11px;
	background: #f3d0c5;
}

.float-note strong {
	font-size: 11px;
}

.float-note small {
	color: #998b82;
	font-size: 8px;
}

.note-feed {
	top: 90px;
	left: -8px;
	transform: rotate(-5deg);
	animation: float-a 5s ease-in-out infinite;
}

.note-family {
	right: -17px;
	top: 210px;
	transform: rotate(4deg);
	animation: float-b 6s ease-in-out infinite;
}

.note-insight {
	right: 23px;
	bottom: 62px;
	transform: rotate(-3deg);
	animation: float-a 5.6s ease-in-out infinite reverse;
}

.avatar-stack {
	position: relative;
	display: block !important;
	background: #d5e5db !important;
}

.avatar-stack i {
	position: absolute;
	top: 8px;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border: 2px solid #fffaf4;
	border-radius: 50%;
	background: #d0bfdc;
	font-size: 7px;
	font-style: normal;
}

.avatar-stack i:first-child { left: 4px; }
.avatar-stack i:last-child { right: 3px; background: #e8b8a8; }

@keyframes float-a {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 -9px; }
}

@keyframes float-b {
	0%, 100% { translate: 0 0; }
	50% { translate: 7px 6px; }
}

.soft-proof {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 38px;
	min-height: 112px;
	padding: 22px 32px;
	border-top: 1px solid #e1d5ca;
	border-bottom: 1px solid #e1d5ca;
	background: rgba(255, 250, 244, 0.58);
}

.soft-proof > p {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.proof-items {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.proof-items span {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 750;
}

.proof-items i {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	font-style: normal;
}

.proof-peach { background: #f2d0c6; }
.proof-lilac { background: #e0d5eb; }
.proof-sage { background: #d5e7dc; }
.proof-blue { background: #d5e4e9; }
.proof-butter { background: #f3e3ba; }

.story-section,
.moments-section {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 128px 0;
}

.section-intro {
	max-width: 640px;
	margin-bottom: 55px;
}

.section-intro h2,
.voice-copy h2,
.pro-copy h2,
.surfaces-copy h2,
.download-section h2 {
	margin: 0;
	font-size: clamp(44px, 5vw, 68px);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.section-intro > p:last-child,
.voice-copy > p,
.surfaces-copy > p,
.download-section > p {
	max-width: 570px;
	margin: 22px 0 0;
	font-size: 17px;
	line-height: 1.7;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.feature-panel {
	position: relative;
	display: flex;
	min-height: 620px;
	overflow: hidden;
	flex-direction: column;
	padding: 34px 30px 0;
	border: 1px solid rgba(73, 55, 43, 0.09);
	border-radius: 32px;
}

.feature-peach { background: var(--home-peach); }
.feature-lilac { background: var(--home-lilac); }
.feature-sage { background: var(--home-sage); }

.step-label {
	display: inline-block;
	margin-bottom: 13px;
	color: rgba(63, 49, 41, 0.56);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.feature-copy h3 {
	margin: 0;
	font-size: 42px;
	line-height: 0.95;
	letter-spacing: -0.055em;
}

.feature-copy p {
	margin: 17px 0 0;
	color: rgba(58, 47, 40, 0.68);
	font-size: 14px;
	line-height: 1.6;
}

.quicklog-demo,
.insight-demo,
.family-demo {
	position: absolute;
	right: 24px;
	bottom: -24px;
	left: 24px;
	min-height: 300px;
	padding: 24px;
	border: 2px solid rgba(50, 42, 36, 0.75);
	border-radius: 30px 30px 0 0;
	background: #f9f3eb;
	box-shadow: 0 22px 45px rgba(61, 43, 32, 0.18);
}

.demo-toast {
	width: max-content;
	margin: -44px auto 23px;
	padding: 9px 12px;
	border-radius: 11px;
	background: #fffaf5;
	box-shadow: 0 9px 24px rgba(70, 45, 33, 0.18);
	font-size: 10px;
	font-weight: 800;
	transform: rotate(-2deg);
}

.demo-toast small {
	margin-left: 8px;
	color: #9b8c83;
}

.quicklog-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.quicklog-row span {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border-radius: 18px;
	background: #f4d2c8;
	font-size: 23px;
}

.quicklog-row span:nth-child(2) { background: #e1d6eb; }
.quicklog-row span:nth-child(3) { background: #d5e7dc; }
.quicklog-row span:nth-child(4) { background: #f2e3ba; }

.quicklog-demo button {
	width: 100%;
	margin-top: 22px;
	padding: 15px;
	border: 0;
	border-radius: 14px;
	background: var(--home-ink);
	color: white;
	font: inherit;
	font-size: 12px;
	font-weight: 850;
}

.insight-demo {
	padding: 25px;
}

.insight-top {
	display: flex;
	align-items: center;
	gap: 7px;
}

.insight-top span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 10px;
	background: #e2d5ef;
	color: #7e62a0;
}

.insight-demo > strong {
	display: block;
	margin-top: 16px;
	font-size: 20px;
	line-height: 1.15;
}

.bars {
	display: flex;
	align-items: end;
	gap: 7px;
	height: 76px;
	margin-top: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d8ccc3;
}

.bars i {
	flex: 1;
	border-radius: 6px 6px 2px 2px;
	background: #9b83ba;
}

.insight-demo p {
	font-family: -apple-system, sans-serif;
	font-size: 10px;
	line-height: 1.5;
}

.family-demo {
	padding: 25px;
}

.family-head {
	justify-content: space-between;
	margin-bottom: 18px;
}

.big-avatars {
	display: flex;
}

.big-avatars span,
.big-avatars i {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-left: -8px;
	border: 2px solid #f9f3eb;
	border-radius: 50%;
	background: #d3c3df;
	font-size: 8px;
	font-style: normal;
	font-weight: 850;
}

.big-avatars span:first-child { margin-left: 0; background: #e9b9aa; }
.big-avatars span:nth-child(3) { background: #c6dacf; }
.big-avatars i { background: #eee2c3; }

.family-event {
	gap: 11px;
	margin-top: 10px;
	padding: 12px;
	border: 1px solid #e2d7cd;
	border-radius: 15px;
	background: #fffaf5;
}

.family-event > i {
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	border-radius: 11px;
	font-style: normal;
}

.event-sage { background: #d3e6db; }
.event-peach { background: #f2d0c6; }

.family-event div {
	display: flex;
	flex-direction: column;
}

.family-event b { font-size: 10px; }
.family-event small { color: #998b82; font-size: 8px; }

.family-code {
	margin-top: 18px;
	padding: 11px;
	border: 1px dashed #aa988b;
	border-radius: 12px;
	color: #94877d;
	font-size: 7px;
	letter-spacing: 0.12em;
	text-align: center;
}

.family-code strong {
	display: block;
	margin-top: 3px;
	color: #4e443d;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.voice-section {
	display: grid;
	grid-template-columns: 0.84fr 1.16fr;
	align-items: center;
	min-height: 720px;
	padding: 95px max(48px, calc((100vw - 1180px) / 2));
	background: #31443d;
	color: #fffaf4;
}

.voice-copy {
	position: relative;
	z-index: 3;
	max-width: 510px;
}

.voice-copy h2,
.voice-copy > p {
	color: #fffaf4;
}

.voice-copy > p {
	opacity: 0.74;
}

.light-kicker {
	color: #f2c4b5 !important;
}

.voice-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 26px;
}

.voice-pills span {
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	font-size: 10px;
	font-weight: 750;
}

.voice-stage {
	position: relative;
	min-height: 510px;
}

.voice-stage::before {
	position: absolute;
	inset: 30px 20px 16px 70px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
	transform: rotate(-10deg);
}

.speech-card {
	position: absolute;
	z-index: 3;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 22px;
	background: rgba(255, 250, 244, 0.95);
	box-shadow: 0 25px 55px rgba(7, 20, 15, 0.28);
	color: var(--home-ink);
}

.speech-card small {
	display: block;
	margin-bottom: 8px;
	color: #978a81;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: 0.11em;
}

.speech-card strong {
	display: block;
	font-size: 17px;
	line-height: 1.2;
}

.speech-card p {
	margin: 10px 0 0;
	font-size: 10px;
}

.speech-alexa {
	top: 22px;
	left: 10px;
	width: 260px;
	transform: rotate(-4deg);
}

.alexa-orb {
	float: right;
	width: 29px;
	height: 29px;
	border: 4px solid #47a6c8;
	border-top-color: transparent;
	border-radius: 50%;
}

.speech-siri {
	right: 6px;
	bottom: 28px;
	width: 220px;
	transform: rotate(4deg);
}

.siri-wave {
	float: right;
	color: #a35fd4;
	font-size: 34px;
}

.watch {
	position: absolute;
	top: 90px;
	left: 50%;
	z-index: 2;
	width: 200px;
	height: 235px;
	padding: 17px;
	border: 8px solid #171b19;
	border-radius: 48px;
	background: #090b0a;
	box-shadow: 0 30px 60px rgba(4, 11, 8, 0.46);
	transform: translateX(-34%) rotate(3deg);
}

.watch::before,
.watch::after {
	position: absolute;
	left: 50%;
	z-index: -1;
	width: 115px;
	height: 130px;
	border-radius: 22px;
	background: #c2b8aa;
	content: "";
	transform: translateX(-50%);
}

.watch::before { top: -105px; }
.watch::after { bottom: -105px; }

.watch-crown {
	position: absolute;
	top: 46px;
	right: -14px;
	width: 10px;
	height: 34px;
	border-radius: 5px;
	background: #292e2b;
}

.watch-screen {
	display: flex;
	align-items: center;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	border-radius: 29px;
	background: #121815;
}

.watch-screen small { color: #8ea798; font-size: 8px; letter-spacing: 0.14em; }
.watch-screen span { margin-top: 12px; font-size: 30px; }
.watch-screen strong { margin-top: 5px; color: white; font-size: 19px; }
.watch-screen button { margin-top: 16px; padding: 8px 22px; border: 0; border-radius: 999px; background: #d99b87; color: #251e1a; font-size: 8px; font-weight: 900; }

.moments-section {
	padding-bottom: 150px;
}

.centered-intro {
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.centered-intro .kicker {
	justify-content: center;
}

.centered-intro > p:last-child {
	margin-right: auto;
	margin-left: auto;
}

.memory-stage {
	position: relative;
	min-height: 530px;
	margin-top: 70px;
}

.memory-stage::before {
	position: absolute;
	inset: 45px 10% 0;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(221, 194, 178, 0.48), transparent 66%);
	content: "";
}

.memory-card {
	position: absolute;
	width: 300px;
	padding: 13px 13px 23px;
	border: 1px solid #d8ccc2;
	border-radius: 4px;
	background: #fffaf4;
	box-shadow: 0 22px 45px rgba(78, 56, 43, 0.18);
}

.memory-card > div:last-child {
	display: flex;
	padding: 15px 8px 0;
	flex-direction: column;
}

.memory-card small { color: #a06a5b; font-size: 8px; font-weight: 850; letter-spacing: 0.13em; }
.memory-card strong { margin-top: 4px; font-size: 17px; }
.memory-card em { margin-top: 4px; color: #8b7b70; font-family: Georgia, serif; font-size: 13px; }

.memory-art {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 280px;
	flex-direction: column;
	background-color: #efe6dc;
	background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.85) 0 4%, transparent 5%), radial-gradient(circle at 78% 26%, rgba(255,255,255,.72) 0 5%, transparent 6%);
}

.memory-art span {
	display: grid;
	place-items: center;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	background: #c7a47b;
	box-shadow: inset 0 0 0 6px rgba(255,255,255,.28), 0 8px 20px rgba(79,56,38,.16);
	color: white;
	font-family: Georgia, serif;
	font-size: 50px;
}

.memory-art small {
	margin-top: -28px;
	color: white;
	font-family: Georgia, serif;
	font-size: 12px;
	letter-spacing: 0;
}

.art-bloom { background: linear-gradient(145deg, #d6e0d5, #f0ded6); }
.art-letter { background: linear-gradient(145deg, #dfd0bd, #eee7dc); }
.art-letter span { border-radius: 8px; background: #31302d; }
.art-floral { background: linear-gradient(145deg, #efd6d1, #d8e4d9); }
.art-floral span { background: #fff9f3; color: #bb7663; font-size: 41px; }

.memory-one { top: 58px; left: 8%; transform: rotate(-7deg); }
.memory-two { top: 0; left: 50%; z-index: 2; transform: translateX(-50%) rotate(1deg); }
.memory-three { top: 68px; right: 8%; transform: rotate(7deg); }

.paper-note {
	position: absolute;
	right: 3%;
	bottom: 2px;
	z-index: 4;
	padding: 16px 20px;
	border-radius: 2px;
	background: #f1ddb2;
	box-shadow: 0 13px 26px rgba(67, 50, 37, 0.15);
	color: #766047;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 1.5;
	transform: rotate(-3deg);
}

.pro-section {
	padding: 0 24px 120px;
}

.pro-card {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	align-items: center;
	width: min(1120px, 100%);
	min-height: 550px;
	margin: 0 auto;
	overflow: hidden;
	padding: 72px 88px;
	border-radius: 40px;
	background: var(--home-butter);
}

.pro-copy {
	position: relative;
	z-index: 2;
}

.pro-copy h2 {
	font-size: clamp(48px, 6vw, 76px);
}

.pro-copy > p {
	max-width: 490px;
	margin: 22px 0 0;
	color: rgba(54, 44, 36, 0.68);
	font-size: 16px;
	line-height: 1.65;
}

.pro-copy ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.pro-copy li {
	position: relative;
	padding-left: 18px;
	color: #54483f;
	font-size: 12px;
	font-weight: 800;
}

.pro-copy li::before {
	position: absolute;
	left: 0;
	content: "✓";
}

.pro-ticket {
	position: relative;
	display: flex;
	align-items: center;
	width: 290px;
	min-height: 380px;
	margin-left: auto;
	padding: 42px 30px;
	border: 1px solid rgba(79, 59, 39, 0.24);
	border-radius: 24px;
	background: #fff9eb;
	box-shadow: 0 28px 55px rgba(89, 63, 33, 0.18);
	flex-direction: column;
	transform: rotate(5deg);
}

.pro-ticket::before,
.pro-ticket::after {
	position: absolute;
	top: 65%;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--home-butter);
	content: "";
}

.pro-ticket::before { left: -13px; }
.pro-ticket::after { right: -13px; }

.pro-ticket img {
	width: 64px;
	height: 64px;
	border-radius: 18px;
}

.pro-ticket small {
	margin-top: 25px;
	color: #9b7e55;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.16em;
}

.pro-ticket strong {
	font-size: 40px;
	letter-spacing: -0.06em;
}

.pro-ticket span {
	margin-top: 8px;
	color: #8a7863;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.pro-ticket i {
	margin-top: 21px;
	color: #b27c57;
	font-size: 40px;
	font-style: normal;
}

.surfaces-section {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	align-items: center;
	width: min(1180px, calc(100% - 48px));
	min-height: 680px;
	margin: 0 auto;
	padding: 80px 0 130px;
}

.surfaces-art {
	position: relative;
	min-height: 480px;
}

.surfaces-art::before {
	position: absolute;
	inset: 10px 40px 10px 0;
	border-radius: 50%;
	background: linear-gradient(145deg, #ead7cc, #d9e4dc);
	content: "";
}

.widget,
.lock-widget {
	position: absolute;
	z-index: 2;
	border: 1px solid #d7cbc1;
	background: rgba(255, 250, 244, 0.93);
	box-shadow: 0 22px 45px rgba(70, 51, 39, 0.17);
}

.widget-small {
	top: 30px;
	left: 35px;
	width: 190px;
	height: 190px;
	padding: 21px;
	border-radius: 37px;
	transform: rotate(-5deg);
}

.widget-small > div {
	display: flex;
	align-items: center;
	gap: 8px;
}

.widget-small > div span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 10px;
	background: #e7b7a8;
	font-size: 9px;
	font-weight: 900;
}

.widget-small small { color: #978a81; font-size: 8px; font-weight: 850; letter-spacing: .09em; }
.widget-small > strong { display: block; margin-top: 20px; font-size: 33px; letter-spacing: -.05em; }
.widget-small > strong span { color: #998b81; font-size: 14px; }
.widget-small > small { display: block; margin-top: -2px; letter-spacing: 0; }

.widget-wide {
	top: 120px;
	left: 190px;
	display: flex;
	align-items: center;
	gap: 17px;
	width: 330px;
	height: 150px;
	padding: 22px;
	border-radius: 34px;
	transform: rotate(4deg);
}

.widget-time {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	border-radius: 26px;
	background: #31443d;
	color: white;
	font-size: 18px;
	font-weight: 850;
}

.widget-wide > div:last-child { display: flex; flex: 1; flex-direction: column; }
.widget-wide small { color: #998a80; font-size: 7px; font-weight: 850; letter-spacing: .11em; }
.widget-wide strong { margin-top: 4px; font-size: 13px; }
.widget-dots { display: flex; gap: 5px; margin-top: 14px; }
.widget-dots i { width: 24px; height: 6px; border-radius: 6px; background: #e7b7a8; }
.widget-dots i:nth-child(2) { background: #d6c7e2; }
.widget-dots i:nth-child(3) { background: #cadfd2; }
.widget-dots i:nth-child(4) { background: #efdaa8; }

.lock-widget {
	bottom: 42px;
	left: 88px;
	width: 165px;
	padding: 15px 18px;
	border-radius: 19px;
	transform: rotate(3deg);
}

.lock-widget small { display: block; color: #998b82; font-size: 7px; font-weight: 850; letter-spacing: .1em; }
.lock-widget strong { font-size: 22px; }

.mini-phone {
	position: absolute;
	right: 70px;
	bottom: 0;
	z-index: 3;
	width: 122px;
	height: 220px;
	padding: 19px 10px 10px;
	border: 4px solid #26211d;
	border-radius: 28px;
	background: #f8f2ea;
	box-shadow: 0 23px 42px rgba(65, 47, 37, .2);
	transform: rotate(-4deg);
}

.mini-phone div { width: 45px; height: 11px; margin: -12px auto 20px; border-radius: 8px; background: #26211d; }
.mini-phone span { display: grid; place-items: center; height: 48px; margin-top: 7px; border-radius: 14px; background: #f1cec3; }
.mini-phone span:nth-child(3) { background: #ddd2e7; }
.mini-phone span:nth-child(4) { background: #d1e2d7; }

.surfaces-copy {
	max-width: 490px;
	padding-left: 45px;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	color: var(--home-rust);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.text-link span { font-size: 20px; transition: translate 180ms ease; }
.text-link:hover span { translate: 4px 0; }

.download-section {
	display: flex;
	align-items: center;
	min-height: 650px;
	padding: 100px 24px;
	background: #f1c7bb;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.download-section > img {
	width: 82px;
	height: 82px;
	margin-bottom: 27px;
	border-radius: 24px;
	box-shadow: 0 16px 30px rgba(100, 57, 46, 0.17);
}

.download-section .kicker {
	justify-content: center;
}

.download-section > p {
	max-width: 490px;
}

.download-actions {
	justify-content: center;
}

.site-footer {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 58px 0 42px;
}

.footer-main {
	display: flex;
	align-items: center;
	gap: 18px;
}

.footer-main p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}

.footer-brand img {
	width: 46px !important;
	height: 46px !important;
}

.site-footer nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
}

.copyright {
	grid-column: 1 / -1;
	margin: 0;
	padding-top: 25px;
	border-top: 1px solid #dfd3c8;
	font-size: 11px;
}

@media (max-width: 1050px) {
	.hero {
		grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
	}

	.hero-copy {
		padding-left: 0;
	}

	.feature-panel {
		min-height: 600px;
		padding-right: 24px;
		padding-left: 24px;
	}

	.feature-copy h3 {
		font-size: 36px;
	}

	.pro-card {
		padding: 60px;
	}

	.memory-one { left: 1%; }
	.memory-three { right: 1%; }
}

@media (max-width: 880px) {
	.main-nav {
		display: none;
	}

	.nav-cta {
		margin-left: auto;
	}

	.hero {
		grid-template-columns: 1fr;
		padding-top: 72px;
	}

	.hero-copy {
		max-width: 650px;
		text-align: center;
	}

	.hero-copy .kicker,
	.hero-actions,
	.trust-list {
		justify-content: center;
	}

	.hero-lede {
		margin-right: auto;
		margin-left: auto;
	}

	.hero-visual {
		width: min(680px, 100%);
		margin: 60px auto 0;
	}

	.soft-proof {
		align-items: flex-start;
		flex-direction: column;
	}

	.feature-grid {
		grid-template-columns: 1fr;
	}

	.feature-panel {
		min-height: 580px;
	}

	.feature-copy {
		max-width: 480px;
	}

	.quicklog-demo,
	.insight-demo,
	.family-demo {
		left: auto;
		width: 420px;
	}

	.voice-section,
	.surfaces-section {
		grid-template-columns: 1fr;
	}

	.voice-copy {
		max-width: 650px;
	}

	.voice-stage {
		margin-top: 70px;
	}

	.memory-stage {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
		min-height: auto;
	}

	.memory-card {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: 100%;
		transform: none;
	}

	.memory-three {
		grid-column: 1 / -1;
		width: calc(50% - 12px);
		margin: 0 auto;
	}

	.paper-note {
		right: 2%;
		bottom: 4%;
	}

	.pro-card {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.pro-ticket {
		margin: 0 auto;
	}

	.surfaces-art {
		order: 2;
		margin-top: 50px;
	}

	.surfaces-copy {
		max-width: 650px;
		padding-left: 0;
	}
}

@media (max-width: 600px) {
	.nav-shell,
	.hero,
	.story-section,
	.moments-section,
	.surfaces-section,
	.site-footer {
		width: min(100% - 32px, 1180px);
	}

	.nav-shell {
		height: 70px;
	}

	.nav-cta {
		min-height: 38px;
		padding: 7px 14px;
	}

	.hero {
		padding: 50px 0 65px;
	}

	.hero h1 {
		font-size: clamp(47px, 15vw, 68px);
	}

	.hero-lede {
		font-size: 16px;
		line-height: 1.6;
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.store-button {
		min-width: 0;
		min-height: 55px;
		padding: 9px 11px;
		font-size: 13px;
	}

	.store-mark {
		width: 21px;
		font-size: 17px;
	}

	.hero-visual {
		min-height: 570px;
		margin-top: 42px;
	}

	.hero-visual::before {
		inset: 35px -40px 25px;
	}

	.phone-hero {
		width: 276px;
		height: 568px;
	}

	.activity-tile {
		min-height: 67px;
	}

	.note-feed {
		top: 125px;
		left: -10px;
	}

	.note-family {
		right: -28px;
		top: 245px;
	}

	.note-insight {
		display: none;
	}

	.float-note {
		min-width: 145px;
		padding: 8px 10px;
	}

	.float-note > span {
		width: 30px;
		height: 30px;
	}

	.soft-proof {
		gap: 18px;
		padding: 27px 20px;
	}

	.proof-items {
		gap: 13px 18px;
	}

	.story-section,
	.moments-section {
		padding: 90px 0;
	}

	.section-intro h2,
	.voice-copy h2,
	.pro-copy h2,
	.surfaces-copy h2,
	.download-section h2 {
		font-size: 46px;
	}

	.feature-panel {
		min-height: 610px;
		padding: 28px 22px 0;
		border-radius: 26px;
	}

	.feature-copy h3 {
		font-size: 39px;
	}

	.quicklog-demo,
	.insight-demo,
	.family-demo {
		right: 15px;
		left: 15px;
		width: auto;
	}

	.voice-section {
		min-height: 940px;
		padding: 82px 16px;
	}

	.voice-stage {
		min-height: 520px;
	}

	.speech-alexa {
		left: -2px;
		width: 225px;
	}

	.watch {
		top: 135px;
		width: 170px;
		height: 205px;
		transform: translateX(-50%) rotate(3deg);
	}

	.speech-siri {
		right: 0;
		bottom: 7px;
		width: 190px;
	}

	.memory-stage {
		display: flex;
		margin-top: 45px;
		flex-direction: column;
	}

	.memory-three {
		width: 100%;
	}

	.memory-art {
		height: 290px;
	}

	.paper-note {
		right: -3px;
		bottom: 30%;
	}

	.pro-section {
		padding: 0 12px 80px;
	}

	.pro-card {
		padding: 50px 24px;
		border-radius: 28px;
	}

	.pro-copy ul {
		grid-template-columns: 1fr;
	}

	.pro-ticket {
		width: min(280px, 100%);
	}

	.surfaces-section {
		padding: 70px 0 90px;
	}

	.surfaces-art {
		min-height: 500px;
		margin-right: -30px;
		margin-left: -30px;
	}

	.widget-wide {
		top: 170px;
		left: 70px;
		width: 280px;
	}

	.widget-small {
		left: 24px;
	}

	.lock-widget {
		bottom: 25px;
		left: 38px;
	}

	.mini-phone {
		right: 30px;
	}

	.download-section {
		min-height: 590px;
	}

	.site-footer {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.site-footer nav {
		gap: 15px 20px;
	}

	.copyright {
		grid-column: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
