/*!
 * Azure Mining — site design system.
 *
 * Loaded by the Azure Mining Site Kit plugin, on top of a stock Hello
 * Elementor install. Hello is left completely untouched: its own header,
 * footer, skip link and page title are switched off through the theme's
 * documented filters, and everything below is layered on afterwards.
 *
 * Because this is a plugin asset, the theme can be updated freely without
 * ever disturbing the design.
 */

/* ==========================================================================
   1. Fonts — self-hosted, Latin subset
   ========================================================================== */

@font-face { font-family: "Sora"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/sora-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Sora"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/sora-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Sora"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/sora-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-weight: 400; font-style: normal; font-display: swap; src: url("../fonts/inter-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/inter-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/inter-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/inter-latin-700-normal.woff2") format("woff2"); }

/* ==========================================================================
   2. Design tokens
   ========================================================================== */

:root {
	--amz-ink: #06231b;
	--amz-ink-soft: #3d5a4c;
	--amz-azure: #0e7a44;
	--amz-azure-deep: #0a5230;
	--amz-azure-light: #3dab72;
	--amz-azure-mist: #a9e3c6;
	--amz-lepidolite: #93cc7e;
	--amz-lepidolite-soft: #eaf6e8;
	--amz-surface: #f1f8f3;
	--amz-surface-deep: #e2f0e6;
	--amz-hairline: #d5e6da;
	--amz-base: #ffffff;

	--amz-display: "Sora", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	--amz-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

	--amz-radius-sm: 6px;
	--amz-radius-md: 12px;
	--amz-radius-lg: 20px;
	--amz-pill: 999px;

	--amz-shadow-card: 0 1px 2px rgba(6, 35, 27, 0.04), 0 8px 24px -12px rgba(6, 35, 27, 0.14);
	--amz-shadow-lift: 0 2px 4px rgba(6, 35, 27, 0.06), 0 18px 40px -18px rgba(6, 35, 27, 0.24);
	--amz-transition: 180ms cubic-bezier(0.4, 0, 0.2, 1);

	--amz-gradient: linear-gradient(160deg, #06231b 0%, #0a5230 58%, #0e7a44 100%);
}

/* ==========================================================================
   3. Base
   ========================================================================== */

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }

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

body {
	margin: 0;
	font-family: var(--amz-body);
	font-size: 17px;
	line-height: 1.65;
	letter-spacing: -0.006em;
	color: var(--amz-ink-soft);
	background: var(--amz-base);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; }

a { color: var(--amz-azure); transition: color var(--amz-transition); }
a:hover { color: var(--amz-azure-deep); }

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--amz-azure-light);
	outline-offset: 3px;
	border-radius: 4px;
}

::selection { background: var(--amz-lepidolite); color: #fff; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	font-family: var(--amz-display);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.022em;
	color: var(--amz-ink);
}

h1 { font-size: clamp(2.25rem, 1.6rem + 2.6vw, 3.5rem); line-height: 1.06; letter-spacing: -0.032em; }
h2 { font-size: clamp(1.75rem, 1.35rem + 1.7vw, 2.625rem); line-height: 1.12; letter-spacing: -0.026em; }
h3 { font-size: clamp(1.375rem, 1.2rem + 0.75vw, 1.75rem); }
h4 { font-size: clamp(1.125rem, 1.05rem + 0.35vw, 1.375rem); }

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

.amz-skip-link:focus {
	position: fixed !important;
	z-index: 999999;
	top: 12px; left: 12px;
	width: auto; height: auto;
	padding: 14px 22px;
	clip: auto; clip-path: none;
	background: var(--amz-ink);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	border-radius: var(--amz-pill);
	text-decoration: none;
}

/* ==========================================================================
   4. Site header
   ========================================================================== */

.amz-header {
	position: sticky;
	top: 0;
	z-index: 500;
	background: rgba(255, 255, 255, 0.88);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid transparent;
	transition: border-color var(--amz-transition), box-shadow var(--amz-transition);
}

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

