:root {
	--bg: #f6f3ee;
	--bg-2: #efebe4;
	--surface: #fff;
	--surface-2: #fbf8f3;
	--text: #1b1815;
	--dim: #312719;
	--faint: #312719;
	--line: rgba(20, 16, 12, 0.09);
	--ember: #d07c3e;
	--ember-deep: #b96a2e;
	--green: #4f9575;
	--gold: #c29a3c;
	--coral: #c56a50;
	--display: "Bricolage Grotesque", "Avenir Next", sans-serif;
	--body: "Hanken Grotesk", "Avenir", sans-serif;
	--shadow: 0 24px 70px rgba(52, 37, 24, 0.14);
	--shell: min(1180px, calc(100% - 44px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--text);
	background: var(--bg);
	font: 400 17px/1.6 var(--body);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	overflow-x: clip;
}

img,
svg {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

.shell {
	width: var(--shell);
	max-width: 100%;
	margin-inline: auto;
	min-width: 0;
}

.skip-link {
	position: fixed;
	z-index: 100;
	top: 12px;
	left: 12px;
	padding: 10px 16px;
	background: var(--text);
	color: white;
	border-radius: 10px;
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: none;
}

:focus-visible {
	outline: 3px solid rgba(208, 124, 62, 0.55);
	outline-offset: 4px;
}

.site-header {
	position: fixed;
	z-index: 50;
	inset: 0 0 auto;
	height: 76px;
	border-bottom: 1px solid transparent;
	transition: 0.25s ease;
}

.site-header.scrolled {
	background: rgba(246, 243, 238, 0.82);
	border-color: var(--line);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.nav {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font: 600 24px/1 var(--display);
	letter-spacing: -0.03em;
}

.nav-brand img {
	width: 40px;
	height: 40px;
	border-radius: 10px;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 30px;
}

.privacy-link {
	font-size: 15px;
	color: var(--dim);
	transition: color 0.2s;
}

.privacy-link:hover,
.footer a:hover {
	color: var(--ember-deep);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	color: #fff;
	background: var(--ember);
	border-radius: 16px;
	font-weight: 700;
	box-shadow: 0 5px 14px rgba(176, 106, 46, 0.18);
	transition: 0.2s ease;
}

.button:hover {
	background: var(--ember-deep);
	color: white;
	transform: translateY(-1px);
}

.button-small {
	min-height: 44px;
	padding-inline: 18px;
	font-size: 15px;
}

.hero {
	min-height: 820px;
	padding: 100px 0 80px;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: 60px;
}

.hero-copy {
	position: relative;
	z-index: 2;
	padding-bottom: 40px;
}

.hero-brand {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 30px;
	font: 600 31px/1 var(--display);
	letter-spacing: -0.04em;
}

.hero-brand img {
	width: 68px;
	height: 68px;
	border-radius: 19px;
	box-shadow: 0 8px 24px rgba(80, 54, 29, 0.11);
}

h1,
h2,
h3 {
	margin: 0;
	font-family: var(--display);
	letter-spacing: -0.045em;
	line-height: 1.04;
}

h1 {
	max-width: 720px;
	font-size: clamp(50px, 5vw, 69px);
	font-weight: 590;
}

.hero-lead {
	max-width: 570px;
	margin: 28px 0 30px;
	color: var(--dim);
	font-size: 20px;
	line-height: 1.5;
}

.hero-note {
	max-width: 510px;
	margin: 22px 0 0;
	color: var(--faint);
	font-size: 16px;
}

.store-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 11px;
}

.store-badge-link {
	display: block;
	flex: 0 0 auto;
	border-radius: 9px;
	transition:
		transform 0.2s ease,
		filter 0.2s ease;
}

.store-badge-link:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.store-badge-link img {
	width: auto;
	height: 50px;
	object-fit: contain;
}

.app-store-badge {
	height: 50px;
}

.google-play-badge {
	height: 65px;
}

.hero-visual {
	position: relative;
	display: flex;
	min-height: 650px;
	align-items: center;
	justify-content: center;
}

.hero-glow {
	position: absolute;
	inset: 50% auto auto 50%;
	width: 610px;
	height: 610px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: radial-gradient(
		circle at 52% 44%,
		rgba(241, 184, 117, 0.44),
		rgba(230, 172, 104, 0.13) 47%,
		transparent 69%
	);
	pointer-events: none;
}

.phone {
	position: relative;
	z-index: 2;
	width: min(100%, 320px);
	height: auto;
	padding: 10px;
	border: 2px solid #37312c;
	border-radius: 50px;
	background: #1c1917;
	box-shadow:
		0 45px 85px rgba(47, 32, 20, 0.22),
		0 12px 28px rgba(47, 32, 20, 0.13);
}

.phone::before {
	content: "";
	position: absolute;
	top: 94px;
	right: -5px;
	width: 4px;
	height: 76px;
	background: #332e2a;
	border-radius: 0 4px 4px 0;
}

.phone-screen {
	overflow: hidden;
	border-radius: 40px;
	background: var(--bg);
}
.phone-hero {
	max-width: 340px;
}

.app-screenshot {
	display: block;
	width: 100%;
	height: auto;
}

.section-kicker {
	color: var(--ember-deep);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.section {
	padding-block: 132px;
}

.problem {
	text-align: center;
}

.section-kicker {
	margin: 0 0 18px;
}

.section h2,
.final-cta h2 {
	font-size: clamp(38px, 4.4vw, 58px);
	font-weight: 580;
}

.section-lead {
	max-width: 650px;
	margin: 28px auto 0;
	color: var(--dim);
	font-size: 19px;
}

.strike-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	margin: 56px auto 0;
	padding: 0;
	width: 100%;
}

.strike-item {
	margin: 0;
	max-width: 100%;
	font-family: var(--display);
	font-size: clamp(22px, 2.8vw, 34px);
	font-weight: 520;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: var(--dim);
	text-align: center;
	transition-delay: var(--reveal-delay, 0s);
}

.strike-item.reveal {
	opacity: 1;
}

.strike-item span {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding-inline: 0.06em;
	/* Keep one line so the strike always bisects the glyphs */
	white-space: nowrap;
}

.strike-item span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	/* Optical midline through lowercase x-height */
	top: 0.55em;
	height: max(2.5px, 0.095em);
	border-radius: 999px;
	background: var(--coral);
	/* Classic transform — reliable across desktop browsers */
	transform: translateY(-50%) rotate(var(--strike-angle, -0.8deg)) scaleX(0);
	transform-origin: center;
	transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--reveal-delay, 0s) + 0.12s);
	pointer-events: none;
}

