/*
Theme Name: EBND Agency
Theme URI: https://ebnd.agency
Author: OpenAI Codex
Description: Custom standalone theme for EBND Agency with Gutenberg-ready layouts, WooCommerce support, and a premium agency design system.
Version: 1.2.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ebnd-agency
*/

:root {
	--ebnd-bg: #0f0522;
	--ebnd-bg-alt: #14092d;
	--ebnd-surface: rgba(44, 17, 91, 0.72);
	--ebnd-surface-strong: rgba(58, 21, 113, 0.88);
	--ebnd-surface-soft: rgba(255, 255, 255, 0.06);
	--ebnd-border: rgba(185, 122, 255, 0.2);
	--ebnd-border-strong: rgba(255, 255, 255, 0.12);
	--ebnd-text: #f7f2ff;
	--ebnd-text-muted: rgba(236, 225, 255, 0.76);
	--ebnd-accent: #cc33ff;
	--ebnd-accent-strong: #8f19ff;
	--ebnd-accent-soft: #55d4ff;
	--ebnd-shadow: 0 28px 80px rgba(8, 4, 21, 0.45);
	--ebnd-shell-width: min(1180px, calc(100% - 48px));
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 15% -10%, rgba(106, 44, 255, 0.35), transparent 32%),
		radial-gradient(circle at 85% 5%, rgba(182, 41, 255, 0.34), transparent 24%),
		linear-gradient(180deg, #1a0836 0%, #10051f 44%, #0d0419 100%);
	color: var(--ebnd-text);
	font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

html[lang^="ar"] body,
body.rtl {
	font-family: "Tajawal", "Plus Jakarta Sans", sans-serif;
	line-height: 1.9;
}

html[lang^="ar"] body h1,
html[lang^="ar"] body h2,
html[lang^="ar"] body h3,
html[lang^="ar"] body h4,
html[lang^="ar"] body h5,
html[lang^="ar"] body h6,
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5,
body.rtl h6 {
	font-family: "IBM Plex Sans Arabic", "Tajawal", "Plus Jakarta Sans", sans-serif;
	letter-spacing: 0;
}

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

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

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

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

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

button,
input,
select,
textarea {
	font: inherit;
}

::selection {
	background: rgba(204, 51, 255, 0.32);
	color: #fff;
}

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

.screen-reader-text:focus {
	top: 14px;
	left: 14px;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fff;
	color: #111;
	white-space: normal;
	z-index: 9999;
}

.site {
	min-height: 100svh;
	display: flex;
	flex-direction: column;
}

.site-content {
	flex: 1 1 auto;
}

.ebnd-shell {
	width: var(--ebnd-shell-width);
	margin: 0 auto;
}

.ebnd-section-label {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--ebnd-accent-soft);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ebnd-btn,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 28px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, #ff4fd8 0%, #a71fff 55%, #7a19ff 100%);
	box-shadow: 0 16px 40px rgba(153, 30, 255, 0.28);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.ebnd-btn:hover,
.ebnd-btn:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 42px rgba(153, 30, 255, 0.36);
	color: #fff;
}

.ebnd-btn:focus-visible,
.ebnd-nav-toggle:focus-visible,
.site-navigation a:focus-visible,
.site-footer a:focus-visible,
.search-field:focus-visible,
.search-submit:focus-visible,
.ebnd-quote-form input:focus-visible,
.ebnd-quote-form select:focus-visible,
.ebnd-quote-form textarea:focus-visible {
	outline: 2px solid var(--ebnd-accent-soft);
	outline-offset: 3px;
}

.ebnd-btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.ebnd-btn--ghost:hover,
.ebnd-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
}