.amz-header.is-stuck {
	border-bottom-color: var(--amz-hairline);
	box-shadow: 0 6px 24px -18px rgba(6, 35, 27, 0.4);
}

.amz-header__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 16px clamp(20px, 5vw, 40px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.amz-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: none; }
.amz-brand:hover { color: inherit; }
.amz-brand svg { display: block; height: clamp(28px, 3.4vw, 34px); width: auto; }

.amz-brand__name {
	font-family: var(--amz-display);
	font-size: clamp(1rem, 0.9rem + 0.4vw, 1.1875rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--amz-ink);
	line-height: 1.1;
	white-space: nowrap;
}

.amz-brand__sub {
	display: block;
	font-family: var(--amz-body);
	font-size: 0.5625rem;
	font-weight: 500;
	letter-spacing: 0.34em;
	color: var(--amz-ink-soft);
	margin-top: 2px;
}

.amz-header__right { display: flex; align-items: center; gap: 28px; }

.amz-nav ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.amz-nav a {
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--amz-ink-soft);
	text-decoration: none;
	padding: 6px 0;
	display: block;
}
.amz-nav a:hover,
.amz-nav .current-menu-item > a,
.amz-nav .current_page_item > a { color: var(--amz-azure); }
.amz-nav .current-menu-item > a,
.amz-nav .current_page_item > a { font-weight: 600; }

.amz-header .amz-btn { padding: 13px 24px; font-size: 0.875rem; }

/* The CTA inside the nav is for the mobile drawer only. Without this rule
   both buttons render on desktop (fixed in 1.1.0). */
.amz-header a.amz-nav__cta { display: none; }

.amz-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px; height: 44px;
	padding: 0;
	background: none;
	border: 1px solid var(--amz-hairline);
	border-radius: var(--amz-radius-sm);
	color: var(--amz-ink);
	cursor: pointer;
}
.amz-nav-toggle svg { width: 22px; height: 22px; }

@media (max-width: 1024px) {
	.amz-nav-toggle { display: flex; }
	.amz-header__right { gap: 12px; }
	.amz-header .amz-btn { display: none; }
	.amz-nav {
		position: fixed;
		inset: 0;
		background: var(--amz-ink);
		display: none;
		padding: 96px clamp(24px, 7vw, 56px) 40px;
		overflow-y: auto;
	}
	.amz-nav.is-open { display: block; }
	.amz-nav ul { flex-direction: column; gap: 4px; }
	.amz-nav a {
		color: #fff;
		font-family: var(--amz-display);
		font-size: 1.5rem;
		font-weight: 600;
		padding: 12px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.amz-nav a:hover,
	.amz-nav .current-menu-item > a { color: var(--amz-azure-mist); }
	.amz-header a.amz-nav__cta { margin-top: 28px; display: block; }
	body.amz-nav-open { overflow: hidden; }
}

/* ==========================================================================
   5. Buttons
   ========================================================================== */

.amz-btn,
.elementor-widget-button .amz-btn .elementor-button,
.elementor-button.elementor-size-md {
	font-family: var(--amz-body);
}

.amz-btn .elementor-button,
a.amz-btn {
	display: inline-block;
	background: var(--amz-azure);
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.005em;
	padding: 17px 30px;
	border: 1.5px solid var(--amz-azure);
	border-radius: var(--amz-pill);
	text-decoration: none;
	transition: background-color var(--amz-transition), border-color var(--amz-transition), transform var(--amz-transition), color var(--amz-transition);
}

.amz-btn .elementor-button:hover,
a.amz-btn:hover {
	background: var(--amz-azure-deep);
	border-color: var(--amz-azure-deep);
	color: #fff;
	transform: translateY(-1px);
}

.amz-btn--ghost .elementor-button,
a.amz-btn--ghost {
	background: transparent;
	color: var(--amz-azure);
}
.amz-btn--ghost .elementor-button:hover,
a.amz-btn--ghost:hover { background: var(--amz-azure); color: #fff; }

.amz-on-dark .amz-btn--ghost .elementor-button {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.55);
	background: transparent;
}
.amz-on-dark .amz-btn--ghost .elementor-button:hover {
	background: #fff;
	color: var(--amz-ink);
	border-color: #fff;
}

/* Elementor stacks button widgets in inner sections; keep them tight and inline */
.amz-buttons > .elementor-container { justify-content: flex-start; }
.amz-buttons .elementor-column { width: auto !important; flex: 0 0 auto !important; }
.amz-buttons .elementor-widget-button { margin-bottom: 0; }
.amz-cta .amz-buttons > .elementor-container { justify-content: center; }

@media (max-width: 767px) {
	.amz-buttons .elementor-column { width: 100% !important; }
	.amz-buttons .elementor-button { display: block; text-align: center; }
}

/* ==========================================================================
   6. Typographic helpers
   ========================================================================== */

.amz-eyebrow .elementor-heading-title,
p.amz-eyebrow {
	font-family: var(--amz-body);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--amz-azure);
	margin-bottom: 0.4rem;
}

