/* ==========================================================================
   Eightport Design System
   ========================================================================== */

:root {
	--ep-primary: #0B1E3D;
	--ep-primary-light: #16305C;
	--ep-accent: #00B7C2;
	--ep-accent-dark: #00959E;
	--ep-light: #F5F7FA;
	--ep-ink: #16202E;
	--ep-muted: #5B6B82;
	--ep-border: #E4E9F0;
	--ep-white: #FFFFFF;
	--ep-radius: 16px;
	--ep-radius-sm: 10px;
	--ep-shadow: 0 10px 30px rgba(11, 30, 61, 0.08);
	--ep-shadow-lg: 0 24px 60px rgba(11, 30, 61, 0.14);
	--ep-font-display: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	--ep-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	--ep-container: 1240px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
body {
	margin: 0;
	font-family: var(--ep-font-body);
	color: var(--ep-ink);
	background: var(--ep-white);
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
	width: 100%;
	max-width: 100vw;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5 { font-family: var(--ep-font-display); font-weight: 800; line-height: 1.15; margin: 0 0 .5em; color: var(--ep-primary); }
h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -0.01em; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; color: var(--ep-muted); }
.screen-reader-text { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; position: fixed; z-index: 9999; background: var(--ep-white); padding: .75rem 1.25rem; border-radius: 8px; }

.ep-container { max-width: var(--ep-container); margin: 0 auto; padding: 0 24px; }
.ep-section { padding: 88px 0; }
.ep-alt-bg { background: var(--ep-light); }
.ep-hide-mobile { display: inline-flex; }

/* ---- Buttons ---- */
.ep-btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 0.95rem;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
	border: 2px solid transparent; white-space: nowrap; cursor: pointer;
}
.ep-btn-accent { background: var(--ep-accent); color: var(--ep-primary); }
.ep-btn-accent:hover { background: var(--ep-accent-dark); transform: translateY(-2px); box-shadow: var(--ep-shadow); }
.ep-btn-outline { border-color: var(--ep-border); color: var(--ep-primary); background: transparent; }
.ep-btn-outline:hover { border-color: var(--ep-primary); transform: translateY(-2px); }
.ep-btn-ghost { color: var(--ep-white); border-color: rgba(255,255,255,.4); }
.ep-btn-ghost:hover { border-color: var(--ep-white); transform: translateY(-2px); }

/* ---- Header ---- */
.ep-header { position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--ep-border); }
.ep-header-inner { display: flex; align-items: center; justify-content: space-between; height: 82px; gap: 16px; flex-wrap: nowrap; }
.ep-logo { display: flex; align-items: center; gap: 10px; color: var(--ep-primary); min-width: 0; }
.ep-logo-mark { display: inline-flex; color: var(--ep-accent); }
.ep-logo-text { font-family: var(--ep-font-display); font-weight: 800; font-size: 1.35rem; letter-spacing: -0.01em; white-space: nowrap; }
.ep-logo-custom { flex-shrink: 1; min-width: 0; max-width: 200px; }
.ep-logo-custom .custom-logo-link { display: block; max-width: 100%; }
.ep-logo-custom img { max-width: 100%; width: auto; height: auto; max-height: 46px; display: block; }
.ep-menu { display: flex; align-items: center; gap: 34px; }
.ep-menu li a { font-weight: 600; font-size: .96rem; color: var(--ep-primary); position: relative; padding: 6px 0; }
.ep-menu li a::after { content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--ep-accent); transition: width .25s ease; }
.ep-menu li a:hover::after { width: 100%; }
.ep-header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.ep-nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.ep-nav-toggle span { width: 22px; height: 2px; background: var(--ep-primary); border-radius: 2px; }

/* ---- Breadcrumbs ---- */
.ep-breadcrumbs { background: var(--ep-light); border-bottom: 1px solid var(--ep-border); font-size: .85rem; }
.ep-breadcrumbs div { padding: 12px 24px; color: var(--ep-muted); display: flex; gap: 8px; flex-wrap: wrap; }
.ep-breadcrumbs a { color: var(--ep-muted); font-weight: 600; }
.ep-breadcrumbs a:hover { color: var(--ep-accent-dark); }