.ebnd-btn--block {
	width: 100%;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 60;
	padding: 22px 0 0;
	background: linear-gradient(180deg, rgba(15, 5, 34, 0.88), rgba(15, 5, 34, 0));
	backdrop-filter: blur(12px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 16px 22px;
	border: 1px solid var(--ebnd-border-strong);
	border-radius: 22px;
	background: rgba(18, 7, 42, 0.72);
	backdrop-filter: blur(14px);
	box-shadow: var(--ebnd-shadow);
}

.site-branding {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.site-branding .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.site-branding .custom-logo {
	width: auto;
	max-width: 100%;
	max-height: 56px;
}

.site-branding__fallback {
	display: inline-flex;
	flex-direction: column;
}

.site-branding__title {
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(90deg, #d5a1ff 0%, #cf4fff 48%, #9f2cff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.site-branding__tagline {
	margin-top: 6px;
	color: var(--ebnd-accent-soft);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-navigation {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1 1 auto;
	justify-content: flex-end;
}

@media (min-width: 992px) {
	.site-navigation[hidden] {
		display: flex !important;
	}
}

.site-navigation .menu,
.site-footer .menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-navigation .menu-item {
	margin: 0;
}

.site-navigation a {
	display: inline-flex;
	padding: 12px 14px;
	color: var(--ebnd-text-muted);
	font-size: 0.98rem;
	font-weight: 500;
	transition: color 0.2s ease, transform 0.2s ease;
}

.site-navigation a:hover,
.site-navigation a:focus-visible,
.site-navigation .current-menu-item > a,
.site-navigation .current_page_item > a,
.site-navigation .current-menu-ancestor > a {
	color: #fff;
	transform: translateY(-1px);
}

.ebnd-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ebnd-language-switcher a {
	padding: 10px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(247, 242, 255, 0.72);
	font-size: 0.83rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ebnd-language-switcher .is-current a {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.site-header__cta {
	margin-left: 8px;
	white-space: nowrap;
}

.ebnd-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid var(--ebnd-border-strong);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
}

.ebnd-home {
	position: relative;
	overflow: hidden;
}

.ebnd-hero {
	position: relative;
	padding: 52px 0 120px;
	min-height: calc(100svh - 116px);
}

.ebnd-hero::before,
.ebnd-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(20px);
	pointer-events: none;
}

.ebnd-hero::before {
	top: 84px;
	right: 8%;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(173, 36, 255, 0.24) 0%, rgba(173, 36, 255, 0) 72%);
}

.ebnd-hero::after {
	bottom: 90px;
	left: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(85, 212, 255, 0.16) 0%, rgba(85, 212, 255, 0) 70%);
}

.ebnd-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
	align-items: center;
	gap: 56px;
	padding-top: 52px;
}

.ebnd-hero-copy {
	max-width: 690px;
}

.ebnd-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--ebnd-accent-soft);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ebnd-hero-copy h1 {
	margin: 0 0 20px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(3rem, 6vw, 5.5rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.ebnd-hero-highlight {
	background: linear-gradient(90deg, #ffb6f0 0%, #d763ff 42%, #b61cff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.ebnd-hero-copy p {
	max-width: 610px;
	margin: 0;
	color: var(--ebnd-text-muted);
	font-size: 1.14rem;
	line-height: 1.8;
}

.ebnd-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.ebnd-hero-panel {
	position: relative;
	padding: 28px;
	border: 1px solid var(--ebnd-border-strong);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(110, 39, 202, 0.26), rgba(28, 15, 58, 0.82)),
		radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.11), transparent 40%);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-panel-badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 18px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--ebnd-accent-soft);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ebnd-hero-panel h2 {
	margin: 0 0 14px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 1.9rem;
	line-height: 1.1;
}

.ebnd-hero-panel p {
	margin: 0 0 20px;
	color: var(--ebnd-text-muted);
	line-height: 1.75;
}

.ebnd-panel-points {
	display: grid;
	gap: 12px;
}

.ebnd-panel-point {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
}

.ebnd-panel-point span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(255, 79, 216, 0.28), rgba(84, 211, 255, 0.2));
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
}

.ebnd-panel-point strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 1rem;
}

.ebnd-panel-point p {
	margin: 0;
	color: rgba(241, 233, 255, 0.8);
	font-size: 0.94rem;
	line-height: 1.6;
}

.ebnd-hero-wave {
	position: absolute;
	right: 0;
	bottom: -22px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 230px;
	opacity: 0.56;
	pointer-events: none;
}

.ebnd-section,
.ebnd-main-section {
	position: relative;
	padding: 108px 0;
}

.ebnd-services {
	background: linear-gradient(180deg, rgba(13, 4, 25, 0.12), rgba(13, 4, 25, 0.65));
}

.ebnd-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.ebnd-section-head h2,
.ebnd-page-hero h1,
.entry-article h1,
.entry-article h2,
.entry-article h3,
.entry-article h4,
.entry-article h5,
.entry-article h6 {
	margin: 0;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	line-height: 1.08;
}

