/*
Theme Name: Aurora Chem Trade
Theme URI: https://example.local/
Author: Codex
Author URI: https://example.local/
Description: A premium editable WordPress block theme for an international chemical raw materials trading company.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aurora-chem-trade
*/

:root {
	--act-white: #ffffff;
	--act-cold: #f6f7f6;
	--act-mist: #e8ecea;
	--act-ink: #111315;
	--act-graphite: #2c3033;
	--act-steel: #6b7478;
	--act-line: #d8dedb;
	--act-line-dark: rgba(255, 255, 255, 0.16);
	--act-green: #49675b;
	--act-metal: #a7aaa6;
	--act-shadow: 0 24px 70px rgba(17, 19, 21, 0.12);
	--act-container: min(1180px, calc(100% - 48px));
	--act-wide: min(1440px, calc(100% - 48px));
	--act-radius: 8px;
	--act-header: 76px;
	--act-font: "Inter", "Segoe UI", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--act-white);
	color: var(--act-ink);
	font-family: var(--act-font);
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.admin-bar .act-site-header {
	top: 32px;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
	letter-spacing: 0;
}

:focus-visible {
	outline: 2px solid var(--act-green);
	outline-offset: 4px;
}

.wp-site-blocks {
	overflow-x: clip;
}

.wp-site-blocks > .act-front-page-content {
	margin-block-start: 0;
}

.act-main {
	background: var(--act-white);
}

.act-section {
	margin: 0;
	padding: 116px 0;
	position: relative;
}

.act-section__inner,
.act-section > .wp-block-group__inner-container,
.act-section > .wp-block-group {
	width: var(--act-container);
	margin-right: auto;
	margin-left: auto;
}

.act-section-head {
	margin-bottom: 52px;
}

.act-section-head--split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
	gap: 72px;
	align-items: end;
}

.act-section h2,
.act-page-hero h1,
.act-single-hero h1,
.act-post-shell h1,
.act-archive-head h1 {
	margin: 0;
	color: var(--act-ink);
	font-size: 56px;
	font-weight: 520;
	line-height: 1.03;
	letter-spacing: 0;
}

.act-section h3,
.act-detail-panel h3,
.act-post-row h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 520;
	line-height: 1.2;
	letter-spacing: 0;
}

.act-section p,
.act-page-hero p,
.act-single-hero p,
.act-detail-panel p,
.act-post-row p {
	margin: 0;
	color: var(--act-steel);
	font-size: 17px;
	line-height: 1.72;
}

.act-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid rgba(216, 222, 219, 0.64);
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(18px);
	transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.act-site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(216, 222, 219, 0.9);
	box-shadow: 0 8px 30px rgba(17, 19, 21, 0.06);
}

.act-site-header__inner {
	width: var(--act-wide);
	min-height: var(--act-header);
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
}

.act-brand,
.act-brand .wp-block-site-logo,
.act-brand__title {
	display: flex;
	align-items: center;
	gap: 12px;
}