/* ---- Hero (Home) ---- */
.ep-hero { position: relative; padding: 130px 0 100px; background: var(--ep-primary); color: var(--ep-white); overflow: hidden; }
.ep-hero-bg {
	position: absolute; inset: 0;
	background:
		radial-gradient(1100px 500px at 85% -10%, rgba(0,183,194,.28), transparent 60%),
		radial-gradient(700px 500px at 0% 110%, rgba(0,183,194,.14), transparent 60%),
		var(--ep-hero-image, none) center/cover;
	background-blend-mode: normal;
	opacity: .95;
}
.ep-hero-bg::after {
	content: ''; position: absolute; inset: 0;
	background-image: linear-gradient(rgba(11,30,61,.35), rgba(11,30,61,.55)),
		repeating-linear-gradient(115deg, rgba(255,255,255,.035) 0 2px, transparent 2px 60px);
}
.ep-hero-inner { position: relative; max-width: 760px; }
.ep-hero .ep-eyebrow { color: var(--ep-accent); }
.ep-hero h1 { color: var(--ep-white); }
.ep-hero-sub { color: rgba(255,255,255,.78); font-size: 1.1rem; max-width: 620px; }
.ep-hero-actions { display: flex; gap: 14px; margin-top: 12px; flex-wrap: wrap; }

.ep-eyebrow { text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: .8rem; color: var(--ep-accent-dark); margin-bottom: 12px; }
.ep-eyebrow-sm { text-transform: uppercase; letter-spacing: .1em; font-weight: 700; font-size: .72rem; color: var(--ep-muted); margin-bottom: 8px; }

/* ---- Trust bar ---- */
.ep-trust { padding: 34px 0; border-bottom: 1px solid var(--ep-border); }
.ep-trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.ep-trust-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; font-weight: 600; font-size: .82rem; color: var(--ep-primary); }
.ep-trust-item .dashicons { color: var(--ep-accent-dark); font-size: 26px; width: 26px; height: 26px; }

/* ---- Section heading row ---- */
.ep-section-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; }
.ep-section > .ep-container > h2, .ep-solutions-section h2, .ep-products-section h2, .ep-industries-section h2 { max-width: 640px; }

/* ---- Solutions cards ---- */
.ep-solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.ep-solution-card {
	background: var(--ep-white); border: 1px solid var(--ep-border); border-radius: var(--ep-radius);
	padding: 32px; display: block; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ep-solution-card:hover { transform: translateY(-6px); box-shadow: var(--ep-shadow-lg); border-color: transparent; }
.ep-solution-card .dashicons { color: var(--ep-accent-dark); font-size: 30px; width: 30px; height: 30px; margin-bottom: 16px; }
.ep-solution-card h3 { margin-bottom: 8px; }
.ep-link-arrow { font-weight: 700; color: var(--ep-accent-dark); font-size: .9rem; display: inline-block; margin-top: 10px; }

/* ---- Product grid & cards ---- */
.ep-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ep-product-card { background: var(--ep-white); border: 1px solid var(--ep-border); border-radius: var(--ep-radius); overflow: hidden; display: block; transition: transform .25s ease, box-shadow .25s ease; }
.ep-product-card:hover { transform: translateY(-6px); box-shadow: var(--ep-shadow-lg); }
.ep-product-card-media { position: relative; aspect-ratio: 4/3; background: var(--ep-light); overflow: hidden; }
.ep-product-card-media img { width: 100%; height: 100%; object-fit: cover; }
.ep-tag { position: absolute; top: 12px; left: 12px; background: var(--ep-primary); color: var(--ep-white); font-size: .7rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: .05em; }
.ep-product-card-body { padding: 20px; }
.ep-product-card-body h3 { font-size: 1.05rem; margin-bottom: 4px; }
.ep-model { font-size: .8rem; color: var(--ep-muted); font-weight: 600; margin-bottom: 8px; }
.ep-excerpt { font-size: .88rem; margin-bottom: 4px; }

.ep-placeholder-media { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--ep-primary), var(--ep-primary-light)); color: rgba(255,255,255,.5); }
.ep-placeholder-media span { font-family: var(--ep-font-display); font-weight: 800; font-size: 2rem; color: rgba(255,255,255,.6); }
.ep-placeholder-large { aspect-ratio: 1/1; border-radius: var(--ep-radius); }
.ep-placeholder-large em { font-style: normal; font-size: .75rem; margin-top: 8px; color: rgba(255,255,255,.5); text-align: center; padding: 0 24px; }