.amz-on-dark .amz-eyebrow .elementor-heading-title { color: var(--amz-azure-mist); }

.amz-lede { font-size: clamp(1.0625rem, 1rem + 0.35vw, 1.25rem); line-height: 1.6; max-width: 64ch; }

.amz-note { font-size: 0.875rem; color: var(--amz-ink-soft); }
.amz-on-dark .amz-note { color: rgba(255, 255, 255, 0.72); }

.amz-hr { border: none; border-top: 1px solid var(--amz-hairline); margin: 1.35rem 0; }

/* ==========================================================================
   7. Hero
   ========================================================================== */

.amz-hero { position: relative; isolation: isolate; overflow: hidden; }

.amz-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url("../images/graphics/strata-texture.svg");
	background-size: cover;
	background-position: center right;
	opacity: 0.5;
	pointer-events: none;
}

.amz-hero > .elementor-container { position: relative; z-index: 1; }

.amz-hero__title .elementor-heading-title { max-width: 19ch; }
.amz-hero__title--xl .elementor-heading-title {
	font-size: clamp(2.625rem, 1.7rem + 3.6vw, 4.5rem);
	max-width: 16ch;
}
.amz-hero__lede { font-size: clamp(1.0625rem, 1rem + 0.5vw, 1.375rem); line-height: 1.55; max-width: 44ch; }

/* ==========================================================================
   8. Dark sections
   ========================================================================== */

.amz-on-dark :where(h1, h2, h3, h4, h5, h6) { color: #fff; }
.amz-on-dark, .amz-on-dark p, .amz-on-dark li { color: rgba(255, 255, 255, 0.8); }
.amz-on-dark a:not(.elementor-button) { color: var(--amz-azure-mist); }
.amz-on-dark .amz-hr { border-top-color: rgba(255, 255, 255, 0.16); }

/* ==========================================================================
   9. Cards
   ========================================================================== */

.amz-card {
	background: var(--amz-base);
	border: 1px solid var(--amz-hairline);
	border-radius: var(--amz-radius-lg);
	box-shadow: var(--amz-shadow-card);
	transition: transform var(--amz-transition), box-shadow var(--amz-transition), border-color var(--amz-transition);
}

.amz-card > .elementor-widget-wrap,
.amz-card > .elementor-column-wrap {
	padding: clamp(26px, 2.4vw, 38px) !important;
}

.amz-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--amz-shadow-lift);
	border-color: rgba(15, 95, 191, 0.28);
}

.amz-card--flat:hover { transform: none; box-shadow: var(--amz-shadow-card); border-color: var(--amz-hairline); }