.act-brand__title,
.act-footer-title {
	font-size: 17px;
	font-weight: 620;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.act-navigation {
	justify-self: center;
}

.act-navigation a,
.act-footer-nav a {
	color: var(--act-graphite);
	font-size: 14px;
	font-weight: 460;
	line-height: 1;
	letter-spacing: 0;
}

.act-navigation a {
	padding: 30px 10px;
	position: relative;
}

.act-navigation a::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 22px;
	left: 10px;
	height: 1px;
	background: var(--act-ink);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.act-navigation a:hover::after {
	transform: scaleX(1);
}

.act-header-actions {
	justify-content: flex-end;
}

.act-mobile-menu-toggle {
	display: none;
	position: relative;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(17, 19, 21, 0.18);
	background: rgba(255, 255, 255, 0.72);
	color: var(--act-ink);
	cursor: pointer;
	backdrop-filter: blur(14px);
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.act-mobile-menu-toggle:hover {
	border-color: rgba(17, 19, 21, 0.34);
	background: rgba(255, 255, 255, 0.94);
}

.act-mobile-menu-toggle:active {
	transform: scale(0.97);
}

.act-mobile-menu-toggle__line {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 19px;
	height: 1px;
	background: currentColor;
	transform: translate(-50%, -5px);
	transition: transform 180ms ease, opacity 180ms ease;
}

.act-mobile-menu-toggle__line + .act-mobile-menu-toggle__line {
	transform: translate(-50%, 5px);
}

.act-site-header.is-mobile-menu-open .act-mobile-menu-toggle__line {
	transform: translate(-50%, -50%) rotate(45deg);
}

.act-site-header.is-mobile-menu-open .act-mobile-menu-toggle__line + .act-mobile-menu-toggle__line {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.act-header-link,
.act-header-cta .wp-block-button__link,
.wp-block-button__link,
.act-inquiry-form button {
	border: 1px solid currentColor;
	border-radius: 0;
	background: var(--act-ink);
	color: var(--act-white);
	padding: 13px 22px;
	font-size: 14px;
	font-weight: 540;
	line-height: 1;
	letter-spacing: 0;
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.act-header-cta.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--act-ink);
}

.wp-block-button__link:hover,
.act-header-link:hover,
.act-inquiry-form button:hover {
	background: var(--act-green);
	border-color: var(--act-green);
	color: var(--act-white);
	transform: translateY(-1px);
}

.act-hero {
	padding: 0;
	background: var(--act-ink);
	color: var(--act-white);
}

.act-hero .wp-block-cover__image-background {
	opacity: 0.9;
	object-position: center right;
	filter: saturate(0.92) contrast(1.06);
}

.act-hero .wp-block-cover__background {
	opacity: 1 !important;
	background:
		linear-gradient(90deg, rgba(17, 19, 21, 0.92) 0%, rgba(17, 19, 21, 0.66) 42%, rgba(17, 19, 21, 0.18) 100%) !important;
}

.act-hero .wp-block-cover__inner-container {
	width: var(--act-wide);
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 150px 0 54px;
}

.act-hero__content {
	max-width: 900px;
	margin: 0;
}

.act-hero h1 {
	max-width: 860px;
	margin: 0;
	color: var(--act-white);
	font-size: 76px;
	font-weight: 520;
	line-height: 0.98;
	letter-spacing: 0;
}

.act-hero__lead {
	max-width: 720px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 21px;
	line-height: 1.62;
}

.act-hero__actions {
	margin-top: 38px;
	gap: 12px;
}

.act-hero .wp-block-button.is-style-outline .wp-block-button__link {
	color: var(--act-white);
	border-color: rgba(255, 255, 255, 0.62);
}

.act-hero__metrics {
	width: min(820px, 100%);
	margin: 96px 0 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--act-line-dark);
	border-left: 1px solid var(--act-line-dark);
	background: rgba(17, 19, 21, 0.32);
	backdrop-filter: blur(16px);
}

.act-hero__metrics p {
	min-height: 112px;
	margin: 0;
	padding: 22px 20px;
	border-right: 1px solid var(--act-line-dark);
	border-bottom: 1px solid var(--act-line-dark);
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 1.35;
}

.act-hero__metrics strong,
.act-hero__metrics span {
	display: block;
}

.act-hero__metrics strong {
	margin-bottom: 12px;
	color: var(--act-white);
	font-size: 28px;
	font-weight: 520;
	line-height: 1;
}

.act-positioning {
	background:
		linear-gradient(180deg, var(--act-white), var(--act-cold));
}

.act-positioning-grid {
	margin-top: 44px;
	border-top: 1px solid var(--act-line);
	border-left: 1px solid var(--act-line);
}

.act-positioning-grid .wp-block-column {
	min-height: 260px;
	padding: 34px;
	border-right: 1px solid var(--act-line);
	border-bottom: 1px solid var(--act-line);
	background: rgba(255, 255, 255, 0.64);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.act-positioning-grid h3,
.act-application-rail h3 {
	color: var(--act-ink);
	font-size: 24px;
	font-weight: 520;
}

.act-section--dark,
.act-factory-showcase {
	overflow: hidden;
	background: #101314;
	color: var(--act-white);
}

.act-factory-showcase::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(73, 103, 91, 0.18), transparent 40%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 32%);
	pointer-events: none;
}