/* ---- Industries ---- */
.ep-industries-grid { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.ep-industry-chip { background: var(--ep-white); border: 1px solid var(--ep-border); border-radius: 999px; padding: 12px 22px; font-weight: 600; font-size: .92rem; color: var(--ep-primary); transition: all .2s ease; }
.ep-industry-chip:hover { background: var(--ep-primary); color: var(--ep-white); }

/* ---- Why section ---- */
.ep-why-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.ep-why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ep-why-stats div { background: var(--ep-light); border-radius: var(--ep-radius); padding: 24px; }
.ep-why-stats strong { display: block; font-family: var(--ep-font-display); font-size: 1.7rem; color: var(--ep-primary); }
.ep-why-stats span { font-size: .85rem; color: var(--ep-muted); }
.ep-why-choose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 32px; }
.ep-why-choose-grid h4 { margin-bottom: 6px; }

/* ---- CTA band ---- */
.ep-cta-band { background: linear-gradient(120deg, var(--ep-primary), var(--ep-primary-light)); color: var(--ep-white); padding: 72px 0; }
.ep-cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ep-cta-band h2 { color: var(--ep-white); margin: 0; max-width: 560px; }

/* ---- Footer ---- */
.ep-footer { background: var(--ep-primary); color: rgba(255,255,255,.72); }
.ep-footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding: 72px 24px 48px; }
.ep-logo-footer .ep-logo-text { color: var(--ep-white); }
.ep-footer-desc { margin-top: 16px; max-width: 340px; font-size: .9rem; }
.ep-footer-contact { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; font-size: .9rem; }
.ep-footer-contact a { color: rgba(255,255,255,.85); }
.ep-social { display: flex; gap: 14px; margin-top: 20px; }
.ep-social a { font-size: .8rem; font-weight: 700; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 6px 14px; }
.ep-footer-col h4 { color: var(--ep-white); font-size: .95rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 18px; }
.ep-footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.ep-footer-col a { font-size: .9rem; color: rgba(255,255,255,.72); }
.ep-footer-col a:hover { color: var(--ep-accent); }
.ep-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.ep-footer-bottom-inner { display: flex; justify-content: space-between; padding: 22px 24px; font-size: .82rem; flex-wrap: wrap; gap: 12px; }
.ep-footer-legal { display: flex; gap: 20px; }

/* ---- Solution page intro (text + illustration) ---- */
.ep-solution-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.ep-solution-intro-text p { font-size: 1.05rem; }
.ep-solution-intro-media img { width: 100%; height: auto; border-radius: var(--ep-radius); }

/* ---- Page hero (interior pages) ---- */
.ep-page-hero { background: var(--ep-light); padding: 72px 0 56px; text-align: left; }
.ep-page-hero-sub { max-width: 640px; font-size: 1.05rem; }
.ep-page-content { max-width: 780px; }

/* ---- Product single ---- */
.ep-product-hero { padding: 56px 0 20px; }
.ep-product-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ep-product-hero-media img { border-radius: var(--ep-radius); border: 1px solid var(--ep-border); }
.ep-brand-badge { display: inline-block; background: var(--ep-accent); color: var(--ep-primary); font-weight: 700; font-size: .78rem; padding: 6px 14px; border-radius: 999px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .04em; }
.ep-model-badge { font-weight: 600; color: var(--ep-muted); margin-bottom: 16px; }
.ep-product-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 20px 0; }
.ep-manufacturer-note { font-size: .8rem; color: var(--ep-muted); border-top: 1px solid var(--ep-border); padding-top: 16px; margin-top: 8px; }

.ep-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 32px; margin-top: 28px; }
.ep-check-list li { position: relative; padding-left: 30px; font-weight: 600; color: var(--ep-primary); }
.ep-check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--ep-accent-dark); font-weight: 800; }