.ebnd-section-head h2 {
	font-size: clamp(2rem, 3vw, 3rem);
}

.ebnd-section-head p,
.ebnd-page-hero p,
.archive-description,
.archive-description p {
	max-width: 560px;
	margin: 0;
	color: var(--ebnd-text-muted);
	line-height: 1.75;
}

.ebnd-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ebnd-service-card {
	position: relative;
	padding: 30px 28px;
	border: 1px solid var(--ebnd-border);
	border-radius: 26px;
	background:
		linear-gradient(160deg, rgba(64, 24, 130, 0.7), rgba(25, 13, 54, 0.85)),
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 38%);
	box-shadow: var(--ebnd-shadow);
	transition: transform 0.28s ease, border-color 0.28s ease;
}

.ebnd-service-card:hover {
	transform: translateY(-6px);
	border-color: rgba(204, 51, 255, 0.38);
}

.ebnd-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin-bottom: 22px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--ebnd-accent-soft);
}

.ebnd-service-icon svg {
	width: 32px;
	height: 32px;
	stroke: currentColor;
}

.ebnd-service-card h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.55rem;
	line-height: 1.15;
}

.ebnd-service-card p {
	margin: 0;
	color: var(--ebnd-text-muted);
	line-height: 1.75;
}

.ebnd-service-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--ebnd-accent-soft);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ebnd-service-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	color: var(--ebnd-accent-soft);
	font-size: 0.95rem;
	font-weight: 700;
}

.ebnd-service-card__link:hover,
.ebnd-service-card__link:focus-visible {
	color: #fff;
}

.ebnd-services-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.ebnd-services-toggle[aria-expanded="true"] {
	background: rgba(255, 255, 255, 0.12);
}

.ebnd-proof {
	padding-top: 54px;
}

.ebnd-proof-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 28px;
}

.ebnd-proof-card,
.ebnd-proof-chip {
	min-height: 138px;
	padding: 26px;
	border: 1px solid var(--ebnd-border);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-proof-card strong {
	display: block;
	margin-bottom: 10px;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1;
	background: linear-gradient(90deg, #ffadea 0%, #cf64ff 48%, #a81dff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.ebnd-proof-card span {
	color: var(--ebnd-text-muted);
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.6;
}

.ebnd-proof-chip {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ebnd-proof-chip::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff4fd8, #6be8ff);
	box-shadow: 0 0 24px rgba(107, 232, 255, 0.35);
}

.ebnd-proof-chip strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 1.15rem;
}

.ebnd-proof-chip span {
	color: var(--ebnd-text-muted);
	font-size: 0.94rem;
}

.ebnd-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.8fr);
	gap: 24px;
}

.ebnd-about-card,
.ebnd-process-card,
.ebnd-editor-surface,
.ebnd-shop-surface {
	padding: 34px;
	border: 1px solid var(--ebnd-border);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(45, 19, 89, 0.74), rgba(22, 12, 45, 0.9)),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 38%);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-about-card h3,
.ebnd-process-card h3 {
	margin: 0 0 16px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 2rem;
	line-height: 1.1;
}

.ebnd-about-card p,
.ebnd-process-card p {
	margin: 0;
	color: var(--ebnd-text-muted);
	line-height: 1.8;
}

.ebnd-about-list {
	display: grid;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.ebnd-about-list li {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 12px;
	color: rgba(247, 242, 255, 0.88);
	line-height: 1.7;
}

.ebnd-about-list li::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff4fd8, #6be8ff);
	box-shadow: 0 0 20px rgba(255, 79, 216, 0.3);
}

.ebnd-process-steps {
	display: grid;
	gap: 16px;
	margin-top: 28px;
}

.ebnd-process-step {
	position: relative;
	padding: 18px 18px 18px 70px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.05);
}

.ebnd-process-step strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 1.05rem;
}

.ebnd-process-step span {
	display: block;
	color: var(--ebnd-text-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

.ebnd-process-step::before {
	content: attr(data-step);
	position: absolute;
	top: 16px;
	left: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(255, 79, 216, 0.25), rgba(107, 232, 255, 0.2));
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
}

.ebnd-testimonial-card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.72fr);
	gap: 32px;
	padding: 42px;
	border: 1px solid var(--ebnd-border);
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(46, 18, 95, 0.78), rgba(24, 12, 46, 0.9)),
		radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 30%);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-testimonial-copy h2 {
	margin: 0 0 20px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
}