.act-factory-showcase .act-section__inner {
	position: relative;
	z-index: 1;
	width: var(--act-wide);
}

.act-factory-head {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
	gap: 64px;
	align-items: end;
	margin-bottom: 48px;
}

.act-factory-head h2 {
	color: var(--act-white);
}

.act-factory-head p {
	margin-top: 22px;
	max-width: 680px;
	color: rgba(255, 255, 255, 0.72);
}

.act-factory-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--act-line-dark);
	border-left: 1px solid var(--act-line-dark);
}

.act-factory-stats div {
	min-height: 118px;
	padding: 22px 18px;
	border-right: 1px solid var(--act-line-dark);
	border-bottom: 1px solid var(--act-line-dark);
}

.act-factory-stats strong,
.act-factory-stats span {
	display: block;
}

.act-factory-stats strong {
	color: var(--act-white);
	font-size: 30px;
	font-weight: 520;
	line-height: 1;
}

.act-factory-stats span {
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
}

.act-supply-map {
	position: relative;
	height: 68px;
	margin: 0 0 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.act-supply-map::before {
	content: "";
	position: absolute;
	top: 28px;
	right: 6%;
	left: 4%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
}

.act-supply-map span {
	position: absolute;
	top: 21px;
	width: 14px;
	height: 14px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	background: #101314;
	transform: rotate(45deg);
}

.act-supply-map span:nth-child(1) { left: 10%; }
.act-supply-map span:nth-child(2) { left: 36%; }
.act-supply-map span:nth-child(3) { left: 62%; }
.act-supply-map span:nth-child(4) { right: 10%; border-color: var(--act-green); background: var(--act-green); }

.act-factory-panels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.act-factory-panel {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	isolation: isolate;
	color: var(--act-white);
	display: flex;
	align-items: flex-end;
}

.act-factory-panel img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	transform: scale(1.02);
	filter: saturate(0.9) contrast(1.04);
	transition: transform 700ms ease, filter 700ms ease;
}

.act-factory-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(17, 19, 21, 0.02), rgba(17, 19, 21, 0.88) 86%),
		linear-gradient(90deg, rgba(17, 19, 21, 0.5), transparent 56%);
	transition: background 260ms ease;
}

.act-factory-panel:hover img {
	transform: scale(1.08);
	filter: saturate(0.98) contrast(1.08);
}

.act-factory-panel:hover::before {
	background:
		linear-gradient(180deg, rgba(17, 19, 21, 0.04), rgba(17, 19, 21, 0.92) 82%),
		linear-gradient(90deg, rgba(73, 103, 91, 0.42), transparent 58%);
}

.act-factory-panel__index {
	position: absolute;
	top: 28px;
	left: 28px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
}

.act-factory-panel__content {
	width: 100%;
	padding: 34px;
	transform: translateY(18px);
	transition: transform 260ms ease;
}

.act-factory-panel:hover .act-factory-panel__content {
	transform: translateY(0);
}

.act-factory-panel__content > span {
	display: block;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 13px;
}

.act-factory-panel h3 {
	max-width: 420px;
	color: var(--act-white);
	font-size: 34px;
}

.act-factory-panel p {
	max-width: 460px;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.76);
}

.act-factory-panel dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 28px 0 0;
}

.act-factory-panel dt {
	margin-bottom: 6px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 12px;
}

.act-factory-panel dd {
	margin: 0;
	color: var(--act-white);
	font-size: 14px;
	font-weight: 520;
	line-height: 1.35;
}

.act-factory-panel ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.act-factory-panel li {
	border: 1px solid rgba(255, 255, 255, 0.24);
	padding: 7px 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	line-height: 1;
}

.act-section--products {
	background: var(--act-white);
}

.act-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -20px 0 34px;
}

