/*------------------------------------------------------------------
TrulyTidy theme — loaded after style.css / media.css.
Calm, warm, minimal. Tokens mirror the iOS app's colour assets
(accent / accent2..5, text #00495E) and its type (Playfair Display + Rubik).
*/

:root {
	--tt-ink: #00495E;
	--tt-ink-soft: rgba(0, 73, 94, 0.72);
	--tt-cream: #FBF7EF;
	--tt-sand: #F3ECDD;
	--tt-card: #FFFFFF;
	--tt-teal: #8FD2DC;
	--tt-teal-light: #DFF2F5;
	--tt-teal-dark: #00627F;
	--tt-blush: #EDB9B9;
	--tt-blush-light: #F8E4E4;
	--tt-coral: #F97F6A;
	--tt-sage: #84C29E;
	--tt-sage-light: #DCEFE3;
	--tt-sun: #FECF41;
	--tt-sun-light: #FFF1C2;
	--tt-radius: 28px;
	--tt-shadow: 0 18px 50px -24px rgba(0, 73, 94, 0.28);
	--tt-display: 'Playfair Display', Georgia, serif;
}

html { scroll-behavior: smooth; }

body {
	font-size: 18px;
	line-height: 1.6;
	background-color: var(--tt-cream);
	color: var(--tt-ink);
	-webkit-font-smoothing: antialiased;
}

h2.section-subtitle, h3.section-subtitle { font-family: 'Rubik', system-ui, sans-serif; font-weight: 400; }

h1, h2, h3, .section-title, .banner-section h1 {
	font-family: var(--tt-display);
	font-weight: 600;
	letter-spacing: -0.01em;
}

.section-subtitle,
.blog-para,
.blog-banner p,
.blog-banner-para {
	color: var(--tt-ink-soft);
}

a { color: var(--tt-teal-dark); }
a:hover { color: var(--tt-ink); }

:focus-visible {
	outline: 3px solid var(--tt-teal-dark);
	outline-offset: 3px;
	border-radius: 6px;
}

/* ---------- Buttons ---------- */
.btn.btn-primary {
	background-color: var(--tt-ink);
	border-color: var(--tt-ink);
	color: #fff;
	font-weight: 500;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: var(--tt-teal-dark);
	border-color: var(--tt-teal-dark);
}

/* ---------- Header ---------- */
header {
	background-color: rgba(251, 247, 239, 0.92);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: 0 1px 0 rgba(0, 73, 94, 0.08);
}
header .brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: var(--tt-ink);
}
header .nav .logo img.brand-mark {
	width: 46px;
	height: 46px;
}
header .brand-word {
	font-family: var(--tt-display);
	font-weight: 600;
	font-size: 1.55rem;
	letter-spacing: -0.01em;
	line-height: 1;
}
.nav-menu .nav-links .nav-link { color: var(--tt-ink); text-decoration: none; }
.nav-menu .nav-links .nav-link:after { background-color: var(--tt-teal); height: 3px; }

/* ---------- Layout helpers ---------- */
.tt-section { padding-block: 96px; }
.tt-eyebrow {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tt-teal-dark);
	margin-bottom: 14px;
}
.tt-h2 {
	font-family: var(--tt-display);
	font-weight: 600;
	font-size: clamp(2rem, 4.4vw, 3.1rem);
	line-height: 1.12;
	margin: 0 0 18px;
}
.tt-lead {
	font-size: 1.1rem;
	color: var(--tt-ink-soft);
	max-width: 34em;
}

/* ---------- Hero ---------- */
.tt-hero {
	padding: 170px 0 90px;
	background:
		radial-gradient(60% 60% at 85% 20%, var(--tt-teal-light) 0%, rgba(223, 242, 245, 0) 70%),
		radial-gradient(40% 45% at 3% 55%, var(--tt-blush-light) 0%, rgba(248, 228, 228, 0) 70%),
		var(--tt-cream);
}
.tt-hero h1 {
	font-size: clamp(2.6rem, 6vw, 4.4rem);
	line-height: 1.05;
	font-weight: 600;
	margin: 0 0 22px;
	text-align: left;
	padding: 0;
	color: var(--tt-ink);
}
.tt-hero .tt-lead { margin-bottom: 34px; }
.tt-hero .tt-note { margin-top: 16px; font-size: 0.85rem; color: var(--tt-ink-soft); }

