:root {
	--hwl-ink: #202524;
	--hwl-navy: #18324a;
	--hwl-blue: #274c6b;
	--hwl-soft-blue: #f1f6fa;
	--hwl-line: #dce3e9;
	--hwl-muted: #657078;
	--hwl-green: #22744f;
	--hwl-green-soft: #edf7f1;
	--hwl-amber: #9a5a00;
	--hwl-amber-soft: #fff7e8;
	--hwl-red: #a83f36;
	--hwl-red-soft: #fff1ef;
	--hwl-grey: #7b858c;
	--hwl-grey-soft: #f3f5f6;
}

.hwl-page-intro {
	font-size: clamp(1.125rem, 2vw, 1.35rem);
	line-height: 1.6;
}

.hwl-evidence-summary {
	background: #fff;
	border: 1px solid var(--hwl-line);
	border-left: 5px solid var(--hwl-grey);
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 1.5rem rgba(24, 50, 74, 0.06);
	margin: 2rem 0;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.hwl-evidence-summary--green {
	border-left-color: var(--hwl-green);
}

.hwl-evidence-summary--amber {
	border-left-color: var(--hwl-amber);
}

.hwl-evidence-summary--red {
	border-left-color: var(--hwl-red);
}

.hwl-component-label {
	color: var(--hwl-blue);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.hwl-evidence-heading {
	align-items: flex-start;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
}

.hwl-evidence-heading h3 {
	color: var(--hwl-navy);
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	line-height: 1.25;
	margin: 0;
}

.hwl-evidence-claim {
	color: var(--hwl-muted);
	font-size: 0.95rem;
	margin: 0.35rem 0 0;
}

.hwl-evidence-rating {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 0.6rem;
}

.hwl-evidence-rating-wrap {
	align-items: flex-start;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 0.45rem;
}

.hwl-method-link {
	color: var(--hwl-blue);
	font-size: 0.76rem;
	font-weight: 700;
	text-underline-offset: 0.18em;
}

.hwl-evidence-rating strong {
	color: var(--hwl-navy);
	display: block;
	font-size: 1.4rem;
	line-height: 1;
}

.hwl-evidence-rating small {
	color: var(--hwl-muted);
	display: block;
	font-size: 0.72rem;
	margin-top: 0.25rem;
	max-width: 7rem;
}

.hwl-evidence-marker {
	background: var(--hwl-grey);
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(32, 37, 36, 0.22);
	display: inline-block;
	flex: 0 0 auto;
	height: 1rem;
	vertical-align: middle;
	width: 1rem;
}

.hwl-evidence-rating .hwl-evidence-marker {
	height: 1.45rem;
	width: 1.45rem;
}

.hwl-evidence-marker--green {
	background: var(--hwl-green);
}

.hwl-evidence-marker--amber {
	background: var(--hwl-amber);
}

.hwl-evidence-marker--red {
	background: var(--hwl-red);
}

.hwl-evidence-marker--grey {
	background: var(--hwl-grey);
}

.hwl-evidence-verdict {
	background: var(--hwl-soft-blue);
	border-radius: 0.2rem;
	color: var(--hwl-ink);
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 1.25rem 0;
	padding: 1rem 1.1rem;
}

.hwl-evidence-section {
	margin-top: 1.25rem;
}

.hwl-evidence-section h4,
.hwl-evidence-sources h4 {
	color: var(--hwl-navy);
	font-size: 0.95rem;
	margin: 0 0 0.35rem;
}

.hwl-evidence-section p {
	margin: 0;
}

.hwl-inline-citations {
	display: inline;
	font-size: 0.78em;
	font-weight: 700;
	margin-left: 0.35rem;
	white-space: nowrap;
}

.hwl-inline-citations a {
	color: var(--hwl-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

.hwl-safety-note {
	background: var(--hwl-red-soft);
	border-left: 3px solid var(--hwl-red);
	line-height: 1.55;
	margin-top: 1.25rem;
	padding: 0.9rem 1rem;
}

.hwl-evidence-sources {
	border-top: 1px solid var(--hwl-line);
	margin-top: 1.5rem;
	padding-top: 1rem;
}

.hwl-evidence-sources ul {
	font-size: 0.9rem;
	margin: 0.5rem 0 0;
	padding-left: 1.2rem;
}

.hwl-article-meta {
	color: var(--hwl-muted);
	font-size: 0.82rem;
	margin: 1.25rem 0 0;
}

.hwl-component-missing {
	border: 1px dashed var(--hwl-red);
	color: var(--hwl-red);
	padding: 1rem;
}

.hwl-method table {
	border-collapse: collapse;
	font-size: 0.95rem;
	width: 100%;
}

.hwl-method th,
.hwl-method td {
	border-bottom: 1px solid var(--hwl-line);
	padding: 0.75rem;
	text-align: left;
	vertical-align: top;
}

.hwl-method thead th {
	background: var(--hwl-soft-blue);
	color: var(--hwl-navy);
}

.hwl-method tbody th {
	white-space: nowrap;
}

.hwl-matrix {
	margin: 2rem 0;
}

.hwl-matrix-intro {
	background: var(--hwl-soft-blue);
	border-left: 4px solid var(--hwl-blue);
	margin-bottom: 1.25rem;
	padding: 1rem 1.1rem;
}

.hwl-matrix-intro > p {
	margin: 0;
}

.hwl-matrix-legend {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.82rem;
	gap: 0.6rem 1.1rem;
	margin-top: 0.9rem;
}

.hwl-matrix-legend span {
	align-items: center;
	display: inline-flex;
	gap: 0.4rem;
}

.hwl-matrix-intro > .hwl-method-link {
	display: inline-block;
	margin-top: 0.8rem;
}

.hwl-matrix-explorer {
	border: 1px solid var(--hwl-line);
	border-radius: 0.3rem;
	padding: clamp(1rem, 2.5vw, 1.5rem);
}

.hwl-matrix-controls {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.5rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.hwl-matrix-controls label {
	color: var(--hwl-navy);
	font-size: 0.82rem;
	font-weight: 700;
}

.hwl-matrix-controls select {
	background: #fff;
	border: 1px solid var(--hwl-line);
	border-radius: 0.2rem;
	color: var(--hwl-ink);
	display: block;
	font: inherit;
	font-size: 1rem;
	margin-top: 0.3rem;
	min-width: min(22rem, 80vw);
	padding: 0.65rem 2rem 0.65rem 0.65rem;
}

.hwl-matrix-assessed-only {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
	padding-bottom: 0.7rem;
}

.hwl-matrix-focus-table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.92rem;
	width: 100%;
}

.hwl-matrix-focus-table th,
.hwl-matrix-focus-table td {
	border-bottom: 1px solid var(--hwl-line);
	padding: 0.75rem;
	vertical-align: middle;
}

.hwl-matrix-focus-table thead th {
	background: var(--hwl-navy);
	color: #fff;
	text-align: left;
}

.hwl-matrix-focus-table td {
	text-align: center;
	width: 9rem;
}

.hwl-matrix-focus-row[hidden],
.hwl-matrix-focus-empty[hidden] {
	display: none;
}

.hwl-matrix-focus-empty {
	color: var(--hwl-muted);
	margin: 1rem 0 0;
}

.hwl-matrix-full {
	margin-top: 1.25rem;
}

.hwl-matrix-full > summary {
	color: var(--hwl-blue);
	cursor: pointer;
	font-weight: 700;
	list-style-position: outside;
	margin-left: 1rem;
}

.hwl-matrix-full-note {
	color: var(--hwl-muted);
	font-size: 0.84rem;
	margin: 0.8rem 0;
}

.hwl-matrix-table-wrap {
	overflow: auto;
	padding: 0.1rem 0.1rem 1rem;
}

.hwl-matrix-table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.88rem;
	min-width: 44rem;
	width: 100%;
}

.hwl-matrix-table th,
.hwl-matrix-table td {
	background: #fff;
	border-bottom: 1px solid var(--hwl-line);
	border-right: 1px solid var(--hwl-line);
	padding: 0.7rem;
	text-align: center;
	vertical-align: middle;
}

.hwl-matrix-table th:first-child,
.hwl-matrix-table td:first-child {
	border-left: 1px solid var(--hwl-line);
}

.hwl-matrix-table thead th {
	background: var(--hwl-navy);
	border-color: rgba(255, 255, 255, 0.22);
	color: #fff;
	font-weight: 700;
	position: sticky;
	top: 0;
	z-index: 2;
}

.hwl-matrix-table thead th:first-child {
	left: 0;
	z-index: 3;
}

.hwl-matrix-table tbody th {
	background: #fff;
	color: var(--hwl-ink);
	left: 0;
	max-width: 15rem;
	min-width: 13rem;
	position: sticky;
	text-align: left;
	z-index: 1;
}

.hwl-matrix-cell {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	position: relative;
}

.hwl-matrix-cell small {
	color: var(--hwl-muted);
	display: block;
	font-size: 0.7rem;
	margin-top: 0.25rem;
	white-space: nowrap;
}

.hwl-matrix-cell-button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0.25rem;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	font: inherit;
	padding: 0.35rem;
}

.hwl-matrix-cell-button:hover {
	background: var(--hwl-soft-blue);
}

.hwl-matrix-cell-button:focus-visible,
.hwl-matrix-popover-close:focus-visible,
.hwl-matrix-filters select:focus-visible {
	outline: 3px solid var(--hwl-blue);
	outline-offset: 2px;
}

.hwl-matrix-popover {
	background: #fff;
	border: 1px solid var(--hwl-line);
	box-shadow: 0 0.5rem 2rem rgba(24, 50, 74, 0.18);
	color: var(--hwl-ink);
	left: 50%;
	min-width: 18rem;
	padding: 1rem;
	position: absolute;
	text-align: left;
	top: calc(100% + 0.5rem);
	transform: translateX(-50%);
	z-index: 10;
}

.hwl-matrix-popover[hidden] {
	display: none;
}

.hwl-matrix-popover > span {
	align-items: center;
	display: flex;
	font-size: 0.82rem;
	gap: 0.4rem;
	margin-top: 0.5rem;
}

.hwl-matrix-popover p {
	font-size: 0.88rem;
	line-height: 1.5;
	margin: 0.75rem 0;
}

.hwl-matrix-popover a {
	font-size: 0.85rem;
	font-weight: 700;
}

.hwl-matrix-popover-close {
	background: transparent;
	border: 0;
	color: var(--hwl-muted);
	cursor: pointer;
	font-size: 1.35rem;
	line-height: 1;
	padding: 0.25rem;
	position: absolute;
	right: 0.35rem;
	top: 0.25rem;
}

.hwl-matrix-mobile {
	display: none;
}

.hwl-matrix-filters {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 1rem;
}

.hwl-matrix-filters label {
	color: var(--hwl-navy);
	font-size: 0.82rem;
	font-weight: 700;
}

.hwl-matrix-filters select {
	background: #fff;
	border: 1px solid var(--hwl-line);
	border-radius: 0.2rem;
	color: var(--hwl-ink);
	display: block;
	font: inherit;
	font-size: 1rem;
	margin-top: 0.3rem;
	padding: 0.65rem 2rem 0.65rem 0.65rem;
	width: 100%;
}

.hwl-matrix-card {
	border: 1px solid var(--hwl-line);
	border-radius: 0.25rem;
	margin-bottom: 0.8rem;
	padding: 1rem;
}

.hwl-matrix-card[hidden],
.hwl-matrix-empty[hidden] {
	display: none;
}

.hwl-matrix-card-heading {
	align-items: center;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: auto 1fr auto;
}

.hwl-matrix-card-heading strong,
.hwl-matrix-card-heading span {
	display: block;
}

.hwl-matrix-card-heading span {
	color: var(--hwl-muted);
	font-size: 0.82rem;
	line-height: 1.35;
}

.hwl-matrix-card-heading b {
	color: var(--hwl-navy);
}

.hwl-matrix-card p {
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0.8rem 0;
}

.hwl-matrix-card a {
	font-size: 0.88rem;
	font-weight: 700;
}

.hwl-matrix-filtered-cards {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hwl-matrix-filtered-cards .hwl-matrix-card {
	margin-bottom: 0;
}

/* Compact records used by Oil Profiles, Condition Hubs and overview pages. */
.hwl-teaser-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 1.5rem 0;
}

.hwl-evidence-teaser {
	background: #fff;
	border: 1px solid var(--hwl-line);
	border-top: 4px solid var(--hwl-grey);
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	padding: 1.25rem;
}

.hwl-evidence-teaser--green {
	border-top-color: var(--hwl-green);
}

.hwl-evidence-teaser--amber {
	border-top-color: var(--hwl-amber);
}

.hwl-evidence-teaser--red {
	border-top-color: var(--hwl-red);
}

.hwl-evidence-teaser__heading {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.hwl-evidence-teaser .hwl-component-label {
	margin-bottom: 0.35rem;
}

.hwl-evidence-teaser h3 {
	color: var(--hwl-navy);
	font-size: 1.1rem;
	line-height: 1.35;
	margin: 0;
}

.hwl-evidence-teaser > p {
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}

.hwl-text-link {
	color: var(--hwl-blue);
	font-size: 0.9rem;
	font-weight: 700;
	margin-top: auto;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.hwl-preparation-note {
	background: var(--hwl-grey-soft);
	border-left: 3px solid var(--hwl-grey);
	padding: 1rem;
}

/* Reader-facing Oil Profile and Condition collections. */
.hwl-content-index {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 2.5rem 0;
}

.hwl-index-card {
	background: #fff;
	border: 1px solid var(--hwl-line);
	border-radius: 0.3rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.hwl-index-card__image {
	background: var(--hwl-soft-blue);
	display: block;
}

.hwl-index-card__image img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.hwl-index-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(1.1rem, 3vw, 1.5rem);
}

.hwl-index-card__body h2 {
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
	line-height: 1.25;
	margin: 0 0 0.75rem;
}

.hwl-index-card__body h2 a {
	color: var(--hwl-navy);
	text-decoration: none;
}

.hwl-index-card__body h2 a:hover {
	color: var(--hwl-blue);
	text-decoration: underline;
}

.hwl-index-card__body > p:not(.hwl-index-card__status) {
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0 0 1.2rem;
}

.hwl-index-card__status {
	color: var(--hwl-amber);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

/* Homepage. White remains the dominant surface; colour is structural. */
.hwl-generated-content:not(.hwl-generated-home) main.wp-block-group {
	margin-top: 0 !important;
}

.hwl-generated-content:not(.hwl-generated-home) main.wp-block-group > .wp-block-group.alignfull {
	padding-top: clamp(1.75rem, 3vw, 3rem) !important;
}

.hwl-generated-content:not(.hwl-generated-home) .wp-block-post-title {
	font-size: clamp(2.25rem, 5vw, 4rem);
	line-height: 1.05;
}

.hwl-generated-content:not(.hwl-generated-home) .wp-block-post-content > h2 {
	margin-block-start: clamp(2.5rem, 5vw, 4rem) !important;
}

.hwl-generated-home .wp-block-post-title {
	display: none;
}

.hwl-generated-home main.wp-block-group {
	margin-top: 0 !important;
}

.hwl-generated-home main.wp-block-group > .wp-block-group.alignfull {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.hwl-generated-home .wp-block-post-content {
	max-width: none !important;
	width: 100%;
}

.hwl-home {
	box-sizing: border-box;
	color: var(--hwl-ink);
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	transform: none;
	width: min(74rem, calc(100% - 2rem));
}

.hwl-home *,
.hwl-home *::before,
.hwl-home *::after {
	box-sizing: border-box;
}

.hwl-home h1,
.hwl-home h2,
.hwl-home h3 {
	color: var(--hwl-navy);
}

.hwl-home h1 {
	font-size: clamp(2.5rem, 6vw, 5.25rem);
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin: 0;
}

.hwl-home h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0;
}

.hwl-eyebrow {
	color: var(--hwl-blue);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.hwl-home-hero {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
	min-height: 38rem;
	padding: clamp(2.5rem, 4vw, 4.5rem) 0 clamp(3.5rem, 6vw, 6rem);
}

.hwl-home-deck,
.hwl-section-deck {
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	line-height: 1.65;
}

.hwl-home-deck {
	max-width: 42rem;
}

.hwl-home-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.8rem 0;
}

.hwl-page-link {
	display: block;
	margin-block: 1.5rem;
}

.hwl-home-actions > .hwl-page-link {
	margin: 0;
}

.hwl-home-card > .hwl-page-link {
	margin-bottom: 0;
}

.hwl-button {
	align-items: center;
	border: 2px solid var(--hwl-blue);
	border-radius: 0.2rem;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 3rem;
	padding: 0.75rem 1.1rem;
	text-decoration: none;
}

.hwl-button--primary {
	background: var(--hwl-blue);
	color: #fff;
}

.hwl-button--secondary {
	background: #fff;
	color: var(--hwl-blue);
}

.hwl-button--text {
	border-color: transparent;
	color: var(--hwl-blue);
	padding-left: 0;
	padding-right: 0;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.hwl-button--disabled {
	cursor: default;
	opacity: 0.72;
}

.hwl-trust-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.86rem;
	font-weight: 600;
	gap: 0.5rem 1.4rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hwl-trust-list li::before {
	color: var(--hwl-green);
	content: "✓";
	font-weight: 800;
	margin-right: 0.4rem;
}

.hwl-home-hero__media {
	margin: 0;
}

.hwl-home-hero__media img {
	aspect-ratio: 16 / 9;
	border-radius: 0.3rem;
	box-shadow: 1.1rem 1.1rem 0 var(--hwl-soft-blue);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.hwl-home-image-credit,
.hwl-featured-image-credit {
	color: var(--hwl-muted);
	font-size: 0.78rem;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 0.45rem;
}

.hwl-home-image-credit a,
.hwl-featured-image-credit a {
	color: inherit;
	display: inline;
	height: auto;
	text-underline-offset: 0.15em;
}

.hwl-featured-image-credit {
	border-top: 0;
	box-sizing: border-box;
	margin-block: 0 !important;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.wp-block-post-featured-image .hwl-featured-image-credit {
	padding-top: 0.25rem;
}

.hwl-home-section {
	border-top: 1px solid var(--hwl-line);
	padding: clamp(4rem, 8vw, 7rem) 0;
}

.hwl-section-deck {
	max-width: 48rem;
}

.hwl-home-card-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2.5rem;
}

.hwl-home-card {
	background: #fff;
	border: 1px solid var(--hwl-line);
	border-radius: 0.25rem;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.hwl-home-card h3 {
	font-size: 1.25rem;
	margin: 0 0 0.8rem;
}

.hwl-home-card p:last-child {
	font-size: 0.96rem;
	line-height: 1.65;
	margin-bottom: 0;
}

.hwl-home-card__number {
	color: var(--hwl-blue);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 2.5rem;
}

.hwl-home-method {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
}

.hwl-home-method > div > p:not(.hwl-eyebrow) {
	font-size: 1.08rem;
	line-height: 1.7;
}

.hwl-method-steps {
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.hwl-method-steps li {
	align-items: start;
	border-top: 1px solid var(--hwl-line);
	display: grid;
	gap: 1rem;
	grid-template-columns: 2.25rem 1fr;
	padding: 1.15rem 0;
}

.hwl-method-steps li > span {
	align-items: center;
	background: var(--hwl-navy);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 0.8rem;
	font-weight: 700;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.hwl-method-steps p {
	color: var(--hwl-muted);
	font-size: 0.92rem;
	margin: 0.25rem 0 0;
}

.hwl-score-panel {
	background: var(--hwl-soft-blue);
	border-radius: 0.25rem;
	padding: clamp(1.4rem, 4vw, 2.4rem);
}

.hwl-score-panel h3 {
	font-size: 1.25rem;
	margin: 0 0 1.25rem;
}

.hwl-score-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hwl-score-panel li {
	align-items: start;
	border-top: 1px solid rgba(39, 76, 107, 0.15);
	display: grid;
	gap: 0.8rem;
	grid-template-columns: auto 1fr;
	padding: 0.9rem 0;
}

.hwl-score-panel li strong,
.hwl-score-panel li span {
	display: block;
}

.hwl-score-panel li span {
	color: var(--hwl-muted);
	font-size: 0.82rem;
	line-height: 1.45;
}

.hwl-smallprint {
	color: var(--hwl-muted);
	font-size: 0.78rem;
	line-height: 1.5;
	margin: 1rem 0 0;
}

.hwl-home-promise {
	background: var(--hwl-soft-blue);
	border: 0;
	border-radius: 0.25rem;
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	margin: 1rem 0;
	padding: clamp(2rem, 6vw, 5rem);
}

.hwl-promise-grid {
	display: grid;
	gap: 1rem 2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hwl-promise-grid p {
	font-size: 0.94rem;
	line-height: 1.6;
	margin: 0;
}

.hwl-home-final {
	max-width: 52rem;
}

.hwl-image-credits article {
	border-top: 1px solid var(--hwl-line);
	padding: 1.25rem 0;
}

.hwl-image-credits h2 {
	font-size: 1.15rem;
	margin: 0 0 0.5rem;
}

.hwl-image-credits p {
	margin: 0.25rem 0;
}

.hwl-image-credits__note {
	color: var(--hwl-muted);
	font-size: 0.84rem;
}

@media (max-width: 47.99rem) {
	.hwl-evidence-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.hwl-evidence-rating {
		border-top: 1px solid var(--hwl-line);
		padding-top: 0.9rem;
	}

	.hwl-matrix-table-wrap {
		display: none;
	}

	.hwl-matrix-controls {
		align-items: stretch;
		flex-direction: column;
	}

	.hwl-matrix-controls select {
		min-width: 0;
		width: 100%;
	}

	.hwl-matrix-focus-table th,
	.hwl-matrix-focus-table td {
		padding: 0.65rem;
	}

	.hwl-matrix-full {
		display: none;
	}

	.hwl-matrix-mobile {
		display: block;
	}

	.hwl-matrix-filters {
		grid-template-columns: 1fr;
	}

	.hwl-teaser-grid,
	.hwl-content-index,
	.hwl-home-card-grid,
	.hwl-promise-grid,
	.hwl-matrix-filtered-cards {
		grid-template-columns: 1fr;
	}

	.hwl-home-hero,
	.hwl-home-method,
	.hwl-home-promise {
		grid-template-columns: 1fr;
	}

	.hwl-home-hero {
		min-height: 0;
	}

	.hwl-home-hero__media {
		grid-row: 1;
	}

	.hwl-home-hero__media img {
		box-shadow: 0.6rem 0.6rem 0 var(--hwl-soft-blue);
	}

	.hwl-home-promise {
		border-radius: 0;
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hwl-matrix * {
		scroll-behavior: auto !important;
	}
}