.amz-card--dark {
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: none;
}
.amz-card--dark:hover {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: none;
}
.amz-card--dark :where(h1, h2, h3, h4) { color: #fff; }
.amz-card--dark p { color: rgba(255, 255, 255, 0.76); }

.amz-card-title .elementor-heading-title { font-size: clamp(1.1875rem, 1.1rem + 0.4vw, 1.4375rem); margin-bottom: 0; }
.amz-card-title--sm .elementor-heading-title { font-size: clamp(1.0625rem, 1rem + 0.3vw, 1.1875rem); }
.amz-card-body { font-size: 0.9688rem; }

.amz-card-icon { margin-bottom: 4px; }
.amz-card-icon img { width: 52px; height: 52px; display: block; }

/* Equal-height cards in a row */
.amz-card-row > .elementor-container { align-items: stretch; }
.amz-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap { align-content: flex-start; }

/* ==========================================================================
   10. Statistics
   ========================================================================== */

.amz-stat__value {
	font-family: var(--amz-display);
	font-size: clamp(2.5rem, 1.9rem + 2.4vw, 3.75rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--amz-azure);
	margin: 0 0 0.55rem;
	font-variant-numeric: tabular-nums;
}

.amz-stat__label { font-size: 0.9375rem; line-height: 1.45; margin: 0; }
.amz-on-dark .amz-stat__value { color: #fff; }

.amz-stat-row > .elementor-container { align-items: flex-start; }

/* ==========================================================================
   11. Chips, numerals, delivers
   ========================================================================== */

.amz-chip {
	display: inline-block;
	padding: 0.4rem 0.85rem;
	border-radius: var(--amz-pill);
	font-family: var(--amz-body);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	background: var(--amz-surface-deep);
	color: var(--amz-azure-deep);
	margin: 0 0 1rem;
}
.amz-chip--now { background: #dcf2e5; color: #0a5230; }
.amz-chip--next { background: var(--amz-lepidolite-soft); color: #457f3e; }
.amz-chip--scale { background: #dff2ea; color: #1c6b52; }

.amz-numeral {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem; height: 3rem;
	border-radius: var(--amz-pill);
	font-family: var(--amz-display);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	color: var(--amz-azure);
	background: var(--amz-surface-deep);
	margin: 0 0 1rem;
	font-variant-numeric: tabular-nums;
}
.amz-numeral--accent { color: #457f3e; background: var(--amz-lepidolite-soft); }
.amz-on-dark .amz-numeral { color: #fff; background: rgba(255, 255, 255, 0.12); }

.amz-delivers { margin-top: 1.4rem; padding-top: 1.35rem; border-top: 1px solid var(--amz-hairline); }
.amz-delivers__label {
	font-family: var(--amz-body);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--amz-ink);
	margin: 0 0 0.45rem;
}
.amz-delivers p:last-child { font-size: 0.9375rem; margin: 0; }

/* ==========================================================================
   12. Fact bar
   ========================================================================== */

.amz-factbar {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--amz-radius-md);
	overflow: hidden;
}

.amz-factbar__item { background: rgba(6, 35, 27, 0.42); padding: 1.3rem 1.45rem; }

.amz-factbar__key {
	display: block;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--amz-azure-mist);
	margin-bottom: 0.35rem;
}

.amz-factbar__value {
	display: block;
	font-family: var(--amz-display);
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
}

/* ==========================================================================
   13. Lists
   ========================================================================== */

.amz-checklist { list-style: none; padding-left: 0; margin: 0; }

.amz-checklist li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.72rem;
}

.amz-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.42em;
	width: 1.15rem; height: 1.15rem;
	border-radius: var(--amz-pill);
	background-color: var(--amz-azure);
	-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M4 12.5l5.2 5.2L20 6.9'/%3E%3C/svg%3E") center / 100% no-repeat;
	mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M4 12.5l5.2 5.2L20 6.9'/%3E%3C/svg%3E") center / 100% no-repeat;
}

.amz-checklist--lg li { font-size: 1.0625rem; margin-bottom: 0.9rem; }
.amz-checklist--sm li { font-size: 0.9063rem; }
.amz-on-dark .amz-checklist li::before { background-color: var(--amz-azure-mist); }

/* ==========================================================================
   14. Figures and tables
   ========================================================================== */

.amz-figure {
	margin: 0;
	border-radius: var(--amz-radius-lg);
	overflow: hidden;
	background: var(--amz-base);
	border: 1px solid var(--amz-hairline);
	box-shadow: var(--amz-shadow-card);
}
.amz-figure svg { display: block; width: 100%; height: auto; }

.amz-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	background:
		linear-gradient(to right, var(--amz-base) 30%, rgba(255, 255, 255, 0)) left / 40px 100% no-repeat,
		linear-gradient(to left, var(--amz-base) 30%, rgba(255, 255, 255, 0)) right / 40px 100% no-repeat,
		radial-gradient(farthest-side at 0 50%, rgba(6, 35, 27, 0.14), transparent) left / 14px 100% no-repeat,
		radial-gradient(farthest-side at 100% 50%, rgba(6, 35, 27, 0.14), transparent) right / 14px 100% no-repeat;
	background-attachment: local, local, scroll, scroll;
}

.amz-table table { width: 100%; min-width: 34rem; border-collapse: collapse; font-size: 0.9375rem; }
.amz-table--two table { min-width: 26rem; }

.amz-table th, .amz-table td {
	padding: 0.95rem 1.15rem;
	border-bottom: 1px solid var(--amz-hairline);
	text-align: left;
	vertical-align: top;
}

.amz-table thead th {
	font-family: var(--amz-display);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--amz-ink);
	border-bottom: 2px solid var(--amz-ink);
}