.tt-hero-visual {
	position: relative;
	min-height: 440px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tt-today {
	position: relative;
	z-index: 2;
	width: min(340px, 100%);
	background: var(--tt-card);
	border-radius: var(--tt-radius);
	box-shadow: var(--tt-shadow);
	padding: 26px 24px 22px;
}
.tt-today h4 {
	font-family: var(--tt-display);
	font-size: 1.35rem;
	font-weight: 600;
	margin: 0 0 4px;
}
.tt-today .tt-sub { font-size: 0.8rem; color: var(--tt-ink-soft); margin-bottom: 16px; }
.tt-task {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 16px;
	margin-bottom: 10px;
	font-size: 0.95rem;
	font-weight: 500;
}
.tt-task:last-child { margin-bottom: 0; }
.tt-task .tt-check {
	flex: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid currentColor;
	display: grid;
	place-items: center;
	font-size: 0.7rem;
	opacity: 0.9;
}
.tt-task.done .tt-check { background: currentColor; }
.tt-task.done .tt-check::after { content: ''; width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) translate(-1px, -1px); }
.tt-task.done .tt-name { text-decoration: line-through; text-decoration-color: rgba(0, 73, 94, 0.35); color: var(--tt-ink-soft); }
.tt-task .tt-name { flex: 1; color: var(--tt-ink); }
.tt-task .tt-pts { font-size: 0.78rem; font-weight: 600; color: var(--tt-ink); background: rgba(255, 255, 255, 0.75); border-radius: 999px; padding: 2px 10px; }
.tt-task.teal { background: var(--tt-teal-light); color: var(--tt-teal-dark); }
.tt-task.sun { background: var(--tt-sun-light); color: #9a7400; }
.tt-task.blush { background: var(--tt-blush-light); color: #b25a5a; }

.tt-hero-visual { min-height: 0; justify-content: center; }
.tt-stage { position: relative; width: min(350px, 78vw); }
.tt-phone {
	position: relative;
	width: 100%;
	height: 610px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
}
.tt-phone img { display: block; width: 100%; height: auto; }
.tt-float-card {
	position: absolute;
	z-index: 2;
	left: -16%;
	bottom: -5%;
	width: 102%;
	height: auto;
	filter: drop-shadow(0 18px 24px rgba(0, 73, 94, 0.2));
	animation: tt-float 8.5s ease-in-out -1.5s infinite;
	will-change: transform;
}
.tt-hover { z-index: 3; position: absolute; inset: 0; pointer-events: none; }
.tt-hover img { position: absolute; height: auto; will-change: transform; filter: drop-shadow(0 14px 18px rgba(0, 73, 94, 0.18)); }
.tt-hover .h1 { width: 150px; right: -17%; bottom: 8%; animation: tt-float 7s ease-in-out infinite; }
.tt-hover .h2 { width: 104px; right: 3%; bottom: -5%; animation: tt-float 8s ease-in-out -2.5s infinite; }
.tt-hover .h3 { width: 82px; right: -9%; bottom: 30%; animation: tt-float 9s ease-in-out -5s infinite; }
@keyframes tt-float {
	0%, 100% { transform: translateY(0) rotate(-2deg); }
	50% { transform: translateY(-14px) rotate(2deg); }
}

/* ---------- Feature rows ---------- */
.tt-feature { padding-block: 84px; }
.tt-feature .tt-copy ul { list-style: none; margin: 26px 0 0; padding: 0; }
.tt-feature .tt-copy li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 14px;
	font-weight: 500;
}
.tt-feature .tt-copy li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 18px;
	height: 18px;
	border-radius: 58% 42% 55% 45% / 50% 55% 45% 50%;
	background: var(--tt-teal);
}
.tt-feature.alt .tt-copy li::before { background: var(--tt-blush); }
.tt-feature.sage .tt-copy li::before { background: var(--tt-sage); }
.tt-feature.sun .tt-copy li::before { background: var(--tt-sun); }

