/**
 * Daycare and Child Care Insurance page (local candidate, Sept 3, 2026).
 * Rides on coverage-landing.css for the shared grammar; this sheet only
 * carries what the page adds: a solo requirement card with a citation
 * line, card grids without art, a two-card facts row, and band notes.
 */
body.sc-daycare-page .sc-page-hero__copy > p.sc-daycare__second {
	font-size: 1rem;
	max-width: 58ch;
	color: var(--sc-ink-soft, #3d4756);
}

body.sc-daycare-page .sc-daycare__requirement .sc-story--solo .sc-story__copy {
	display: block;
	max-width: 68ch;
}

body.sc-daycare-page .sc-daycare__requirement .sc-story__copy > p {
	max-width: 62ch;
}

body.sc-daycare-page .sc-daycare__citation {
	font-size: 0.86rem;
	color: var(--sc-ink-soft, #5a6472);
	border-top: 1px dashed var(--sc-stone, #ddd8ca);
	padding-top: 0.75rem;
	margin-top: 1rem;
}

body.sc-daycare-page .sc-coverage-feature-band .sc-feature-card .sc-link {
	display: inline-block;
	margin-top: 0.4rem;
}

body.sc-daycare-page .sc-daycare__note {
	max-width: 62ch;
	margin: 1.25rem auto 0;
	text-align: center;
	font-size: 0.95rem;
	color: var(--sc-ink-soft, #3d4756);
}

body.sc-daycare-page .sc-daycare__facts .sc-daycare__two {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
	gap: clamp(1.25rem, 2.4vw, 2rem);
	align-items: start;
}

body.sc-daycare-page .sc-daycare__facts .sc-story__copy {
	max-width: none;
}

body.sc-daycare-page .sc-daycare__independent .sc-proof__panel h2 {
	font-size: clamp(1.25rem, 1.8vw, 1.5rem);
	line-height: 1.3;
}

body.sc-daycare-page .sc-daycare__independent .sc-proof__panel > div > p {
	max-width: 40ch;
	margin-top: 0.6rem;
	font-size: 0.98rem;
	color: var(--sc-ink-soft, #3d4756);
}

/* The proof panel is a two-column grid on the coverage pages (header
   beside cards). Here the header stacks above two cards side by side,
   so neither the heading nor the cards share a 156px column. */
body.sc-daycare-page .sc-daycare__independent .sc-proof__panel {
	display: block;
}

body.sc-daycare-page .sc-daycare__independent .sc-proof-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.25rem;
}

@media (max-width: 560px) {
	body.sc-daycare-page .sc-daycare__independent .sc-proof-grid {
		grid-template-columns: 1fr;
	}
}

body.sc-daycare-page .sc-daycare__faq .sc-faq-grid {
	margin-top: 1.5rem;
}

@media (max-width: 700px) {
	body.sc-daycare-page .sc-daycare__note {
		text-align: left;
		margin-top: 1rem;
	}
}

/* Five cards in the centers ledger. Four across leaves the fifth alone
   on its own row, so at desktop the grid runs six columns: the first
   three cards span two each, the last two span three each. Tablet and
   phone keep the base two-column and stacked behavior. */
@media (min-width: 1025px) {
	body.sc-daycare-page .sc-daycare__center .sc-feature-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	body.sc-daycare-page .sc-daycare__center .sc-feature-card {
		grid-column: span 2;
	}

}

body.sc-daycare-page .sc-daycare__beyond {
	max-width: 68ch;
	margin: 1.5rem auto 0;
	color: var(--sc-ink-soft, #3d4756);
}

body.sc-daycare-page .sc-cta-band__inner > div > p {
	max-width: 60ch;
}

body.sc-daycare-page .sc-daycare__office {
	font-size: 0.92rem;
	color: var(--sc-ink-soft, #5d564a);
	margin-top: 0.6rem;
}

/* Tablet: the base business-page rule keeps four columns down to 768px,
   which squeezes cards to 170px. Both daycare ledgers take two columns
   there, and the centers ledger's fifth card spans the row. */
@media (min-width: 768px) and (max-width: 1024px) {
	body.sc-daycare-page .sc-daycare__home .sc-feature-grid,
	body.sc-daycare-page .sc-daycare__center .sc-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ---- Design pass (impeccable polish, Sept 3). ---- */

/* The page's one authored moment: the statute figure as a plate with a
   navy top rule, beside the answer set as open ruled prose at body size.
   The July blanket flattens .sc-card; this composition never uses it. */
body.sc-daycare-page .sc-daycare__requirement {
	padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

body.sc-daycare-page .sc-daycare__req {
	display: grid;
	grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
}

body.sc-daycare-page .sc-daycare__plate {
	position: sticky;
	top: 110px;
	border-top: 3px solid var(--sc-navy, #082d5b);
	padding-top: 1.25rem;
}

body.sc-daycare-page .sc-daycare__figure {
	display: block;
	font-family: var(--sc-font-display, "Fraunces", serif);
	font-size: clamp(3.25rem, 5.6vw, 5rem);
	line-height: 0.95;
	letter-spacing: -0.02em;
	color: var(--sc-navy, #082d5b);
	font-variant-numeric: lining-nums tabular-nums;
}

body.sc-daycare-page .sc-daycare__figure-sub {
	display: block;
	margin-top: 0.85rem;
	max-width: 22ch;
	font-family: var(--sc-font-body, "Source Serif 4", serif);
	font-size: 1.125rem;
	line-height: 1.45;
	color: var(--sc-ink, #2b2b2b);
}

body.sc-daycare-page .sc-daycare__figure-note {
	display: block;
	margin-top: 1rem;
	padding-top: 0.75rem;
	border-top: 1px dashed var(--sc-stone, #ddd8ca);
	font-family: "Barlow", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sc-gold-deep, #7f6836);
}

body.sc-daycare-page .sc-daycare__req-copy h2 {
	font-size: clamp(1.7rem, 2.6vw, 2.2rem);
	line-height: 1.2;
	text-wrap: balance;
	max-width: 22ch;
	margin-bottom: 1rem;
}

body.sc-daycare-page .sc-daycare__req-copy > p {
	max-width: 62ch;
	font-size: 1.125rem;
	line-height: 1.6;
	margin: 0 0 1rem;
}

body.sc-daycare-page .sc-daycare__req-copy > p:first-of-type {
	font-size: 1.25rem;
	line-height: 1.5;
	color: var(--sc-ink, #2b2b2b);
}

body.sc-daycare-page .sc-daycare__req-links {
	display: grid;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

body.sc-daycare-page .sc-daycare__req-links .sc-link {
	font-size: 0.9rem;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

body.sc-daycare-page .sc-daycare__citation {
	max-width: 62ch;
}

/* Cost as an open ruled column; the gathering list as the review sheet,
   one piece of paper ruled into lines, the personal hub's set-piece. */
body.sc-daycare-page .sc-daycare__facts {
	padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

body.sc-daycare-page .sc-daycare__two {
	grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
	gap: clamp(2rem, 5vw, 4.5rem);
}

body.sc-daycare-page .sc-daycare__cost {
	border-left: 1px solid var(--sc-navy, #082d5b);
	padding-left: clamp(1.25rem, 2.5vw, 2rem);
}

body.sc-daycare-page .sc-daycare__cost h2,
body.sc-daycare-page .sc-daycare__sheet h2 {
	font-size: clamp(1.6rem, 2.4vw, 2.05rem);
	line-height: 1.2;
	margin-bottom: 0.75rem;
}

body.sc-daycare-page .sc-daycare__cost > p,
body.sc-daycare-page .sc-daycare__sheet > p {
	max-width: 52ch;
	margin: 0 0 1.25rem;
	font-size: 1.0625rem;
	line-height: 1.55;
	color: var(--sc-ink-soft, #5d564a);
}

body.sc-daycare-page .sc-daycare__sheet {
	background: #fff;
	border: 1px solid var(--sc-stone, #ddd8ca);
	border-radius: 10px;
	box-shadow: 0 10px 26px rgba(8, 45, 91, 0.07);
	padding: clamp(1.4rem, 2.4vw, 2rem) clamp(1.4rem, 2.6vw, 2.2rem);
}

body.sc-daycare-page .sc-daycare__sheet-head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px dashed var(--sc-stone, #ddd8ca);
}

body.sc-daycare-page .sc-daycare__sheet-label {
	flex: 0 0 auto;
	font-family: "Barlow", system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sc-gold-deep, #7f6836);
	border: 1px solid var(--sc-gold-light, #b7995b);
	border-radius: 4px;
	padding: 0.3rem 0.55rem;
	margin-top: 0.15rem;
}

body.sc-daycare-page .sc-daycare__sheet-list {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: sheet;
}

body.sc-daycare-page .sc-daycare__sheet-list li {
	counter-increment: sheet;
	display: grid;
	grid-template-columns: 2.1rem minmax(0, 1fr);
	gap: 0.6rem;
	padding: 0.7rem 0;
	border-bottom: 1px dashed var(--sc-stone, #ddd8ca);
	font-size: 1.0625rem;
	line-height: 1.5;
}

body.sc-daycare-page .sc-daycare__sheet-list li:last-child {
	border-bottom: 0;
}

body.sc-daycare-page .sc-daycare__sheet-list li::before {
	content: counter(sheet, decimal-leading-zero);
	font-family: "Barlow", system-ui, sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--sc-gold-deep, #7f6836);
	padding-top: 0.2rem;
	font-variant-numeric: tabular-nums;
}

/* Proof as open rows with navy rules, not cards with a gradient. */
body.sc-daycare-page .sc-daycare__independent .sc-proof-grid {
	gap: 1.25rem;
}

body.sc-daycare-page .sc-daycare__independent .sc-proof-card {
	background: none !important;
	border: 0 !important;
	border-left: 1px solid var(--sc-navy, #082d5b) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0.15rem 0 0.15rem 1rem !important;
}

body.sc-daycare-page .sc-daycare__independent .sc-proof-card strong {
	display: block;
	font-family: var(--sc-font-display, "Fraunces", serif);
	font-size: 1.1rem;
	color: var(--sc-navy, #082d5b);
	margin-bottom: 0.25rem;
}

/* Selection and links carry the palette. */
body.sc-daycare-page ::selection {
	background: var(--sc-navy, #082d5b);
	color: #f7f4ef;
}

body.sc-daycare-page .sc-link {
	text-underline-offset: 0.18em;
}

@media (max-width: 1024px) {
	body.sc-daycare-page .sc-daycare__req {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	body.sc-daycare-page .sc-daycare__plate {
		position: static;
		max-width: 26rem;
	}

	body.sc-daycare-page .sc-daycare__two {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
}

/* Headings in the plate copy, cost column, and review sheet take the
   navy the story panels use; outside .sc-story__copy the base h2 is grey. */
body.sc-daycare-page .sc-daycare__req-copy h2,
body.sc-daycare-page .sc-daycare__cost h2,
body.sc-daycare-page .sc-daycare__sheet h2 {
	color: var(--sc-navy, #082d5b);
}

body.sc-daycare-page .sc-daycare__independent .sc-proof__panel > div > p {
	max-width: 46ch;
}

/* ---- Hero and grounds (owner order, Sept 3). ---- */

/* The ledger sits beside the headline, not centered against a tall copy
   column; its top rule lines up with the H1's cap height. A four-word
   title takes a two-line setting one step below the family scale. */
body.sc-daycare-page .sc-page-hero__copy h1 {
	font-size: clamp(2.4rem, 3.4vw, 3rem) !important;
	line-height: 1.08;
	max-width: 14.5em;
}

body.sc-daycare-page .sc-generated-detail-page .sc-page-hero__media {
	align-self: start;
	margin-top: 2.85rem;
}

body.sc-daycare-page .sc-page-hero {
	padding-block: clamp(2.5rem, 4.5vw, 4rem) clamp(2.5rem, 4vw, 3.5rem);
}

/* Grounds alternate so the two audiences read as two rooms: home on
   cream, centers on white, the review sheet on cream, the independent
   section on white, the questions on cream. */
body.sc-daycare-page section.sc-daycare__center.sc-coverage-feature-band {
	background: #fff !important;
}

body.sc-daycare-page section.sc-daycare__center.sc-coverage-feature-band::before,
body.sc-daycare-page section.sc-daycare__center.sc-coverage-feature-band::after {
	background: #fff !important;
}

body.sc-daycare-page .sc-daycare__facts,
body.sc-daycare-page .sc-daycare__faq {
	background: #f7f4ef;
	margin-inline: calc(50% - 50vw);
	padding-inline: calc(50vw - 50%);
	width: 100vw;
	max-width: none;
}

body.sc-daycare-page .sc-daycare__faq {
	padding-block: clamp(3rem, 5vw, 4.5rem);
}

@media (max-width: 1024px) {
	body.sc-daycare-page .sc-generated-detail-page .sc-page-hero__media {
		margin-top: 0;
	}
}

/* The homeowners qualification lives under the ledger as a ruled note,
   so the copy column is headline, lead, and actions. */
body.sc-daycare-page .sc-daycare__hero-note {
	margin: 1.25rem 0 0 0.25rem;
	max-width: 44ch;
	padding-left: 1rem;
	border-left: 1px solid var(--sc-navy, #082d5b);
	font-size: 1rem;
	line-height: 1.55;
	color: var(--sc-ink-soft, #5d564a);
}

body.sc-daycare-page .sc-daycare__hero-note-label {
	display: block;
	margin-bottom: 0.35rem;
	font-family: "Barlow", system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sc-navy, #082d5b);
}

body.sc-daycare-page .sc-daycare__hero-note .sc-link {
	display: inline-block;
	margin-top: 0.35rem;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

@media (max-width: 1024px) {
	body.sc-daycare-page .sc-daycare__hero-note {
		max-width: none;
		margin-left: 0;
	}
}

/* ---- Critique fix round (impeccable, Sept 3). ---- */

/* Hero ledger is the page's router: a caption, four anchor cells. */
body.sc-daycare-page .sc-daycare__art-label {
	display: block;
	margin: 0 0 0.6rem 1.05rem;
	font-family: "Barlow", system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sc-gold-deep, #7f6836);
}

body.sc-daycare-page .sc-daycare__art-link {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.2em;
	transition: text-decoration-color 0.18s ease-out;
}

body.sc-daycare-page .sc-daycare__art-link:hover,
body.sc-daycare-page .sc-daycare__art-link:focus-visible {
	text-decoration-color: var(--sc-gold, #a98c4b);
}

/* Cards hold their own height instead of stretching to the tallest. */
body.sc-daycare-page .sc-daycare__home .sc-feature-grid,
body.sc-daycare-page .sc-daycare__center .sc-feature-grid {
	align-items: start;
}

body.sc-daycare-page .sc-feature-card .sc-link {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

/* FAQ: answers sit under their questions; questions in navy like every
   other heading on the page. */
body.sc-daycare-page .sc-faq-item {
	align-content: start;
}

body.sc-daycare-page .sc-faq-item h3 {
	color: var(--sc-navy, #082d5b);
}

/* Independent panel: the h2 takes the answer scale, not the base story
   scale; the July blanket's stray rule on the left column goes. */
body.sc-daycare-page .sc-daycare__independent .sc-story__copy {
	border: 0 !important;
	background: none !important;
}

body.sc-daycare-page .sc-daycare__independent .sc-story__copy h2 {
	font-size: clamp(1.7rem, 2.6vw, 2.2rem);
	line-height: 1.2;
	text-wrap: balance;
	margin: 0.4rem 0 1rem;
}

/* Review sheet: a quiet action at its foot. */
body.sc-daycare-page .sc-daycare__sheet-action {
	margin: 1.1rem 0 0;
	padding-top: 0.9rem;
	border-top: 1px solid var(--sc-stone, #ddd8ca);
	font-size: 1rem;
	color: var(--sc-ink-soft, #5d564a);
}

body.sc-daycare-page .sc-daycare__sheet-action .sc-link {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

/* Close: the office line is the last thing on the page; the no-bind
   sentence is a footnote under the actions. */
body.sc-daycare-page .sc-cta-band__inner {
	flex-wrap: wrap;
}

body.sc-daycare-page .sc-daycare__close-foot {
	flex-basis: 100%;
	width: 100%;
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px dashed var(--sc-stone, #ddd8ca);
}

body.sc-daycare-page .sc-daycare__footnote {
	max-width: 60ch;
	margin: 0 auto;
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--sc-ink-soft, #5d564a);
}

body.sc-daycare-page .sc-daycare__office {
	font-family: "Barlow", system-ui, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sc-navy, #082d5b);
	margin-top: 0.9rem;
}

/* No quick bar on this page, so the hero keeps its call action on phones. */
@media (max-width: 700px) {
	body.sc-daycare-page:not(.sc-has-quickbar) .sc-page-hero .sc-actions a[href^="tel:"] {
		display: inline-flex;
	}
}

/* ---- Take the list with you (script-inserted; absent without JS). ---- */
body.sc-daycare-page .sc-daycare__take {
	margin-top: 1rem;
	padding-top: 0.9rem;
	border-top: 1px dashed var(--sc-stone, #ddd8ca);
}

body.sc-daycare-page .sc-daycare__take-label {
	display: block;
	margin-bottom: 0.45rem;
	font-family: "Barlow", system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sc-gold-deep, #7f6836);
}

body.sc-daycare-page .sc-daycare__take-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1.4rem;
	margin: 0;
}

body.sc-daycare-page .sc-daycare__take-action {
	background: none;
	border: 0;
	border-bottom: 1px solid var(--sc-gold-light, #b7995b);
	padding: 0 0 0.1rem;
	cursor: pointer;
	font-family: "Barlow", system-ui, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--sc-navy, #082d5b);
	text-decoration: none;
	transition: color 0.18s ease-out, border-color 0.18s ease-out;
}

body.sc-daycare-page .sc-daycare__take-action:hover {
	color: var(--sc-red, #8e3b2f);
	border-bottom-color: var(--sc-red, #8e3b2f);
}

body.sc-daycare-page .sc-daycare__take-fallback {
	display: block;
	width: 100%;
	margin: 0.8rem 0 0;
	padding: 0.7rem 0.8rem;
	border: 1px solid var(--sc-stone, #ddd8ca);
	border-radius: 6px;
	font-family: var(--sc-font-body, "Source Serif 4", serif);
	font-size: 1rem;
	line-height: 1.5;
	color: var(--sc-ink, #2b2b2b);
	background: #fbfaf7;
}

@media (min-width: 701px) {
	body.sc-daycare-page .sc-daycare__take-action--sms {
		display: none;
	}
}

/* Proof strip: the business lane's own strip, rendered by the hub helper,
   sits on white between the independent section and the questions. */
body.sc-daycare-page .sc-daycare__proof .sc-route-trust-strip {
	padding-block: clamp(1.5rem, 3vw, 2.5rem) clamp(2.5rem, 4vw, 3.5rem);
}

/* The review link is a link by more than weight and color. */
body.sc-daycare-page .sc-daycare__proof .sc-route-trust-strip__proof a {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}