.amz-table tbody tr:last-child td { border-bottom: none; }

/* ==========================================================================
   15. Prose (legal pages)
   ========================================================================== */

.amz-prose { max-width: 72ch; }
.amz-prose h2 { font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.5rem); margin-top: 2.2em; }
.amz-prose h2:first-child { margin-top: 0; }
.amz-prose ul { padding-left: 1.3em; }
.amz-prose li { margin-bottom: 0.5rem; }

/* ==========================================================================
   16. Contact
   ========================================================================== */

.amz-contact-line { display: flex; gap: 1rem; margin: 0 0 0.85rem; font-size: 0.9375rem; align-items: baseline; }
.amz-contact-key {
	flex: 0 0 5.5rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--amz-azure);
}
.amz-contact-line a { text-decoration: none; word-break: break-word; }
.amz-contact-line a:hover { text-decoration: underline; }

/* ==========================================================================
   17. Enquiry form
   ========================================================================== */

.amz-form { display: grid; gap: 1.15rem; }
.amz-form__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 1.15rem; }
.amz-form label { display: block; font-size: 0.8125rem; font-weight: 600; color: var(--amz-ink); margin-bottom: 0.45rem; }

.amz-form input[type="text"],
.amz-form input[type="email"],
.amz-form select,
.amz-form textarea {
	width: 100%;
	padding: 0.9rem 1.05rem;
	font-family: inherit;
	font-size: 0.9375rem;
	color: var(--amz-ink);
	background: var(--amz-base);
	border: 1px solid var(--amz-hairline);
	border-radius: var(--amz-radius-sm);
	transition: border-color var(--amz-transition), box-shadow var(--amz-transition);
}

.amz-form :where(input, select, textarea):focus {
	border-color: var(--amz-azure);
	box-shadow: 0 0 0 3px rgba(15, 95, 191, 0.14);
	outline: none;
}

.amz-form textarea { min-height: 160px; resize: vertical; }
.amz-form__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.amz-form__consent { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.8125rem; color: var(--amz-ink-soft); font-weight: 400; }
.amz-form__consent input { margin-top: 0.2rem; flex: none; }