.tt-panel {
	position: relative;
	border-radius: 36px;
	padding: 40px 34px;
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.tt-panel.teal { background: var(--tt-teal-light); }
.tt-panel.blush { background: var(--tt-blush-light); }
.tt-panel.sage { background: var(--tt-sage-light); }
.tt-panel.sun { background: var(--tt-sun-light); }

/* room cards */
.tt-rooms { width: min(360px, 100%); display: grid; gap: 12px; }
.tt-room {
	background: var(--tt-card);
	border-radius: 20px;
	padding: 16px 18px;
	box-shadow: 0 10px 30px -22px rgba(0, 73, 94, 0.5);
}
.tt-room .tt-row { display: flex; justify-content: space-between; font-weight: 500; font-size: 0.95rem; margin-bottom: 10px; }
.tt-room .tt-row span:last-child { color: var(--tt-ink-soft); font-size: 0.8rem; align-self: center; }
.tt-bar { height: 10px; border-radius: 999px; background: rgba(0, 73, 94, 0.08); overflow: hidden; }
.tt-bar i { display: block; height: 100%; border-radius: 999px; }

/* routine chips */
.tt-routine { width: min(370px, 100%); display: grid; gap: 12px; }
.tt-routine .tt-card {
	background: var(--tt-card);
	border-radius: 20px;
	padding: 16px 18px;
	box-shadow: 0 10px 30px -22px rgba(0, 73, 94, 0.5);
}
.tt-routine .tt-title { display: flex; justify-content: space-between; align-items: center; font-weight: 500; margin-bottom: 12px; font-size: 0.95rem; }
.tt-routine .tt-freq { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; padding: 3px 10px; border-radius: 999px; background: var(--tt-blush-light); color: #b25a5a; }
.tt-days { display: flex; gap: 6px; }
.tt-days span {
	flex: 1;
	text-align: center;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 7px 0;
	border-radius: 12px;
	background: rgba(0, 73, 94, 0.06);
	color: var(--tt-ink-soft);
}
.tt-days span.on { background: var(--tt-teal); color: var(--tt-ink); }
.tt-days span.on.blush { background: var(--tt-blush); }
.tt-days span.on.sun { background: var(--tt-sun); }

/* share the load (mirrors onboarding slide 3) */
.tt-share { display: flex; align-items: flex-end; justify-content: center; gap: 28px; width: 100%; }
.tt-col { width: 130px; text-align: center; position: relative; }
.tt-col .tt-barcol {
	border-radius: 26px;
	padding: 18px 0 84px;
	margin-bottom: -70px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.tt-col.a .tt-barcol { background: rgba(143, 210, 220, 0.5); height: 215px; }
.tt-col.b .tt-barcol { background: rgba(254, 207, 65, 0.45); height: 275px; }
.tt-col .tt-barcol small { font-size: 1.15rem; font-weight: 600; }
.tt-col .tt-icons { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 6px; font-size: 1.4rem; line-height: 1; }
.tt-col.a .tt-icons { color: rgba(0, 98, 127, 0.75); }
.tt-col.b .tt-icons { color: rgba(154, 116, 0, 0.75); }
.tt-panel .tt-col img { position: relative; width: 130px; max-width: none; height: auto; }

/* kids / rewards */
.tt-kids { width: min(360px, 100%); position: relative; text-align: center; }
.tt-kids .tt-kid-blobs { display: flex; justify-content: center; align-items: flex-end; gap: 6px; margin-bottom: -22px; position: relative; z-index: 2; }
.tt-panel .tt-kid-blobs img { height: auto; max-width: none; }
.tt-panel .tt-kid-blobs img:nth-child(1) { width: 110px; }
.tt-panel .tt-kid-blobs img:nth-child(2) { width: 90px; }
.tt-reward {
	position: relative;
	z-index: 1;
	background: var(--tt-card);
	border-radius: 22px;
	padding: 34px 22px 20px;
	box-shadow: 0 10px 30px -22px rgba(0, 73, 94, 0.5);
	text-align: left;
}
.tt-reward .tt-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-weight: 500; font-size: 0.95rem; border-bottom: 1px solid rgba(0, 73, 94, 0.08); }
.tt-reward .tt-row:last-child { border-bottom: 0; padding-bottom: 0; }
.tt-coin { font-size: 0.8rem; font-weight: 600; background: var(--tt-sun-light); color: #8a6700; border-radius: 999px; padding: 3px 12px; }

/* ---------- Feature grid ---------- */
.tt-grid-section { background: var(--tt-sand); border-radius: 48px; padding: 80px 0 90px; margin-inline: 12px; }
.tt-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 54px; }
.tt-fcard { background: var(--tt-card); border-radius: 26px; padding: 30px 28px 32px; box-shadow: 0 14px 40px -30px rgba(0, 73, 94, 0.5); }
.tt-fcard img { width: 64px; height: auto; margin-bottom: 18px; display: block; }
.tt-fcard h3 { font-family: var(--tt-display); font-size: 1.3rem; margin: 0 0 8px; }
.tt-fcard p { margin: 0; font-size: 0.95rem; color: var(--tt-ink-soft); }

/* ---------- Download ---------- */
.tt-download-wrap { padding: 96px 0 110px; }
.tt-download {
	position: relative;
	overflow: hidden;
	background: var(--tt-teal);
	border-radius: 48px;
	padding: 70px 60px;
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	align-items: center;
	gap: 30px;
}
.tt-download h2 { font-family: var(--tt-display); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.12; margin: 0 0 14px; color: var(--tt-ink); text-align: left; }
.tt-download p { margin: 0 0 30px; color: rgba(0, 73, 94, 0.85); font-size: 1.05rem; }
.tt-download .tt-blobs { position: relative; height: 240px; }
.tt-download .tt-blobs img { position: absolute; height: auto; animation: tt-float 8s ease-in-out infinite; }
.tt-download .tt-blobs .d1 { width: 170px; left: 6%; top: 8%; }
.tt-download .tt-blobs .d2 { width: 130px; right: 6%; top: 0; animation-delay: -3s; }
.tt-download .tt-blobs .d3 { width: 140px; right: 18%; bottom: 0; animation-delay: -5s; }
.tt-appstore img { height: 56px; width: auto; }

.download-small { text-align: center; padding: 60px 20px; }

/* ---------- Footer ---------- */
.footer { background-color: var(--tt-ink); padding-top: 90px; padding-bottom: 90px; border-radius: 48px 48px 0 0; }
.footer .footer-start .tt-foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer .footer-start .tt-foot-brand img { width: 44px; height: 44px; margin: 0; }
.footer .footer-start .tt-foot-brand span { font-family: var(--tt-display); font-size: 1.5rem; font-weight: 600; color: #fff; }
.footer h5 { font-family: var(--tt-display); font-weight: 600; font-size: 1.15rem; color: #fff; }
.footer ul li a, .footer .footer-start div a { color: rgba(255, 255, 255, 0.7); }
.footer .tt-copy { margin-top: 48px; font-size: 0.8rem; color: rgba(255, 255, 255, 0.55); }

/* ---------- Inner pages (help, faq, legal, articles) ---------- */
.blog-banner, .faq, .app-content { color: var(--tt-ink); }
.faq .qa-content .question { font-family: var(--tt-display); }
.blog-banner img, .blog img { border-radius: 24px; }
.blog-banner h3, .blog-banner h2 { font-family: var(--tt-display); }
.tt-blob-inline { display: block; margin: 0 auto 28px; width: 150px; height: auto; }

.tt-page-hero { padding-top: 170px; text-align: center; }

/* ---------- Motion + responsive ---------- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.tt-hover img, .tt-float-card, .tt-download .tt-blobs img { animation: none !important; }
}

@media (max-width: 991px) {
	.tt-hero { padding-top: 130px; }
	.tt-hero h1, .tt-hero .tt-lead { text-align: center; margin-inline: auto; }
	.tt-hero .tt-cta, .tt-hero .tt-note, .tt-hero .tt-eyebrow { text-align: center; display: block; }
	.tt-hero-visual { margin-top: 56px; min-height: 400px; }
	.tt-section, .tt-feature { padding-block: 56px; }
	.tt-panel { margin-top: 30px; min-height: 320px; }
	.tt-feature .row.flip { flex-direction: column-reverse; }
	.tt-cards { grid-template-columns: repeat(2, 1fr); }
	.tt-download { grid-template-columns: 1fr; padding: 48px 28px; text-align: center; }
	.tt-download h2 { text-align: center; }
	.tt-download .tt-blobs { height: 200px; }
	.tt-download .tt-app { justify-self: center; }
}

@media (max-width: 575px) {
	body { font-size: 17px; }
	.tt-cards { grid-template-columns: 1fr; }
	.tt-hover .h1 { width: 104px; right: -9%; }
	.tt-hover .h3 { right: -4%; }
	.tt-hover .h2 { width: 78px; }
	.tt-hover .h3 { width: 60px; }
	.tt-panel { padding: 30px 18px; border-radius: 28px; }
	.tt-grid-section, .tt-download { border-radius: 32px; }
	.tt-col { width: 110px; }
	.tt-panel .tt-col img { width: 110px; }
}

.download-small { border-radius: 32px; }

/* legacy feature-list bullets (inner pages): swap the old purple ring for the teal dot */
.features .feature-content ul li::before {
	background-image: none;
	background-color: var(--tt-teal);
	border-radius: 58% 42% 55% 45% / 50% 55% 45% 50%;
	height: 14px;
	width: 14px;
}
.tt-stage { margin-bottom: 44px; }

/* legacy banner sections (ADHD page): drop the white strip at the bottom */
.banner-section,
.homepage-2 .banner-section { background: var(--tt-cream); }

/* legacy "why" band on inner pages: no white card, just the heading */
.why-onir { margin-top: 60px; }
.why-onir .why-onir-content,
.homepage-2 .why-onir .why-onir-content { background: transparent; margin-top: 0; padding: 0; }

/* smaller, cropped phone screenshots on inner pages */
.tt-stage.sm { width: min(310px, 78vw); margin: 0 auto; }
.tt-phone.crop-household { height: 395px; }
.tt-phone.crop-rewards { height: 510px; }
.tt-phone.crop-todo { height: 560px; }

/* ---------- FAQ: stacked question / answer ---------- */
.faq { padding: 150px 0 90px; }
.faq .container { max-width: 820px; }
.faq .section-title { margin-bottom: 44px; }
.faq .qa-content {
	display: block;
	padding: 26px 0;
	border-bottom: 1px solid rgba(0, 73, 94, 0.12);
}
.faq .qa-content .question {
	width: auto;
	font-family: var(--tt-display);
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--tt-ink);
}
.faq .qa-content .answer {
	max-width: none;
	margin-top: 8px;
	padding-right: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--tt-ink-soft);
}
.faq .qa-content .answer p { margin: 0; }
.faq .qa-content .answer::before { display: none; }

/* ---------- SEO / free tool pages ---------- */
.tt-page-hero { padding: 150px 0 20px; text-align: center; }
.tt-page-title { font-size: clamp(2.4rem, 5.5vw, 3.8rem); line-height: 1.08; margin: 0 0 16px; }
.tt-page-intro { margin: 0 auto; }
.tt-page-hero-grid.has-graphic { display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: center; text-align: left; }
.tt-page-hero-grid.has-graphic .tt-page-intro { margin: 0; }
.tt-page-graphic { width: 100%; max-width: 340px; height: auto; justify-self: center; }
.tt-prose-graphic { display: block; width: min(300px, 70%); height: auto; margin: 0 auto 10px; }
.tt-tool-wrap { padding: 28px 0 40px; }
.tt-tool { background: var(--tt-card); border-radius: 28px; padding: 28px; box-shadow: var(--tt-shadow); }
.tt-tool-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 18px; }
.tt-tool-bar .btn { border-radius: 999px; padding: 10px 22px; font-size: 0.95rem; }
.btn.tt-btn-ghost { background: transparent; color: var(--tt-ink); border: 2px solid rgba(0, 73, 94, 0.2); }
.btn.tt-btn-ghost:hover { border-color: var(--tt-ink); color: var(--tt-ink); }
.tt-progress { margin-left: auto; font-size: 0.9rem; color: var(--tt-ink-soft); font-weight: 500; }
.tt-tool-note { margin: 14px 0 0; font-size: 0.85rem; color: var(--tt-ink-soft); }
.tt-print-only { display: none; }

.tt-table-wrap { overflow-x: auto; }
.tt-chart { width: 100%; min-width: 640px; border-collapse: separate; border-spacing: 0 6px; font-size: 0.95rem; }
.tt-chart th { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--tt-ink-soft); font-weight: 600; text-align: left; padding: 0 6px 4px; }
.tt-chart th.tt-day { text-align: center; }
.tt-chart td { padding: 0 4px; background: var(--tt-cream); }
.tt-chart td:first-child { border-radius: 14px 0 0 14px; padding-left: 6px; }
.tt-chart td:last-child { border-radius: 0 14px 14px 0; }
.tt-chart input[type="text"] { width: 100%; border: 0; background: transparent; padding: 12px 8px; color: var(--tt-ink); font: inherit; border-radius: 10px; }
.tt-chart input[type="text"]::placeholder { color: rgba(0, 73, 94, 0.4); }
.tt-c-task { width: 34%; }
.tt-c-who { width: 16%; }
.tt-c-day { text-align: center; width: 6%; }
.tt-c-day input { width: 22px; height: 22px; accent-color: var(--tt-teal-dark); cursor: pointer; }
.tt-del { border: 0; background: transparent; color: var(--tt-ink-soft); font-size: 1.4rem; line-height: 1; padding: 6px 10px; cursor: pointer; border-radius: 8px; }
.tt-del:hover { background: rgba(0, 73, 94, 0.08); color: var(--tt-ink); }