.ebnd-testimonial-quote {
	margin: 0 0 24px;
	color: rgba(249, 244, 255, 0.92);
	font-size: 1.12rem;
	line-height: 1.9;
}

.ebnd-testimonial-author strong {
	display: block;
	color: #fff;
	font-size: 1.18rem;
}

.ebnd-testimonial-author span {
	display: block;
	margin-top: 6px;
	color: var(--ebnd-text-muted);
}

.ebnd-testimonial-visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
}

.ebnd-avatar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 168px;
	height: 168px;
	margin-bottom: 20px;
	border-radius: 999px;
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 28%),
		linear-gradient(135deg, #54d3ff 0%, #a228ff 58%, #ff58cf 100%);
	box-shadow: 0 30px 70px rgba(13, 5, 33, 0.45);
}

.ebnd-avatar::after {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: inherit;
}

.ebnd-avatar span {
	position: relative;
	z-index: 1;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.08em;
	color: #fff;
}

.ebnd-testimonial-visual p {
	margin: 0 0 22px;
	color: var(--ebnd-text-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.ebnd-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.9fr);
	gap: 26px;
	align-items: start;
}

.ebnd-contact-copy {
	padding: 12px 0;
}

.ebnd-contact-copy h2 {
	margin: 0 0 18px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2rem, 3vw, 3.15rem);
	line-height: 1.05;
}

.ebnd-contact-copy p {
	margin: 0;
	color: var(--ebnd-text-muted);
	font-size: 1.04rem;
	line-height: 1.85;
}

.ebnd-contact-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 30px;
}

.ebnd-contact-point {
	padding: 20px 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.04);
}

.ebnd-contact-point strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 1rem;
}

.ebnd-contact-point span {
	color: var(--ebnd-text-muted);
	font-size: 0.94rem;
	line-height: 1.6;
}

.ebnd-contact-card {
	padding: 30px;
	border: 1px solid var(--ebnd-border);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(45, 18, 91, 0.8), rgba(20, 10, 40, 0.9)),
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 30%);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-contact-card h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.55rem;
}

.ebnd-contact-card > p {
	margin: 0 0 22px;
	color: var(--ebnd-text-muted);
	line-height: 1.75;
}

.ebnd-form-status {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 18px;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.6;
}

.ebnd-form-status--success {
	background: rgba(78, 232, 170, 0.12);
	color: #c8ffeb;
	box-shadow: inset 0 0 0 1px rgba(78, 232, 170, 0.2);
}

.ebnd-form-status--error {
	background: rgba(255, 114, 160, 0.12);
	color: #ffd7e3;
	box-shadow: inset 0 0 0 1px rgba(255, 114, 160, 0.2);
}

.ebnd-quote-form {
	display: grid;
	gap: 18px;
}

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

.ebnd-form-field label {
	display: block;
	margin-bottom: 9px;
	color: rgba(247, 242, 255, 0.88);
	font-size: 0.92rem;
	font-weight: 600;
}

.ebnd-quote-form input,
.ebnd-quote-form select,
.ebnd-quote-form textarea,
.search-field,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .input-text,
.woocommerce textarea,
.woocommerce select {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	box-shadow: none;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.ebnd-quote-form input::placeholder,
.ebnd-quote-form textarea::placeholder,
.search-field::placeholder,
.woocommerce .input-text::placeholder,
.woocommerce textarea::placeholder {
	color: rgba(240, 232, 255, 0.46);
}

.ebnd-quote-form input:hover,
.ebnd-quote-form select:hover,
.ebnd-quote-form textarea:hover,
.ebnd-quote-form input:focus,
.ebnd-quote-form select:focus,
.ebnd-quote-form textarea:focus,
.search-field:hover,
.search-field:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce .input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
	border-color: rgba(204, 51, 255, 0.55);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.ebnd-quote-form select,
.woocommerce form .form-row select,
.woocommerce select {
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.8) 50%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.8) 50%, transparent 50%);
	background-position:
		calc(100% - 22px) calc(50% - 2px),
		calc(100% - 16px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	appearance: none;
}

.ebnd-quote-form option,
.woocommerce select option {
	color: #17112a;
}