.strike-item:nth-child(1) {
	--strike-angle: -0.9deg;
}

.strike-item:nth-child(2) {
	--strike-angle: 0.8deg;
}

.strike-item:nth-child(3) {
	--strike-angle: -0.6deg;
}

.strike-item.visible span {
	color: color-mix(in srgb, var(--dim) 58%, var(--bg));
	transition: color 0.55s ease;
	transition-delay: calc(var(--reveal-delay, 0s) + 0.28s);
}

.strike-item.visible span::after {
	transform: translateY(-50%) rotate(var(--strike-angle, -0.8deg)) scaleX(1);
}

.section-tint {
	background: var(--bg-2);
}

.feature-row {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	align-items: center;
	gap: 72px;
	/* Do not set width here — this class shares a node with .shell */
	min-width: 0;
}

.feature-row-reverse {
	grid-template-columns: 1.05fr 0.95fr;
}

.feature-row-reverse .feature-copy {
	order: 2;
}

.feature-row-reverse .feature-visual {
	order: 1;
}

.feature-copy {
	min-width: 0;
}

.feature-copy .section-lead {
	margin-inline: 0;
	max-width: 520px;
}

.feature-visual {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.phone-feature {
	width: min(100%, 300px);
	max-width: 100%;
}

.phone-pair {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 18px;
	/* Match other feature visuals: two 250px phones + gap, not the full column */
	width: min(100%, 518px);
	margin-inline: auto;
}

.phone-pair .phone-feature {
	width: 250px;
	max-width: calc((100% - 18px) / 2);
	flex: 0 0 auto;
	min-width: 0;
}

.phone-pair .app-screenshot {
	width: 100%;
	height: auto;
}

.final-cta {
	position: relative;
	padding-block: 150px 145px;
	text-align: center;
}

.cta-mascot {
	width: 88px;
	height: 88px;
	margin: 0 auto 26px;
	overflow: hidden;
	border-radius: 26px;
	box-shadow: 0 10px 28px rgba(80, 54, 29, 0.12);
}

.cta-mascot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.final-cta > p:not(.section-kicker, .coming-soon) {
	margin: 24px auto 30px;
	color: var(--dim);
	font-size: 18px;
}

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

.coming-soon {
	margin: 16px 0 0;
	color: var(--faint);
	font-size: 12px;
}

.footer {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 30px;
	padding-block: 35px;
	border-top: 1px solid var(--line);
	color: var(--faint);
	font-size: 13px;
}

.footer > p {
	margin: 0;
	text-align: center;
}

.footer > div {
	display: flex;
	gap: 20px;
}

.reveal {
	opacity: 0;
	transition: opacity 0.75s ease;
}

.reveal-delay {
	--reveal-delay: 0.16s;
	transition-delay: var(--reveal-delay);
}

.reveal.visible {
	opacity: 1;
}

.privacy-main {
	padding: 150px 0 100px;
}

.privacy-hero {
	max-width: 780px;
	padding-bottom: 60px;
	border-bottom: 1px solid var(--line);
}

.privacy-hero h1 {
	margin-bottom: 22px;
}

.privacy-hero > p {
	max-width: 680px;
	margin: 0;
	color: var(--dim);
	font-size: 20px;
}

.last-updated {
	display: block;
	margin-top: 25px;
	color: var(--faint);
	font-size: 13px;
}

.policy-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 680px);
	gap: 100px;
	padding-top: 55px;
}

