:root {
	--hst-black: #090b0e;
	--hst-panel: #11151b;
	--hst-panel-2: #171b22;
	--hst-gold: #ffc400;
	--hst-gold-2: #f3a900;
	--hst-text: #f8f9fb;
	--hst-muted: #c3c8d1;
	--hst-dim: #7f8793;
	--hst-line: rgba(255, 255, 255, 0.12);
	--hst-max: 1320px;
	--hst-radius: 8px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--hst-black);
	color: var(--hst-text);
	font-family: "Inter", "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

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

a {
	color: inherit;
	text-decoration: none;
	transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

a:hover {
	color: var(--hst-gold);
}

.hst-container {
	width: min(calc(100% - 48px), var(--hst-max));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.skip-link:focus {
	z-index: 999;
	width: auto;
	height: auto;
	padding: 12px 16px;
	margin: 12px;
	clip: auto;
	background: var(--hst-gold);
	color: #07080a;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(8, 10, 13, 0.96);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.top-bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
}

.top-bar__inner,
.top-bar__links,
.main-nav__inner,
.hero-actions {
	display: flex;
	align-items: center;
}

.top-bar__inner {
	min-height: 38px;
	justify-content: space-between;
	gap: 24px;
}

.top-bar p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #f2f4f8;
}

.dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--hst-gold);
	box-shadow: 0 0 16px rgba(255, 196, 0, 0.7);
}

.top-bar__links {
	gap: 26px;
	color: #f2f4f8;
}

.top-bar__links a:nth-last-child(-n+3) {
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
}

.main-nav__inner {
	min-height: 104px;
	justify-content: space-between;
	gap: 36px;
}

.brand {
	flex: 0 0 auto;
}

.brand img,
.custom-logo-link img {
	width: 276px;
	max-height: 82px;
	object-fit: contain;
}

.primary-nav {
	margin-left: auto;
}

.primary-nav ul {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav li {
	position: relative;
}

.primary-nav a {
	position: relative;
	display: inline-flex;
	padding: 10px 0;
	color: #f4f5f7;
	font-weight: 600;
}

.primary-nav .current-menu-item > a,
.primary-nav a:hover {
	color: var(--hst-gold);
}

.primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	content: "";
	background: var(--hst-gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
}

.primary-nav .current-menu-item > a::after,
.primary-nav a:hover::after {
	transform: scaleX(1);
}

.primary-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: grid;
	min-width: 210px;
	gap: 4px;
	padding: 14px;
	background: #0c0f14;
	border: 1px solid var(--hst-line);
	border-radius: var(--hst-radius);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.primary-nav .sub-menu a {
	display: flex;
	padding: 8px 10px;
}

.quote-button,
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: 6px;
	font-weight: 800;
	line-height: 1;
}

.quote-button {
	min-width: 130px;
	padding: 0 24px;
	border: 1px solid var(--hst-gold);
	color: var(--hst-gold);
}

.quote-button:hover {
	background: var(--hst-gold);
	color: #07080a;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid var(--hst-line);
	border-radius: 6px;
	background: transparent;
}

.menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: var(--hst-text);
}

.hero-section {
	position: relative;
	overflow: hidden;
	min-height: 525px;
	background:
		url("../images/hero-honeycomb.svg") right center / min(760px, 62vw) auto no-repeat,
		radial-gradient(circle at 75% 44%, rgba(255, 196, 0, 0.18), transparent 24%),
		linear-gradient(90deg, rgba(7, 8, 11, 0.98) 0%, rgba(10, 12, 16, 0.9) 48%, rgba(10, 12, 16, 0.78) 100%);
}

.hero-section::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, #090b0e 0%, rgba(9, 11, 14, 0.52) 48%, rgba(9, 11, 14, 0.18) 100%);
	opacity: 0.54;
}

.hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
	align-items: center;
	min-height: 525px;
	gap: 32px;
}

.hero-copy {
	padding: 66px 0 72px;
}