.tt-groups { columns: 2; column-gap: 26px; }
.tt-group { break-inside: avoid; border: 0; margin: 0 0 22px; padding: 22px 22px 14px; background: var(--tt-cream); border-radius: 22px; }
.tt-group legend { float: none; width: auto; font-family: var(--tt-display); font-size: 1.3rem; font-weight: 600; margin: 0 0 8px; padding: 0; }
.tt-group legend small { font-family: 'Rubik', system-ui, sans-serif; font-size: 0.75rem; font-weight: 500; color: var(--tt-ink-soft); margin-left: 8px; }
.tt-check { display: flex; gap: 12px; align-items: flex-start; padding: 8px 0; cursor: pointer; font-size: 0.98rem; line-height: 1.4; }
.tt-check input { flex: none; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--tt-teal-dark); cursor: pointer; }
.tt-check input:checked + span { color: var(--tt-ink-soft); text-decoration: line-through; text-decoration-color: rgba(0, 73, 94, 0.35); }

.tt-prose-wrap { padding: 30px 0 20px; }
.tt-prose { max-width: 760px; margin: 0 auto; }
.tt-prose h2 { font-family: var(--tt-display); font-size: clamp(1.6rem, 3.2vw, 2.1rem); margin: 44px 0 14px; }
.tt-prose p, .tt-prose li { color: var(--tt-ink-soft); font-size: 1.05rem; line-height: 1.7; }
.tt-prose li { margin-bottom: 8px; }
.tt-prose strong { color: var(--tt-ink); }
.tt-prose ul, .tt-prose ol { padding-left: 1.4rem; }
.tt-prose ul { list-style: none; padding-left: 0; }
.tt-prose ul li { position: relative; padding-left: 28px; }
.tt-prose ul li::before { content: ''; position: absolute; left: 0; top: 0.6em; width: 14px; height: 14px; border-radius: 58% 42% 55% 45% / 50% 55% 45% 50%; background: var(--tt-teal); }

