/*
 * Homeschoolwork 0.6.58 approved mature visual system.
 * Refined Field Guide structure + Sunlit Home photography + editorial authority.
 */

:root {
	--hw57-forest: #153f32;
	--hw57-forest-dark: #0d2d23;
	--hw57-mustard: #f4b942;
	--hw57-mustard-dark: #9a6500;
	--hw57-sky: #71b7e6;
	--hw57-rust: #c95d3b;
	--hw57-rust-dark: #8d351d;
	--hw57-cream: #fff4d6;
	--hw57-paper: #fffaf0;
	--hw57-leaf: #67a84f;
	--hw57-ink: #18231f;
	--hw57-muted: #4f625a;
	--hw57-rule: rgba(21, 63, 50, 0.26);
	--hw57-shadow: 0 18px 44px rgba(13, 45, 35, 0.14);
	--hw57-display: "Roboto Slab", Rockwell, Georgia, serif;
	--hw57-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	--hw57-utility: "Archivo Narrow", "Arial Narrow", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--hw57-paper);
	color: var(--hw57-ink);
	font-family: var(--hw57-body);
	font-size: 18px;
	line-height: 1.58;
}

body::before {
	background-image: radial-gradient(rgba(21, 63, 50, 0.06) 0.6px, transparent 0.6px);
	background-size: 7px 7px;
	content: "";
	inset: 0;
	opacity: 0.2;
	pointer-events: none;
	position: fixed;
	z-index: 9999;
}