.ep-spec-table-wrap { overflow-x: auto; margin-top: 28px; border: 1px solid var(--ep-border); border-radius: var(--ep-radius); }
.ep-spec-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.ep-spec-table th, .ep-spec-table td { text-align: left; padding: 14px 20px; border-bottom: 1px solid var(--ep-border); }
.ep-spec-table th { width: 34%; color: var(--ep-primary); font-weight: 700; background: var(--ep-light); }
.ep-spec-table tr:last-child th, .ep-spec-table tr:last-child td { border-bottom: none; }
.ep-spec-disclaimer { font-size: .8rem; margin-top: 14px; }

.ep-applications-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.ep-application-card { background: var(--ep-white); border: 1px solid var(--ep-border); border-radius: var(--ep-radius-sm); padding: 18px 20px; font-weight: 600; color: var(--ep-primary); }

/* ---- Product search ---- */
.ep-product-search { display: flex; gap: 12px; margin-bottom: 24px; max-width: 640px; }
.ep-product-search input[type="search"] {
	flex: 1; border: 1px solid var(--ep-border); border-radius: var(--ep-radius-sm); padding: 13px 16px;
	font-family: inherit; font-size: 1rem; background: var(--ep-white); color: var(--ep-ink);
}
.ep-product-search input[type="search"]:focus { outline: none; border-color: var(--ep-accent); box-shadow: 0 0 0 3px rgba(0,183,194,.15); }
.ep-no-results { color: var(--ep-muted); font-weight: 600; padding: 24px 0; }

/* ---- Category filters ---- */
.ep-category-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.ep-filter-chip { border: 1px solid var(--ep-border); border-radius: 999px; padding: 9px 18px; font-weight: 600; font-size: .88rem; color: var(--ep-primary); }
.ep-filter-chip.is-active, .ep-filter-chip:hover { background: var(--ep-primary); color: var(--ep-white); border-color: var(--ep-primary); }