.tt-cta-wrap { padding: 50px 0; }
.tt-cta-panel { background: var(--tt-teal-light); border-radius: 40px; padding: 48px 56px 0; display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; align-items: center; overflow: hidden; }
.tt-cta-copy { padding-bottom: 48px; }
.tt-cta-copy .tt-lead { margin-bottom: 24px; }
.tt-cta-shot .tt-stage { margin-bottom: 0; }
.tt-cta-shot .tt-phone { height: 380px; }

.faq.tt-inline { padding: 40px 0 20px; }
.tt-related { padding: 10px 0 30px; }
.tt-related-title { font-family: var(--tt-display); font-size: 1.5rem; text-align: center; margin: 0 0 16px; }
.tt-related-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tt-related-list a { display: inline-block; padding: 10px 20px; border-radius: 999px; background: var(--tt-card); color: var(--tt-ink); text-decoration: none; font-weight: 500; box-shadow: 0 8px 22px -16px rgba(0, 73, 94, 0.6); }
.tt-related-list a:hover { background: var(--tt-teal-light); }

.tt-shots { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; align-items: flex-start; }
.tt-shots .tt-stage { margin: 0; }

@media (max-width: 991px) {
	.tt-page-hero { padding-top: 120px; }
	.tt-page-hero-grid.has-graphic { grid-template-columns: 1fr; text-align: center; gap: 22px; }
	.tt-page-hero-grid.has-graphic .tt-page-intro { margin: 0 auto; }
	.tt-page-graphic { max-width: 260px; order: -1; }
	.tt-groups { columns: 1; }
	.tt-cta-panel { grid-template-columns: 1fr; padding: 36px 26px 0; text-align: center; }
	.tt-cta-copy { padding-bottom: 20px; }
	.tt-cta-shot { display: flex; justify-content: center; }
}
@media (max-width: 575px) {
	.tt-tool { padding: 18px 14px; border-radius: 22px; }
}

