/*
Theme Name: Hello Elementor Child - Asia SME
Theme URI: https://asiasme.com/
Description: Editorial child theme for Asia SME, built on Hello Elementor.
Author: Asia SME
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

:root {
	--asme-navy: #0b2035;
	--asme-navy-soft: #172c3f;
	--asme-red: #e21a22;
	--asme-red-dark: #b90f17;
	--asme-ink: #17212b;
	--asme-body: #475360;
	--asme-muted: #78838d;
	--asme-line: #dce2e7;
	--asme-paper: #f5f7f8;
	--asme-white: #ffffff;
	--asme-radius: 3px;
	--asme-shadow: 0 12px 26px rgba(11, 32, 53, 0.07);
	--asme-sans: Arial, Helvetica, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.asme-site {
	margin: 0;
	color: var(--asme-ink);
	background: var(--asme-white);
	font-family: var(--asme-sans);
	font-size: 15px;
	line-height: 1.6;
}

body.asme-site * {
	box-sizing: border-box;
}

body.asme-site a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.asme-site img {
	display: block;
	max-width: 100%;
}

body.asme-site button,
body.asme-site input,
body.asme-site textarea {
	font: inherit;
}

.asme-shell {
	width: min(1260px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.asme-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100;
	padding: 9px 14px;
	color: #fff;
	background: var(--asme-red);
	transform: translateY(-150%);
}

.asme-skip-link:focus {
	transform: translateY(0);
}

.screen-reader-text,
.asme-honeypot {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.asme-topbar {
	color: rgba(255, 255, 255, 0.76);
	background: var(--asme-navy);
	font-size: 11px;
}

.asme-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 32px;
	gap: 20px;
}

.asme-topbar-links {
	display: flex;
	gap: 20px;
}

.asme-topbar a {
	color: #fff;
	text-decoration: none;
}

.asme-topbar a:hover,
.asme-topbar a:focus {
	color: #ff7d82;
}

.asme-masthead {
	background: var(--asme-white);
	border-bottom: 1px solid var(--asme-line);
}

.asme-masthead-inner {
	display: grid;
	grid-template-columns: 300px minmax(220px, 1fr) auto;
	align-items: center;
	min-height: 98px;
	gap: 30px;
}

.asme-brand,
.asme-brand img {
	display: block;
}

.asme-brand img {
	width: 270px;
	height: auto;
}

.asme-header-search {
	display: flex;
	justify-self: end;
	width: min(350px, 100%);
	border: 1px solid var(--asme-line);
}

.asme-header-search input,
.asme-sidebar-search input {
	min-width: 0;
	width: 100%;
	padding: 9px 12px;
	color: var(--asme-ink);
	background: var(--asme-white);
	border: 0;
	outline: 0;
	font-size: 12px;
}

.asme-header-search button,
.asme-sidebar-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	padding: 0 13px;
	color: var(--asme-muted);
	background: var(--asme-white);
	border: 0;
	cursor: pointer;
	font-size: 11px;
}

.asme-header-search:focus-within,
.asme-sidebar-search:focus-within {
	border-color: var(--asme-red);
	box-shadow: 0 0 0 3px rgba(226, 26, 34, 0.12);
}

.asme-header-actions {
	display: flex;
	align-items: center;
	gap: 7px;
}

.asme-social-link,
.asme-menu-toggle {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: var(--asme-navy);
	background: transparent;
	border: 0;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
}

.asme-social-link:hover,
.asme-social-link:focus,
.asme-menu-toggle:hover,
.asme-menu-toggle:focus {
	color: var(--asme-red);
}

.asme-menu-toggle {
	display: none;
	padding: 0 8px;
	width: auto;
	border: 1px solid var(--asme-line);
	font-size: 11px;
	font-weight: 700;
}

.asme-primary-nav {
	color: #fff;
	background: var(--asme-navy);
}

.asme-menu,
.asme-mobile-menu {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	min-height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.asme-menu li {
	display: flex;
}

.asme-menu a {
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.asme-menu a:hover,
.asme-menu a:focus,
.asme-menu .current-menu-item > a {
	color: #ff7177;
}

.asme-menu .current-menu-item > a {
	box-shadow: inset 0 -3px 0 var(--asme-red);
}

.asme-mobile-nav {
	background: var(--asme-navy-soft);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.asme-mobile-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 12px 0 16px;
}

.asme-mobile-menu a {
	padding: 12px 8px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.asme-main {
	min-height: 420px;
}

.asme-eyebrow {
	margin: 0 0 9px;
	color: var(--asme-red);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.asme-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 42px;
	padding: 0 18px;
	color: #fff !important;
	background: var(--asme-red);
	border: 1px solid var(--asme-red);
	border-radius: var(--asme-radius);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, transform 180ms ease;
}

.asme-button:hover,
.asme-button:focus {
	background: var(--asme-red-dark);
	transform: translateY(-1px);
}

.asme-button:active {
	transform: translateY(0);
}

.asme-home-hero {
	padding: 38px 0 46px;
	background: var(--asme-white);
	border-bottom: 1px solid var(--asme-line);
}

.asme-home-hero-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.35fr);
	gap: 56px;
	align-items: center;
}

.asme-home-hero-copy {
	max-width: 420px;
}

.asme-home-hero-copy h1 {
	max-width: 470px;
	margin: 0 0 17px;
	color: var(--asme-navy);
	font-size: clamp(34px, 4vw, 55px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.02;
}

.asme-home-hero-copy > p:not(.asme-eyebrow) {
	max-width: 370px;
	margin: 0 0 23px;
	color: var(--asme-body);
	font-size: 14px;
	line-height: 1.7;
}

.asme-home-hero-media {
	position: relative;
	overflow: hidden;
	min-height: 390px;
	background: var(--asme-navy);
}

.asme-home-hero-media > a,
.asme-home-hero-image {
	display: block;
	width: 100%;
	height: 100%;
}

.asme-home-hero-image {
	min-height: 390px;
	object-fit: cover;
	transition: transform 420ms ease;
}

.asme-home-hero-media:hover .asme-home-hero-image,
.asme-home-hero-media:focus-within .asme-home-hero-image {
	transform: scale(1.025);
}

.asme-home-hero-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 21px 24px 19px;
	color: #fff;
	background: linear-gradient(0deg, rgba(11, 32, 53, 0.94), rgba(11, 32, 53, 0));
}

.asme-home-hero-caption .asme-post-meta {
	margin-bottom: 7px;
}

.asme-home-hero-caption h2 {
	max-width: 670px;
	margin: 0;
	font-size: clamp(20px, 2.3vw, 31px);
	line-height: 1.15;
}

.asme-home-hero-caption h2 a {
	text-decoration: none;
}

.asme-home-section,
.asme-topic-strip,
.asme-content-section,
.asme-archive-section,
.asme-article-section,
.asme-related-section {
	padding: 60px 0 66px;
}

.asme-section-light {
	background: var(--asme-white);
}

.asme-section-soft,
.asme-topic-strip,
.asme-archive-section,
.asme-related-section {
	background: var(--asme-paper);
}

.asme-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 27px;
}

.asme-section-heading--compact,
.asme-section-heading--archive {
	margin-bottom: 24px;
}

.asme-section-heading h2 {
	margin: 0;
	color: var(--asme-navy);
	font-size: clamp(22px, 2.4vw, 31px);
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.asme-section-link {
	color: var(--asme-red);
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.asme-section-link:hover,
.asme-section-link:focus {
	color: var(--asme-red-dark);
	text-decoration: underline;
}

.asme-home-news-grid,
.asme-blog-grid,
.asme-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.asme-blog-grid,
.asme-related-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asme-story-card {
	overflow: hidden;
	background: var(--asme-white);
	border: 1px solid var(--asme-line);
	border-radius: var(--asme-radius);
	box-shadow: var(--asme-shadow);
}

.asme-story-media {
	display: block;
	overflow: hidden;
	background: var(--asme-navy);
}

.asme-story-image {
	width: 100%;
	height: 184px;
	object-fit: cover;
	transition: transform 260ms ease;
}

.asme-story-media:hover .asme-story-image,
.asme-story-media:focus .asme-story-image {
	transform: scale(1.04);
}

.asme-story-body {
	padding: 15px 15px 17px;
}

.asme-post-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--asme-muted);
	font-size: 10px;
	line-height: 1.3;
}

.asme-post-category {
	color: var(--asme-red);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.asme-story-title {
	margin: 0;
	color: var(--asme-navy);
	font-size: 17px;
	line-height: 1.27;
}

.asme-story-title a {
	text-decoration: none;
}

.asme-story-title a:hover,
.asme-story-title a:focus,
.asme-mini-title:hover,
.asme-mini-title:focus {
	color: var(--asme-red);
}

.asme-story-body > p {
	margin: 11px 0 0;
	color: var(--asme-body);
	font-size: 12px;
	line-height: 1.55;
}

.asme-topic-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border-top: 1px solid var(--asme-line);
	border-left: 1px solid var(--asme-line);
}

.asme-topic-item {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 155px;
	padding: 20px 17px 17px;
	background: var(--asme-white);
	border-right: 1px solid var(--asme-line);
	border-bottom: 1px solid var(--asme-line);
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease;
}

.asme-topic-item:hover,
.asme-topic-item:focus {
	color: #fff;
	background: var(--asme-navy);
}

.asme-topic-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	margin-bottom: 18px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.asme-topic-mark i {
	font-size: 11px;
}

.asme-topic-item strong {
	font-size: 13px;
}

.asme-topic-item small {
	margin-top: 5px;
	color: var(--asme-muted);
	font-size: 11px;
	line-height: 1.45;
}

.asme-topic-item:hover small,
.asme-topic-item:focus small {
	color: rgba(255, 255, 255, 0.74);
}

.asme-topic-arrow {
	margin-top: auto;
	color: var(--asme-red);
	font-size: 15px;
	font-weight: 800;
}

.asme-topic-item:hover .asme-topic-arrow,
.asme-topic-item:focus .asme-topic-arrow {
	color: #fff;
}

.asme-home-lower-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
	gap: 52px;
}

.asme-home-list,
.asme-category-listing {
	display: grid;
	gap: 16px;
}

.asme-story-card--list {
	display: grid;
	grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1fr);
	box-shadow: none;
}

.asme-story-card--list .asme-story-image {
	height: 100%;
	min-height: 160px;
}

.asme-story-card--list .asme-story-body {
	padding: 20px 22px;
}

.asme-editor-pick {
	padding: 20px;
	background: var(--asme-white);
	border: 1px solid var(--asme-line);
}

.asme-editor-pick img {
	width: 100%;
	height: 215px;
	margin: 16px 0;
	object-fit: cover;
}

.asme-editor-pick-media {
	display: block;
}

.asme-editor-pick h2 {
	margin: 0;
	color: var(--asme-navy);
	font-size: 21px;
	line-height: 1.2;
}

.asme-editor-pick h2 a {
	text-decoration: none;
}

.asme-editor-pick h2 a:hover,
.asme-editor-pick h2 a:focus {
	color: var(--asme-red);
}

.asme-editor-pick > p:last-child {
	margin: 10px 0 0;
	color: var(--asme-body);
	font-size: 12px;
	line-height: 1.6;
}

.asme-newsletter {
	margin-top: 18px;
	padding: 24px;
	color: #fff;
	background: var(--asme-navy);
}

.asme-newsletter .asme-eyebrow {
	color: #ff7479;
}

.asme-newsletter h2 {
	margin: 0;
	font-size: 23px;
	line-height: 1.18;
}

.asme-newsletter > p:not(.asme-eyebrow) {
	margin: 10px 0 16px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.55;
}

.asme-newsletter-form,
.asme-footer-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 7px;
}

.asme-newsletter-form input,
.asme-footer-form input {
	min-width: 0;
	min-height: 40px;
	padding: 0 12px;
	color: var(--asme-ink);
	background: #fff;
	border: 0;
	border-radius: var(--asme-radius);
	font-size: 12px;
}

.asme-newsletter-form button,
.asme-footer-form button {
	min-height: 40px;
	padding: 0 13px;
	color: #fff;
	background: var(--asme-red);
	border: 0;
	border-radius: var(--asme-radius);
	cursor: pointer;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.asme-newsletter-form button:hover,
.asme-newsletter-form button:focus,
.asme-footer-form button:hover,
.asme-footer-form button:focus {
	background: var(--asme-red-dark);
}

.asme-form-message {
	grid-column: 1 / -1;
	margin: 4px 0 0;
	color: #ffb6b9;
	font-size: 11px;
}

.asme-page-banner {
	position: relative;
	min-height: 220px;
	background: var(--asme-navy);
}

.asme-page-banner--image {
	display: flex;
	align-items: end;
	overflow: hidden;
}

.asme-page-banner-image {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	opacity: 0.38;
}

.asme-page-banner-image::after {
	position: absolute;
	inset: 0;
	content: '';
	background: linear-gradient(90deg, rgba(11, 32, 53, 0.95), rgba(11, 32, 53, 0.44));
}

.asme-page-banner-image--about {
	background-image: url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1600&q=82');
}

.asme-page-banner-image--contact {
	background-image: url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1600&q=82');
}

.asme-page-banner-image--archive,
.asme-page-banner-image--category {
	background-image: url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&w=1600&q=82');
}

.asme-page-banner-content {
	position: relative;
	z-index: 1;
	padding-top: 58px;
	padding-bottom: 48px;
	color: #fff;
}

.asme-page-banner-content .asme-eyebrow {
	color: #ff777c;
}

.asme-page-banner h1 {
	max-width: 780px;
	margin: 0 0 8px;
	font-size: clamp(34px, 5vw, 58px);
	letter-spacing: -0.04em;
	line-height: 1;
}

.asme-page-banner-content > p:last-child {
	max-width: 560px;
	margin: 0;
	color: rgba(255, 255, 255, 0.79);
	font-size: 14px;
}

.asme-breadcrumbs {
	padding: 14px 0;
	color: var(--asme-muted);
	background: var(--asme-paper);
	border-bottom: 1px solid var(--asme-line);
	font-size: 11px;
}

.asme-breadcrumbs .asme-shell {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.asme-breadcrumbs a {
	color: var(--asme-body);
	text-decoration: none;
}

.asme-breadcrumbs a:hover,
.asme-breadcrumbs a:focus {
	color: var(--asme-red);
}

.asme-archive-layout,
.asme-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 290px;
	gap: 44px;
	align-items: start;
}

.asme-sidebar {
	display: grid;
	gap: 20px;
	position: sticky;
	top: 20px;
}

.asme-sidebar-block {
	padding: 18px;
	background: var(--asme-white);
	border: 1px solid var(--asme-line);
}

.asme-sidebar-block h2,
.asme-contact-info h2 {
	margin: 0 0 14px;
	color: var(--asme-navy);
	font-size: 15px;
	line-height: 1.2;
}

.asme-sidebar-search {
	display: flex;
	border: 1px solid var(--asme-line);
}

.asme-sidebar-search button {
	color: #fff;
	background: var(--asme-red);
	font-weight: 800;
	text-transform: uppercase;
}

.asme-sidebar-search button:hover,
.asme-sidebar-search button:focus {
	background: var(--asme-red-dark);
}

.asme-category-list,
.asme-mini-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.asme-category-list li {
	border-bottom: 1px solid var(--asme-line);
}

.asme-category-list li:last-child {
	border-bottom: 0;
}

.asme-category-list a {
	display: block;
	padding: 8px 0;
	color: var(--asme-body);
	font-size: 12px;
	text-decoration: none;
}

.asme-category-list a:hover,
.asme-category-list a:focus {
	color: var(--asme-red);
	padding-left: 4px;
}

.asme-mini-list {
	gap: 14px;
}

.asme-mini-post {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.asme-mini-media {
	display: block;
	overflow: hidden;
	background: var(--asme-navy);
}

.asme-mini-media img {
	width: 72px;
	height: 52px;
	object-fit: cover;
}

.asme-mini-title {
	display: block;
	color: var(--asme-navy);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.asme-mini-post time {
	display: block;
	margin-top: 5px;
	color: var(--asme-muted);
	font-size: 10px;
}

.asme-newsletter--sidebar {
	margin-top: 0;
}

.asme-pagination {
	margin-top: 32px;
}

.asme-pagination ul {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.asme-pagination a,
.asme-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 9px;
	color: var(--asme-navy);
	background: var(--asme-white);
	border: 1px solid var(--asme-line);
	font-size: 11px;
	text-decoration: none;
}

.asme-pagination .current,
.asme-pagination a:hover,
.asme-pagination a:focus {
	color: #fff;
	background: var(--asme-red);
	border-color: var(--asme-red);
}

.asme-category-intro {
	margin-bottom: 25px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--asme-line);
}

.asme-category-intro h2 {
	margin: 0;
	color: var(--asme-navy);
	font-size: 28px;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.asme-empty-state {
	padding: 40px 26px;
	background: var(--asme-white);
	border: 1px solid var(--asme-line);
	text-align: center;
}

.asme-empty-state h2 {
	margin: 0 0 8px;
	color: var(--asme-navy);
	font-size: 24px;
}

.asme-empty-state p {
	margin: 0 0 20px;
	color: var(--asme-body);
	font-size: 13px;
}

.asme-about-intro,
.asme-values-grid,
.asme-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr) minmax(240px, 0.85fr);
	gap: 38px;
	align-items: start;
}

.asme-about-intro h2,
.asme-values-grid h2,
.asme-contact-form-card h2 {
	margin: 0;
	color: var(--asme-navy);
	font-size: clamp(25px, 3vw, 38px);
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.asme-about-copy p,
.asme-page-content p {
	margin: 0 0 15px;
	color: var(--asme-body);
	font-size: 14px;
	line-height: 1.75;
}

.asme-about-image {
	width: 100%;
	height: 285px;
	object-fit: cover;
}

.asme-value-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--asme-line);
	border-left: 1px solid var(--asme-line);
}

.asme-value-grid > div {
	min-height: 210px;
	padding: 22px 20px;
	background: var(--asme-white);
	border-right: 1px solid var(--asme-line);
	border-bottom: 1px solid var(--asme-line);
}

.asme-value-number {
	display: block;
	margin-bottom: 30px;
	color: var(--asme-red);
	font-size: 12px;
	font-weight: 800;
}

.asme-value-grid h3 {
	margin: 0 0 8px;
	color: var(--asme-navy);
	font-size: 16px;
}

.asme-value-grid p {
	margin: 0;
	color: var(--asme-body);
	font-size: 12px;
	line-height: 1.6;
}

.asme-values-grid {
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	gap: 70px;
}

.asme-values-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 30px;
}

.asme-values-list > div {
	display: grid;
	gap: 4px;
	padding-top: 12px;
	border-top: 2px solid var(--asme-red);
}

.asme-values-list strong {
	color: var(--asme-navy);
	font-size: 15px;
}

.asme-values-list span {
	color: var(--asme-body);
	font-size: 12px;
	line-height: 1.5;
}

.asme-contact-grid {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 40px;
}

.asme-contact-form-card {
	padding: 28px 30px 32px;
	background: var(--asme-white);
	border: 1px solid var(--asme-line);
	box-shadow: var(--asme-shadow);
}

.asme-contact-form-card h2 {
	margin-bottom: 24px;
	font-size: 28px;
}

.asme-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.asme-contact-form p {
	margin: 0 0 17px;
}

.asme-contact-form label {
	display: block;
	margin-bottom: 6px;
	color: var(--asme-navy);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.asme-contact-form input,
.asme-contact-form textarea {
	display: block;
	width: 100%;
	padding: 11px 12px;
	color: var(--asme-ink);
	background: var(--asme-white);
	border: 1px solid var(--asme-line);
	border-radius: var(--asme-radius);
	outline: 0;
}

.asme-contact-form input {
	height: 44px;
}

.asme-contact-form textarea {
	min-height: 142px;
	resize: vertical;
}

.asme-contact-form input:focus,
.asme-contact-form textarea:focus {
	border-color: var(--asme-red);
	box-shadow: 0 0 0 3px rgba(226, 26, 34, 0.12);
}

.asme-form-status {
	margin: 0 0 20px;
	padding: 11px 13px;
	font-size: 12px;
}

.asme-form-status--success {
	color: #145d38;
	background: #e8f6ee;
}

.asme-form-status--error {
	color: #8b1a20;
	background: #fff0f1;
}

.asme-contact-info {
	padding: 26px;
	background: var(--asme-paper);
	border-top: 3px solid var(--asme-red);
}

.asme-contact-info ul {
	display: grid;
	gap: 19px;
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
}

.asme-contact-info li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 3px;
}

.asme-contact-info li > i {
	grid-row: span 2;
	padding-top: 3px;
	color: var(--asme-red);
	font-size: 14px;
}

.asme-contact-info li > div {
	display: grid;
	gap: 3px;
}

.asme-contact-info strong {
	color: var(--asme-navy);
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.asme-contact-info a,
.asme-contact-info span {
	color: var(--asme-body);
	font-size: 13px;
	text-decoration: none;
}

.asme-contact-info a:hover,
.asme-contact-info a:focus {
	color: var(--asme-red);
}

.asme-contact-note {
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid var(--asme-line);
}

.asme-contact-note p {
	margin: 0;
	color: var(--asme-body);
	font-size: 12px;
	line-height: 1.65;
}

.asme-article-header {
	max-width: 840px;
	margin-bottom: 24px;
}

.asme-article-header h1 {
	margin: 0 0 14px;
	color: var(--asme-navy);
	font-size: clamp(34px, 5vw, 62px);
	letter-spacing: -0.045em;
	line-height: 1.03;
}

.asme-article-byline {
	margin: 0;
	color: var(--asme-muted);
	font-size: 12px;
}

.asme-article-image {
	width: 100%;
	max-height: 540px;
	margin-bottom: 27px;
	object-fit: cover;
}

.asme-article-content {
	max-width: 780px;
	color: var(--asme-body);
	font-size: 16px;
	line-height: 1.8;
}

.asme-article-content > *:first-child {
	margin-top: 0;
}

.asme-article-content h2,
.asme-article-content h3,
.asme-article-content h4 {
	margin: 36px 0 12px;
	color: var(--asme-navy);
	line-height: 1.15;
}

.asme-article-content h2 {
	font-size: 29px;
}

.asme-article-content h3 {
	font-size: 23px;
}

.asme-article-content a {
	color: var(--asme-red-dark);
}

.asme-article-content blockquote {
	margin: 30px 0;
	padding: 5px 24px;
	color: var(--asme-navy);
	border-left: 3px solid var(--asme-red);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
}

.asme-article-content img {
	margin: 26px 0;
}

.asme-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px solid var(--asme-line);
}

.asme-share strong {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-right: 8px;
	color: var(--asme-navy);
	font-size: 10px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.asme-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 30px;
	padding: 0 7px;
	color: #fff !important;
	background: var(--asme-navy);
	border: 1px solid var(--asme-navy);
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
}

.asme-share a .fa-solid {
	color: #fff !important;
	font-family: "Font Awesome 7 Free" !important;
	font-size: 13px;
	font-weight: 900 !important;
}

.asme-share a:hover,
.asme-share a:focus {
	background: var(--asme-red);
}

.asme-related-section {
	border-top: 1px solid var(--asme-line);
}

.asme-site-footer {
	color: #fff;
	background: var(--asme-navy);
	border-top: 4px solid var(--asme-red);
}

.asme-footer-inner {
	padding-top: 48px;
	padding-bottom: 22px;
}

.asme-footer-grid {
	display: grid;
	grid-template-columns: minmax(235px, 1.45fr) repeat(3, minmax(110px, 0.58fr)) minmax(200px, 0.9fr);
	gap: 30px;
	align-items: start;
}

.asme-footer-logo img {
	width: 220px;
	height: auto;
}

.asme-footer-brand > p {
	max-width: 285px;
	margin: 20px 0 17px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.65;
}

.asme-footer-social {
	display: flex;
	gap: 7px;
}

.asme-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
}

.asme-footer-social a:hover,
.asme-footer-social a:focus {
	color: var(--asme-navy);
	background: #fff;
}

.asme-footer-title,
.asme-footer-newsletter h2 {
	margin: 0 0 15px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.asme-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.asme-footer-column li {
	margin-bottom: 8px;
}

.asme-footer-column a,
.asme-footer-widget a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	text-decoration: none;
}

.asme-footer-column a:hover,
.asme-footer-column a:focus,
.asme-footer-widget a:hover,
.asme-footer-widget a:focus {
	color: #fff;
}

.asme-footer-newsletter > p {
	margin: 0 0 15px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.55;
}

.asme-footer-form {
	grid-template-columns: 1fr;
}

.asme-footer-form .asme-form-message {
	color: #ffb6b9;
}

.asme-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 38px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.asme-footer-bottom p,
.asme-footer-bottom a {
	margin: 0;
	color: rgba(255, 255, 255, 0.53);
	font-size: 11px;
	text-decoration: none;
}

.asme-footer-bottom a:hover,
.asme-footer-bottom a:focus {
	color: #fff;
}

@media (prefers-color-scheme: dark) {
	:root {
		--asme-white: #132432;
		--asme-paper: #0f1d29;
		--asme-ink: #edf2f5;
		--asme-body: #bdc8d0;
		--asme-muted: #95a3ad;
		--asme-line: #2b3d4b;
		--asme-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
	}

	.asme-masthead,
	.asme-story-card,
	.asme-topic-item,
	.asme-editor-pick,
	.asme-sidebar-block,
	.asme-contact-form-card,
	.asme-pagination a,
	.asme-pagination span {
		background: var(--asme-white);
	}

	.asme-header-search input,
	.asme-header-search button,
	.asme-sidebar-search input,
	.asme-newsletter-form input,
	.asme-footer-form input,
	.asme-contact-form input,
	.asme-contact-form textarea {
		color: var(--asme-ink);
		background: #f6f8fa;
	}

	.asme-home-hero,
	.asme-section-light {
		background: var(--asme-white);
	}
}

@media (max-width: 1120px) {
	.asme-masthead-inner {
		grid-template-columns: 255px minmax(220px, 1fr) auto;
		gap: 18px;
	}

	.asme-brand img {
		width: 235px;
	}

	.asme-menu a {
		padding: 0 6px;
		font-size: 9px;
	}

	.asme-home-hero-grid {
		gap: 35px;
	}

	.asme-topic-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.asme-footer-grid {
		grid-template-columns: minmax(235px, 1.35fr) repeat(3, minmax(105px, 0.7fr));
	}

	.asme-footer-newsletter {
		grid-column: 1 / -1;
		max-width: 360px;
	}
}

@media (max-width: 900px) {
	.asme-masthead-inner {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 78px;
	}

	.asme-header-search,
	.asme-primary-nav {
		display: none;
	}

	.asme-menu-toggle {
		display: inline-flex;
	}

	.asme-home-hero-grid,
	.asme-home-lower-grid,
	.asme-archive-layout,
	.asme-article-layout,
	.asme-about-intro,
	.asme-values-grid,
	.asme-contact-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.asme-home-hero-copy {
		max-width: 650px;
	}

	.asme-home-hero-media {
		min-height: 330px;
	}

	.asme-home-hero-image {
		min-height: 330px;
	}

	.asme-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
	}

	.asme-newsletter--sidebar {
		grid-column: 1 / -1;
	}

	.asme-about-intro > div:first-child,
	.asme-values-grid > div:first-child {
		max-width: 580px;
	}

	.asme-value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asme-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asme-footer-brand,
	.asme-footer-newsletter {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.asme-shell {
		width: min(100% - 30px, 540px);
	}

	.asme-topbar-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.asme-topbar-links {
		gap: 14px;
	}

	.asme-brand img {
		width: 190px;
	}

	.asme-header-actions {
		gap: 2px;
	}

	.asme-social-link {
		display: none;
	}

	.asme-home-hero,
	.asme-home-section,
	.asme-topic-strip,
	.asme-content-section,
	.asme-archive-section,
	.asme-article-section,
	.asme-related-section {
		padding-top: 42px;
		padding-bottom: 48px;
	}

	.asme-home-hero-copy h1 {
		font-size: clamp(36px, 12vw, 52px);
	}

	.asme-home-hero-media,
	.asme-home-hero-image {
		min-height: 280px;
	}

	.asme-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.asme-home-news-grid,
	.asme-blog-grid,
	.asme-related-grid,
	.asme-topic-grid,
	.asme-value-grid,
	.asme-values-list,
	.asme-form-row,
	.asme-footer-grid {
		grid-template-columns: 1fr;
	}

	.asme-topic-item {
		min-height: 130px;
	}

	.asme-story-card--list {
		grid-template-columns: 1fr;
	}

	.asme-story-card--list .asme-story-image {
		height: 210px;
		min-height: 0;
	}

	.asme-sidebar {
		grid-template-columns: 1fr;
	}

	.asme-newsletter--sidebar {
		grid-column: auto;
	}

	.asme-page-banner {
		min-height: 245px;
	}

	.asme-page-banner-content {
		padding-top: 55px;
		padding-bottom: 38px;
	}

	.asme-page-banner h1 {
		font-size: 40px;
	}

	.asme-about-image {
		height: 240px;
	}

	.asme-values-grid {
		gap: 25px;
	}

	.asme-contact-form-card,
	.asme-contact-info {
		padding: 22px 18px;
	}

	.asme-article-header h1 {
		font-size: 39px;
	}

	.asme-article-content {
		font-size: 15px;
	}

	.asme-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

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

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