.amz-form button[type="submit"] {
	justify-self: start;
	padding: 1.05rem 2rem;
	font-family: inherit;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #fff;
	background: var(--amz-azure);
	border: none;
	border-radius: var(--amz-pill);
	cursor: pointer;
	transition: background-color var(--amz-transition), transform var(--amz-transition);
}
.amz-form button[type="submit"]:hover { background: var(--amz-azure-deep); transform: translateY(-1px); }

.amz-notice { padding: 1rem 1.25rem; border-radius: var(--amz-radius-sm); font-size: 0.9375rem; margin-bottom: 1.25rem; }
.amz-notice--ok { background: #e3f5ec; color: #14563f; border: 1px solid #a9dcc5; }
.amz-notice--error { background: #fdeceb; color: #8a201a; border: 1px solid #f2bcb8; }

/* ==========================================================================
   18. Footer
   ========================================================================== */

.amz-footer { background: var(--amz-ink); color: rgba(255, 255, 255, 0.78); padding: clamp(52px, 6vw, 76px) 0 40px; }
.amz-footer__inner { max-width: 1240px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }

.amz-footer__grid {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr 1fr;
	gap: clamp(28px, 4vw, 56px);
}

@media (max-width: 900px) { .amz-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .amz-footer__grid { grid-template-columns: 1fr; } }

.amz-footer h2 { color: #fff; font-size: 1.1875rem; margin: 0 0 0.5rem; }
.amz-footer p { font-size: 0.9375rem; }
.amz-footer .amz-brand svg { height: 38px; margin-bottom: 18px; }

.amz-footer__title {
	font-family: var(--amz-body);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--amz-azure-mist);
	margin: 0 0 1rem;
}

.amz-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.65rem; }
.amz-footer a { color: rgba(255, 255, 255, 0.74); text-decoration: none; font-size: 0.9375rem; }
.amz-footer a:hover { color: #fff; text-decoration: underline; }

.amz-footer__base {
	margin-top: clamp(36px, 4vw, 52px);
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	flex-wrap: wrap;
	gap: 12px 32px;
	justify-content: space-between;
	font-size: 0.875rem;
}
.amz-footer__base p { margin: 0; }

/* ==========================================================================
   18a. Non-Elementor templates (posts, archives, 404, classic-editor pages)
   ========================================================================== */

.amz-page__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 clamp(20px, 5vw, 40px);
}

.amz-page__head {
	background: var(--amz-gradient);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(60px, 7vw, 92px) 0 clamp(48px, 5vw, 72px);
}

.amz-page__head::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: url("../images/graphics/strata-texture.svg");
	background-size: cover;
	background-position: center right;
	opacity: 0.5;
}

.amz-page__head :where(h1, p) { color: #fff; }
.amz-page__head .amz-eyebrow { color: var(--amz-azure-mist); }
.amz-page__head h1 { max-width: 20ch; margin-bottom: 0; }

.amz-404 { padding: clamp(72px, 9vw, 120px) 0; }
.amz-404 .amz-page__inner { position: relative; z-index: 1; }

.amz-page__body { padding: clamp(48px, 6vw, 80px) 0 clamp(64px, 7vw, 96px); }

.amz-post-list { display: grid; gap: 24px; max-width: 820px; }
.amz-card__pad { padding: clamp(26px, 2.4vw, 38px); }
.amz-post-list h2 { font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem); margin-bottom: 0.35rem; }
.amz-post-list h2 a { text-decoration: none; color: var(--amz-ink); }
.amz-post-list h2 a:hover { color: var(--amz-azure); }