@media print {
	/* Print only the tool: hide everything else so no blank pages are produced */
	header, .footer, .tt-noprint, .tt-page-hero, .tt-hero, .tt-prose-wrap, .tt-section, .tt-download-wrap, .download-small { display: none !important; }
	body { background: #fff; }
	.tt-tool-wrap { padding: 0; }
	.tt-tool { box-shadow: none; border-radius: 0; padding: 0; background: #fff; }
	.tt-print-only { display: block !important; font-family: var(--tt-display); font-size: 1.5rem; margin-bottom: 14px; color: #000; }
	.tt-chart td { background: #fff; border-bottom: 1px solid #999; }
	.tt-chart input[type="text"] { padding: 8px 4px; color: #000; }
	.tt-chart { min-width: 0; }
	.tt-groups { columns: 2; }
	.tt-group { background: #fff; border: 0; padding: 0 0 10px; }
}

/* ---------- Tool pages: the whole page is the tool card (title, graphic and intro live inside it) ---------- */
.tt-app-screen { min-height: 100vh; min-height: 100dvh; display: flex; padding: 104px 0 20px; }
.tt-app-screen > .container-fluid { flex: 1; display: flex; }
.tt-fluid { padding-left: 20px; padding-right: 20px; }
.tt-app-screen .tt-tool { flex: 1; width: 100%; display: flex; flex-direction: column; padding: 26px 32px 24px; }

.tt-tool-head { display: flex; align-items: center; gap: 22px; margin-bottom: 20px; }
.tt-tool-graphic { flex: none; width: auto; height: 110px; max-width: 150px; }
.tt-tool-titles { flex: 1; min-width: 0; }
.tt-tool-title { font-family: var(--tt-display); font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1.1; margin: 0; }
.tt-tool-titles .tt-eyebrow { margin-bottom: 4px; }
.tt-tool-intro { margin: 8px 0 0; font-size: 1rem; line-height: 1.55; color: var(--tt-ink-soft); max-width: 46em; }
.tt-tool-head .tt-tool-bar { margin: 0; justify-content: flex-end; flex: none; }

/* chart: rows share the extra height */
.tt-app-screen .tt-table-wrap { flex: 1; display: flex; }
.tt-app-screen .tt-chart { height: 100%; }
.tt-app-screen .tt-chart tbody tr { height: 56px; }
.tt-app-screen .tt-chart input[type="text"] { font-size: 1.05rem; }

/* checklist: use the width */
.tt-app-screen .tt-groups { flex: 1; }
@media (min-width: 1500px) { .tt-app-screen .tt-groups { columns: 3; } }

@media (max-width: 991px) {
	.tt-fluid { padding-left: 12px; padding-right: 12px; }
	.tt-app-screen { padding-top: 92px; }
	.tt-app-screen .tt-tool { padding: 18px 16px 18px; }
	.tt-tool-head { flex-wrap: wrap; gap: 12px 16px; }
	.tt-tool-graphic { height: 64px; max-width: 90px; }
	.tt-tool-intro { display: none; }
	.tt-tool-head .tt-tool-bar { flex: 1 1 100%; justify-content: flex-start; }
}

@media print {
	.tt-tool-head { display: none !important; }
	.tt-app-screen { display: block; min-height: 0; padding: 0; }
	.tt-app-screen .tt-tool, .tt-app-screen .tt-table-wrap { display: block; }
	.tt-app-screen .tt-chart { height: auto; }
}

/* Large screens: scale the checklist up so it fills the space it is given */
@media (min-width: 1400px) {
	.tt-app-screen .tt-check { font-size: 1.15rem; padding: 11px 0; }
	.tt-app-screen .tt-check input { width: 24px; height: 24px; }
	.tt-app-screen .tt-group legend { font-size: 1.6rem; }
	.tt-app-screen .tt-group { padding: 28px 30px 20px; }
	.tt-app-screen .tt-chart { font-size: 1.1rem; }
	.tt-app-screen .tt-c-day input { width: 26px; height: 26px; }
}
@media (max-width: 575px) {
	.tt-app-screen .tt-chart { min-width: 560px; }
}


/* ---------- Editable checklists: add / remove chores and sections ---------- */
.tt-group legend { width: 100%; }
.tt-group-head { display: flex; align-items: center; gap: 8px; }
.tt-group-head .tt-minus { margin-left: auto; }
.tt-group-name { outline: none; border-radius: 8px; padding: 0 6px; margin: 0 -6px; cursor: text; min-width: 2ch; }
.tt-group-name:focus, .tt-item-text:focus { background: rgba(0, 73, 94, 0.07); }

.tt-item { display: flex; align-items: flex-start; gap: 12px; padding: 8px 0; font-size: 0.98rem; line-height: 1.4; }
.tt-item input[type="checkbox"] { flex: none; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--tt-teal-dark); cursor: pointer; }
.tt-item-text { flex: 1; min-width: 0; outline: none; border-radius: 6px; padding: 0 6px; margin: 0 -6px; cursor: text; min-height: 1.4em; overflow-wrap: anywhere; }
.tt-item input:checked + .tt-item-text { color: var(--tt-ink-soft); text-decoration: line-through; text-decoration-color: rgba(0, 73, 94, 0.35); }

.tt-minus { flex: none; width: 26px; height: 26px; padding: 0; border-radius: 50%; border: 1.5px solid rgba(0, 73, 94, 0.22); background: transparent; color: var(--tt-ink-soft); font-size: 1.1rem; line-height: 1; display: grid; place-items: center; cursor: pointer; transition: background .15s, border-color .15s, color .15s; }
.tt-minus:hover, .tt-minus:focus-visible { background: rgba(249, 127, 106, 0.16); border-color: var(--tt-coral); color: #b4432f; }

.tt-add { display: flex; gap: 8px; margin-top: 10px; padding-top: 12px; border-top: 1px dashed rgba(0, 73, 94, 0.16); }
.tt-add input { flex: 1; min-width: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, 0.75); padding: 9px 16px; font: inherit; font-size: 0.95rem; color: var(--tt-ink); }
.tt-add input::placeholder { color: rgba(0, 73, 94, 0.45); }
.tt-add button { flex: none; width: 38px; height: 38px; border-radius: 50%; border: 0; background: var(--tt-ink); color: #fff; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.tt-add button:hover, .tt-add button:focus-visible { background: var(--tt-teal-dark); }

.tt-group.tt-newgroup { background: transparent; border: 2px dashed rgba(0, 73, 94, 0.2); }
.tt-newgroup legend { font-size: 1.1rem; color: var(--tt-ink-soft); }
.tt-newgroup .tt-add { border-top: 0; margin-top: 0; padding-top: 0; }

@media (min-width: 1400px) {
	.tt-app-screen .tt-item { font-size: 1.15rem; padding: 11px 0; }
	.tt-app-screen .tt-item input[type="checkbox"] { width: 24px; height: 24px; }
}
@media print {
	.tt-item-text { padding: 0; margin: 0; }
}

/* keep the section heading inside its card (a plain <legend> sits on the fieldset's top edge) */
.tt-group legend { float: left; width: 100%; padding: 0; margin: 0 0 8px; }
.tt-group legend + * { clear: both; }


/* ---------- Link-in-bio page (/instagram) ---------- */
.tt-bio { padding: 120px 0 70px; background: radial-gradient(60% 45% at 90% 0%, var(--tt-teal-light) 0%, rgba(223,242,245,0) 70%), radial-gradient(50% 40% at 0% 100%, var(--tt-blush-light) 0%, rgba(248,228,228,0) 70%), var(--tt-cream); min-height: 100vh; }
.tt-bio-card { max-width: 520px; margin: 0 auto; text-align: center; }
.tt-bio-blob { width: 120px; height: auto; margin: 0 auto 10px; display: block; filter: drop-shadow(0 16px 20px rgba(0, 73, 94, 0.16)); }
.tt-bio h1 { font-family: var(--tt-display); font-size: clamp(2.2rem, 8vw, 3rem); line-height: 1.05; margin: 8px 0 12px; }
.tt-bio .tt-lead { margin: 0 auto 22px; }
.tt-bio-store img { height: 60px; width: auto; }
.tt-bio .tt-note { margin-top: 10px; }
.tt-bio-sub { font-family: var(--tt-display); font-size: 1.25rem; margin: 34px 0 12px; }
.tt-bio-links { list-style: none; padding: 0; display: grid; gap: 10px; }
.tt-bio-links a { display: flex; justify-content: space-between; align-items: center; padding: 16px 22px; border-radius: 18px; background: var(--tt-card); color: var(--tt-ink); text-decoration: none; font-weight: 500; box-shadow: 0 10px 26px -20px rgba(0, 73, 94, 0.6); }
.tt-bio-links a:hover { background: var(--tt-teal-light); }