.act-filter {
	border: 1px solid var(--act-line);
	background: transparent;
	color: var(--act-graphite);
	padding: 10px 16px;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.act-filter.is-active,
.act-filter:hover {
	background: var(--act-ink);
	color: var(--act-white);
	border-color: var(--act-ink);
}

.act-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.act-product-card {
	border: 1px solid var(--act-line);
	background: var(--act-white);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.act-product-card:hover {
	transform: translateY(-4px);
	border-color: rgba(73, 103, 91, 0.46);
	box-shadow: var(--act-shadow);
}

.act-product-card.is-hidden {
	display: none;
}

.act-product-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--act-cold);
}

.act-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.92) contrast(1.02);
	transition: transform 520ms ease;
}

.act-product-card:hover .act-product-card__media img {
	transform: scale(1.045);
}

.act-product-card__body {
	padding: 26px;
}

.act-product-card__meta,
.act-product-card__chips,
.act-card-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.act-product-card__meta {
	justify-content: space-between;
	margin-bottom: 18px;
	color: var(--act-steel);
	font-size: 12px;
}

.act-product-card h3 {
	min-height: 58px;
	margin: 0 0 12px;
}

.act-product-card p {
	min-height: 82px;
	margin: 0;
	font-size: 15px;
}

.act-product-card__chips {
	margin-top: 22px;
}

.act-product-card__chips span {
	border: 1px solid var(--act-line);
	padding: 7px 9px;
	color: var(--act-graphite);
	font-size: 12px;
	line-height: 1;
}

.act-card-actions {
	justify-content: space-between;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid var(--act-line);
}

.act-card-actions a,
.act-outline-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--act-ink);
	font-size: 14px;
	font-weight: 560;
}

.act-card-actions svg,
.act-outline-link svg,
.act-inquiry-form button svg {
	width: 18px;
	height: 18px;
}

.act-advantage-band {
	background: var(--act-cold);
}

.act-number-grid {
	margin-top: 44px;
	border-top: 1px solid var(--act-line);
	border-left: 1px solid var(--act-line);
}

.act-number-grid .wp-block-column {
	min-height: 248px;
	padding: 30px;
	border-right: 1px solid var(--act-line);
	border-bottom: 1px solid var(--act-line);
	background: rgba(255, 255, 255, 0.58);
}

.act-number-grid strong {
	display: block;
	margin-bottom: 54px;
	color: var(--act-green);
	font-size: 14px;
	font-weight: 620;
}

.act-number-grid h3 {
	margin-bottom: 14px;
}

.act-trade-section {
	background: var(--act-white);
}

.act-split {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	gap: 72px;
	align-items: center;
	width: var(--act-container);
	margin-right: auto;
	margin-left: auto;
}

.act-split__copy p {
	margin-top: 24px;
}

.act-refined-list {
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--act-line);
}

.act-refined-list li {
	padding: 18px 0;
	border-bottom: 1px solid var(--act-line);
	color: var(--act-graphite);
	font-size: 15px;
}

.act-split__image {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--act-line);
}

.act-split__image img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	filter: saturate(0.92) contrast(1.02);
}

.act-applications {
	background: #f1f3f2;
}

.act-application-rail {
	margin-top: 42px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--act-line);
}

.act-application-rail .wp-block-column {
	min-height: 230px;
	padding: 28px;
	background: #f9faf9;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: background 180ms ease, transform 180ms ease;
}

.act-application-rail .wp-block-column:hover {
	background: var(--act-white);
	transform: translateY(-3px);
}

.act-section--inquiry {
	background: var(--act-ink);
	color: var(--act-white);
}

.act-inquiry {
	width: var(--act-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.9fr);
	gap: 84px;
	align-items: start;
}

.act-inquiry h2 {
	color: var(--act-white);
}

.act-inquiry p {
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.72);
}

.act-inquiry__notes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 42px;
}

.act-inquiry__notes span {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 12px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
}

.act-inquiry-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.04);
	padding: 28px;
}