.ebnd-quote-form textarea {
	min-height: 140px;
	resize: vertical;
}

.ebnd-form-note {
	margin: 0;
	color: rgba(240, 232, 255, 0.55);
	font-size: 0.87rem;
	line-height: 1.6;
}

.ebnd-page-hero {
	padding: 78px 0 28px;
}

.ebnd-page-hero h1 {
	margin-bottom: 14px;
	font-size: clamp(2.3rem, 4vw, 4.1rem);
	letter-spacing: -0.04em;
}

.ebnd-page-hero--compact {
	padding: 26px 0 22px;
}

.ebnd-page-hero--services {
	padding-bottom: 18px;
}

.ebnd-services-overview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ebnd-services-overview__card,
.ebnd-blueprint-card,
.ebnd-blueprint-note,
.ebnd-service-detail {
	padding: 28px;
	border: 1px solid var(--ebnd-border);
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(46, 18, 95, 0.78), rgba(24, 12, 46, 0.9)),
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 34%);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-services-overview__card strong {
	display: block;
	margin-bottom: 12px;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(1.65rem, 2vw, 2.4rem);
	line-height: 1.05;
	color: #fff;
}

.ebnd-services-overview__card span,
.ebnd-blueprint-card p,
.ebnd-blueprint-note p {
	display: block;
	margin: 0;
	color: var(--ebnd-text-muted);
}

.ebnd-service-detail-list__items {
	display: grid;
	gap: 24px;
}

.ebnd-service-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
	gap: 26px;
	align-items: start;
}

.ebnd-service-detail.is-reversed .ebnd-service-detail__intro {
	order: 2;
}

.ebnd-service-detail.is-reversed .ebnd-service-detail__panel {
	order: 1;
}

.ebnd-service-detail__intro h3,
.ebnd-blueprint-card h3 {
	margin: 0 0 14px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	line-height: 1.08;
}

.ebnd-service-detail__intro p {
	margin: 0;
	color: var(--ebnd-text-muted);
	font-size: 1.03rem;
	line-height: 1.85;
}

.ebnd-service-detail__panel {
	padding: 26px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.05);
}

.ebnd-service-detail__panel .ebnd-service-icon {
	margin-bottom: 18px;
}

.ebnd-service-detail__list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ebnd-service-detail__list li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	color: rgba(247, 242, 255, 0.9);
	line-height: 1.7;
}

.ebnd-service-detail__list li::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: 11px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff4fd8, #6be8ff);
	box-shadow: 0 0 18px rgba(255, 79, 216, 0.24);
}

.ebnd-blueprint-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.ebnd-blueprint-card h3 {
	font-size: 1.45rem;
}

.ebnd-blueprint-note {
	margin-top: 24px;
}

.ebnd-blueprint-note strong {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.05rem;
}

.ebnd-main-section {
	padding-top: 24px;
}

.ebnd-editor-section {
	padding-top: 0;
}

.ebnd-editor-surface > :first-child,
.entry-article > :first-child {
	margin-top: 0;
}

.ebnd-editor-surface > :last-child,
.entry-article > :last-child {
	margin-bottom: 0;
}

.entry-article,
.ebnd-editor-surface,
.blog-page-content {
	color: rgba(247, 242, 255, 0.92);
}

.entry-article p,
.entry-article li,
.entry-article blockquote,
.entry-article figcaption,
.ebnd-editor-surface p,
.ebnd-editor-surface li,
.ebnd-editor-surface blockquote,
.ebnd-editor-surface figcaption {
	color: rgba(240, 232, 255, 0.86);
}

.entry-article h1,
.entry-article h2,
.entry-article h3,
.entry-article h4,
.entry-article h5,
.entry-article h6,
.ebnd-editor-surface h1,
.ebnd-editor-surface h2,
.ebnd-editor-surface h3,
.ebnd-editor-surface h4,
.ebnd-editor-surface h5,
.ebnd-editor-surface h6 {
	margin-top: 1.5em;
	margin-bottom: 0.6em;
}

.entry-article ul,
.entry-article ol,
.ebnd-editor-surface ul,
.ebnd-editor-surface ol {
	padding-left: 1.2rem;
}