.policy-nav {
	position: sticky;
	top: 110px;
	align-self: start;
}

.policy-nav strong {
	display: block;
	margin-bottom: 12px;
	font: 600 13px/1 var(--display);
}

.policy-nav a {
	display: block;
	padding: 5px 0;
	color: var(--faint);
	font-size: 12px;
}

.policy-nav a:hover {
	color: var(--ember-deep);
}

.policy-content section {
	margin-bottom: 55px;
	scroll-margin-top: 110px;
}

.policy-content h2 {
	margin-bottom: 16px;
	font-size: 28px;
}

.policy-content p,
.policy-content li {
	color: var(--dim);
	font-size: 16px;
}

.policy-content ul,
.policy-content ol {
	padding-left: 21px;
}

.policy-content a {
	color: var(--ember-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.policy-content a.button {
	margin-top: 8px;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 980px) {
	.hero {
		grid-template-columns: 1fr 420px;
		gap: 10px;
	}

	.phone {
		width: min(100%, 290px);
	}

	.hero-copy {
		padding-bottom: 10px;
	}

	.hero-brand {
		margin-bottom: 22px;
	}

	.feature-row {
		gap: 48px;
	}

	.phone-pair {
		width: min(100%, 458px);
		gap: 18px;
	}

	.phone-pair .phone-feature {
		width: 220px;
		max-width: calc((100% - 18px) / 2);
	}
}

@media (max-width: 960px) {
	.hero {
		min-height: 0;
		padding: 138px 0 85px;
		grid-template-columns: 1fr;
		gap: 45px;
		text-align: center;
	}

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

	.hero-brand {
		justify-content: center;
	}

	.hero h1,
	.hero-lead,
	.hero-note {
		margin-inline: auto;
	}

	.hero h1 {
		max-width: 720px;
	}

	.hero .store-actions {
		justify-content: center;
	}

	.hero-visual {
		min-height: 0;
	}

	.phone-hero {
		width: min(100%, 300px);
		margin-inline: auto;
	}

	.section {
		padding-block: 115px;
	}

	.feature-row,
	.feature-row-reverse {
		grid-template-columns: 1fr;
		gap: 44px;
		text-align: center;
	}

	.feature-row-reverse .feature-copy,
	.feature-row-reverse .feature-visual {
		order: initial;
	}

	.feature-copy .section-lead {
		margin-inline: auto;
	}

	.phone-feature {
		width: min(100%, 280px);
	}

	.phone-pair {
		justify-content: center;
		gap: 12px;
		width: min(100%, 460px);
	}

	.phone-pair .phone-feature {
		width: calc((100% - 12px) / 2);
		max-width: 220px;
		flex: 1 1 0;
		min-width: 0;
	}

	.phone-pair .phone {
		padding: 8px;
		border-radius: 36px;
	}

	.phone-pair .phone-screen {
		border-radius: 28px;
	}

	.footer {
		grid-template-columns: 1fr auto;
	}

	.footer > p {
		display: none;
	}

	.policy-layout {
		grid-template-columns: minmax(0, 720px);
		gap: 0;
	}

	.policy-nav {
		display: none;
	}
}

@media (max-width: 760px) {
	:root {
		--shell: min(100% - 32px, 580px);
	}

	.site-header {
		height: 68px;
	}

	.nav-links {
		gap: 16px;
	}

	.privacy-link {
		display: none;
	}

	.hero {
		padding: 108px 0 65px;
		gap: 34px;
	}

	.hero-copy {
		padding: 0;
	}

	.hero-brand {
		margin-bottom: 25px;
		flex-direction: column;
		gap: 10px;
		font-size: 25px;
	}

	.hero-brand img {
		width: 58px;
		height: 58px;
		border-radius: 17px;
	}

	h1 {
		font-size: clamp(40px, 11vw, 52px);
	}

	.hero-lead {
		margin: 22px auto 26px;
		font-size: 18px;
	}

	.hero-note {
		margin-inline: auto;
	}

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

	.hero-visual {
		min-height: 0;
		margin-top: 6px;
	}

	.hero-glow {
		width: 420px;
		height: 420px;
	}

	.phone-hero,
	.phone-feature {
		width: min(100%, 280px);
	}

	.section {
		padding-block: 100px;
	}

	.section h2,
	.final-cta h2 {
		font-size: clamp(35px, 10vw, 45px);
	}

	.section-lead {
		margin-top: 22px;
		font-size: 17px;
	}

	.strike-list {
		gap: 14px;
		margin-top: 44px;
	}

	.strike-item {
		font-size: clamp(17px, 4.6vw, 24px);
	}

	.strike-item span::after {
		top: 0.54em;
		/* Flat on small screens — angles read as misalignment while scaling */
		transform: translateY(-50%) scaleX(0);
	}

	.strike-item.visible span::after {
		transform: translateY(-50%) scaleX(1);
	}

	.feature-row {
		gap: 36px;
	}

	.phone-pair {
		gap: 10px;
		width: min(100%, 400px);
		overflow: visible;
	}

	.phone-pair .phone-feature {
		width: calc((100% - 10px) / 2);
		max-width: 190px;
		flex: 1 1 0;
		min-width: 0;
	}

	.phone-pair .phone {
		padding: 6px;
		border-radius: 28px;
		border-width: 1.5px;
	}

	.phone-pair .phone::before {
		top: 64px;
		height: 54px;
		width: 3px;
	}

	.phone-pair .phone-screen {
		border-radius: 22px;
	}

	.final-cta {
		padding-block: 105px;
	}

	.footer > div {
		flex-direction: column;
		align-items: flex-end;
		gap: 8px;
	}

	.footer > div a {
		padding-block: 3px;
	}

	.privacy-main {
		padding-top: 120px;
	}

	.privacy-hero {
		padding-bottom: 50px;
	}

	.privacy-hero > p {
		font-size: 18px;
	}
}

@media (max-width: 430px) {
	.nav-brand {
		font-size: 21px;
	}

	.nav-brand img {
		width: 36px;
		height: 36px;
	}

	.button-small {
		min-height: 42px;
		padding-inline: 15px;
		font-size: 14px;
	}

	.hero-glow {
		width: 360px;
		height: 360px;
	}

	.phone-hero,
	.phone-feature {
		width: min(100%, 250px);
	}

	.phone-pair {
		gap: 8px;
		width: min(100%, 360px);
	}

	.phone-pair .phone-feature {
		width: calc((100% - 8px) / 2);
		max-width: 170px;
	}

	.store-badge-link .app-store-badge,
	.store-badge-link .google-play-badge {
		height: 40px;
		width: auto;
	}
}

@media (max-width: 350px) {
	:root {
		--shell: min(100% - 24px, 580px);
	}

	.nav-brand span {
		display: none;
	}

	.store-actions {
		flex-direction: column;
	}

	.footer .nav-brand span {
		display: inline;
	}

	h1 {
		font-size: 37px;
	}
}

@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;
	}

	.reveal {
		opacity: 1;
	}

	.strike-item span::after {
		transform: translateY(-50%) rotate(var(--strike-angle, -0.8deg)) scaleX(1);
	}

	.strike-item span {
		color: color-mix(in srgb, var(--dim) 58%, var(--bg));
	}
}