.act-inquiry-form label {
	display: grid;
	gap: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

.act-inquiry-form__wide,
.act-inquiry-form button,
.act-form-status {
	grid-column: 1 / -1;
}

.act-inquiry-form input,
.act-inquiry-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: var(--act-white);
	border-radius: 0;
	padding: 13px 14px;
	font-size: 15px;
}

.act-inquiry-form textarea {
	resize: vertical;
}

.act-inquiry-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-color: var(--act-white);
	background: var(--act-white);
	color: var(--act-ink);
	cursor: pointer;
}

.act-form-status {
	min-height: 22px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

.act-editor-controls {
	display: grid;
	gap: 14px;
	margin: 0 0 18px;
	padding: 18px;
	border: 1px solid var(--act-line);
	background: var(--act-cold);
	color: var(--act-ink);
}

.act-editor-controls strong {
	display: block;
	font-size: 13px;
	font-weight: 620;
	line-height: 1.2;
}

.act-editor-controls .components-base-control {
	margin-bottom: 0;
}

.act-page-hero {
	width: var(--act-container);
	margin: 0 auto;
	padding: 132px 0 70px;
	border-bottom: 1px solid var(--act-line);
}

.act-page-hero h1 {
	max-width: 900px;
}

.act-page-hero p {
	max-width: 760px;
	margin-top: 24px;
	font-size: 20px;
}

.act-single-hero {
	width: var(--act-wide);
	margin: 0 auto;
	padding: 42px 0 72px;
}

.act-single-hero__image {
	margin: 0;
	overflow: hidden;
	background: var(--act-cold);
}

.act-single-hero__image img {
	width: 100%;
	object-fit: cover;
}

.act-single-hero__content {
	width: var(--act-container);
	margin: -118px auto 0;
	position: relative;
	z-index: 1;
	background: var(--act-white);
	padding: 42px 48px;
	box-shadow: 0 18px 60px rgba(17, 19, 21, 0.1);
}

.act-single-terms,
.act-single-label {
	margin: 0 0 16px;
	color: var(--act-green);
	font-size: 13px;
	font-weight: 620;
}

.act-detail-panel {
	width: var(--act-container);
	margin: 0 auto 100px;
	padding-top: 30px;
	border-top: 1px solid var(--act-line);
}

.act-detail-panel h2 {
	margin: 0 0 34px;
	font-size: 42px;
	font-weight: 520;
}

.act-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.act-detail-card {
	border: 1px solid var(--act-line);
	padding: 28px;
	background: var(--act-white);
}

.act-detail-card h3 {
	margin-bottom: 20px;
}

.act-detail-card table {
	width: 100%;
	border-collapse: collapse;
}

.act-detail-card th,
.act-detail-card td {
	border-bottom: 1px solid var(--act-line);
	padding: 13px 0;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

.act-detail-card th {
	width: 38%;
	color: var(--act-steel);
	font-weight: 520;
}

.act-detail-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.act-detail-list li {
	padding: 14px 0;
	border-bottom: 1px solid var(--act-line);
	color: var(--act-graphite);
}

.act-outline-link {
	margin-top: 26px;
}

.act-factory-detail-metrics {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-top: 1px solid var(--act-line);
	border-left: 1px solid var(--act-line);
	margin-bottom: 24px;
}

.act-factory-detail-metrics div {
	min-height: 128px;
	padding: 22px;
	border-right: 1px solid var(--act-line);
	border-bottom: 1px solid var(--act-line);
}

.act-factory-detail-metrics span,
.act-factory-detail-metrics strong {
	display: block;
}

.act-factory-detail-metrics span {
	margin-bottom: 18px;
	color: var(--act-steel);
	font-size: 13px;
}

.act-factory-detail-metrics strong {
	color: var(--act-ink);
	font-size: 18px;
	font-weight: 520;
	line-height: 1.3;
}

.act-factory-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.act-factory-gallery img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.act-post-shell,
.act-archive-head,
.act-legacy-main {
	width: var(--act-container);
	margin: 0 auto;
	padding: 110px 0;
}

.act-post-row {
	border-bottom: 1px solid var(--act-line);
	padding: 30px 0;
}

.act-empty-state {
	grid-column: 1 / -1;
	border: 1px solid var(--act-line);
	padding: 30px;
	color: var(--act-steel);
	background: var(--act-cold);
}

.act-empty-state--dark {
	border-color: rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.06);
}

.act-site-footer {
	background: #0f1213;
	color: var(--act-white);
	padding: 72px 0 28px;
}

.act-site-footer__inner {
	width: var(--act-wide);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.4fr) minmax(240px, 0.5fr);
	gap: 72px;
}