.entry-article blockquote,
.ebnd-editor-surface blockquote,
.wp-block-quote {
	margin: 1.8rem 0;
	padding-left: 22px;
	border-left: 3px solid rgba(204, 51, 255, 0.5);
	color: rgba(247, 242, 255, 0.9);
}

.entry-article code,
.ebnd-editor-surface code {
	padding: 2px 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.95em;
}

.entry-article pre,
.ebnd-editor-surface pre {
	padding: 20px;
	border-radius: 18px;
	background: rgba(9, 5, 19, 0.7);
	color: #fff;
	overflow: auto;
}

.entry-article table,
.ebnd-editor-surface table,
.woocommerce table.shop_table {
	width: 100%;
	border-collapse: collapse;
}

.entry-article th,
.entry-article td,
.ebnd-editor-surface th,
.ebnd-editor-surface td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.entry-featured-image {
	margin: 20px 0 28px;
	overflow: hidden;
	border-radius: 24px;
}

.entry-featured-image img {
	width: 100%;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 20px;
	color: var(--ebnd-text-muted);
	font-size: 0.92rem;
}

.entry-meta a {
	color: var(--ebnd-accent-soft);
}

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

.post-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--ebnd-border);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(46, 18, 95, 0.74), rgba(21, 12, 43, 0.92)),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 34%);
	box-shadow: var(--ebnd-shadow);
}

.post-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(84, 211, 255, 0.15), rgba(167, 31, 255, 0.42));
}

.post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.post-card:hover .post-card__media img {
	transform: scale(1.04);
}

.post-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -0.06em;
	color: rgba(255, 255, 255, 0.82);
}

.post-card__content {
	display: grid;
	gap: 16px;
	padding: 26px;
}

.post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: var(--ebnd-text-muted);
	font-size: 0.84rem;
	font-weight: 600;
}

.post-card__meta a {
	color: var(--ebnd-accent-soft);
}

.post-card__title {
	margin: 0;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 1.45rem;
	line-height: 1.2;
}

.post-card__title a:hover,
.post-card__title a:focus-visible,
.post-card__link:hover,
.post-card__link:focus-visible {
	color: #fff;
}

.post-card__content p {
	margin: 0;
	color: var(--ebnd-text-muted);
}

.post-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ebnd-accent-soft);
	font-weight: 700;
}

.navigation.posts-navigation,
.navigation.post-navigation,
.pagination,
.woocommerce nav.woocommerce-pagination {
	margin-top: 34px;
}

.nav-links,
.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.page-numbers {
	align-items: center;
	justify-content: flex-start;
}

.page-numbers a,
.page-numbers span,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(247, 242, 255, 0.88);
	font-weight: 600;
}

.page-numbers.current,
.page-numbers a:hover,
.page-numbers a:focus-visible,
.post-navigation a:hover,
.post-navigation a:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.post-navigation .nav-next {
	text-align: right;
}

.search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	margin-top: 24px;
}

.search-submit {
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 700;
}

.search-submit:hover,
.search-submit:focus-visible {
	background: rgba(255, 255, 255, 0.14);
}

.ebnd-empty-state {
	padding: 42px;
	border: 1px solid var(--ebnd-border);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(46, 18, 95, 0.78), rgba(24, 12, 46, 0.9)),
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 36%);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-empty-state h1,
.ebnd-empty-state h2 {
	margin: 0 0 14px;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
}

.ebnd-empty-state p {
	margin: 0;
	color: var(--ebnd-text-muted);
}

.site-footer {
	padding: 0 0 48px;
}

.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.site-footer__brand strong {
	display: block;
	margin-bottom: 10px;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 1.1rem;
}

.site-footer__brand p,
.site-footer__meta p {
	margin: 0;
	color: rgba(240, 232, 255, 0.58);
	font-size: 0.92rem;
}

.ebnd-footer-menu {
	justify-content: flex-end;
	gap: 18px !important;
}

.site-footer a {
	color: rgba(240, 232, 255, 0.7);
	font-size: 0.92rem;
	font-weight: 600;
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: #fff;
}

.site-footer__meta {
	margin-top: 16px;
}

.alignwide {
	width: min(1180px, calc(100% + 120px));
	max-width: calc(100% + 120px);
	margin-right: auto;
	margin-left: auto;
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 26px;
	color: var(--ebnd-text-muted);
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--ebnd-accent-soft);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	margin-bottom: 22px !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.woocommerce-error {
	border-color: rgba(255, 114, 160, 0.24);
}