/* ---- Forms ---- */
.ep-form-section { background: var(--ep-light); }
.ep-form-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: flex-start; }
.ep-form { background: var(--ep-white); border: 1px solid var(--ep-border); border-radius: var(--ep-radius); padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.ep-form-row { display: flex; flex-direction: column; gap: 6px; }
.ep-form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ep-form label { font-weight: 700; font-size: .88rem; color: var(--ep-primary); }
.ep-form input, .ep-form textarea, .ep-form select {
	border: 1px solid var(--ep-border); border-radius: var(--ep-radius-sm); padding: 12px 14px; font-family: inherit; font-size: 1rem;
	background: var(--ep-white); color: var(--ep-ink); width: 100%;
}
.ep-form input:focus, .ep-form textarea:focus { outline: none; border-color: var(--ep-accent); box-shadow: 0 0 0 3px rgba(0,183,194,.15); }
.ep-form-note { font-size: .76rem; color: var(--ep-muted); margin: 0; }
.ep-form-submit { align-self: flex-start; }
.ep-form-response { font-weight: 600; font-size: .9rem; }
.ep-form-response.is-success { color: #0A8A55; }
.ep-form-response.is-error { color: #C22F2F; }
.ep-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; }
.ep-contact-list { display: flex; flex-direction: column; gap: 20px; margin-top: 24px; }
.ep-contact-list li { display: flex; flex-direction: column; gap: 4px; }
.ep-contact-list a { font-weight: 700; color: var(--ep-primary); }

/* ---- Blog ---- */
.ep-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ep-blog-card { background: var(--ep-white); border: 1px solid var(--ep-border); border-radius: var(--ep-radius); overflow: hidden; display: block; transition: transform .25s ease, box-shadow .25s ease; }
.ep-blog-card:hover { transform: translateY(-6px); box-shadow: var(--ep-shadow-lg); }
.ep-blog-card-media { aspect-ratio: 16/10; background: var(--ep-light); }
.ep-blog-card-media img { width: 100%; height: 100%; object-fit: cover; }
.ep-blog-card-body { padding: 22px; }
.ep-pagination { margin-top: 48px; display: flex; justify-content: center; gap: 8px; }
.ep-pagination .page-numbers { border: 1px solid var(--ep-border); border-radius: 8px; padding: 8px 14px; font-weight: 600; }
.ep-pagination .page-numbers.current { background: var(--ep-primary); color: var(--ep-white); border-color: var(--ep-primary); }

.ep-article-featured { margin: 32px auto; border-radius: var(--ep-radius); overflow: hidden; }
.ep-article-body { display: grid; grid-template-columns: 1fr .32fr; gap: 56px; padding-bottom: 88px; }
.ep-article-content { max-width: 720px; }
.ep-article-content h2, .ep-article-content h3 { margin-top: 1.4em; }
.ep-sidebar-cta { background: var(--ep-light); border-radius: var(--ep-radius); padding: 24px; margin-top: 20px; }

.ep-resources-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ep-legal-content { max-width: 780px; }
.ep-legal-content h2 { margin-top: 1.6em; }

.ep-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }

/* ---- 404 ---- */
.ep-404 { padding: 140px 0; text-align: center; }
.ep-404 h1 { max-width: 700px; margin-left: auto; margin-right: auto; }
.ep-404-sub { max-width: 520px; margin: 0 auto 28px; }
.ep-404-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ---- Reveal animation (progressive enhancement, respects reduced motion) ---- */
@media (prefers-reduced-motion: no-preference) {
	.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
	.reveal.is-visible { opacity: 1; transform: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
	.ep-solutions-grid { grid-template-columns: repeat(2, 1fr); }
	.ep-product-grid { grid-template-columns: repeat(3, 1fr); }
	.ep-trust-grid { grid-template-columns: repeat(3, 1fr); }
	.ep-why-grid, .ep-form-wrap, .ep-contact-grid, .ep-two-col, .ep-solution-intro { grid-template-columns: 1fr; gap: 32px; }
	.ep-article-body { grid-template-columns: 1fr; }
	.ep-footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 880px) {
	.ep-nav { position: fixed; top: 82px; left: 0; right: 0; bottom: 0; background: var(--ep-white); padding: 24px; transform: translateX(100%); transition: transform .3s ease; overflow-y: auto; z-index: 400; }
	.ep-nav.is-open { transform: translateX(0); }
	.ep-menu { flex-direction: column; align-items: flex-start; gap: 4px; }
	.ep-menu li { width: 100%; border-bottom: 1px solid var(--ep-border); }
	.ep-menu li a { display: block; padding: 16px 4px; }
	.ep-nav-toggle { display: flex; }
	.ep-hide-mobile { display: none !important; }
	.ep-product-grid, .ep-why-choose-grid, .ep-blog-grid, .ep-resources-links { grid-template-columns: repeat(2, 1fr); }
	.ep-check-list, .ep-applications-grid { grid-template-columns: 1fr; }
	.ep-product-hero-grid { grid-template-columns: 1fr; gap: 32px; }
	.ep-form-row-2 { grid-template-columns: 1fr; }
	.ep-cta-band-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 620px) {
	.ep-section { padding: 56px 0; }
	.ep-hero { padding: 100px 0 64px; }
	.ep-trust-grid { grid-template-columns: repeat(2, 1fr); }
	.ep-solutions-grid, .ep-product-grid, .ep-why-choose-grid, .ep-blog-grid, .ep-resources-links, .ep-why-stats { grid-template-columns: 1fr; }
	.ep-footer-top { grid-template-columns: 1fr; padding: 56px 24px 40px; }
	.ep-footer-bottom-inner { flex-direction: column; text-align: center; }
	.ep-404 { padding: 90px 0; }
	.ep-product-search { flex-direction: column; align-items: stretch; }
	.ep-product-search .ep-btn { width: 100%; }
	.ep-spec-table { font-size: .84rem; }
	.ep-spec-table th, .ep-spec-table td { padding: 11px 14px; }
	.ep-solution-intro-media { order: -1; }
}

/* ---- Small phones: keep the header from ever overflowing horizontally ---- */
@media (max-width: 420px) {
	.ep-container { padding: 0 16px; }
	.ep-header-inner { height: 72px; gap: 10px; }
	.ep-logo-text { font-size: 1.1rem; }
	.ep-logo-custom { max-width: 130px; }
	.ep-logo-custom img { max-height: 36px; }
	.ep-header-actions { gap: 8px; }
	.ep-header-actions .ep-btn { padding: 10px 14px; font-size: .82rem; }
	.ep-nav-toggle { padding: 6px; }
	.ep-hero h1 { font-size: 1.9rem; }
	.ep-page-hero h1 { font-size: 1.7rem; }
	.ep-cta-band h2 { font-size: 1.4rem; }
}
