/*
Theme Name: degree-to-license-child
Template: kadence
Text Domain: degree-to-license-child
Description: Kadence child theme for Degree to License
Version: 1.0.5
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

:root {
	--dtl-ink: #1C2321;
	--dtl-field: #3A5A40;
	--dtl-signal: #BC6C25;
	--dtl-paper: #FAFAF7;
	--dtl-rule: #D8D8D2;
	--dtl-muted: #686B67;
	--dtl-signal-wash: #F7EFE5;
	--dtl-reading: 680px;
	--dtl-wide: 1120px;
	--global-palette1: #3A5A40;
	--global-palette2: #BC6C25;
	--global-palette3: #1C2321;
	--global-palette4: #3C4541;
	--global-palette5: #686B67;
	--global-palette6: #D8D8D2;
	--global-palette7: #EFEFEA;
	--global-palette8: #F5F5F1;
	--global-palette9: #FAFAF7;
}

html {
	scroll-behavior: smooth;
	background: var(--dtl-paper);
}

body,
button,
input,
select,
textarea {
	font-family: "Public Sans", sans-serif;
}

body {
	color: var(--dtl-ink);
	background: var(--dtl-paper);
	font-size: 18px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.site-branding a {
	color: var(--dtl-ink);
	font-family: "Source Serif 4", serif;
	font-weight: 700;
	letter-spacing: -0.018em;
	line-height: 1.15;
}

h1 { font-size: clamp(2.55rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.85rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.35rem, 3vw, 1.65rem); }

a {
	color: var(--dtl-field);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover {
	color: #28442E;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid var(--dtl-signal);
	outline-offset: 3px;
}

.site-container,
.site-header-row-layout-contained {
	max-width: var(--dtl-wide);
}

.site-header {
	background: var(--dtl-paper);
	border-bottom: 1px solid var(--dtl-rule);
}

.site-header .site-main-header-wrap {
	min-height: 76px;
}

.site-title {
	font-size: 1.32rem;
	letter-spacing: -0.01em;
}

.site-title a,
.site-title a:hover {
	color: var(--dtl-ink);
	text-decoration: none;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
	color: var(--dtl-ink);
	font-size: 0.91rem;
	font-weight: 650;
	letter-spacing: 0.025em;
	padding-inline: 1rem;
}

.main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li > a:hover {
	color: var(--dtl-field);
}

#inner-wrap {
	background: var(--dtl-paper);
}

.content-area {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content-wrap {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.entry-header,
.entry-footer {
	display: none;
}

.entry-content {
	max-width: var(--dtl-reading);
	margin-inline: auto;
	padding: clamp(3.75rem, 8vw, 6.5rem) 1.35rem clamp(5rem, 10vw, 8rem);
}

.entry-content > * {
	margin-block-start: 0;
	margin-block-end: 1.45rem;
}

.entry-content h1 {
	margin-bottom: 2rem;
}

.entry-content h2 {
	margin-top: 4.25rem;
	padding-top: 2.2rem;
	border-top: 1px solid var(--dtl-rule);
}

.entry-content h3 {
	margin-top: 2.7rem;
}

.entry-content p,
.entry-content li {
	max-width: 68ch;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.35rem;
}

.entry-content li + li {
	margin-top: 0.55rem;
}

.dtl-kicker {
	margin-bottom: 1rem;
	color: var(--dtl-field);
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.dtl-lede {
	font-size: clamp(1.16rem, 2vw, 1.32rem);
	line-height: 1.62;
}

.dtl-quiet {
	color: var(--dtl-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.dtl-start-link {
	display: block;
	margin-top: 1.5rem;
	padding: 1.35rem 0;
	border-top: 1px solid var(--dtl-field);
	border-bottom: 1px solid var(--dtl-field);
	color: var(--dtl-ink);
	text-decoration: none;
}

.dtl-start-link strong {
	display: block;
	margin-bottom: 0.3rem;
	color: var(--dtl-field);
	font-family: "Source Serif 4", serif;
	font-size: 1.45rem;
}

.dtl-start-link:hover strong {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.dtl-plain-list {
	margin-top: 1.4rem;
	padding-left: 0 !important;
	list-style: none;
}

.dtl-plain-list li {
	padding: 0.65rem 0;
	border-bottom: 1px solid var(--dtl-rule);
}

.dtl-author {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 1.25rem;
	align-items: center;
	margin-top: 4.5rem;
	padding-top: 2.2rem;
	border-top: 1px solid var(--dtl-rule);
}

.dtl-photo-placeholder {
	display: grid;
	width: 88px;
	height: 104px;
	place-items: center;
	border: 1px solid var(--dtl-rule);
	border-radius: 2px;
	color: var(--dtl-muted);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.dtl-callout {
	margin: 2.25rem 0;
	padding: 1.3rem 1.45rem 1.4rem;
	border-left: 4px solid var(--dtl-signal);
	border-radius: 0 2px 2px 0;
	background: var(--dtl-signal-wash);
}

.dtl-callout-label {
	display: block;
	margin-bottom: 0.55rem;
	color: #7B451B;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.dtl-callout > :last-child {
	margin-bottom: 0;
}

.dtl-callout-section h2 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.dtl-callout-section p + p {
	margin-top: 1rem;
}

.entry-content .wp-block-table {
	margin: 2rem 0 2.5rem;
	overflow-x: auto;
}

.entry-content .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.94rem;
}

.entry-content .wp-block-table th,
.entry-content .wp-block-table td {
	padding: 0.85rem 0.75rem;
	border: 0;
	border-bottom: 1px solid var(--dtl-rule);
	text-align: left;
	vertical-align: top;
}

.entry-content .wp-block-table th {
	border-top: 1px solid var(--dtl-ink);
	border-bottom-color: var(--dtl-ink);
	color: var(--dtl-ink);
	font-weight: 750;
}

.dtl-interview-list {
	margin: 2rem 0;
	padding: 1.5rem 1.5rem 1.5rem 3rem !important;
	border: 1px solid var(--dtl-rule);
	border-radius: 2px;
	background: #fff;
}

.dtl-interview-list li {
	padding-left: 0.35rem;
	break-inside: avoid;
}

.dtl-form {
	margin-top: 1.75rem;
}

.dtl-form label,
.kb-form label {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--dtl-ink);
	font-size: 0.88rem;
	font-weight: 700;
}

.dtl-form input,
.dtl-form textarea,
.kb-form input,
.kb-form textarea,
.kb-form select {
	width: 100%;
	min-height: 48px;
	padding: 0.7rem 0.8rem;
	border: 1px solid #9A9C98;
	border-radius: 2px;
	background: #fff;
	color: var(--dtl-ink);
	font: inherit;
}

.dtl-form textarea,
.kb-form textarea {
	min-height: 170px;
	resize: vertical;
}

.dtl-form button,
.dtl-form input[type="submit"],
.kb-form button,
.kb-form .kb-forms-submit {
	width: auto;
	min-height: 48px;
	margin-top: 0.85rem;
	padding: 0.72rem 1.15rem;
	border: 1px solid var(--dtl-field);
	border-radius: 2px;
	background: var(--dtl-field);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 750;
	cursor: pointer;
}

.dtl-form button:hover,
.dtl-form input[type="submit"]:hover,
.kb-form button:hover,
.kb-form .kb-forms-submit:hover {
	background: #28442E;
}

.dtl-signup {
	margin-top: 4rem;
	padding-top: 2.3rem;
	border-top: 1px solid var(--dtl-rule);
}

.dtl-signup h2 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.dtl-signup-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem;
	align-items: end;
}

.dtl-signup-row button {
	margin-top: 0;
}

.dtl-site-footer {
	padding: 2.4rem 1.35rem;
	border-top: 1px solid var(--dtl-rule);
	background: var(--dtl-paper);
}

.dtl-site-footer-inner {
	max-width: var(--dtl-wide);
	margin-inline: auto;
}

.dtl-site-footer p {
	max-width: 82ch;
	margin: 0 0 0.7rem;
	color: var(--dtl-muted);
	font-size: 0.78rem;
	line-height: 1.55;
}

.dtl-site-footer a {
	color: var(--dtl-field);
}

.site-footer {
	display: none;
}

@media (max-width: 719px) {
	body {
		font-size: 17px;
	}

	.site-header .site-main-header-wrap {
		min-height: 66px;
	}

	.entry-content {
		padding-top: 3.25rem;
	}

	.entry-content h2 {
		margin-top: 3.25rem;
	}

	.dtl-author {
		grid-template-columns: 72px 1fr;
	}

	.dtl-photo-placeholder {
		width: 72px;
		height: 88px;
	}

	.dtl-signup-row {
		grid-template-columns: 1fr;
	}

	.dtl-signup-row button {
		width: 100%;
	}
}

@media print {
	.site-header,
	.dtl-site-footer,
	.dtl-signup {
		display: none !important;
	}

	.entry-content {
		max-width: none;
		padding: 0;
	}

	.dtl-interview-list {
		border-color: #000;
	}
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Layout refinements requested August 2026 */
body .entry-content {
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.dtl-site-footer-inner {
	max-width: var(--dtl-reading);
	margin-left: auto;
	margin-right: auto;
}

.dtl-site-footer p {
	max-width: none;
}

.page-id-8 .entry-content {
	font-size: 18px;
	line-height: 1.65;
}

.page-id-8 .entry-content p,
.page-id-8 .entry-content li {
	font-size: inherit;
	line-height: inherit;
}

.page-id-8 .entry-content h1 {
	font-size: clamp(2.6rem, 6vw, 3.6rem);
}

.page-id-8 .entry-content h2 {
	font-size: clamp(1.65rem, 3.5vw, 2.1rem);
}

.home .entry-content {
	padding-top: clamp(2rem, 4vw, 3.25rem);
}

.home .entry-content h2,
.home .dtl-author {
	margin-top: 3.5rem;
	padding-top: 1.75rem;
}

.dtl-plain-list {
	padding-left: 1.35rem !important;
	list-style: disc;
	color: var(--dtl-ink);
}

.dtl-plain-list li {
	padding: 0.2rem 0;
	border-bottom: 0;
	color: var(--dtl-ink);
}

.dtl-author {
	display: block;
}

.dtl-author p {
	margin: 0;
}

/* Homepage system refresh */
.home .entry-content { max-width: none; padding: 0; }
.home .entry-content > * { margin: 0; }
.dtl-home { background: var(--dtl-paper); }
.dtl-home-section { padding: clamp(4.25rem, 8vw, 7rem) 1.35rem; }
.dtl-home-inner { width: 100%; max-width: 1080px; margin-inline: auto; }
.dtl-section-tint { background: #F2F5EF; }
.dtl-hero-section { padding-top: clamp(2.75rem, 5vw, 4.5rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.dtl-hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.75fr); gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.dtl-hero h1 { max-width: 12ch; margin: 0 0 1.5rem; font-size: clamp(3.1rem, 6.2vw, 5.25rem); line-height: .98; }
.dtl-hero-lede { max-width: 650px; margin: 0; font-size: clamp(1.15rem, 2vw, 1.38rem); line-height: 1.58; }
.dtl-button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.dtl-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .72rem 1.15rem; border: 1px solid var(--dtl-field); border-radius: 8px; font-size: .92rem; font-weight: 750; line-height: 1.2; text-decoration: none; transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease; }
.dtl-button-primary { background: var(--dtl-field); color: #fff; }
.dtl-button-primary:hover { border-color: #28442E; background: #28442E; color: #fff; transform: translateY(-1px); }
.dtl-button-secondary { background: transparent; color: var(--dtl-field); }
.dtl-button-secondary:hover { background: #E7EEE3; color: #28442E; transform: translateY(-1px); }
.dtl-hero-note, .dtl-tool-action span { display: block; margin-top: 1rem; color: var(--dtl-muted); font-size: .82rem; line-height: 1.5; }
.dtl-stage-path { padding: 1.4rem 1.45rem; border: 1px solid var(--dtl-rule); border-radius: 8px; background: #fff; box-shadow: 0 14px 35px rgba(28,35,33,.06); }
.dtl-card-label, .dtl-section-label { margin: 0 0 .9rem; color: var(--dtl-field); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dtl-stage-path ol { margin: 0; padding: 0; list-style: none; }
.dtl-stage-path li + li { border-top: 1px solid var(--dtl-rule); }
.dtl-stage-path a { display: flex; gap: .8rem; align-items: center; padding: 1rem 0; color: var(--dtl-ink); font-family: "Source Serif 4", serif; font-size: 1.25rem; font-weight: 700; text-decoration: none; }
.dtl-stage-path a:hover { color: var(--dtl-field); }
.dtl-stage-path a span, .dtl-stage-number { color: var(--dtl-signal); font-family: "Public Sans", sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .09em; }
.dtl-home h2 { max-width: 18ch; margin: 0 0 2rem; padding: 0; border: 0; font-size: clamp(2.1rem, 4vw, 3.15rem); }
.dtl-path-grid, .dtl-editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.dtl-home-card, .dtl-editorial-card { border: 1px solid var(--dtl-rule); border-radius: 9px; background: #fff; box-shadow: 0 10px 28px rgba(28,35,33,.045); }
.dtl-home-card { display: flex; min-height: 300px; flex-direction: column; padding: 1.5rem; }
.dtl-home-card h3 { margin: .75rem 0 .8rem; font-size: 1.62rem; }
.dtl-home-card p { margin: 0 0 1.25rem; }
.dtl-home-card > a { margin-top: auto; font-weight: 750; }
.dtl-editorial-card { display: flex; min-height: 260px; flex-direction: column; padding: 1.55rem; color: var(--dtl-ink); text-decoration: none; transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.dtl-editorial-card strong { margin: 1.2rem 0 .8rem; font-family: "Source Serif 4", serif; font-size: 1.55rem; line-height: 1.18; }
.dtl-editorial-card > span:last-child { color: var(--dtl-muted); line-height: 1.55; }
.dtl-editorial-card:hover { border-color: var(--dtl-field); box-shadow: 0 14px 34px rgba(28,35,33,.08); color: var(--dtl-field); transform: translateY(-2px); }
.dtl-tool-band { background: var(--dtl-field); color: #fff; }
.dtl-tool-band h2, .dtl-tool-band .dtl-section-label { color: #fff; }
.dtl-tool-band .dtl-section-label { opacity: .75; }
.dtl-tool-layout, .dtl-updates { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: center; }
.dtl-tool-layout h2 { margin-bottom: 1rem; }
.dtl-tool-layout p { max-width: 680px; margin-bottom: .55rem; }
.dtl-tool-note { font-weight: 700; }
.dtl-tool-band .dtl-button-primary { border-color: #fff; background: #fff; color: var(--dtl-field); }
.dtl-tool-band .dtl-button-primary:hover { border-color: #F2F5EF; background: #F2F5EF; color: #28442E; }
.dtl-tool-action { min-width: 220px; text-align: center; }
.dtl-tool-action span { color: rgba(255,255,255,.78); }
.dtl-reading-block { max-width: 680px; }
.dtl-reading-block h2 { max-width: 17ch; }
.dtl-updates h2 { margin-bottom: .7rem; }
.dtl-updates p:last-child { margin-bottom: 0; }
.site-header .custom-logo { width: 40px; max-height: 40px; object-fit: contain; }
.site-branding { gap: .65rem; }
.dtl-site-footer { padding-block: 3.2rem; }
.dtl-site-footer-inner { display: grid; max-width: var(--dtl-wide); grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr) auto; gap: 2rem; align-items: start; }
.dtl-site-footer p { margin: 0; font-size: .9rem; line-height: 1.6; }
@media (max-width: 900px) {
	.dtl-hero { grid-template-columns: 1fr; gap: 2.5rem; }
	.dtl-hero h1 { max-width: 14ch; }
	.dtl-path-grid, .dtl-editorial-grid { grid-template-columns: 1fr 1fr; }
	.dtl-home-card:last-child, .dtl-editorial-card:last-child { grid-column: 1 / -1; }
	.dtl-tool-layout, .dtl-updates, .dtl-site-footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
	.dtl-tool-action { text-align: left; }
}
@media (max-width: 620px) {
	.dtl-home-section { padding: 3.75rem 1.1rem; }
	.dtl-hero-section { padding-top: 2.25rem; }
	.dtl-hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
	.dtl-button-row, .dtl-button { width: 100%; }
	.dtl-path-grid, .dtl-editorial-grid { grid-template-columns: 1fr; }
	.dtl-home-card:last-child, .dtl-editorial-card:last-child { grid-column: auto; }
	.dtl-home-card, .dtl-editorial-card { min-height: 0; }
	.dtl-stage-path { padding: 1.1rem 1.2rem; }
}

/* Homepage refinement — August 2026 */
.home .dtl-home { font-size: 17px; line-height: 1.65; }
.home .dtl-home p { line-height: 1.65; }
.home .dtl-home-section { padding: 94px 1.35rem; }
.home .dtl-hero-section { padding-top: 90px; padding-bottom: 90px; }
.home .dtl-why-section { padding-top: 82px; padding-bottom: 82px; }
.home .dtl-updates-section { padding-top: 78px; padding-bottom: 78px; }
.home .dtl-kicker,
.home .dtl-card-label,
.home .dtl-section-label { font-size: 12px; line-height: 1.4; }
.home .dtl-hero-note,
.home .dtl-product-status,
.home .dtl-updates-note,
.home .dtl-credibility-note { font-size: 14px; line-height: 1.55; }
.home .dtl-button { min-height: 46px; font-size: 15px; }
.main-navigation .primary-menu-container > ul > li.menu-item > a { font-size: 15px; }
.main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li.current-menu-ancestor > a,
.main-navigation .primary-menu-container > ul > li > a:hover,
.main-navigation .primary-menu-container > ul > li > a:focus-visible { color: var(--dtl-field); }
.home .dtl-stage-path { box-shadow: none; }
.home .dtl-stage-path a { position: relative; border-radius: 2px; font-size: 21px; transition: color 170ms ease, background-color 170ms ease, padding 170ms ease; }
.home .dtl-stage-path a:hover { padding-left: .45rem; background: #F7F8F5; }
.home .dtl-stage-path a:focus-visible { outline: 3px solid var(--dtl-signal); outline-offset: 3px; }
.home .dtl-path-grid,
.home .dtl-editorial-grid { align-items: stretch; }
.home .dtl-home-card,
.home .dtl-editorial-card { height: 100%; min-height: 282px; box-shadow: none; transition: border-color 170ms ease, transform 170ms ease, background-color 170ms ease; }
.home a.dtl-home-card { display: flex; flex-direction: column; padding: 1.5rem; color: var(--dtl-ink); text-decoration: none; }
.home .dtl-home-card h3,
.home .dtl-editorial-card strong { font-size: 21px; line-height: 1.25; }
.home .dtl-home-card h3 { margin: .75rem 0 .75rem; }
.home .dtl-home-card p:not(.dtl-stage-number),
.home .dtl-editorial-card .dtl-card-description { color: var(--dtl-muted); font-size: 16px; line-height: 1.6; }
.home .dtl-card-cta { display: block; margin-top: auto; padding-top: 1.2rem; color: var(--dtl-field); font-size: 15px; font-weight: 750; }
.home .dtl-home-card:hover,
.home .dtl-editorial-card:hover { border-color: var(--dtl-field); box-shadow: none; color: var(--dtl-ink); transform: translateY(-2px); }
.home .dtl-home-card:focus-visible,
.home .dtl-editorial-card:focus-visible { outline: 3px solid var(--dtl-signal); outline-offset: 4px; }
.home .dtl-editorial-card { min-height: 272px; }
.home .dtl-editorial-card strong { margin: 1rem 0 .7rem; }
.home .dtl-editorial-card .dtl-card-description { display: block; }
.home .dtl-tool-layout { grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: clamp(3rem, 7vw, 6rem); }
.home .dtl-product-panel { padding: 1.65rem; border: 1px solid rgba(28,35,33,.14); border-radius: 9px; background: var(--dtl-paper); color: var(--dtl-ink); box-shadow: 0 8px 20px rgba(28,35,33,.055); }
.home .dtl-product-panel h3 { margin: 0 0 1rem; font-size: 21px; }
.home .dtl-product-panel ul { margin: 0 0 1.35rem; padding-left: 1.2rem; font-size: 15px; line-height: 1.55; }
.home .dtl-product-panel li + li { margin-top: .38rem; }
.home .dtl-product-panel .dtl-button { width: 100%; }
.home .dtl-product-status { margin: .7rem 0 0; color: var(--dtl-muted); text-align: center; }
.home .dtl-why-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.home .dtl-why-copy { max-width: 680px; }
.home .dtl-why-copy h2 { max-width: 17ch; }
.home .dtl-text-link { font-size: 15px; font-weight: 750; }
.home .dtl-credibility { padding: 1.6rem; border: 1px solid var(--dtl-rule); border-radius: 9px; background: #fff; }
.home .dtl-credibility h3 { margin: 0 0 .8rem; font-size: 21px; }
.home .dtl-credibility p { margin: 0; font-size: 16px; }
.home .dtl-credibility-note { margin-top: 1rem !important; padding-top: 1rem; border-top: 1px solid var(--dtl-rule); color: var(--dtl-muted); }
.home .dtl-updates { grid-template-columns: minmax(0, 1fr) auto; }
.home .dtl-updates-copy { max-width: 680px; }
.home .dtl-updates-action { display: flex; min-width: 180px; flex-direction: column; align-items: stretch; }
.home .dtl-updates-action .dtl-button { width: 100%; }
.home .dtl-updates-note { margin: .65rem 0 0; color: var(--dtl-muted); text-align: center; }
.dtl-site-footer { padding: 3.35rem 1.35rem; }
.dtl-site-footer-inner { grid-template-columns: minmax(0, 1.7fr) minmax(150px, .65fr) minmax(280px, 1fr); gap: clamp(2rem, 5vw, 4rem); }
.dtl-site-footer h2 { margin: 0 0 .8rem; font-size: 20px; }
.dtl-site-footer h3 { margin: 0 0 .75rem; font-family: "Public Sans", sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dtl-site-footer p,
.dtl-site-footer li { font-size: 14px; line-height: 1.65; }
.dtl-site-footer .dtl-footer-description { margin-bottom: 1rem; color: var(--dtl-ink); }
.dtl-site-footer ul { margin: 0; padding: 0; list-style: none; }
.dtl-site-footer li + li { margin-top: .5rem; }
.dtl-site-footer a:focus-visible { outline: 3px solid var(--dtl-signal); outline-offset: 3px; }
@media (max-width: 900px) {
	.home .dtl-home-section { padding-top: 82px; padding-bottom: 82px; }
	.home .dtl-hero-section { padding-top: 76px; padding-bottom: 82px; }
	.home .dtl-tool-layout,
	.home .dtl-why-layout,
	.home .dtl-updates { grid-template-columns: 1fr; gap: 2rem; }
	.home .dtl-product-panel { max-width: 560px; }
	.home .dtl-updates-action { width: min(100%, 320px); }
	.dtl-site-footer-inner { grid-template-columns: 1fr 1fr; }
	.dtl-footer-meta { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
	.home .dtl-home-section,
	.home .dtl-hero-section,
	.home .dtl-why-section,
	.home .dtl-updates-section { padding: 62px 1.1rem; }
	.home .dtl-hero { grid-template-columns: 1fr; gap: 2rem; }
	.home .dtl-path-grid,
	.home .dtl-editorial-grid { grid-template-columns: 1fr; }
	.home .dtl-home-card:last-child,
	.home .dtl-editorial-card:last-child { grid-column: auto; }
	.home .dtl-home-card,
	.home .dtl-editorial-card { min-height: 0; }
	.home .dtl-tool-layout,
	.home .dtl-why-layout,
	.home .dtl-updates { gap: 1.75rem; }
	.home .dtl-product-panel,
	.home .dtl-credibility { padding: 1.35rem; }
	.home .dtl-updates-action { width: 100%; }
	.dtl-site-footer-inner { grid-template-columns: 1fr; gap: 2rem; }
	.dtl-footer-meta { grid-column: auto; }
}
@media (max-width: 420px) {
	.home .dtl-hero h1 { font-size: clamp(2.45rem, 13vw, 3.25rem); }
}

/* Final preview alignment and rhythm pass */
.site-main-header-wrap .site-container {
	width: 100%;
	max-width: 1128px;
	padding-inline: 24px;
}
#main-header .site-main-header-wrap,
#mobile-header .site-main-header-wrap {
	min-height: 68px !important;
}
.site-main-header-inner-wrap {
	min-height: 68px;
}
.site-main-header-inner-wrap {
	grid-template-rows: 68px;
}
.home .dtl-home-section {
	padding-right: 24px;
	padding-left: 24px;
}
.home .dtl-home-inner,
.dtl-site-footer-inner {
	width: 100%;
	max-width: 1080px;
	margin-inline: auto;
}
.home .dtl-hero-section {
	padding-top: 84px;
	padding-bottom: 84px;
}
.home .dtl-home-section:not(.dtl-hero-section):not(.dtl-tool-band):not(.dtl-why-section):not(.dtl-updates-section) {
	padding-top: 88px;
	padding-bottom: 88px;
}
.home .dtl-tool-band {
	padding-top: 76px;
	padding-bottom: 76px;
}
.home .dtl-why-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.home .dtl-updates-section {
	padding-top: 76px;
	padding-bottom: 76px;
}
.home .dtl-hero,
.home .dtl-tool-layout,
.home .dtl-why-layout,
.home .dtl-updates {
	column-gap: 64px;
}
.home .dtl-path-grid,
.home .dtl-editorial-grid {
	gap: 22px;
}
.home .dtl-kicker,
.home .dtl-home-inner > .dtl-section-label,
.home .dtl-tool-layout > div > .dtl-section-label,
.home .dtl-why-copy > .dtl-section-label,
.home .dtl-updates-copy > .dtl-section-label {
	margin: 0 0 26px;
}
.home .dtl-hero h1 {
	margin-bottom: 20px;
}
.home .dtl-button-row {
	margin-top: 24px;
}
.home .dtl-hero-note {
	margin-top: 14px;
	color: #565D58;
}
.home .dtl-home-inner > h2 {
	margin-bottom: 30px;
}
.home .dtl-tool-layout h2,
.home .dtl-why-copy h2,
.home .dtl-updates h2 {
	margin-bottom: 20px;
}
.home .dtl-tool-layout p,
.home .dtl-why-copy p,
.home .dtl-updates-copy p {
	margin-top: 0;
}
.home .dtl-tool-note {
	margin-top: 22px !important;
}
.home .dtl-text-link {
	display: inline-block;
	margin-top: 24px;
}
.home a.dtl-home-card,
.home .dtl-editorial-card {
	padding: 24px;
}
.home .dtl-product-panel,
.home .dtl-credibility {
	padding: 26px;
	border-radius: 9px;
}
.home .dtl-product-panel {
	box-shadow: 0 6px 16px rgba(28,35,33,.045);
}
.home .dtl-updates {
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
}
.home .dtl-updates-action {
	width: 100%;
	align-self: center;
}
.dtl-site-footer {
	padding: 44px 24px;
}
.dtl-site-footer-inner {
	gap: 64px;
}

@media (max-width: 900px) {
	.home .dtl-hero,
	.home .dtl-tool-layout,
	.home .dtl-why-layout,
	.home .dtl-updates {
		row-gap: 32px;
	}
	.dtl-site-footer-inner {
		gap: 32px;
	}
}
@media (max-width: 768px) {
	.site-main-header-wrap .site-container {
		padding-inline: 20px;
	}
	.home .dtl-home-section {
		padding: 60px 20px;
	}
	.home .dtl-hero-section,
	.home .dtl-tool-band,
	.home .dtl-why-section,
	.home .dtl-updates-section {
		padding: 60px 20px;
	}
	.home .dtl-path-grid,
	.home .dtl-editorial-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.home .dtl-home-card:last-child,
	.home .dtl-editorial-card:last-child {
		grid-column: auto;
	}
	.home .dtl-tool-layout,
	.home .dtl-why-layout,
	.home .dtl-updates {
		row-gap: 28px;
	}
	.home .dtl-product-panel,
	.home .dtl-credibility {
		max-width: none;
		padding: 24px;
	}
	.dtl-site-footer {
		padding: 44px 20px;
	}
	.dtl-site-footer-inner {
		grid-template-columns: 1fr;
		gap: 26px;
	}
	.dtl-footer-meta {
		grid-column: auto;
	}
}