.woocommerce-message,
.woocommerce-info {
	border-color: rgba(107, 232, 255, 0.22);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 24px;
	border: 1px solid var(--ebnd-border);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: var(--ebnd-shadow);
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin-bottom: 18px;
	border-radius: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 1.25rem;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #fff;
	font-weight: 700;
}

.woocommerce span.onsale {
	min-width: 52px;
	min-height: 52px;
	padding: 0 12px;
	border: 0;
	border-radius: 18px;
	background: linear-gradient(135deg, #ff4fd8, #a71fff);
	color: #fff;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 34px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce div.product div.images img {
	border-radius: 24px;
}

.woocommerce div.product .product_title {
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.woocommerce .quantity .qty {
	max-width: 120px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0;
	border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 14px 18px;
	color: rgba(247, 242, 255, 0.82);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: rgba(255, 255, 255, 0.12);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.woocommerce-cart table.cart img {
	width: 70px;
	border-radius: 14px;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .col2-set,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	margin-top: 28px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	padding: 24px;
	border: 1px solid var(--ebnd-border);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: var(--ebnd-shadow);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(247, 242, 255, 0.84);
	font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--multiple {
	min-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	line-height: 52px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 52px;
}

.woocommerce .star-rating,
.woocommerce .woocommerce-product-rating {
	color: #ffd26f;
}

.woocommerce .related.products,
.woocommerce .up-sells,
.woocommerce .cross-sells {
	margin-top: 42px;
}

@media (max-width: 1100px) {
	.ebnd-hero-grid,
	.ebnd-about-grid,
	.ebnd-testimonial-card,
	.ebnd-contact-grid,
	.ebnd-service-detail,
	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.ebnd-testimonial-visual {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		padding-top: 36px;
	}

	.ebnd-proof-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ebnd-proof-chip {
		min-height: 120px;
	}

	.ebnd-contact-points,
	.post-grid,
	.ebnd-services-overview,
	.ebnd-blueprint-grid,
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.site-header__inner {
		flex-wrap: wrap;
	}

	.ebnd-nav-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.site-navigation {
		display: none;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		padding-top: 8px;
	}

	.site-header.is-open .site-navigation {
		display: flex;
	}

	.site-navigation .menu,
	.ebnd-language-switcher {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.site-navigation a {
		padding: 12px 0;
	}

	.site-header__cta {
		margin: 8px 0 0;
		text-align: center;
	}

	.site-navigation[hidden] {
		display: none;
	}

	.ebnd-service-grid {
		grid-template-columns: 1fr;
	}

	.ebnd-services-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ebnd-hero {
		padding-bottom: 90px;
	}

	.ebnd-page-hero {
		padding-top: 56px;
	}
}

@media (max-width: 767px) {
	:root {
		--ebnd-shell-width: min(100%, calc(100% - 32px));
	}

	.ebnd-section,
	.ebnd-main-section {
		padding: 84px 0;
	}

	.site-header {
		padding-top: 16px;
	}

	.site-header__inner {
		padding: 14px 16px;
	}

	.site-branding .custom-logo {
		max-height: 46px;
	}

	.ebnd-section-head {
		flex-direction: column;
		align-items: start;
	}

	.ebnd-proof-strip,
	.ebnd-contact-points,
	.ebnd-form-row,
	.post-grid,
	.ebnd-services-overview,
	.ebnd-blueprint-grid,
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.ebnd-hero-copy h1 {
		font-size: clamp(2.8rem, 14vw, 4.4rem);
	}

	.ebnd-hero-copy p,
	.ebnd-testimonial-quote,
	.ebnd-contact-copy p,
	.ebnd-page-hero p {
		font-size: 1rem;
	}

	.ebnd-hero-panel,
	.ebnd-about-card,
	.ebnd-process-card,
	.ebnd-testimonial-card,
	.ebnd-contact-card,
	.ebnd-editor-surface,
	.ebnd-shop-surface,
	.ebnd-empty-state {
		padding: 24px;
		border-radius: 24px;
	}

	.ebnd-avatar {
		width: 132px;
		height: 132px;
	}

	.ebnd-avatar span {
		font-size: 2.45rem;
	}

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

	.site-footer__inner {
		flex-direction: column;
		align-items: start;
	}
}