.act-site-footer h3 {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 13px;
	font-weight: 560;
}

.act-site-footer p,
.act-site-footer a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
}

.act-footer-title {
	color: var(--act-white);
	font-size: 22px;
}

.act-site-footer__bar {
	width: var(--act-wide);
	margin: 54px auto 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.act-site-footer__bar p {
	margin: 0;
}

@media (max-width: 1180px) {
	:root {
		--act-container: min(100% - 36px, 1000px);
		--act-wide: min(100% - 36px, 1120px);
	}

	.act-section h2,
	.act-page-hero h1,
	.act-single-hero h1 {
		font-size: 46px;
	}

	.act-hero h1 {
		font-size: 60px;
	}

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

	.act-factory-panels {
		grid-template-columns: 1fr;
	}

	.act-factory-panel {
		min-height: 520px;
	}

	.act-factory-detail-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	:root {
		--act-header: 64px;
	}

	.act-site-header {
		background: rgba(255, 255, 255, 0.9);
	}

	.act-site-header.is-mobile-menu-open {
		background: rgba(255, 255, 255, 0.97);
		border-color: rgba(216, 222, 219, 0.92);
		box-shadow: 0 18px 46px rgba(17, 19, 21, 0.1);
	}

	.act-site-header__inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0 16px;
		align-items: center;
		min-height: var(--act-header);
		padding: 0;
	}

	.act-brand {
		min-width: 0;
		gap: 10px;
	}

	.act-brand .wp-block-site-logo img {
		width: 38px;
		height: auto;
	}

	.act-brand__title {
		max-width: calc(100vw - 126px);
		overflow: hidden;
		font-size: 15px;
		text-overflow: ellipsis;
	}

	.act-mobile-menu-toggle {
		display: inline-flex;
		justify-self: end;
		align-items: center;
		justify-content: center;
	}

	.act-navigation,
	.act-header-actions {
		grid-column: 1 / -1;
		width: 100%;
		justify-self: stretch;
	}

	.act-navigation {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		transition: max-height 260ms ease, opacity 180ms ease, transform 220ms ease;
	}

	.act-site-header.is-mobile-menu-open .act-navigation {
		max-height: calc(100vh - var(--act-header) - 24px);
		overflow: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.act-navigation .wp-block-navigation__responsive-container-open,
	.act-navigation .wp-block-navigation__responsive-container-close {
		display: none !important;
	}

	.act-navigation .wp-block-navigation__responsive-container,
	.act-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		position: static !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		overflow: visible !important;
		background: transparent !important;
		color: inherit !important;
	}

	.act-navigation .wp-block-navigation__responsive-close,
	.act-navigation .wp-block-navigation__responsive-dialog,
	.act-navigation .wp-block-navigation__responsive-container-content {
		display: block !important;
		width: 100%;
	}

	.act-navigation .wp-block-navigation__container {
		display: grid !important;
		width: 100%;
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		align-items: stretch !important;
		justify-content: stretch !important;
		justify-items: stretch;
		padding: 16px 0 8px;
		border-top: 1px solid rgba(17, 19, 21, 0.1);
	}

	.act-navigation .wp-block-navigation-item {
		display: block !important;
		width: 100%;
		border-bottom: 1px solid rgba(17, 19, 21, 0.08);
	}

	.act-navigation a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 18px 0;
		color: var(--act-ink);
		font-size: 17px;
		font-weight: 520;
		line-height: 1.1;
	}

	.act-navigation .wp-block-navigation-item__content {
		display: flex !important;
		width: 100%;
		min-width: 100%;
		box-sizing: border-box;
	}

	.act-navigation a::after {
		position: static;
		width: 7px;
		height: 7px;
		margin-left: 18px;
		border-top: 1px solid currentColor;
		border-right: 1px solid currentColor;
		background: transparent;
		opacity: 0.42;
		transform: rotate(45deg);
	}

	.act-navigation a:hover {
		color: var(--act-green);
	}

	.act-navigation a:hover::after {
		transform: rotate(45deg) translate(2px, -2px);
	}

	.act-header-actions {
		display: none !important;
		justify-content: stretch;
		padding: 10px 0 22px;
	}

	.act-site-header.is-mobile-menu-open .act-header-actions {
		display: flex !important;
	}

	.act-header-cta,
	.act-header-cta .wp-block-button__link {
		display: block !important;
		width: 100%;
	}

	.act-header-cta .wp-block-button__link {
		border-color: var(--act-ink);
		background: var(--act-ink);
		color: var(--act-white);
		padding: 15px 22px;
		text-align: center;
	}
}