body h1,
body h2,
body h3,
body h4 {
	color: inherit;
	font-family: var(--hw57-display);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

body h1 {
	font-size: clamp(2.75rem, 6vw, 5.4rem);
}

body h2 {
	font-size: clamp(2rem, 4.4vw, 3.65rem);
}

body h3 {
	font-size: clamp(1.35rem, 2vw, 2rem);
}

body p,
body li,
body input,
body select,
body textarea,
body button {
	font-family: var(--hw57-body);
}

body a {
	color: var(--hw57-forest);
	text-underline-offset: 0.18em;
	text-decoration-thickness: 0.09em;
}

body a:hover {
	color: var(--hw57-rust-dark);
}

body :focus-visible {
	outline: 3px solid var(--hw57-sky);
	outline-offset: 3px;
}

.wp-site-blocks > main {
	margin-block-start: 0 !important;
}

.wp-site-blocks > main > .wp-block-group {
	padding-block: 0 !important;
}

.wp-block-post-title {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.entry-content {
	margin-block-start: 0 !important;
}

/* Header and footer */
.hw-site-header {
	background: var(--hw57-paper) !important;
	border-bottom: 2px solid var(--hw57-forest);
	box-shadow: 0 8px 24px rgba(13, 45, 35, 0.08);
	position: relative;
	z-index: 100;
}

.hw-site-header__inner {
	min-height: 84px;
}

.hw-header-logo .custom-logo,
.hw-footer-logo .custom-logo {
	height: auto !important;
	max-width: 282px;
	width: min(282px, 31vw) !important;
}

.hw-site-header .wp-block-navigation-item__content {
	color: var(--hw57-ink) !important;
	font-family: var(--hw57-utility);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	padding: 0.5rem 0.18rem;
	text-transform: uppercase;
}

.hw-site-header .wp-block-navigation-item__content:hover {
	color: var(--hw57-rust-dark) !important;
}

.hw-site-header .wp-block-button__link {
	background: var(--hw57-mustard) !important;
	color: var(--hw57-ink) !important;
}

.hw-header-action {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 0.6rem !important;
}

.hw-header-action .wp-block-button,
.hw-header-action .wp-block-button__link {
	width: auto !important;
}

.hw057-mobile-nav-only {
	display: none !important;
}

.hw-site-footer {
	background: var(--hw57-forest-dark) !important;
	border-top: 8px solid var(--hw57-mustard);
	color: var(--hw57-cream) !important;
	padding-block: clamp(3rem, 7vw, 6rem) 1.75rem !important;
}

.hw-site-footer .custom-logo {
	content: url("../brand/homeschoolwork-logo-light.svg");
}

.hw-site-footer .hw-footer-logo,
.hw-site-footer .custom-logo-link {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.hw-site-footer h2,
.hw-site-footer h3,
.hw-site-footer p,
.hw-site-footer a {
	color: var(--hw57-cream) !important;
}

.hw-footer-heading {
	font-family: var(--hw57-utility) !important;
	font-size: 0.92rem !important;
	letter-spacing: 0.11em !important;
	text-transform: uppercase;
}

.hw-footer-list {
	font-size: 0.95rem;
}

.hw-footer-bottom {
	border-top: 1px solid rgba(255, 244, 214, 0.35);
	font-family: var(--hw57-utility);
	letter-spacing: 0.04em;
	padding-top: 1.4rem;
}

/* Buttons */
.wp-element-button,
.wp-block-button__link,
.hw-button,
button[type="submit"],
input[type="submit"] {
	align-items: center;
	background: var(--hw57-forest);
	border: 2px solid var(--hw57-forest);
	border-radius: 3px !important;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--hw57-utility) !important;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.075em;
	line-height: 1.1;
	min-height: 48px;
	padding: 0.82rem 1.35rem !important;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover,
.hw-button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background: var(--hw57-rust-dark) !important;
	border-color: var(--hw57-rust-dark) !important;
	color: #fff !important;
	transform: translateY(-2px);
}

.is-style-outline > .wp-block-button__link,
.hw-button--secondary,
.hw-button--quiet {
	background: transparent !important;
	border-color: currentColor !important;
	color: var(--hw57-forest) !important;
}

.is-style-outline > .wp-block-button__link:hover,
.hw-button--secondary:hover,
.hw-button--quiet:hover {
	background: var(--hw57-forest) !important;
	border-color: var(--hw57-forest) !important;
	color: var(--hw57-cream) !important;
}

/* Shared editorial language */
.hw-kicker,
.hw057-label,
.hw057-section-number,
.hw-verification-badge,
.hw-job-flags span {
	color: var(--hw57-rust-dark);
	font-family: var(--hw57-utility) !important;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.hw057-section {
	margin-block: 0 !important;
	padding: clamp(4.5rem, 9vw, 8rem) clamp(1.1rem, 4vw, 3.5rem) !important;
	position: relative;
}

.hw057-section::before {
	background: repeating-radial-gradient(ellipse at 100% 0%, transparent 0 20px, rgba(21, 63, 50, 0.12) 21px 22px);
	content: "";
	height: 180px;
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
}

.hw057-section > * {
	position: relative;
}

.hw057-heading-row {
	align-items: end;
	border-bottom: 2px solid var(--hw57-forest);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: clamp(2rem, 5vw, 4rem);
	padding-bottom: 1.35rem;
}

.hw057-heading-row h2 {
	margin: 0;
}

.hw057-section-number {
	color: var(--hw57-rust);
	font-size: 2rem;
}

/* Homepage */
.hw057-hero {
	background: var(--hw57-sky);
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	min-height: min(720px, calc(100vh - 84px));
	overflow: hidden;
}

.hw057-hero__copy {
	align-self: center;
	max-width: 720px;
	padding: clamp(3.5rem, 7vw, 7.5rem) clamp(1.5rem, 6vw, 7rem);
	position: relative;
}

.hw057-hero__copy::before {
	background: var(--hw57-mustard);
	border-radius: 50%;
	content: "";
	height: 190px;
	left: -75px;
	top: -82px;
	width: 190px;
	position: absolute;
}

.hw057-hero__copy > * {
	position: relative;
}

.hw057-hero h1 {
	color: var(--hw57-forest-dark);
	margin: 0.35rem 0 1.4rem;
	max-width: 760px;
}

.hw057-hero__tagline {
	font-family: var(--hw57-display) !important;
	font-size: clamp(1.25rem, 2.3vw, 1.75rem);
	font-weight: 700;
	margin-bottom: 0.65rem;
}

.hw057-hero__lede {
	font-size: 1.18rem;
	max-width: 44rem;
}

.hw057-hero .wp-block-buttons,
.hw057-final-cta .wp-block-buttons {
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
}

.hw057-hero__image {
	min-height: 620px;
	position: relative;
}

.hw057-hero__image img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.hw057-window-badge {
	background: var(--hw57-cream);
	bottom: 2rem;
	box-shadow: var(--hw57-shadow);
	left: -44px;
	padding: 0.65rem;
	position: absolute;
	width: 116px;
	z-index: 3;
}

.hw057-window-badge img {
	height: auto;
	position: static;
	width: 100%;
}

.hw057-search-band {
	background: var(--hw57-forest);
	color: var(--hw57-cream);
	margin: 0 !important;
	padding: clamp(2rem, 4vw, 3.5rem) clamp(1.1rem, 4vw, 3.5rem) !important;
}

.hw057-search-band h2 {
	color: var(--hw57-cream);
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	margin-bottom: 1.2rem;
}

.hw057-search-band .hw-job-filters {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.hw057-jobs {
	background: var(--hw57-cream);
}

.hw057-paths {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 !important;
}

.hw057-path {
	min-height: 620px;
	overflow: hidden;
	padding: clamp(3.5rem, 7vw, 7rem) clamp(1.5rem, 5vw, 5rem) !important;
	position: relative;
}

.hw057-path::after {
	background: linear-gradient(180deg, transparent 5%, rgba(13, 45, 35, 0.82) 92%);
	content: "";
	inset: 0;
	position: absolute;
}

.hw057-path--families {
	background: var(--hw57-leaf);
}

.hw057-path--employers {
	background: var(--hw57-rust);
}

.hw057-path > img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.hw057-path__copy {
	align-content: end;
	color: #fff;
	display: grid;
	height: 100%;
	position: relative;
	z-index: 2;
}

.hw057-path__copy h2,
.hw057-path__copy p {
	color: #fff;
}

.hw057-path__copy .wp-block-button__link {
	background: var(--hw57-mustard) !important;
	border-color: var(--hw57-mustard) !important;
	color: var(--hw57-ink) !important;
}

.hw057-philosophy {
	background: var(--hw57-paper);
	display: grid;
	gap: clamp(2rem, 6vw, 7rem);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
	padding: clamp(5rem, 10vw, 10rem) clamp(1.2rem, 8vw, 9rem) !important;
}

.hw057-philosophy__mark {
	align-items: center;
	background: var(--hw57-sky);
	display: flex;
	justify-content: center;
	min-height: 320px;
	position: relative;
}

.hw057-philosophy__mark::before,
.hw057-philosophy__mark::after {
	border: 2px solid var(--hw57-forest);
	content: "";
	height: 70%;
	position: absolute;
	top: 15%;
	width: 30%;
}

.hw057-philosophy__mark::before {
	left: 17%;
	transform: perspective(220px) rotateY(-22deg);
}

.hw057-philosophy__mark::after {
	right: 17%;
	transform: perspective(220px) rotateY(22deg);
}

.hw057-philosophy__mark img {
	max-width: 140px;
}

.hw057-trust {
	background: var(--hw57-forest);
	color: var(--hw57-cream);
}

.hw057-trust h2,
.hw057-trust h3,
.hw057-trust p {
	color: var(--hw57-cream);
}

.hw057-trust-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
}

.hw057-trust-item {
	border-left: 1px solid rgba(255, 244, 214, 0.42);
	padding: 0 2.4rem;
}

.hw057-trust-item:first-child {
	border-left: 0;
	padding-left: 0;
}

.hw057-trust-item::before {
	color: var(--hw57-mustard);
	content: "0" counter(hwtrust);
	counter-increment: hwtrust;
	display: block;
	font-family: var(--hw57-utility);
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.hw057-trust-grid {
	counter-reset: hwtrust;
}

.hw057-final-cta {
	background: var(--hw57-rust);
	color: #fff;
	margin: 0 !important;
	overflow: hidden;
	padding: clamp(4rem, 8vw, 7.5rem) clamp(1.2rem, 8vw, 9rem) !important;
	position: relative;
}

.hw057-final-cta::after {
	border: 3px solid var(--hw57-mustard);
	border-radius: 50%;
	content: "";
	height: 270px;
	position: absolute;
	right: -85px;
	top: -75px;
	width: 270px;
}

.hw057-final-cta h2,
.hw057-final-cta p {
	color: #fff;
}

.hw057-final-cta .wp-block-button__link {
	background: var(--hw57-cream) !important;
	border-color: var(--hw57-cream) !important;
	color: var(--hw57-forest) !important;
}

/* Job marketplace */
.hw-jobs-panel {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.hw-job-filters {
	background: #fff;
	border: 2px solid var(--hw57-forest);
	box-shadow: 10px 10px 0 var(--hw57-mustard);
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(230px, 1.7fr) repeat(2, minmax(180px, 1fr)) auto auto;
	margin-bottom: 3rem;
	padding: 1.2rem;
}

.hw-job-filters label > span {
	display: block;
	font-family: var(--hw57-utility);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.hw-job-filters input,
.hw-job-filters select {
	background: var(--hw57-paper);
	border: 1.5px solid var(--hw57-forest);
	border-radius: 2px;
	min-height: 48px;
	width: 100%;
}

.hw-job-filters__more {
	align-self: end;
	position: relative;
}

.hw-job-filters__more summary {
	cursor: pointer;
	font-family: var(--hw57-utility);
	font-weight: 700;
	letter-spacing: 0.06em;
	min-height: 48px;
	padding: 0.7rem;
	text-transform: uppercase;
}

.hw-job-filters__secondary {
	background: #fff;
	border: 2px solid var(--hw57-forest);
	box-shadow: var(--hw57-shadow);
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
	min-width: 420px;
	padding: 1rem;
	position: absolute;
	right: 0;
	top: calc(100% + 0.5rem);
	z-index: 10;
}

.hw-job-filters__actions {
	align-items: end;
	display: flex;
	gap: 0.7rem;
}

.hw-jobs-panel .job_filters {
	display: none !important;
}

.job_listings > ul.job_listings,
ul.job_listings,
.hw-filtered-jobs__list {
	border: 0 !important;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

ul.job_listings li.job_listing,
.hw-filtered-job-card,
.hw-dashboard-job {
	background: rgba(255, 255, 255, 0.62) !important;
	border: 0 !important;
	border-top: 1.5px solid var(--hw57-forest) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	min-height: 132px;
	position: relative;
}

ul.job_listings li.job_listing:last-child,
.hw-filtered-job-card:last-child {
	border-bottom: 1.5px solid var(--hw57-forest) !important;
}

ul.job_listings li.job_listing > a {
	align-items: center;
	display: grid !important;
	gap: 1.2rem;
	grid-template-columns: 82px minmax(0, 1.5fr) minmax(210px, 0.85fr);
	padding: 1.35rem 1rem !important;
}

ul.job_listings li.job_listing .position h3,
.hw-filtered-job-card h3 {
	font-family: var(--hw57-display) !important;
	font-size: clamp(1.35rem, 2.4vw, 1.95rem) !important;
	margin-bottom: 0.3rem;
}

ul.job_listings li.job_listing .company,
.hw-filtered-job-card__company {
	font-weight: 700;
}

ul.job_listings .meta,
.hw-filtered-job-card__meta,
.hw-filtered-job-card__date {
	font-family: var(--hw57-utility) !important;
	font-size: 0.9rem !important;
	letter-spacing: 0.035em;
}

.hw-filtered-job-card {
	align-items: center;
	display: grid;
	gap: 1.2rem;
	grid-template-columns: 72px 1fr;
	padding: 1.35rem 1rem;
}

.hw-filtered-job-card__logo,
.hw-job-employer-section__logo,
.hw-employer-card__logo {
	align-items: center;
	background: var(--hw57-sky);
	border: 2px solid var(--hw57-forest);
	border-radius: 0 !important;
	display: flex;
	font-family: var(--hw57-display);
	font-size: 2rem;
	font-weight: 700;
	height: 64px;
	justify-content: center;
	overflow: hidden;
	width: 64px;
}

.hw-js-jobs-prompt {
	align-items: center;
	background: var(--hw57-sky);
	border-left: 8px solid var(--hw57-forest);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding: 1rem 1.25rem;
}

.hw-js-jobs-prompt p {
	margin: 0;
}

.hw-empty-state,
.no_job_listings_found {
	background: var(--hw57-paper) !important;
	border: 2px solid var(--hw57-forest) !important;
	box-shadow: 10px 10px 0 var(--hw57-sky);
	color: var(--hw57-ink) !important;
	padding: clamp(2rem, 5vw, 4rem) !important;
	text-align: left !important;
}

/* Forms, accounts and dashboards */
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
select,
textarea {
	background: #fff;
	border: 1.5px solid var(--hw57-forest) !important;
	border-radius: 2px !important;
	color: var(--hw57-ink) !important;
	font-size: 1rem;
	min-height: 48px;
	padding: 0.7rem 0.8rem !important;
}

textarea {
	min-height: 150px;
}

input[type="checkbox"],
input[type="radio"] {
	accent-color: var(--hw57-forest);
	height: 20px;
	width: 100%;
}

.hw-auth,
.hw-job-seeker-landing,
.hw-dashboard,
.hw-employer-onboarding,
.hw-employer-access {
	background: var(--hw57-cream);
	padding-block: clamp(3rem, 8vw, 7rem) !important;
}

.hw-auth__panel,
.hw-dashboard-card,
.hw-onboarding-card,
.job-manager-form,
.job-manager-form fieldset {
	background: var(--hw57-paper) !important;
	border: 1.5px solid var(--hw57-forest) !important;
	border-radius: 0 !important;
	box-shadow: 10px 10px 0 rgba(113, 183, 230, 0.7) !important;
}

.hw-auth__panel,
.hw-dashboard-card,
.hw-onboarding-card {
	padding: clamp(1.5rem, 4vw, 3rem) !important;
}

.hw-auth__panel,
.hw-auth__panel h1,
.hw-auth__panel h2,
.hw-auth__panel h3,
.hw-auth__panel p,
.hw-auth__panel label,
.hw-auth__panel legend,
.hw-auth__panel .hw-form-note,
.hw-onboarding-card,
.hw-onboarding-card h1,
.hw-onboarding-card h2,
.hw-onboarding-card h3,
.hw-onboarding-card p,
.hw-onboarding-card label,
.hw-onboarding-card legend {
	color: var(--hw57-ink) !important;
}

.hw-auth__panel .hw057-kicker,
.hw-onboarding-card .hw057-kicker {
	color: var(--hw57-rust-dark) !important;
}

.hw-auth__panel button,
.hw-auth__panel input[type="submit"],
.hw-onboarding-card button,
.hw-onboarding-card input[type="submit"] {
	border-radius: 3px !important;
}

.hw-auth .hw-auth__panel,
.hw-auth .hw-auth__panel .hw-auth-form,
.hw-auth .hw-auth__panel .hw-auth-form h1,
.hw-auth .hw-auth__panel .hw-auth-form h2,
.hw-auth .hw-auth__panel .hw-auth-form h3,
.hw-auth .hw-auth__panel .hw-auth-form p,
.hw-auth .hw-auth__panel .hw-auth-form label,
.hw-auth .hw-auth__panel .hw-auth-form fieldset,
.hw-auth .hw-auth__panel .hw-auth-form legend {
	color: var(--hw57-ink) !important;
}

.hw-onboarding-card form label {
	display: flex !important;
	flex-direction: column;
	gap: 0.55rem;
}

.hw-onboarding-card form input:not([type="checkbox"]):not([type="radio"]),
.hw-onboarding-card form select,
.hw-onboarding-card form textarea {
	box-sizing: border-box !important;
	display: block !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

html body .hw-auth.hw-section .hw-auth__panel,
html body .hw-auth.hw-section .hw-auth__panel h1,
html body .hw-auth.hw-section .hw-auth__panel h2,
html body .hw-auth.hw-section .hw-auth__panel h3,
html body .hw-auth.hw-section .hw-auth__panel p,
html body .hw-auth.hw-section .hw-auth__panel .hw-lede {
	color: var(--hw57-ink) !important;
}

html body .hw-auth.hw-section .hw-auth__panel .hw-kicker {
	color: var(--hw57-rust-dark) !important;
}

.hw-form-grid,
.hw-dashboard-grid {
	gap: 1.5rem;
}

.hw-form-success,
.hw-notice--success {
	background: #e6f4de !important;
	border-left: 6px solid var(--hw57-leaf) !important;
}

.hw-form-error,
.hw-notice--error {
	background: #fff0ea !important;
	border-left: 6px solid var(--hw57-rust) !important;
}

.hw-form-warning {
	background: #fff1bf !important;
	border-left: 6px solid var(--hw57-mustard-dark) !important;
}

/* Job detail and employer profiles */
.single-job_listing .entry-content,
.single_job_listing,
.single-homeworks_employer .entry-content {
	max-width: 1180px;
}

.single_job_listing {
	background: var(--hw57-paper);
	border-top: 8px solid var(--hw57-mustard);
	padding: clamp(1.4rem, 5vw, 4rem) !important;
}

.single_job_listing .job-listing-meta {
	border-block: 1.5px solid var(--hw57-rule);
	font-family: var(--hw57-utility);
	letter-spacing: 0.04em;
	padding-block: 1rem;
}

.single_job_listing .application .application_button,
.single_job_listing .application_button {
	background: var(--hw57-rust-dark) !important;
	border-color: var(--hw57-rust-dark) !important;
	font-size: 1.08rem;
	min-height: 56px;
}

.hw-opportunity-details,
.hw-homeschool-compatibility,
.hw-job-employer-section,
.hw-js-save-panel {
	background: transparent !important;
	border: 0 !important;
	border-top: 2px solid var(--hw57-forest) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin-block: 2.5rem !important;
	padding: 2rem 0 !important;
}

.hw-opportunity-details__grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
}

.hw-opportunity-details__grid dt,
.hw-opportunity-details__grid dd {
	border-bottom: 1px solid var(--hw57-rule);
	margin: 0;
	padding: 0.8rem;
}

.hw-opportunity-details__grid dt {
	font-family: var(--hw57-utility);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hw-employer-profile {
	background: var(--hw57-paper);
	padding-bottom: 5rem;
}

.hw-employer-profile__hero {
	background: var(--hw57-sky) !important;
	border-bottom: 8px solid var(--hw57-mustard);
}

.hw-employer-card,
.hw-employer-profile__section {
	background: transparent !important;
	border: 0 !important;
	border-top: 1.5px solid var(--hw57-forest) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.hw-verification-badge {
	background: var(--hw57-mustard) !important;
	border: 1px solid var(--hw57-forest);
	border-radius: 2px !important;
	color: var(--hw57-ink) !important;
	padding: 0.45rem 0.65rem;
}

/* Existing informational pages */
.hw-section,
.hw-photo-hero,
.hw-full-hero {
	border-radius: 0 !important;
}

.hw-section--dark,
.hw-section--navy {
	background: var(--hw57-forest) !important;
}

.hw-section--sand,
.hw-section--ivory,
.hw-section--soft {
	background: var(--hw57-cream) !important;
}

.hw-section--sage {
	background: #dceecf !important;
}

.hw-section--clay {
	background: var(--hw57-rust) !important;
}

.hw-card,
.hw-feature,
.hw-path-card {
	border-radius: 0 !important;
	box-shadow: none !important;
}

.hw-community-signup {
	background: var(--hw57-sky) !important;
}

body.home .hw-community-signup {
	display: none;
}

/* Responsive */
@media (max-width: 1040px) {
	.hw057-hero {
		grid-template-columns: 1fr 1fr;
	}

	.hw057-hero__copy {
		padding-inline: 2rem;
	}

	.hw-job-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hw-job-filters__actions {
		align-items: center;
	}
}

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

	.hw-site-header__inner {
		min-height: 72px;
	}

	.hw-header-logo .custom-logo {
		width: 222px !important;
	}

	.hw-header-action {
		display: none !important;
	}

	.wp-block-navigation__responsive-container.is-menu-open {
		background: var(--hw57-forest) !important;
		color: var(--hw57-cream) !important;
		padding: 2rem !important;
	}

	.wp-block-navigation__responsive-container.is-menu-open .hw057-mobile-nav-only {
		display: block !important;
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content,
	.wp-block-navigation__responsive-container-close {
		color: var(--hw57-cream) !important;
	}

	.hw057-hero {
		grid-template-columns: 1fr;
	}

	.hw057-hero__copy {
		padding: 4rem 1.25rem 3rem;
	}

	.hw057-hero h1 {
		font-size: clamp(3rem, 14vw, 4.65rem);
	}

	.hw057-hero__image {
		min-height: 430px;
	}

	.hw057-window-badge {
		bottom: auto;
		left: 1.25rem;
		top: -56px;
		width: 96px;
	}

	.hw057-heading-row,
	.hw057-philosophy,
	.hw057-paths,
	.hw057-trust-grid {
		grid-template-columns: 1fr;
	}

	.hw057-path {
		min-height: 520px;
	}

	.hw057-trust-item,
	.hw057-trust-item:first-child {
		border-left: 0;
		border-top: 1px solid rgba(255, 244, 214, 0.42);
		padding: 1.75rem 0;
	}

	.hw057-trust-item:first-child {
		border-top: 0;
	}

	.hw-job-filters {
		box-shadow: 6px 6px 0 var(--hw57-mustard);
		grid-template-columns: 1fr;
	}

	.hw-job-filters__more,
	.hw-job-filters__actions {
		width: 100%;
	}

	.hw-job-filters__secondary {
		grid-template-columns: 1fr;
		min-width: 0;
		position: static;
		width: 100%;
	}

	.hw-job-filters__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hw-job-filters__actions .hw-button {
		width: 100%;
	}

	ul.job_listings li.job_listing > a {
		grid-template-columns: 56px 1fr;
	}

	ul.job_listings li.job_listing .meta {
		grid-column: 2;
		text-align: left !important;
	}

	.hw-opportunity-details__grid {
		grid-template-columns: 1fr;
	}

	.hw-js-jobs-prompt {
		align-items: flex-start;
		flex-direction: column;
	}

	.hw-site-footer .wp-block-columns,
	.hw-footer-columns {
		gap: 2.2rem !important;
	}
}

@media (max-width: 420px) {
	html body .hw-auth.hw-section .hw-auth__panel h1 {
		font-size: 2rem !important;
		letter-spacing: -0.035em;
	}

	.hw057-section,
	.hw057-search-band {
		padding-inline: 1rem !important;
	}

	.hw-header-logo .custom-logo {
		width: 196px !important;
	}

	.hw057-hero__image {
		min-height: 360px;
	}

	.hw057-path {
		min-height: 470px;
	}

	.wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
	}

	.wp-block-button,
	.wp-block-button__link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/*
 * Homeschoolwork 0.6.58 mature refinement.
 * Keeps the approved Field Guide DNA while shifting authority to paper,
 * editorial typography, restrained geometry, and photography.
 */
:root {
	--hw57-forest: #123f35;
	--hw57-forest-dark: #0b3028;
	--hw57-mustard: #e8aa28;
	--hw57-mustard-dark: #936512;
	--hw57-sky: #75b9d6;
	--hw57-rust: #b94f2f;
	--hw57-rust-dark: #87341f;
	--hw57-cream: #f6eedb;
	--hw57-paper: #fbf7ed;
	--hw57-leaf: #6e9453;
	--hw57-ink: #1c2824;
	--hw57-muted: #53635d;
	--hw57-rule: rgba(18, 63, 53, 0.2);
	--hw57-shadow: 0 16px 36px rgba(11, 48, 40, 0.09);
	--hw57-display: "Source Serif 4", Charter, Georgia, serif;
	--hw57-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	--hw57-utility: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

body {
	background: var(--hw57-paper);
	font-size: 17px;
	line-height: 1.62;
}

body::before {
	display: none;
}

body h1,
body h2,
body h3,
body h4 {
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.04;
}

body h1 {
	font-size: clamp(2.8rem, 5.25vw, 4.8rem);
}

body h2 {
	font-size: clamp(2rem, 3.7vw, 3.25rem);
}

body h3 {
	font-size: clamp(1.25rem, 1.8vw, 1.72rem);
}

/* Established navigation and restrained wordmark. */
.hw-site-header {
	border-bottom: 1px solid var(--hw57-rule);
	box-shadow: none;
}

.hw-site-header__inner {
	min-height: 78px;
}

.hw-header-logo .custom-logo,
.hw-footer-logo .custom-logo {
	max-width: 258px;
	width: min(258px, 29vw) !important;
}

.hw-site-header .wp-block-navigation-item__content {
	font-family: var(--hw57-body);
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0;
	padding-inline: 0.15rem;
	text-transform: none;
}

.hw-site-header .wp-block-button__link {
	background: var(--hw57-mustard) !important;
	border-color: var(--hw57-mustard) !important;
}

.hw-site-header .hw-header-action .is-style-outline > .wp-block-button__link {
	background: transparent !important;
	border-color: transparent !important;
	color: var(--hw57-forest) !important;
}

.hw-site-header .hw-header-action .is-style-outline > .wp-block-button__link:hover {
	background: rgba(18, 63, 53, 0.06) !important;
	color: var(--hw57-rust-dark) !important;
}

.hw-site-footer {
	border-top: 1px solid rgba(246, 238, 219, 0.3);
	padding-block: clamp(3rem, 6vw, 5rem) 1.5rem !important;
}

.hw-footer-heading {
	font-family: var(--hw57-body) !important;
	font-size: 0.92rem !important;
	letter-spacing: 0.02em !important;
	text-transform: none;
}

.hw-footer-bottom {
	font-family: var(--hw57-body);
	letter-spacing: 0;
}

/* Strong, adult controls without poster typography. */
.wp-element-button,
.wp-block-button__link,
.hw-button,
button[type="submit"],
input[type="submit"] {
	border-radius: 2px !important;
	font-family: var(--hw57-body) !important;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	min-height: 48px;
	padding: 0.78rem 1.35rem !important;
	text-transform: none;
}

.wp-element-button:hover,
.wp-block-button__link:hover,
.hw-button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	transform: translateY(-1px);
}

.hw-kicker,
.hw057-label,
.hw057-section-number,
.hw-job-flags span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.11em;
}

.hw057-section {
	padding: clamp(4rem, 7vw, 6.5rem) clamp(1.1rem, 5vw, 5.5rem) !important;
}

.hw057-section::before {
	height: 110px;
	op: auto;
	bottom: 0;
	width: 150px;
	opacity: 0.18;
}

.hw057-heading-row {
	border-bottom-width: 1px;
	margin-bottom: clamp(1.8rem, 4vw, 3rem);
	padding-bottom: 1rem;
}

.hw057-section-number {
	font-size: 1rem;
}

/* Cream-led hero: copy and photography carry the composition. */
.hw057-hero {
	background: var(--hw57-cream);
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
	min-height: min(650px, calc(100vh - 78px));
}

.hw057-hero__copy {
	max-width: 690px;
	padding: clamp(4rem, 7vw, 7rem) clamp(1.5rem, 5.5vw, 6rem);
}

.hw057-hero__copy::before,
.hw057-window-badge {
	display: none;
}

.hw057-hero h1 {
	margin: 0.45rem 0 1.3rem;
}

.hw057-hero__tagline {
	font-family: var(--hw57-body) !important;
	font-size: clamp(1.18rem, 1.8vw, 1.42rem);
	font-weight: 600;
	letter-spacing: -0.01em;
	max-width: 38rem;
}

.hw057-hero__lede {
	font-size: 1.07rem;
	max-width: 37rem;
}

.hw057-hero__image {
	min-height: 570px;
}

.hw057-hero__image img {
	object-position: center center;
}

/* Search is the strongest product moment after the restrained hero. */
.hw-job-filters {
	background: var(--hw57-forest);
	border: 0;
	box-shadow: none;
	color: var(--hw57-cream);
	margin: 0 0 3.5rem;
	padding: clamp(1.25rem, 2.8vw, 2rem);
}

.hw-job-filters input,
.hw-job-filters select {
	background: var(--hw57-paper) !important;
	border-color: rgba(246, 238, 219, 0.75) !important;
}

.hw-job-filters .hw-button {
	background: var(--hw57-mustard) !important;
	border-color: var(--hw57-mustard) !important;
	color: var(--hw57-ink) !important;
}

.hw-job-filters__secondary {
	border: 1px solid var(--hw57-rule);
	box-shadow: var(--hw57-shadow);
	color: var(--hw57-ink);
}

.hw057-jobs {
	background: var(--hw57-paper);
}

.hw-js-jobs-prompt {
	background: rgba(117, 185, 214, 0.2);
	border-left: 3px solid var(--hw57-sky);
	font-size: 0.95rem;
}

ul.job_listings li.job_listing,
.hw-filtered-job-card,
.hw-dashboard-job {
	background: transparent !important;
	border-top: 1px solid var(--hw57-rule) !important;
	min-height: 118px;
}

ul.job_listings li.job_listing:last-child,
.hw-filtered-job-card:last-child {
	border-bottom: 1px solid var(--hw57-rule) !important;
}

.hw-filtered-job-card__logo,
.hw-job-employer-section__logo,
.hw-employer-card__logo {
	border: 0;
	border-radius: 2px !important;
	font-size: 1.5rem;
	height: 58px;
	width: 58px;
}

.hw-empty-state,
.no_job_listings_found {
	border: 1px solid var(--hw57-rule) !important;
	box-shadow: none;
}

/* Mature split paths: copy plus photography, not campaign cards. */
.hw057-paths {
	background: var(--hw57-cream);
}

.hw057-path {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(150px, 0.8fr);
	min-height: 470px;
	padding: 0 !important;
}

.hw057-path::after {
	display: none;
}

.hw057-path > img {
	grid-column: 2;
	height: 100%;
	object-fit: cover;
	position: static;
	width: 100%;
}

.hw057-path__copy {
	align-content: center;
	grid-column: 1;
	grid-row: 1;
	height: auto;
	padding: clamp(2.5rem, 5vw, 4.5rem);
}

.hw057-path--families {
	background: var(--hw57-forest);
}

.hw057-path--employers {
	background: var(--hw57-cream);
	border-left: 1px solid var(--hw57-rule);
}

.hw057-path--employers .hw057-path__copy,
.hw057-path--employers .hw057-path__copy h2,
.hw057-path--employers .hw057-path__copy p {
	color: var(--hw57-ink);
}

.hw057-path__copy .wp-block-button__link {
	background: transparent !important;
	border: 0 !important;
	color: var(--hw57-mustard) !important;
	min-height: auto;
	padding: 0 !important;
}

.hw057-path--employers .hw057-path__copy .wp-block-button__link {
	color: var(--hw57-rust-dark) !important;
}

/* Philosophy uses the symbol quietly; nature is felt rather than illustrated. */
.hw057-philosophy {
	background: var(--hw57-paper);
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.65fr);
	padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.2rem, 8vw, 9rem) !important;
}

.hw057-philosophy__mark {
	background: transparent;
	border-left: 1px solid var(--hw57-rule);
	min-height: 240px;
}

.hw057-philosophy__mark::before,
.hw057-philosophy__mark::after {
	display: none;
}

.hw057-philosophy__mark img {
	max-width: 180px;
	width: 52%;
}

.hw057-trust {
	padding-block: clamp(3.5rem, 6vw, 5.5rem) !important;
}

.hw057-trust-item {
	border-left-color: rgba(246, 238, 219, 0.25);
	padding-inline: clamp(1.25rem, 3vw, 2.4rem);
}

.hw057-trust-item::before {
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.hw057-final-cta {
	background: var(--hw57-rust);
	padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.2rem, 8vw, 9rem) !important;
}

.hw057-final-cta::after {
	display: none;
}

/* Calm forms, profiles, dashboards, and informational pages site-wide. */
.hw-auth,
.hw-job-seeker-landing,
.hw-dashboard,
.hw-employer-onboarding,
.hw-employer-access {
	background: var(--hw57-paper);
}

.hw-auth__panel,
.hw-dashboard-card,
.hw-onboarding-card,
.job-manager-form,
.job-manager-form fieldset {
	border: 1px solid var(--hw57-rule) !important;
	box-shadow: none !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
select,
textarea {
	border-color: rgba(18, 63, 53, 0.48) !important;
}

.single_job_listing {
	border-top: 4px solid var(--hw57-mustard);
}

.hw-opportunity-details,
.hw-homeschool-compatibility,
.hw-job-employer-section,
.hw-js-save-panel,
.hw-employer-card,
.hw-employer-profile__section {
	border-top-width: 1px !important;
}

.hw-employer-profile__hero {
	background: var(--hw57-cream) !important;
	border-bottom: 3px solid var(--hw57-mustard);
}

.hw-verification-badge {
	background: rgba(110, 148, 83, 0.12) !important;
	border: 1px solid var(--hw57-leaf);
	border-radius: 999px !important;
	color: var(--hw57-forest) !important;
	font-family: var(--hw57-body) !important;
	font-size: 0.72rem;
	letter-spacing: 0.02em;
	padding: 0.32rem 0.55rem;
	text-transform: none;
}

.hw057-section[style*="71B7E6"],
.hw057-section[style*="F4B942"] {
	background: var(--hw57-cream) !important;
	color: var(--hw57-ink) !important;
}

.hw-community-signup {
	background: rgba(117, 185, 214, 0.22) !important;
}

@media (max-width: 1040px) {
	.hw057-hero {
		grid-template-columns: 1fr 1fr;
	}

	.hw057-path {
		grid-template-columns: 1fr;
	}

	.hw057-path > img {
		grid-column: 1;
		grid-row: 2;
		height: 260px;
	}
}

@media (max-width: 782px) {
	body {
		font-size: 16.5px;
	}

	.hw-site-header__inner {
		min-height: 68px;
	}

	.hw-header-logo .custom-logo {
		width: 210px !important;
	}

	.hw057-hero {
		grid-template-columns: 1fr;
	}

	.hw057-hero__copy {
		padding: 3.75rem 1.25rem 2.75rem;
	}

	.hw057-hero h1 {
		font-size: clamp(2.85rem, 12.5vw, 4.1rem);
	}

	.hw057-hero__image {
		min-height: 390px;
	}

	.hw057-hero .wp-block-buttons,
	.hw057-final-cta .wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
	}

	.hw057-hero .wp-block-button,
	.hw057-hero .wp-block-button__link,
	.hw057-final-cta .wp-block-button,
	.hw057-final-cta .wp-block-button__link {
		box-sizing: border-box;
		width: 100%;
	}

	.hw057-paths {
		grid-template-columns: 1fr;
	}

	.hw057-path {
		grid-template-columns: minmax(0, 1fr) minmax(135px, 0.72fr);
		min-height: 380px;
	}

	.hw057-path > img {
		grid-column: 2;
		grid-row: 1;
		height: 100%;
	}

	.hw057-path--employers {
		border-left: 0;
		border-top: 1px solid var(--hw57-rule);
	}

	.hw057-path__copy {
		grid-column: 1;
		grid-row: 1;
		padding: 2rem 1.25rem;
	}

	.hw057-philosophy {
		gap: 2rem;
		grid-template-columns: 1fr;
	}

	.hw057-philosophy__mark {
		border-left: 0;
		border-top: 1px solid var(--hw57-rule);
		min-height: 180px;
	}

	.hw-job-filters {
		box-shadow: none;
	}
}

@media (max-width: 480px) {
	.hw-header-logo .custom-logo {
		width: 190px !important;
	}

	.hw057-hero__image {
		min-height: 330px;
	}

	.hw057-path {
		grid-template-columns: 1fr;
	}

	.hw057-path > img {
		grid-column: 1;
		grid-row: 2;
		height: 230px;
	}

	.hw057-path__copy {
		grid-column: 1;
		grid-row: 1;
	}
}
