/*
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.1
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;
}