.amz-pagination { margin-top: 36px; display: flex; gap: 10px; flex-wrap: wrap; }
.amz-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--amz-hairline);
	border-radius: var(--amz-radius-sm);
	text-decoration: none;
	font-size: 0.9375rem;
}
.amz-pagination .page-numbers.current { background: var(--amz-azure); color: #fff; border-color: var(--amz-azure); }

.search-form { display: flex; gap: 10px; max-width: 460px; }
.search-form label { flex: 1; }
.search-form .search-field {
	width: 100%;
	padding: 0.85rem 1rem;
	font-family: inherit;
	font-size: 0.9375rem;
	border: 1px solid var(--amz-hairline);
	border-radius: var(--amz-radius-sm);
}
.search-form .search-submit {
	padding: 0.85rem 1.5rem;
	background: var(--amz-azure);
	color: #fff;
	border: none;
	border-radius: var(--amz-pill);
	font-family: inherit;
	font-weight: 600;
	cursor: pointer;
}

/* ==========================================================================
   19. Elementor interoperability
   ========================================================================== */

/* Elementor's default section padding fights the padding set per section */
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1200px; }
.elementor-widget:not(:last-child) { margin-bottom: 18px; }
.elementor-widget-heading .elementor-heading-title { margin-bottom: 0; }
.elementor-widget-text-editor { line-height: inherit; }
.elementor-widget-image .elementor-image { line-height: 0; }
.elementor-widget-html { margin-bottom: 0; }

/* Inner sections used as card rows should not inherit outer side padding */
.elementor-section.elementor-inner-section > .elementor-container { max-width: 100%; }

@media (max-width: 1024px) {
	.amz-card-row > .elementor-container { flex-wrap: wrap; }
	.amz-card-row .elementor-column { width: 50% !important; margin-bottom: 20px; }
}

@media (max-width: 767px) {
	.amz-card-row .elementor-column,
	.amz-stat-row .elementor-column { width: 100% !important; }
	.amz-stat-row .elementor-column { margin-bottom: 24px; }
}

/* Editor parity: cards should not collapse in the Elementor canvas */
.elementor-editor-active .amz-card { min-height: 0; }

/* ==========================================================================
   20. Print
   ========================================================================== */

@media print {
	.amz-header, .amz-footer, .amz-buttons, .amz-form, .amz-nav-toggle { display: none !important; }
	body { color: #000; background: #fff; }
	.amz-hero, .amz-on-dark { background: #fff !important; }
	.amz-hero::after { display: none; }
	.amz-hero :where(h1, h2, h3, p, li), .amz-on-dark :where(h1, h2, h3, p, li) { color: #000 !important; }
	a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.75em; }
}

/* ==========================================================================
   21. Hello Elementor interoperability
   --------------------------------------------------------------------------
   Hello ships reset.css and theme.css. Its own header/footer stylesheet never
   loads because the plugin switches header/footer output off. The rules below
   neutralise the handful of Hello base styles that would otherwise show
   through, and hide its markup if a filter is ever overridden elsewhere.
   ========================================================================== */

.site-header.site-header,
.site-footer.site-footer {
	display: none;
}

/* Hello constrains .site-main and .page-content; Elementor Full Width pages
   should run edge to edge and manage their own rhythm. */
.amz-main > .elementor,
.amz-main > .elementor-page {
	max-width: none;
	padding: 0;
	margin: 0;
}

.amz-main .page-content > *,
.amz-main .site-main > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* Hello's reset sets its own heading rhythm; ours is defined in section 3. */
.amz-main :where(h1, h2, h3, h4, h5, h6) {
	margin-block-start: 0;
}

/* Non-Elementor content (posts, archives, the 404) still routes through
   Hello's templates, so give those a readable container. */
.amz-main .site-main {
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(48px, 6vw, 80px) clamp(20px, 5vw, 40px) clamp(64px, 7vw, 96px);
}

.amz-main .site-main .entry-title {
	font-size: clamp(2rem, 1.5rem + 2.2vw, 3rem);
	margin-bottom: 1.5rem;
}

.amz-main .site-main .page-content {
	max-width: 72ch;
}

.amz-main .site-main .page-content > * + * {
	margin-top: 1.15em;
}

/* Elementor's editor preview loads the canvas template, which has no header
   or footer. Keep the design tokens available there regardless. */
.elementor-editor-active .amz-header,
.elementor-editor-active .amz-footer {
	display: none;
}