@media (max-width: 782px) {
	body.admin-bar .act-site-header {
		top: 46px;
	}
}

@media (max-width: 760px) {
	:root {
		--act-container: calc(100% - 28px);
		--act-wide: calc(100% - 28px);
	}

	.act-section {
		padding: 76px 0;
	}

	.act-section h2,
	.act-page-hero h1,
	.act-single-hero h1,
	.act-detail-panel h2 {
		max-inline-size: 9.6em;
		font-size: 34px;
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.act-section-head--split,
	.act-factory-head,
	.act-split,
	.act-inquiry,
	.act-detail-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.act-hero {
		min-height: 760px !important;
	}

	.act-hero .wp-block-cover__inner-container {
		width: calc(100% - 28px);
		max-width: calc(100% - 28px);
		padding: 112px 0 28px;
	}

	.act-hero__content,
	.act-hero__lead {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.act-hero h1 {
		width: 100%;
		max-width: 9.6em;
		max-inline-size: 9.6em;
		min-width: 0;
		font-size: 32px;
		line-height: 1.1;
		overflow-wrap: anywhere;
	}

	.act-hero__lead {
		font-size: 17px;
	}

	.act-hero__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 48px;
	}

	.act-hero__metrics p {
		min-height: 96px;
		padding: 18px 16px;
	}

	.act-positioning-grid,
	.act-number-grid,
	.act-application-rail,
	.act-factory-stats,
	.act-product-grid,
	.act-factory-detail-metrics,
	.act-factory-gallery,
	.act-inquiry-form {
		grid-template-columns: 1fr;
	}

	.act-positioning-grid .wp-block-column,
	.act-number-grid .wp-block-column,
	.act-application-rail .wp-block-column {
		min-height: auto;
	}

	.act-factory-panel {
		min-height: 560px;
	}

	.act-factory-panel__content {
		padding: 24px;
		transform: none;
	}

	.act-factory-panel h3 {
		font-size: 28px;
	}

	.act-factory-panel dl {
		grid-template-columns: 1fr;
	}

	.act-product-grid {
		gap: 18px;
	}

	.act-product-card__body {
		padding: 22px;
	}

	.act-product-card h3,
	.act-product-card p {
		min-height: auto;
	}

	.act-page-hero {
		padding: 92px 0 44px;
	}

	.act-page-hero p {
		font-size: 17px;
	}

	.act-single-hero {
		padding-top: 24px;
	}

	.act-single-hero__image {
		aspect-ratio: 4 / 3;
	}

	.act-single-hero__content {
		width: 100%;
		margin: 0;
		padding: 28px 0 0;
		box-shadow: none;
	}

	.act-inquiry-form {
		padding: 20px;
	}

	.act-site-footer__inner,
	.act-site-footer__bar {
		width: var(--act-wide);
		grid-template-columns: 1fr;
		flex-direction: column;
		gap: 26px;
	}
}

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