.eyebrow {
	margin: 0 0 18px;
	color: var(--hst-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.hero-copy h1,
.about-copy h2,
.page-header h1,
.archive-header h1,
.not-found h1 {
	margin: 0;
	color: var(--hst-text);
	font-size: clamp(42px, 5.2vw, 64px);
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: 0;
}

.hero-copy h1 span,
.about-copy h2 span {
	display: block;
	color: var(--hst-gold);
}

.hero-text {
	max-width: 560px;
	margin: 24px 0 28px;
	color: var(--hst-muted);
	font-size: 19px;
}

.hero-actions {
	gap: 16px;
	flex-wrap: wrap;
}

.btn {
	gap: 18px;
	padding: 0 28px;
	border: 1px solid transparent;
}

.btn-primary {
	background: linear-gradient(135deg, var(--hst-gold), var(--hst-gold-2));
	color: #07080a;
	box-shadow: 0 12px 28px rgba(255, 196, 0, 0.22);
}

.btn-primary:hover {
	color: #07080a;
	transform: translateY(-1px);
}

.btn-outline {
	border-color: var(--hst-gold);
	color: var(--hst-text);
}

.btn-outline:hover {
	background: rgba(255, 196, 0, 0.12);
}

.hero-art {
	position: relative;
	min-height: 420px;
}

.hero-art > img:first-child {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
}

.hero-mark {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(330px, 48vw);
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 0 55px rgba(255, 196, 0, 0.36));
}

.services-strip {
	background:
		linear-gradient(180deg, rgba(30, 35, 43, 0.94), rgba(18, 22, 28, 0.98)),
		#151920;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.service-card {
	position: relative;
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 20px;
	min-height: 215px;
	padding: 44px 32px 34px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.service-card:last-child {
	border-right: 0;
}

.service-card::after {
	position: absolute;
	bottom: 0;
	left: 6px;
	width: 58px;
	height: 2px;
	content: "";
	background: var(--hst-gold);
}

.service-card img {
	width: 76px;
}

.service-card h2 {
	margin: 8px 0 14px;
	font-size: 19px;
	line-height: 1.3;
}

.service-card p,
.about-copy p,
.value-grid p,
.entry-summary,
.entry-content,
.site-footer p {
	color: var(--hst-muted);
}

.service-card p {
	margin: 0 0 18px;
	font-size: 15px;
}

.service-card a {
	color: var(--hst-gold);
	font-size: 14px;
	font-weight: 800;
}

.about-section {
	position: relative;
	overflow: hidden;
	padding: 40px 0 26px;
	background:
		radial-gradient(circle at 10% 20%, rgba(255, 196, 0, 0.08), transparent 22%),
		linear-gradient(90deg, #0d1015, #11151b);
}

.about-grid {
	display: grid;
	grid-template-columns: minmax(360px, 0.92fr) 1fr;
	align-items: center;
	gap: 64px;
}

.about-media {
	position: relative;
}

.about-media > img {
	width: 100%;
	border-radius: var(--hst-radius);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.experience-badge {
	position: absolute;
	bottom: 4px;
	left: 0;
	display: grid;
	place-items: center;
	width: 148px;
	height: 158px;
	padding: 30px 24px;
	text-align: center;
	background: url("../images/experience-badge.svg") center / contain no-repeat;
}

.experience-badge strong {
	display: block;
	font-size: 34px;
	line-height: 1;
}

.experience-badge span {
	display: block;
	margin-top: 8px;
	color: var(--hst-muted);
	font-size: 12px;
	line-height: 1.35;
}

.about-copy {
	padding: 34px 0;
}

.about-copy h2 {
	font-size: clamp(34px, 3.8vw, 44px);
}

.about-copy > p {
	max-width: 660px;
	margin: 18px 0 34px;
	font-size: 17px;
}

.value-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.value-grid div {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 0 16px;
	align-items: start;
}

.value-grid img {
	grid-row: span 2;
	width: 42px;
}

.value-grid h3 {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 1.25;
}

.value-grid p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
}

.content-shell {
	padding: 72px 0;
}

.page-header,
.archive-header,
.not-found {
	margin-bottom: 32px;
}

.entry-page,
.entry-card,
.comments-area {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid var(--hst-line);
	border-radius: var(--hst-radius);
}

.entry-page,
.comments-area {
	padding: 34px;
}

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

.entry-card {
	overflow: hidden;
}

.entry-card__body {
	padding: 24px;
}

.entry-title {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.25;
}

.entry-meta {
	margin: 0 0 14px;
	color: var(--hst-gold);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.entry-content a {
	color: var(--hst-gold);
	text-decoration: underline;
}

.entry-content img {
	border-radius: var(--hst-radius);
}

.hst-page-content.is-empty {
	display: none;
}

.elementor-editor-active .hst-page-content.is-empty {
	display: block;
	min-height: 120px;
}

.elementor-page-shell {
	padding: 0;
	background: var(--hst-black);
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: var(--hst-max);
}

.elementor-widget-container a {
	color: var(--hst-gold);
}

.hst-ea-service .eael-infobox,
.hst-ea-value .eael-infobox {
	position: relative;
	height: 100%;
	background: transparent;
	border-radius: var(--hst-radius);
	color: var(--hst-text);
}

.hst-ea-service .eael-infobox {
	padding: 10px 18px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hst-ea-service .eael-infobox::after {
	position: absolute;
	bottom: 0;
	left: 18px;
	width: 58px;
	height: 2px;
	content: "";
	background: var(--hst-gold);
}

.hst-ea-service .eael-infobox .infobox-icon,
.hst-ea-value .eael-infobox .infobox-icon {
	color: var(--hst-gold);
}

.hst-ea-service .eael-infobox img,
.hst-ea-value .eael-infobox img {
	width: 76px;
	height: auto;
}

.hst-ea-service .eael-infobox .title,
.hst-ea-service .eael-infobox .infobox-title,
.hst-ea-value .eael-infobox .title,
.hst-ea-value .eael-infobox .infobox-title {
	color: var(--hst-text);
	font-weight: 800;
	line-height: 1.25;
}

.hst-ea-service .eael-infobox .description,
.hst-ea-service .eael-infobox .infobox-content,
.hst-ea-value .eael-infobox .description,
.hst-ea-value .eael-infobox .infobox-content {
	color: var(--hst-muted);
}

.hst-ea-service .eael-infobox a,
.hst-ea-service .eael-infobox .eael-infobox-button {
	color: var(--hst-gold);
	font-weight: 800;
}

.hst-ea-gold-button .eael-creative-button,
.hst-ea-gold-button a,
.hst-ea-outline-button .eael-creative-button,
.hst-ea-outline-button a {
	min-height: 46px;
	border-radius: 6px;
	font-weight: 800;
}

.hst-ea-gold-button .eael-creative-button,
.hst-ea-gold-button a {
	background: linear-gradient(135deg, var(--hst-gold), var(--hst-gold-2));
	color: #07080a;
	box-shadow: 0 12px 28px rgba(255, 196, 0, 0.22);
}

.hst-ea-outline-button .eael-creative-button,
.hst-ea-outline-button a {
	background: transparent;
	border: 1px solid var(--hst-gold);
	color: var(--hst-text);
}

.hst-ea-hero {
	overflow: hidden;
	background:
		url("../images/hero-honeycomb.svg") right center / min(760px, 62vw) auto no-repeat,
		radial-gradient(circle at 75% 44%, rgba(255, 196, 0, 0.18), transparent 24%),
		linear-gradient(90deg, rgba(7, 8, 11, 0.98) 0%, rgba(10, 12, 16, 0.9) 48%, rgba(10, 12, 16, 0.78) 100%);
}

.hst-ea-services-section {
	background:
		linear-gradient(180deg, rgba(30, 35, 43, 0.94), rgba(18, 22, 28, 0.98)),
		#151920;
}

.site-footer {
	padding: 44px 0 24px;
	background: #080a0d;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 0.8fr;
	gap: 40px;
	align-items: start;
}

.footer-logo {
	width: 220px;
	margin-bottom: 18px;
}

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

.footer-bottom {
	padding-top: 20px;
	margin-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--hst-dim);
	font-size: 13px;
}

.hst-woocommerce {
	padding: 58px 0 80px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--hst-line);
	border-radius: var(--hst-radius);
}

.woocommerce div.product .product_title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product p.price,
.woocommerce ul.products li.product .price {
	color: var(--hst-text);
}

.woocommerce span.onsale,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border-radius: 6px;
	background: var(--hst-gold);
	color: #07080a;
	font-weight: 800;
}

@media (max-width: 1120px) {
	.primary-nav ul {
		gap: 24px;
	}

	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.service-card:nth-child(2) {
		border-right: 0;
	}

	.about-grid {
		gap: 36px;
	}

	.value-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 880px) {
	.hst-container {
		width: min(calc(100% - 32px), var(--hst-max));
	}

	.top-bar {
		display: none;
	}

	.main-nav__inner {
		min-height: 78px;
	}

	.brand img,
	.custom-logo-link img {
		width: 214px;
	}

	.menu-toggle {
		display: block;
		margin-left: auto;
	}

	.primary-nav {
		position: absolute;
		top: 78px;
		right: 16px;
		left: 16px;
		display: none;
		padding: 18px;
		background: #0c0f14;
		border: 1px solid var(--hst-line);
		border-radius: var(--hst-radius);
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav ul {
		display: grid;
		gap: 6px;
	}

	.primary-nav .sub-menu {
		position: static;
		display: grid;
		padding: 0 0 0 14px;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.quote-button {
		display: none;
	}

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

	.hero-grid {
		min-height: auto;
	}

	.hero-copy {
		padding: 54px 0 20px;
	}

	.hero-art {
		min-height: 260px;
	}

	.hero-mark {
		width: 230px;
	}

	.services-grid,
	.post-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.service-card,
	.service-card:nth-child(2) {
		min-height: auto;
		padding: 28px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.service-card:last-child {
		border-bottom: 0;
	}

	.hst-ea-service .eael-infobox {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
}

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

@media (max-width: 560px) {
	.hero-copy h1 {
		font-size: 42px;
	}

	.hero-text {
		font-size: 16px;
	}

	.btn {
		width: 100%;
	}

	.service-card {
		grid-template-columns: 64px 1fr;
		gap: 16px;
	}

	.service-card img {
		width: 64px;
	}

	.experience-badge {
		width: 118px;
		height: 128px;
	}
}
