/*
Theme Name:     HUB Advanced — GeneratePress Child
Theme URI:      https://hub.co.il
Description:    תבנית בת של HUB Advanced Systems — פיתוח מערכות AI ואוטומציה לעסקים. מבוססת GeneratePress.
Author:         HUB Advanced Systems Ltd.
Author URI:     https://hub.co.il
Template:       generatepress
Version:        1.0.4
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    generatepress-child
Tags:           rtl-language-support, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ════════════════════════════════════════════════════════════════
   HUB ADVANCED SYSTEMS · Master Stylesheet
   Palette: Cream (#faf8f3) + Gold (#b8924f) + Royal Purple (#5b21b6)
   ════════════════════════════════════════════════════════════════ */

:root {
	/* Surfaces */
	--cream:        #faf8f3;
	--cream-deep:   #f3eee2;
	--white:        #ffffff;
	--ink:          #1a1610;
	--ink-soft:     #2d2820;

	/* Brand */
	--gold:         #b8924f;
	--gold-deep:    #8e6e36;
	--gold-soft:    #d4b276;
	--purple:       #5b21b6;
	--purple-soft:  #7c3aed;
	--success:      #16a34a;

	/* Text */
	--text:              #1a1610;
	--text-soft:         #4a443a;
	--text-mute:         #8a8174;
	--text-on-dark:      #f5f2eb;
	--text-soft-on-dark: #b8b2a3;

	/* Lines */
	--line:         rgba(26,22,16,0.10);
	--line-strong:  rgba(26,22,16,0.20);
	--line-dark:    rgba(255,255,255,0.10);

	/* Type */
	--sans:  'Heebo', system-ui, sans-serif;
	--serif: 'Frank Ruhl Libre', Georgia, serif;
	--mono:  'JetBrains Mono', monospace;
}

/* ════════════════════════════════════════════════════════════════
   01 · BASE RESET (gentle — respects GeneratePress)
   ════════════════════════════════════════════════════════════════ */
.hub-page, .hub-page *, .hub-page *::before, .hub-page *::after {
	box-sizing: border-box;
}
.hub-page {
	font-family: var(--sans);
	direction: rtl;
	text-align: right;
	background: var(--cream);
	color: var(--text);
	line-height: 1.65;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
.hub-page img, .hub-page video { max-width: 100%; display: block; }
.hub-page a { text-decoration: none; color: inherit; transition: color .25s ease; }
.hub-page ::selection { background: var(--gold); color: var(--ink); }

html { scroll-behavior: smooth; }
body { overflow-x: hidden; margin: 0; }

/* Override GeneratePress default container width for front page */
body.home #page,
body.page-template-front-page #page {
	max-width: 100%;
}
body.home .site-content,
body.page-template-front-page .site-content {
	padding: 0;
}

/* ════════════════════════════════════════════════════════════════
   02 · NAVBAR
   ════════════════════════════════════════════════════════════════ */
.hub-navbar {
	position: fixed; top: 0; right: 0; left: 0; z-index: 1000;
	transition: all .35s ease;
}
.hub-navbar.is-hero { background: transparent; padding: 18px 0; }
.hub-navbar.is-sticky {
	background: rgba(250,248,243,0.95);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	border-bottom: 1px solid var(--line);
}
.hub-navbar__inner {
	max-width: 1240px; margin: 0 auto; height: 70px;
	display: flex; align-items: center; justify-content: space-between;
	padding: 0 32px;
}
.hub-logo {
	display: flex; align-items: center; gap: 12px;
	font-weight: 700; font-size: 17px; color: var(--text-on-dark);
	letter-spacing: -0.01em; transition: color .3s ease;
}
.hub-navbar.is-sticky .hub-logo { color: var(--text); }
.hub-logo__mark {
	width: 34px; height: 34px;
	background: var(--gold); color: var(--ink);
	font-family: var(--mono); font-weight: 700;
	display: flex; align-items: center; justify-content: center;
	border-radius: 8px; font-size: 15px;
}
.hub-logo em {
	font-style: italic; font-weight: 300;
	color: var(--text-soft-on-dark); transition: color .3s ease;
}
.hub-navbar.is-sticky .hub-logo em { color: var(--text-mute); }

.hub-nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; padding: 0; margin: 0; }
.hub-nav-menu li a, .hub-nav-menu a {
	color: var(--text-soft-on-dark);
	font-weight: 500; font-size: 14px;
	padding: 8px 14px; border-radius: 6px;
	transition: all .2s; display: block;
}
.hub-navbar.is-sticky .hub-nav-menu a { color: var(--text-soft); }
.hub-nav-menu a:hover { color: var(--gold-soft); }
.hub-navbar.is-sticky .hub-nav-menu a:hover { color: var(--gold-deep); background: rgba(184,146,79,0.08); }


/* Primary menu dropdowns — production contract */
.hub-nav-menu > li { position: relative; }
.hub-nav-menu .menu-item-has-children > a {
	position: relative;
	padding-inline-end: 28px;
}
.hub-nav-menu .menu-item-has-children > a::after {
	content: "";
	position: absolute;
	inset-inline-end: 12px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-inline-end: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translateY(-60%) rotate(45deg);
	opacity: .72;
	transition: transform .2s ease, opacity .2s ease;
}
.hub-nav-menu > .menu-item-has-children:hover > a::after,
.hub-nav-menu > .menu-item-has-children:focus-within > a::after {
	transform: translateY(-30%) rotate(225deg);
	opacity: 1;
}
.hub-nav-menu .sub-menu {
	position: absolute;
	top: calc(100% + 4px);
	inset-inline-end: 0;
	z-index: 50;
	min-width: 230px;
	list-style: none;
	margin: 0;
	padding: 10px;
	background: rgba(250,248,243,.98);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: 0 22px 70px rgba(26,22,16,.20);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

/* Dropdown hover bridge — prevents menu from closing while moving cursor down */
@media (min-width: 981px) {
	.hub-nav-menu > .menu-item-has-children::before {
		content: "";
		position: absolute;
		inset-inline: -10px;
		top: 100%;
		height: 18px;
		z-index: 49;
		display: block;
	}

	.hub-nav-menu > .menu-item-has-children > .sub-menu {
		z-index: 50;
	}
}

.hub-nav-menu .sub-menu::before {
	content: "";
	position: absolute;
	inset-inline-end: 22px;
	top: -7px;
	width: 12px;
	height: 12px;
	background: rgba(250,248,243,.98);
	border-inline-start: 1px solid var(--line);
	border-top: 1px solid var(--line);
	transform: rotate(45deg);
}
.hub-nav-menu > li:hover > .sub-menu,
.hub-nav-menu > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}
.hub-nav-menu .sub-menu a,
.hub-navbar.is-sticky .hub-nav-menu .sub-menu a {
	color: var(--text) !important;
	-webkit-text-fill-color: var(--text) !important;
	padding: 11px 12px;
	border-radius: 12px;
	font-size: 13px;
	line-height: 1.35;
	white-space: nowrap;
}
.hub-nav-menu .sub-menu a:hover,
.hub-nav-menu .sub-menu a:focus {
	color: var(--gold-deep) !important;
	-webkit-text-fill-color: var(--gold-deep) !important;
	background: rgba(184,146,79,.10);
}

.hub-nav-cta {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--gold); color: var(--ink);
	font-weight: 600; font-size: 14px;
	padding: 10px 20px; border-radius: 999px;
	transition: all .25s ease;
}
.hub-nav-cta:hover {
	background: var(--gold-soft); transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(184,146,79,.3);
	color: var(--ink);
}

/* ════════════════════════════════════════════════════════════════
   03 · HERO
   ════════════════════════════════════════════════════════════════ */
.hub-hero {
	position: relative; min-height: 100vh;
	padding: 150px 0 110px;
	display: flex; align-items: center; overflow: hidden;
	background:
		radial-gradient(900px 500px at 85% 10%, rgba(184,146,79,.12), transparent 60%),
		radial-gradient(700px 400px at 10% 90%, rgba(91,33,182,.18), transparent 60%),
		var(--ink);
	color: var(--text-on-dark);
}
.hub-hero::before {
	content: ""; position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
	pointer-events: none;
}
.hub-hero__inner {
	max-width: 1100px; margin: 0 auto; padding: 0 32px;
	position: relative; z-index: 1;
}
.hub-hero__eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--mono); font-size: 11.5px;
	letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--gold-soft);
	padding: 8px 16px;
	border: 1px solid rgba(212,178,118,0.25);
	border-radius: 999px;
	background: rgba(184,146,79,0.06);
	margin-bottom: 32px;
}
.hub-hero__eyebrow::before {
	content: ""; width: 6px; height: 6px;
	border-radius: 50%; background: var(--success);
	box-shadow: 0 0 12px rgba(22,163,74,0.6);
	animation: hub-pulse 2s ease-in-out infinite;
}
@keyframes hub-pulse {
	0%, 100% { opacity: 1; }
	50%      { opacity: 0.5; }
}
.hub-hero__title {
	font-size: clamp(40px, 6vw, 72px);
	font-weight: 700; line-height: 1.1;
	letter-spacing: -0.025em;
	margin: 0 0 28px;
	color: var(--text-on-dark);
}
.hub-hero__title .gold { color: var(--gold-soft); }
.hub-hero__title .block { display: block; }
.hub-hero__lede {
	font-size: clamp(17px, 1.4vw, 21px);
	color: var(--text-soft-on-dark);
	max-width: 720px; line-height: 1.7;
	margin: 0 0 36px; font-weight: 400;
}
.hub-hero__lede strong { color: var(--text-on-dark); font-weight: 600; }

.hub-hero__benefits {
	display: flex; flex-wrap: wrap; gap: 12px;
	margin-bottom: 40px;
}
.hub-hero__benefit {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 14px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 999px;
	font-size: 13.5px;
	color: var(--text-on-dark);
}
.hub-hero__benefit svg {
	width: 14px; height: 14px;
	color: var(--gold-soft); flex-shrink: 0;
}

.hub-hero__btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 64px; }

/* Buttons (shared) */
.hub-btn {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 16px 30px;
	font-weight: 600; font-size: 15px;
	border-radius: 999px;
	border: 1px solid transparent;
	transition: all .3s ease;
	font-family: var(--sans);
	cursor: pointer;
}
.hub-btn--primary { background: var(--gold); color: var(--ink); }
.hub-btn--primary:hover {
	background: var(--gold-soft); transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(184,146,79,.3);
	color: var(--ink);
}
.hub-btn--ghost {
	border-color: rgba(255,255,255,0.2);
	color: var(--text-on-dark); background: transparent;
}
.hub-btn--ghost:hover {
	background: rgba(255,255,255,0.05);
	border-color: var(--gold-soft);
	color: var(--text-on-dark);
}
.hub-btn--light { background: var(--ink); color: var(--text-on-dark); }
.hub-btn--light:hover {
	background: var(--ink-soft); transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(26,22,16,.2);
	color: var(--text-on-dark);
}

.hub-hero__strip {
	display: grid; grid-template-columns: repeat(4, 1fr);
	gap: 32px; padding-top: 40px;
	border-top: 1px solid rgba(255,255,255,0.08);
}
.hub-hero__strip > div { display: flex; flex-direction: column; gap: 6px; }
.hub-hero__num {
	font-family: var(--mono);
	font-size: 30px; font-weight: 500;
	color: var(--text-on-dark);
	letter-spacing: -0.02em; line-height: 1;
}
.hub-hero__num.gold { color: var(--gold-soft); }
.hub-hero__num.purple { color: var(--purple-soft); }
.hub-hero__lbl { font-size: 13px; color: var(--text-soft-on-dark); }

/* ════════════════════════════════════════════════════════════════
   04 · SECTION PRIMITIVES
   ════════════════════════════════════════════════════════════════ */
.hub-section { padding: 110px 0; position: relative; }
.hub-section--cream { background: var(--cream); }
.hub-section--white { background: var(--white); }
.hub-section--deep { background: var(--cream-deep); }
.hub-section__inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

.hub-section-head {
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 80px; align-items: end; margin-bottom: 72px;
}
.hub-section-head__label {
	display: inline-block;
	font-family: var(--mono); font-size: 11.5px;
	letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--gold-deep); margin-bottom: 20px;
}
.hub-section-head h2 {
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 700;
	letter-spacing: -0.025em; line-height: 1.15;
	color: var(--text); margin: 0;
}
.hub-section-head h2 .gold { color: var(--gold-deep); }
.hub-section-head__lede {
	font-size: 17px; color: var(--text-soft);
	line-height: 1.75; font-weight: 400; margin: 0;
}

/* ════════════════════════════════════════════════════════════════
   05 · SERVICES
   ════════════════════════════════════════════════════════════════ */
.hub-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.hub-service {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 16px; padding: 36px 28px;
	transition: all .35s ease;
	position: relative; overflow: hidden;
}
.hub-service:hover {
	border-color: var(--gold); transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(26,22,16,.08);
}
.hub-service__icon {
	width: 48px; height: 48px; border-radius: 12px;
	background: linear-gradient(135deg, var(--gold), var(--gold-deep));
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 24px; color: var(--white);
}
.hub-service:nth-child(even) .hub-service__icon {
	background: linear-gradient(135deg, var(--purple-soft), var(--purple));
}
.hub-service__icon svg { width: 22px; height: 22px; }
.hub-service h3 {
	font-size: 20px; font-weight: 700;
	margin: 0 0 12px; color: var(--text);
	letter-spacing: -0.01em;
}
.hub-service p {
	color: var(--text-soft); font-size: 14.5px;
	line-height: 1.7; margin: 0 0 18px;
}
.hub-service__benefit {
	display: inline-flex; align-items: center; gap: 6px;
	font-family: var(--mono); font-size: 12px;
	color: var(--gold-deep); font-weight: 500;
	padding-top: 14px;
	border-top: 1px solid var(--line);
	width: 100%;
}
.hub-service:nth-child(even) .hub-service__benefit { color: var(--purple); }

/* ════════════════════════════════════════════════════════════════
   06 · HOW IT WORKS
   ════════════════════════════════════════════════════════════════ */
.hub-steps {
	display: grid; grid-template-columns: repeat(4, 1fr);
	gap: 0; position: relative;
}
.hub-step { padding: 0 24px; position: relative; text-align: right; }
.hub-step:not(:last-child)::after {
	content: ""; position: absolute;
	top: 24px; left: -24px;
	width: 48px; height: 1px;
	background: linear-gradient(to left, transparent, var(--gold) 50%, transparent);
}
.hub-step__num {
	width: 48px; height: 48px; border-radius: 50%;
	background: var(--ink); color: var(--gold-soft);
	font-family: var(--mono); font-weight: 600; font-size: 18px;
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 20px;
}
.hub-step h3 { font-size: 18px; font-weight: 700; margin: 0 0 10px; color: var(--text); }
.hub-step p { color: var(--text-soft); font-size: 14px; line-height: 1.7; margin: 0; }

/* ════════════════════════════════════════════════════════════════
   07 · ABOUT
   ════════════════════════════════════════════════════════════════ */
.hub-about {
	display: grid; grid-template-columns: 1.1fr 1fr;
	gap: 80px; align-items: center;
}
.hub-about__content h2 {
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	letter-spacing: -0.025em; line-height: 1.15;
	margin: 0 0 24px;
}
.hub-about__content h2 .gold { color: var(--gold-deep); }
.hub-about__content p {
	color: var(--text-soft); font-size: 16.5px;
	line-height: 1.8; margin: 0 0 20px;
}
.hub-about__content p strong { color: var(--text); font-weight: 600; }

.hub-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 36px 0; }
.hub-stat { padding: 22px 24px; background: var(--cream-deep); border-radius: 12px; }
.hub-stat__num {
	font-family: var(--mono);
	font-size: 30px; font-weight: 500;
	color: var(--gold-deep); line-height: 1;
	margin-bottom: 6px; letter-spacing: -0.02em;
}
.hub-stat:nth-child(even) .hub-stat__num { color: var(--purple); }
.hub-stat__lbl { font-size: 13px; color: var(--text-mute); }

.hub-about__visual {
	position: relative; aspect-ratio: 1;
	border-radius: 24px;
	background:
		radial-gradient(circle at 30% 30%, rgba(184,146,79,.18), transparent 50%),
		radial-gradient(circle at 70% 70%, rgba(91,33,182,.15), transparent 50%),
		var(--cream-deep);
	overflow: hidden;
	display: flex; align-items: center; justify-content: center;
}
.hub-about__visual::before, .hub-about__visual::after {
	content: ""; position: absolute;
	border-radius: 50%; pointer-events: none;
}
.hub-about__visual::before {
	width: 280px; height: 280px;
	border: 1px dashed var(--gold);
	opacity: .45;
	animation: hub-spin 30s linear infinite;
}
.hub-about__visual::after {
	width: 180px; height: 180px;
	border: 1px dashed var(--purple);
	opacity: .35;
	animation: hub-spin 20s linear infinite reverse;
}
.hub-about__core {
	position: relative; z-index: 1;
	width: 96px; height: 96px; border-radius: 22px;
	background: linear-gradient(135deg, var(--gold), var(--purple));
	display: flex; align-items: center; justify-content: center;
	font-family: var(--mono); font-size: 28px;
	font-weight: 700; color: var(--white);
	box-shadow: 0 20px 50px rgba(184,146,79,.25), 0 20px 50px rgba(91,33,182,.25);
}
@keyframes hub-spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

/* ════════════════════════════════════════════════════════════════
   08 · PLATFORMS
   ════════════════════════════════════════════════════════════════ */
.hub-platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hub-platform {
	display: block;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px; padding: 36px 32px;
	transition: all .35s ease;
	position: relative; overflow: hidden;
}
.hub-platform::before {
	content: ""; position: absolute; top: 0; right: 0;
	width: 100%; height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--purple), transparent);
	transform: translateX(-100%);
	transition: transform .5s ease;
}
.hub-platform:hover {
	border-color: var(--gold); transform: translateY(-5px);
	box-shadow: 0 24px 56px rgba(26,22,16,.10);
}
.hub-platform:hover::before { transform: translateX(0); }
.hub-platform__domain {
	font-family: var(--mono); font-size: 12px;
	letter-spacing: 0.10em; color: var(--gold-deep);
	margin-bottom: 22px; display: inline-block;
	padding: 5px 12px;
	border: 1px solid var(--line-strong); border-radius: 6px;
	background: var(--cream-deep); direction: ltr;
}
.hub-platform h3 {
	font-size: 21px; font-weight: 700;
	margin: 0 0 12px; letter-spacing: -0.01em;
}
.hub-platform p {
	color: var(--text-soft); font-size: 15px;
	line-height: 1.7; margin: 0 0 22px;
}
.hub-platform__visit {
	font-family: var(--mono); font-size: 13px;
	color: var(--gold-deep); letter-spacing: 0.04em;
}

/* ════════════════════════════════════════════════════════════════
   09 · TESTIMONIALS
   ════════════════════════════════════════════════════════════════ */
.hub-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hub-testi {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px; padding: 32px 30px;
	transition: all .3s ease;
}
.hub-testi:hover {
	border-color: var(--gold); transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(26,22,16,.08);
}
.hub-testi__stars {
	color: var(--gold); font-size: 16px;
	margin-bottom: 16px; letter-spacing: 2px;
}
.hub-testi__text {
	color: var(--text); font-size: 16px;
	line-height: 1.7; margin: 0 0 24px;
	font-weight: 400;
}
.hub-testi__author {
	display: flex; align-items: center; gap: 14px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
}
.hub-testi__avatar {
	width: 42px; height: 42px; border-radius: 50%;
	background: linear-gradient(135deg, var(--gold), var(--purple));
	display: flex; align-items: center; justify-content: center;
	color: var(--white); font-weight: 700; font-size: 16px;
	flex-shrink: 0;
}
.hub-testi__name {
	font-weight: 600; font-size: 14.5px;
	color: var(--text); margin-bottom: 2px;
}
.hub-testi__role { font-size: 12.5px; color: var(--text-mute); }

/* ════════════════════════════════════════════════════════════════
   10 · CONTACT
   ════════════════════════════════════════════════════════════════ */
.hub-contact {
	padding: 120px 0;
	background: var(--cream-deep); text-align: center;
}
.hub-contact__inner { max-width: 960px; margin: 0 auto; padding: 0 32px; }
.hub-contact__title {
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 700;
	letter-spacing: -0.025em; line-height: 1.15;
	margin: 0 0 20px;
}
.hub-contact__title .gold { color: var(--gold-deep); }
.hub-contact__sub {
	color: var(--text-soft); font-size: 18px;
	line-height: 1.7; margin: 0 auto 40px;
	max-width: 620px;
}
.hub-channels {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 16px; margin-bottom: 40px;
	max-width: 880px; margin-left: auto; margin-right: auto;
}
.hub-channel {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 14px; padding: 26px 22px;
	text-align: right; transition: all .25s ease;
}
.hub-channel:hover {
	border-color: var(--gold); transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(26,22,16,.06);
}
.hub-channel__label {
	font-family: var(--mono);
	font-size: 11px; letter-spacing: 0.15em;
	text-transform: uppercase; color: var(--text-mute);
	margin-bottom: 8px;
	display: flex; align-items: center; gap: 8px;
}
.hub-channel__dot {
	width: 7px; height: 7px; border-radius: 50%;
	background: var(--gold);
}
.hub-channel--whatsapp .hub-channel__dot { background: #25d366; }
.hub-channel--email .hub-channel__dot { background: var(--purple); }
.hub-channel__value {
	font-size: 17px; font-weight: 500;
	color: var(--text); direction: ltr;
	display: block; letter-spacing: 0.01em;
}
.hub-channel__hint { font-size: 12.5px; color: var(--text-mute); margin-top: 4px; }
.hub-contact__btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ════════════════════════════════════════════════════════════════
   11 · FOOTER
   ════════════════════════════════════════════════════════════════ */
.hub-footer {
	background: var(--ink); padding: 80px 0 0;
	position: relative; color: var(--text-on-dark);
}
.hub-footer::before {
	content: ""; position: absolute; inset: 0;
	background:
		radial-gradient(700px 350px at 85% 0%, rgba(184,146,79,.05), transparent 60%),
		radial-gradient(500px 300px at 10% 100%, rgba(91,33,182,.08), transparent 60%);
	pointer-events: none;
}
.hub-footer__inner {
	max-width: 1240px; margin: 0 auto;
	padding: 0 32px; position: relative; z-index: 1;
}
.hub-footer__grid {
	display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 56px; padding-bottom: 48px;
	border-bottom: 1px solid var(--line-dark);
}
.hub-footer__brand .hub-logo { color: var(--text-on-dark); margin-bottom: 20px; }
.hub-footer__brand .hub-logo em { color: var(--text-soft-on-dark); }
.hub-footer__brand p {
	color: var(--text-soft-on-dark); font-size: 14.5px;
	line-height: 1.7; margin: 0 0 18px;
}
.hub-footer__meta {
	display: flex; gap: 10px;
	font-family: var(--mono); font-size: 11px;
	letter-spacing: 0.12em; color: var(--text-soft-on-dark);
	text-transform: uppercase; opacity: 0.7;
}
.hub-footer__col h4 {
	font-family: var(--mono); font-size: 11.5px;
	font-weight: 500; letter-spacing: 0.18em;
	text-transform: uppercase; color: var(--gold-soft);
	margin: 0 0 20px;
}
.hub-footer__col ul { list-style: none; padding: 0; margin: 0; }
.hub-footer__col li { margin-bottom: 12px; font-size: 14px; }
.hub-footer__col a { color: var(--text-soft-on-dark); }
.hub-footer__col a:hover { color: var(--text-on-dark); }
.hub-footer__contact-item {
	display: flex; flex-direction: column; gap: 3px;
	margin-bottom: 14px;
}
.hub-footer__contact-label {
	font-family: var(--mono); font-size: 10.5px;
	letter-spacing: 0.12em; text-transform: uppercase;
	color: var(--text-soft-on-dark); opacity: 0.7;
}
.hub-footer__contact-value {
	font-size: 14.5px; color: var(--text-on-dark);
	font-weight: 500; direction: ltr;
}
.hub-footer__cta-btn {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 12px 22px;
	background: var(--gold); color: var(--ink);
	border-radius: 999px;
	font-weight: 600; font-size: 13.5px;
	margin-top: 14px; transition: all .3s ease;
}
.hub-footer__cta-btn:hover {
	background: var(--gold-soft); transform: translateY(-2px);
	color: var(--ink);
}
.hub-footer__bottom {
	display: flex; justify-content: space-between; align-items: center;
	padding: 24px 0; font-size: 12.5px;
	color: var(--text-soft-on-dark);
	opacity: 0.75; flex-wrap: wrap; gap: 14px;
}
.hub-footer__directive {
	font-family: var(--mono); letter-spacing: 0.12em;
	font-size: 11px; text-transform: uppercase;
	color: var(--gold-soft); opacity: 1;
}

/* ════════════════════════════════════════════════════════════════
   12 · ANIMATIONS
   ════════════════════════════════════════════════════════════════ */
.hub-fade {
	opacity: 0; transform: translateY(20px);
	transition: opacity .9s ease, transform .9s ease;
}
.hub-fade.is-in { opacity: 1; transform: translateY(0); }
.hub-fade[data-d="1"] { transition-delay: 0.08s; }
.hub-fade[data-d="2"] { transition-delay: 0.16s; }
.hub-fade[data-d="3"] { transition-delay: 0.24s; }
.hub-fade[data-d="4"] { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
	.hub-page *, .hub-page *::before, .hub-page *::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

/* ════════════════════════════════════════════════════════════════
   13 · RESPONSIVE
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 980px) {
	.hub-section-head { grid-template-columns: 1fr; gap: 24px; }
	.hub-services { grid-template-columns: repeat(2, 1fr); }
	.hub-steps { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
	.hub-step:not(:last-child)::after { display: none; }
	.hub-platforms { grid-template-columns: 1fr; }
	.hub-testimonials { grid-template-columns: 1fr; }
	.hub-about { grid-template-columns: 1fr; gap: 56px; }
	.hub-hero__strip { grid-template-columns: repeat(2, 1fr); }
	.hub-channels { grid-template-columns: 1fr; }
	.hub-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
	.hub-nav-menu { display: none; }
}
@media (max-width: 560px) {
	.hub-hero { padding: 120px 0 80px; }
	.hub-section { padding: 80px 0; }
	.hub-services { grid-template-columns: 1fr; }
	.hub-steps { grid-template-columns: 1fr; gap: 32px; }
	.hub-hero__btns, .hub-contact__btns { flex-direction: column; align-items: stretch; }
	.hub-btn { justify-content: center; }
	.hub-footer__grid { grid-template-columns: 1fr; }
	.hub-stats { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════════
   14 · INTERNAL PAGES (page.php)
   הוסף את הסקציה הזו לסוף style.css
   ════════════════════════════════════════════════════════════════ */

/* === Page Hero === */
.hub-page-hero {
	padding: 160px 0 80px;
	background:
		radial-gradient(900px 400px at 85% 10%, rgba(184,146,79,.10), transparent 60%),
		radial-gradient(700px 300px at 10% 90%, rgba(91,33,182,.12), transparent 60%),
		var(--ink);
	color: var(--text-on-dark);
	position: relative;
	overflow: hidden;
}
.hub-page-hero::before {
	content: ""; position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
	pointer-events: none;
}
.hub-page-hero__inner {
	max-width: 900px; margin: 0 auto; padding: 0 32px;
	position: relative; z-index: 1; text-align: right;
}
.hub-page-hero__title {
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 700;
	line-height: 1.15; letter-spacing: -0.025em;
	color: var(--text-on-dark);
	margin: 16px 0 18px;
}
.hub-page-hero__lede {
	font-size: clamp(16px, 1.3vw, 19px);
	color: var(--text-soft-on-dark);
	line-height: 1.7;
	margin: 0; max-width: 720px;
}

/* === Breadcrumbs === */
.hub-breadcrumbs {
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: 0.1em;
	color: var(--text-soft-on-dark);
	margin-bottom: 20px;
	opacity: 0.8;
}
.hub-breadcrumbs a {
	color: var(--gold-soft);
	transition: color .25s ease;
}
.hub-breadcrumbs a:hover { color: var(--gold); }

/* === Page Content (Gutenberg output) === */
.hub-page-content {
	max-width: 800px;
	margin: 0 auto;
}
.hub-page-content__featured {
	margin-bottom: 40px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 48px rgba(26,22,16,.08);
}
.hub-page-content__featured img {
	width: 100%; height: auto;
}
.hub-page-content__body {
	font-size: 17px;
	line-height: 1.8;
	color: var(--text);
}

/* Gutenberg typography */
.hub-page-content__body h2 {
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 48px 0 20px;
	color: var(--text);
}
.hub-page-content__body h3 {
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 700;
	margin: 36px 0 16px;
	color: var(--text);
}
.hub-page-content__body h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 28px 0 12px;
}
.hub-page-content__body p {
	margin: 0 0 22px;
	color: var(--text-soft);
}
.hub-page-content__body strong {
	color: var(--text); font-weight: 600;
}
.hub-page-content__body a {
	color: var(--gold-deep);
	border-bottom: 1px solid rgba(184,146,79,0.3);
	transition: all .2s ease;
}
.hub-page-content__body a:hover {
	color: var(--gold);
	border-bottom-color: var(--gold);
}
.hub-page-content__body ul,
.hub-page-content__body ol {
	margin: 0 0 22px;
	padding-right: 28px;
	color: var(--text-soft);
}
.hub-page-content__body li {
	margin-bottom: 8px;
	line-height: 1.75;
}
.hub-page-content__body blockquote {
	margin: 32px 0;
	padding: 20px 28px;
	border-right: 4px solid var(--gold);
	background: var(--white);
	border-radius: 8px;
	font-style: italic;
	color: var(--text);
}
.hub-page-content__body img {
	border-radius: 12px;
	margin: 24px 0;
	box-shadow: 0 12px 32px rgba(26,22,16,.06);
}
.hub-page-content__body hr {
	border: 0;
	height: 1px;
	background: var(--line);
	margin: 48px 0;
}
.hub-page-content__body code {
	font-family: var(--mono);
	font-size: 0.9em;
	background: var(--cream-deep);
	padding: 2px 8px;
	border-radius: 4px;
	color: var(--purple);
}
.hub-page-content__body pre {
	background: var(--ink);
	color: var(--text-on-dark);
	padding: 20px 24px;
	border-radius: 12px;
	overflow-x: auto;
	margin: 24px 0;
	direction: ltr;
}
.hub-page-content__body pre code {
	background: none;
	color: inherit;
	padding: 0;
}

/* === Comments === */
.hub-page-content__comments {
	margin-top: 56px;
	padding-top: 40px;
	border-top: 1px solid var(--line);
}

/* === Pagination === */
.hub-page-pagination {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
	font-family: var(--mono);
	font-size: 13px;
	color: var(--text-mute);
}
.hub-page-pagination a {
	color: var(--gold-deep);
	margin: 0 4px;
}

/* === Responsive === */
@media (max-width: 560px) {
	.hub-page-hero { padding: 130px 0 60px; }
	.hub-page-content__body { font-size: 16px; }
}

/* ════════════════════════════════════════════════════════════════
   15 · 404 ERROR PAGE
   הוסף את הסקציה הזו לסוף style.css (אחרי סקציית page.php)
   ════════════════════════════════════════════════════════════════ */

.hub-404 {
	min-height: calc(100vh - 70px);
	padding: 140px 0 100px;
	display: flex; align-items: center;
	background:
		radial-gradient(900px 500px at 85% 10%, rgba(184,146,79,.12), transparent 60%),
		radial-gradient(700px 400px at 10% 90%, rgba(91,33,182,.18), transparent 60%),
		var(--ink);
	color: var(--text-on-dark);
	position: relative;
	overflow: hidden;
}
.hub-404::before {
	content: ""; position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
	pointer-events: none;
}
.hub-404__inner {
	max-width: 760px; margin: 0 auto; padding: 0 32px;
	position: relative; z-index: 1;
	text-align: center;
}

/* === Big 404 Number === */
.hub-404__code {
	display: flex; align-items: center; justify-content: center;
	gap: 8px;
	font-family: var(--mono);
	font-size: clamp(120px, 22vw, 220px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--text-on-dark);
	margin-bottom: 32px;
	opacity: 0.95;
}
.hub-404__code span {
	background: linear-gradient(135deg, var(--text-on-dark) 0%, rgba(245,242,235,0.4) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.hub-404__code .hub-404__zero {
	background: linear-gradient(135deg, var(--gold-soft) 0%, var(--purple-soft) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: hub-404-rotate 8s ease-in-out infinite;
	display: inline-block;
	transform-origin: center;
}
@keyframes hub-404-rotate {
	0%, 100% { transform: rotate(0deg) scale(1); }
	50%      { transform: rotate(360deg) scale(1.05); }
}

/* === Title === */
.hub-404__title {
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--text-on-dark);
	margin: 0 0 20px;
}
.hub-404__title .gold { color: var(--gold-soft); }

/* === Lede === */
.hub-404__lede {
	font-size: clamp(15px, 1.3vw, 18px);
	color: var(--text-soft-on-dark);
	line-height: 1.7;
	margin: 0 auto 40px;
	max-width: 540px;
}

/* === Actions === */
.hub-404__actions {
	display: flex; gap: 14px;
	justify-content: center; flex-wrap: wrap;
	margin-bottom: 56px;
}
.hub-404__actions .hub-btn svg {
	width: 16px; height: 16px;
	flex-shrink: 0;
}

/* === Search === */
.hub-404__search {
	padding: 28px 0;
	border-top: 1px solid rgba(255,255,255,0.08);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	margin-bottom: 40px;
}
.hub-404__search-label {
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--text-soft-on-dark);
	margin: 0 0 14px;
	opacity: 0.7;
}
.hub-404__search form {
	max-width: 420px;
	margin: 0 auto;
	display: flex;
	gap: 8px;
}
.hub-404__search input[type="search"],
.hub-404__search .search-field {
	flex: 1;
	padding: 12px 18px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 999px;
	color: var(--text-on-dark);
	font-family: var(--sans);
	font-size: 14px;
	transition: all .25s ease;
	direction: rtl;
}
.hub-404__search input[type="search"]::placeholder,
.hub-404__search .search-field::placeholder {
	color: var(--text-soft-on-dark);
	opacity: 0.6;
}
.hub-404__search input[type="search"]:focus,
.hub-404__search .search-field:focus {
	outline: none;
	background: rgba(255,255,255,0.10);
	border-color: var(--gold-soft);
}
.hub-404__search input[type="submit"],
.hub-404__search .search-submit {
	padding: 12px 22px;
	background: var(--gold);
	color: var(--ink);
	border: none;
	border-radius: 999px;
	font-family: var(--sans);
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: all .25s ease;
}
.hub-404__search input[type="submit"]:hover,
.hub-404__search .search-submit:hover {
	background: var(--gold-soft);
	transform: translateY(-1px);
}

/* === Suggestions === */
.hub-404__suggestions h3 {
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--gold-soft);
	margin: 0 0 18px;
}
.hub-404__suggestions ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex; flex-wrap: wrap; gap: 10px;
	justify-content: center;
}
.hub-404__suggestions li a {
	display: inline-flex;
	padding: 8px 16px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.10);
	border-radius: 999px;
	color: var(--text-on-dark);
	font-size: 13.5px;
	transition: all .25s ease;
}
.hub-404__suggestions li a:hover {
	background: rgba(184,146,79,0.12);
	border-color: var(--gold-soft);
	color: var(--gold-soft);
	transform: translateY(-2px);
}

/* === Responsive === */
@media (max-width: 560px) {
	.hub-404 { padding: 110px 0 70px; }
	.hub-404__actions { flex-direction: column; }
	.hub-404__actions .hub-btn { justify-content: center; }
	.hub-404__search form { flex-direction: column; }
	.hub-404__search input[type="submit"],
	.hub-404__search .search-submit { width: 100%; }
}

/* ════════════════════════════════════════════════════════════════
   16 · SINGLE POST (single.php)
   הוסף את הסקציה הזו לסוף style.css (אחרי סקציית 404)
   ════════════════════════════════════════════════════════════════ */

/* === Post Hero === */
.hub-post-hero {
	padding: 140px 0 60px;
	background:
		radial-gradient(900px 400px at 85% 10%, rgba(184,146,79,.10), transparent 60%),
		radial-gradient(700px 300px at 10% 90%, rgba(91,33,182,.12), transparent 60%),
		var(--ink);
	color: var(--text-on-dark);
	position: relative;
	overflow: hidden;
}
.hub-post-hero::before {
	content: ""; position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
	pointer-events: none;
}
.hub-post-hero__inner {
	max-width: 860px; margin: 0 auto; padding: 0 32px;
	position: relative; z-index: 1; text-align: right;
}

/* === Categories === */
.hub-post-categories {
	display: flex; flex-wrap: wrap; gap: 8px;
	margin-bottom: 20px;
}
.hub-post-category {
	display: inline-flex;
	padding: 5px 14px;
	background: rgba(184,146,79,0.10);
	border: 1px solid rgba(212,178,118,0.25);
	border-radius: 999px;
	font-family: var(--mono);
	font-size: 11.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold-soft);
	transition: all .25s ease;
}
.hub-post-category:hover {
	background: rgba(184,146,79,0.2);
	color: var(--gold-soft);
	transform: translateY(-1px);
}

/* === Post Title === */
.hub-post-hero__title {
	font-size: clamp(28px, 4.5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: var(--text-on-dark);
	margin: 0 0 28px;
}

/* === Post Meta === */
.hub-post-meta {
	display: flex; flex-wrap: wrap; gap: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.08);
}
.hub-post-meta__item {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 13.5px;
	color: var(--text-soft-on-dark);
}
.hub-post-meta__item svg {
	width: 16px; height: 16px;
	color: var(--gold-soft);
	flex-shrink: 0;
}
.hub-post-meta__item time { font-family: var(--mono); }

/* === Featured Image === */
.hub-post-featured {
	background: var(--ink);
	padding: 0 0 40px;
	position: relative;
	margin-top: -20px;
}
.hub-post-featured__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 32px;
}
.hub-post-featured__img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 30px 80px rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,0.05);
}

/* === Post Content === */
.hub-post-content {
	max-width: 760px;
	margin: 0 auto;
}
.hub-post-content__body {
	font-size: 18px;
	line-height: 1.85;
	color: var(--text);
}
.hub-post-content__body h2 {
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 56px 0 22px;
	color: var(--text);
}
.hub-post-content__body h3 {
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 700;
	margin: 40px 0 16px;
	color: var(--text);
}
.hub-post-content__body p {
	margin: 0 0 26px;
	color: var(--text-soft);
}
.hub-post-content__body strong {
	color: var(--text); font-weight: 600;
}
.hub-post-content__body a {
	color: var(--gold-deep);
	border-bottom: 1px solid rgba(184,146,79,0.3);
	transition: all .2s ease;
}
.hub-post-content__body a:hover {
	color: var(--gold);
	border-bottom-color: var(--gold);
}
.hub-post-content__body ul,
.hub-post-content__body ol {
	margin: 0 0 26px;
	padding-right: 28px;
	color: var(--text-soft);
}
.hub-post-content__body li {
	margin-bottom: 10px;
	line-height: 1.8;
}
.hub-post-content__body blockquote {
	margin: 36px 0;
	padding: 28px 32px;
	border-right: 4px solid var(--gold);
	background: var(--white);
	border-radius: 8px;
	font-family: var(--serif);
	font-size: 20px;
	font-style: italic;
	line-height: 1.6;
	color: var(--text);
}
.hub-post-content__body img {
	border-radius: 16px;
	margin: 32px 0;
	box-shadow: 0 16px 40px rgba(26,22,16,.10);
}
.hub-post-content__body hr {
	border: 0;
	height: 1px;
	background: var(--line);
	margin: 56px 0;
}
.hub-post-content__body code {
	font-family: var(--mono);
	font-size: 0.88em;
	background: var(--cream-deep);
	padding: 3px 8px;
	border-radius: 4px;
	color: var(--purple);
}
.hub-post-content__body pre {
	background: var(--ink);
	color: var(--text-on-dark);
	padding: 24px 28px;
	border-radius: 12px;
	overflow-x: auto;
	margin: 32px 0;
	direction: ltr;
	font-size: 14.5px;
	line-height: 1.6;
}
.hub-post-content__body pre code {
	background: none;
	color: inherit;
	padding: 0;
}

/* === Tags === */
.hub-post-tags {
	display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
	margin: 48px 0 24px;
	padding-top: 32px;
	border-top: 1px solid var(--line);
}
.hub-post-tags__label {
	font-family: var(--mono);
	font-size: 11.5px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--text-mute);
	margin-left: 6px;
}
.hub-post-tag {
	display: inline-flex;
	padding: 5px 12px;
	background: var(--cream-deep);
	border-radius: 999px;
	font-size: 13px;
	color: var(--text-soft);
	transition: all .2s ease;
}
.hub-post-tag:hover {
	background: var(--gold);
	color: var(--ink);
	transform: translateY(-1px);
}

/* === Share Buttons === */
.hub-post-share {
	display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
	margin-bottom: 32px;
}
.hub-post-share__label {
	font-family: var(--mono);
	font-size: 11.5px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--text-mute);
	margin-left: 6px;
}
.hub-post-share__btn {
	width: 36px; height: 36px;
	border-radius: 50%;
	background: var(--white);
	border: 1px solid var(--line);
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--text-soft);
	transition: all .25s ease;
	cursor: pointer;
}
.hub-post-share__btn svg {
	width: 16px; height: 16px;
}
.hub-post-share__btn:hover {
	background: var(--gold);
	color: var(--ink);
	border-color: var(--gold);
	transform: translateY(-2px);
}
.hub-post-share__copy.is-copied {
	background: var(--success);
	color: var(--white);
	border-color: var(--success);
}

/* === Author Bio === */
.hub-author-bio {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 22px;
	max-width: 760px;
	margin: 48px auto;
	padding: 28px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px;
}
.hub-author-bio__avatar img {
	width: 80px; height: 80px;
	border-radius: 50%;
	object-fit: cover;
}
.hub-author-bio__name {
	font-size: 18px; font-weight: 700;
	margin: 0 0 10px;
	color: var(--text);
}
.hub-author-bio__text {
	color: var(--text-soft);
	font-size: 14.5px;
	line-height: 1.7;
	margin: 0 0 12px;
}
.hub-author-bio__link {
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: 0.05em;
	color: var(--gold-deep);
	transition: color .2s ease;
}
.hub-author-bio__link:hover { color: var(--gold); }

/* === Post Navigation === */
.hub-post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	max-width: 760px;
	margin: 48px auto;
}
.hub-post-nav__link {
	display: flex; flex-direction: column; gap: 6px;
	padding: 24px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 14px;
	transition: all .25s ease;
}
.hub-post-nav__link:hover {
	border-color: var(--gold);
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(26,22,16,.06);
}
.hub-post-nav__link--next { text-align: left; }
.hub-post-nav__label {
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--gold-deep);
}
.hub-post-nav__title {
	font-size: 15px;
	font-weight: 600;
	color: var(--text);
	line-height: 1.4;
}

/* === Post CTA === */
.hub-post-cta {
	max-width: 760px;
	margin: 56px auto;
	padding: 40px 36px;
	background:
		radial-gradient(600px 250px at 80% 20%, rgba(184,146,79,.15), transparent 60%),
		radial-gradient(500px 200px at 20% 80%, rgba(91,33,182,.18), transparent 60%),
		var(--ink);
	color: var(--text-on-dark);
	border-radius: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.hub-post-cta h3 {
	font-size: clamp(22px, 2.5vw, 28px);
	font-weight: 700;
	color: var(--text-on-dark);
	margin: 0 0 12px;
}
.hub-post-cta p {
	color: var(--text-soft-on-dark);
	font-size: 16px;
	line-height: 1.7;
	margin: 0 auto 24px;
	max-width: 480px;
}

/* === Comments === */
.hub-post-content__comments {
	max-width: 760px;
	margin: 56px auto 0;
	padding-top: 40px;
	border-top: 1px solid var(--line);
}

/* === Responsive === */
@media (max-width: 720px) {
	.hub-post-hero { padding: 120px 0 50px; }
	.hub-post-content__body { font-size: 16.5px; }
	.hub-author-bio {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.hub-author-bio__avatar { margin: 0 auto; }
	.hub-post-nav { grid-template-columns: 1fr; }
	.hub-post-nav__link--next { text-align: right; }
	.hub-post-cta { padding: 32px 24px; }
}


/* ════════════════════════════════════════════════════════════════
   17 · ARCHIVE & SEARCH (archive.php + search.php)
   הוסף את הסקציה הזו לסוף style.css
   ════════════════════════════════════════════════════════════════ */

/* === Archive/Search Hero === */
.hub-archive-hero,
.hub-search-hero {
	padding: 150px 0 70px;
	background:
		radial-gradient(900px 400px at 85% 10%, rgba(184,146,79,.10), transparent 60%),
		radial-gradient(700px 300px at 10% 90%, rgba(91,33,182,.12), transparent 60%),
		var(--ink);
	color: var(--text-on-dark);
	position: relative;
	overflow: hidden;
}
.hub-archive-hero::before,
.hub-search-hero::before {
	content: ""; position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
	pointer-events: none;
}
.hub-archive-hero__inner,
.hub-search-hero__inner {
	max-width: 900px; margin: 0 auto; padding: 0 32px;
	position: relative; z-index: 1; text-align: right;
}

/* === Labels (Category / Search Results / etc) === */
.hub-archive-hero__label,
.hub-search-hero__label {
	display: inline-block;
	font-family: var(--mono);
	font-size: 11.5px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold-soft);
	padding: 6px 14px;
	border: 1px solid rgba(212,178,118,0.25);
	border-radius: 999px;
	background: rgba(184,146,79,0.06);
	margin-bottom: 22px;
}

/* === Titles === */
.hub-archive-hero__title,
.hub-search-hero__title {
	font-size: clamp(28px, 4.5vw, 44px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: var(--text-on-dark);
	margin: 0 0 16px;
}
.hub-search-hero__query {
	color: var(--gold-soft);
	font-weight: 600;
}

/* === Description (Categories may have this) === */
.hub-archive-hero__lede {
	font-size: clamp(15px, 1.3vw, 18px);
	color: var(--text-soft-on-dark);
	line-height: 1.7;
	margin: 16px 0 0;
	max-width: 720px;
}
.hub-archive-hero__lede p {
	margin: 0 0 12px;
	color: inherit;
}

/* === Post Count === */
.hub-archive-hero__count {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(255,255,255,0.08);
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.05em;
	color: var(--gold-soft);
}

/* === Search Form (Hero) === */
.hub-search-hero__form {
	margin-top: 28px;
}
.hub-search-hero__form form {
	display: flex;
	gap: 10px;
	max-width: 540px;
}
.hub-search-hero__form input[type="search"],
.hub-search-hero__form .search-field {
	flex: 1;
	padding: 14px 20px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 999px;
	color: var(--text-on-dark);
	font-family: var(--sans);
	font-size: 15px;
	transition: all .25s ease;
	direction: rtl;
}
.hub-search-hero__form input[type="search"]::placeholder,
.hub-search-hero__form .search-field::placeholder {
	color: var(--text-soft-on-dark);
	opacity: 0.6;
}
.hub-search-hero__form input[type="search"]:focus,
.hub-search-hero__form .search-field:focus {
	outline: none;
	background: rgba(255,255,255,0.10);
	border-color: var(--gold-soft);
}
.hub-search-hero__form input[type="submit"],
.hub-search-hero__form .search-submit {
	padding: 14px 28px;
	background: var(--gold);
	color: var(--ink);
	border: none;
	border-radius: 999px;
	font-family: var(--sans);
	font-weight: 600;
	font-size: 14.5px;
	cursor: pointer;
	transition: all .25s ease;
}
.hub-search-hero__form input[type="submit"]:hover,
.hub-search-hero__form .search-submit:hover {
	background: var(--gold-soft);
	transform: translateY(-1px);
}

/* ════════════════════════════════════════════════════════════════
   POST GRID (used by both archive.php and search.php)
   ════════════════════════════════════════════════════════════════ */

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

.hub-post-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px;
	overflow: hidden;
	transition: all .35s ease;
	display: flex;
	flex-direction: column;
}
.hub-post-card:hover {
	border-color: var(--gold);
	transform: translateY(-5px);
	box-shadow: 0 24px 56px rgba(26,22,16,.08);
}

/* === Card Image === */
.hub-post-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--cream-deep);
	position: relative;
}
.hub-post-card__image img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.hub-post-card:hover .hub-post-card__image img {
	transform: scale(1.05);
}
.hub-post-card__image--placeholder {
	display: flex; align-items: center; justify-content: center;
	color: rgba(26,22,16,0.15);
}
.hub-post-card__image--placeholder svg {
	width: 64px; height: 64px;
}

/* === Card Body === */
.hub-post-card__body {
	padding: 24px 26px 26px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.hub-post-card__category,
.hub-post-card__type {
	display: inline-block;
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold-deep);
	margin-bottom: 12px;
	width: fit-content;
	transition: color .2s ease;
}
.hub-post-card__category:hover {
	color: var(--gold);
}
.hub-post-card__type {
	background: var(--cream-deep);
	padding: 4px 10px;
	border-radius: 4px;
}

.hub-post-card__title {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	margin: 0 0 12px;
}
.hub-post-card__title a {
	color: var(--text);
	transition: color .2s ease;
}
.hub-post-card__title a:hover {
	color: var(--gold-deep);
}

.hub-post-card__excerpt {
	color: var(--text-soft);
	font-size: 14.5px;
	line-height: 1.7;
	margin: 0 0 18px;
	flex: 1;
}

.hub-post-card__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12.5px;
	color: var(--text-mute);
	padding-top: 14px;
	border-top: 1px solid var(--line);
	margin-top: auto;
}
.hub-post-card__meta time {
	font-family: var(--mono);
}

/* ════════════════════════════════════════════════════════════════
   PAGINATION
   ════════════════════════════════════════════════════════════════ */
.hub-pagination {
	margin-top: 56px;
}
.hub-pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.hub-pagination a,
.hub-pagination .current,
.hub-pagination .dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 8px;
	color: var(--text-soft);
	font-family: var(--mono);
	font-size: 13.5px;
	font-weight: 500;
	transition: all .25s ease;
}
.hub-pagination a:hover {
	background: var(--gold);
	color: var(--ink);
	border-color: var(--gold);
	transform: translateY(-2px);
}
.hub-pagination .current {
	background: var(--ink);
	color: var(--gold-soft);
	border-color: var(--ink);
}
.hub-pagination .dots {
	background: transparent;
	border: none;
	color: var(--text-mute);
}

/* ════════════════════════════════════════════════════════════════
   NO POSTS / NO RESULTS
   ════════════════════════════════════════════════════════════════ */
.hub-no-posts {
	max-width: 600px;
	margin: 60px auto;
	padding: 56px 32px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 20px;
	text-align: center;
}
.hub-no-posts h2 {
	font-size: clamp(22px, 2.5vw, 28px);
	font-weight: 700;
	margin: 0 0 14px;
	color: var(--text);
}
.hub-no-posts p {
	color: var(--text-soft);
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 28px;
}
.hub-no-posts__actions {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 980px) {
	.hub-post-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}
@media (max-width: 640px) {
	.hub-archive-hero,
	.hub-search-hero { padding: 130px 0 50px; }
	.hub-post-grid { grid-template-columns: 1fr; }
	.hub-search-hero__form form { flex-direction: column; }
	.hub-no-posts { padding: 40px 24px; }
	.hub-no-posts__actions { flex-direction: column; }
	.hub-no-posts__actions .hub-btn { justify-content: center; }
}

/* ════════════════════════════════════════════════════════════════
   PRODUCTION PATCH · Mobile navigation
   ════════════════════════════════════════════════════════════════ */
.hub-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255,255,255,0.24);
	background: rgba(255,255,255,0.06);
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	transition: all .25s ease;
}
.hub-nav-toggle span {
	width: 19px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	color: var(--text-on-dark);
	transition: transform .25s ease, opacity .25s ease, color .25s ease;
}
.hub-navbar.is-sticky .hub-nav-toggle {
	border-color: var(--line);
	background: rgba(26,22,16,0.04);
}
.hub-navbar.is-sticky .hub-nav-toggle span { color: var(--text); }
.hub-nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hub-nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hub-nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
	.hub-navbar__inner { padding: 0 18px; gap: 12px; }
	.hub-nav-toggle { display: inline-flex; order: 3; }
	.hub-nav-cta { order: 2; padding: 9px 14px; font-size: 13px; }
	.hub-logo { flex: 1; min-width: 0; }
	.hub-logo span:last-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.hub-nav {
		position: absolute;
		top: calc(100% + 8px);
		right: 16px;
		left: 16px;
		display: none;
		padding: 14px;
		background: rgba(250,248,243,0.98);
		border: 1px solid var(--line);
		border-radius: 20px;
		box-shadow: 0 22px 70px rgba(26,22,16,0.22);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
	}
	.hub-nav.is-open { display: block; }
	.hub-nav .hub-nav-menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
	}
	.hub-nav .hub-nav-menu a {
		color: var(--text);
		padding: 13px 14px;
		border-radius: 12px;
		background: transparent;
	}
	.hub-nav .hub-nav-menu a:hover,
	.hub-nav .hub-nav-menu a:focus {
		color: var(--gold-deep);
		background: rgba(184,146,79,0.10);
	}
	.hub-nav .hub-nav-menu .menu-item-has-children > a {
		padding-inline-end: 34px;
	}
	.hub-nav .hub-nav-menu .menu-item-has-children > a::after {
		inset-inline-end: 16px;
	}
	.hub-nav .hub-nav-menu .sub-menu {
		position: static;
		min-width: 0;
		margin: 0 12px 8px 0;
		padding: 4px 10px 4px 0;
		border: 0;
		border-inline-start: 2px solid rgba(184,146,79,.22);
		border-radius: 0;
		box-shadow: none;
		background: transparent;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
	.hub-nav .hub-nav-menu .sub-menu::before {
		display: none;
	}
	.hub-nav .hub-nav-menu .sub-menu a {
		padding: 10px 12px;
		font-size: 13px;
		color: var(--text-soft) !important;
		-webkit-text-fill-color: var(--text-soft) !important;
		white-space: normal;
	}
}

@media (max-width: 420px) {
	.hub-nav-cta { display: none; }
}

/* ════════════════════════════════════════════════════════════════
   PRODUCTION PATCH v1.0.2 · Blog sidebar layout
   ════════════════════════════════════════════════════════════════ */
.hub-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 34px;
	align-items: start;
	direction: rtl;
}
.hub-content-layout__main {
	min-width: 0;
}
.hub-content-layout .hub-post-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hub-content-layout--single .hub-post-content,
.hub-content-layout--single .hub-author-bio,
.hub-content-layout--single .hub-post-nav,
.hub-content-layout--single .hub-post-cta,
.hub-content-layout--single .hub-post-content__comments {
	max-width: none;
}
.hub-sidebar {
	position: sticky;
	top: 96px;
	align-self: start;
}
.hub-sidebar-widget {
	margin: 0 0 18px;
	padding: 22px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: 0 16px 42px rgba(26,22,16,.045);
}
.hub-sidebar-widget__eyebrow {
	display: inline-flex;
	margin-bottom: 10px;
	font-family: var(--mono);
	font-size: 10.5px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--gold-deep);
}
.hub-sidebar-widget__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 12px;
	color: var(--text);
}
.hub-sidebar-widget p {
	font-size: 14.5px;
	line-height: 1.75;
	color: var(--text-soft);
	margin: 0 0 16px;
}
.hub-sidebar-widget--cta {
	background:
		radial-gradient(360px 180px at 85% 0%, rgba(184,146,79,.18), transparent 65%),
		var(--ink);
	border-color: rgba(212,178,118,.20);
	color: var(--text-on-dark);
}
.hub-sidebar-widget--cta .hub-sidebar-widget__title {
	color: var(--text-on-dark);
}
.hub-sidebar-widget--cta p {
	color: var(--text-soft-on-dark);
}
.hub-sidebar-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 12px 18px;
	border-radius: 999px;
	background: var(--gold);
	color: var(--ink);
	font-weight: 700;
	transition: all .25s ease;
}
.hub-sidebar-cta:hover {
	background: var(--gold-soft);
	transform: translateY(-2px);
}
.hub-sidebar-widget .search-form {
	display: flex;
	gap: 8px;
}
.hub-sidebar-widget .search-field {
	min-width: 0;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--line);
	border-radius: 12px;
	font-family: var(--sans);
	direction: rtl;
	background: var(--cream);
}
.hub-sidebar-widget .search-submit {
	padding: 0 14px;
	border: 0;
	border-radius: 12px;
	background: var(--gold);
	color: var(--ink);
	font-weight: 700;
	cursor: pointer;
}
.hub-sidebar-list,
.hub-sidebar-cats {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hub-sidebar-list li {
	padding: 0 0 13px;
	margin: 0 0 13px;
	border-bottom: 1px solid var(--line);
}
.hub-sidebar-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.hub-sidebar-list a {
	display: block;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--text);
}
.hub-sidebar-list a:hover {
	color: var(--gold-deep);
}
.hub-sidebar-list time {
	display: block;
	margin-top: 6px;
	font-family: var(--mono);
	font-size: 11px;
	color: var(--text-mute);
}
.hub-sidebar-cats li + li {
	margin-top: 8px;
}
.hub-sidebar-cats a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 12px;
	background: var(--cream);
	color: var(--text-soft);
	transition: all .2s ease;
}
.hub-sidebar-cats a:hover {
	background: rgba(184,146,79,.12);
	color: var(--text);
}
.hub-sidebar-cats strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	background: var(--white);
	color: var(--gold-deep);
	font-family: var(--mono);
	font-size: 11px;
}
@media (max-width: 1180px) {
	.hub-content-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 26px;
	}
	.hub-content-layout .hub-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 980px) {
	.hub-content-layout {
		grid-template-columns: 1fr;
	}
	.hub-sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}
	.hub-sidebar-widget {
		margin: 0;
	}
}
@media (max-width: 640px) {
	.hub-content-layout .hub-post-grid,
	.hub-sidebar {
		grid-template-columns: 1fr;
	}
	.hub-sidebar-widget .search-form {
		flex-direction: column;
	}
	.hub-sidebar-widget .search-submit {
		min-height: 42px;
	}
}


/* ════════════════════════════════════════════════════════════════
   HUB Button Contract v1.0.3
   Single source of truth for CTA visibility across GeneratePress,
   cached CSS and plugin form buttons. No Additional CSS required.
   ════════════════════════════════════════════════════════════════ */
.hub-btn,
.hub-btn:visited,
.hub-btn:hover,
.hub-btn:focus,
.hub-btn:active {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	min-height: 52px !important;
	padding: 15px 30px !important;
	border-radius: 999px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.hub-btn * {
	visibility: visible !important;
	opacity: 1 !important;
	line-height: inherit !important;
	color: inherit !important;
	-webkit-text-fill-color: currentColor !important;
}

.hub-btn--light,
.hub-btn--light:visited,
.hub-btn--light:hover,
.hub-btn--light:focus,
.hub-btn--light:active,
.hub-btn--dark,
.hub-btn--dark:visited,
.hub-btn--dark:hover,
.hub-btn--dark:focus,
.hub-btn--dark:active {
	background: var(--ink) !important;
	border-color: var(--ink) !important;
	color: #f5f2eb !important;
	-webkit-text-fill-color: #f5f2eb !important;
}

.hub-btn--light:hover,
.hub-btn--light:focus,
.hub-btn--dark:hover,
.hub-btn--dark:focus {
	background: var(--ink-soft) !important;
	border-color: var(--ink-soft) !important;
	color: #f5f2eb !important;
	-webkit-text-fill-color: #f5f2eb !important;
	transform: translateY(-2px);
}

.hub-btn--primary,
.hub-btn--primary:visited,
.hub-btn--primary:hover,
.hub-btn--primary:focus,
.hub-btn--primary:active {
	background: var(--gold) !important;
	border-color: var(--gold) !important;
	color: #1a1610 !important;
	-webkit-text-fill-color: #1a1610 !important;
}

.hub-btn--primary:hover,
.hub-btn--primary:focus {
	background: var(--gold-soft) !important;
	border-color: var(--gold-soft) !important;
}

.hub-btn--ghost,
.hub-btn--ghost:visited,
.hub-btn--ghost:hover,
.hub-btn--ghost:focus,
.hub-btn--ghost:active {
	background: transparent !important;
	border-color: rgba(255,255,255,.22) !important;
	color: #f5f2eb !important;
	-webkit-text-fill-color: #f5f2eb !important;
}

.hub-nav-cta span,
.hub-sidebar-cta span {
	visibility: visible !important;
	opacity: 1 !important;
	color: inherit !important;
	-webkit-text-fill-color: currentColor !important;
}

/* ════════════════════════════════════════════════════════════════
   20 · CONTACT PAGE TEMPLATE v1.0.3
   Clean scoped layout for template-contact.php / page-contact.php
   ════════════════════════════════════════════════════════════════ */
.hub-contact-hero {
	position: relative;
	padding: 150px 0 82px;
	background:
		radial-gradient(760px 420px at 75% 15%, rgba(184,146,79,.18), transparent 64%),
		radial-gradient(560px 340px at 12% 92%, rgba(91,33,182,.14), transparent 62%),
		var(--ink);
	color: var(--text-on-dark);
	overflow: hidden;
}
.hub-contact-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: radial-gradient(ellipse at center, black 25%, transparent 78%);
	-webkit-mask-image: radial-gradient(ellipse at center, black 25%, transparent 78%);
	pointer-events: none;
}
.hub-contact-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 32px;
	text-align: center;
}
.hub-contact-hero h1 {
	margin: 14px 0 16px;
	font-size: clamp(36px, 5.2vw, 64px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -.035em;
	color: var(--text-on-dark);
}
.hub-contact-hero p {
	max-width: 720px;
	margin: 0 auto;
	font-size: clamp(17px, 1.35vw, 21px);
	line-height: 1.75;
	color: var(--text-soft-on-dark);
}
.hub-contact-shell {
	padding: 84px 0 110px;
}
.hub-contact-shell__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 32px;
}
.hub-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-bottom: 34px;
}
.hub-contact-card {
	display: flex;
	min-height: 168px;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: var(--white);
	box-shadow: 0 16px 44px rgba(26,22,16,.055);
	color: var(--text);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hub-contact-card:hover {
	transform: translateY(-4px);
	border-color: rgba(184,146,79,.34);
	box-shadow: 0 22px 58px rgba(26,22,16,.09);
	color: var(--text);
}
.hub-contact-card--primary {
	background:
		linear-gradient(145deg, rgba(184,146,79,.22), rgba(255,255,255,1) 58%),
		var(--white);
}
.hub-contact-card__label {
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--gold-deep);
}
.hub-contact-card strong {
	display: block;
	font-size: clamp(22px, 2.5vw, 30px);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -.02em;
	color: var(--text);
	direction: ltr;
	text-align: right;
}
.hub-contact-card span:last-child {
	font-size: 15px;
	line-height: 1.65;
	color: var(--text-mute);
}
.hub-contact-panel {
	display: grid;
	grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
	gap: 34px;
	align-items: stretch;
}
.hub-contact-panel__content,
.hub-contact-form-card {
	border: 1px solid var(--line);
	border-radius: 30px;
	background: var(--white);
	box-shadow: 0 20px 60px rgba(26,22,16,.07);
}
.hub-contact-panel__content {
	padding: 38px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hub-contact-panel__content h2 {
	margin: 12px 0 18px;
	font-size: clamp(26px, 3.1vw, 42px);
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: -.03em;
	color: var(--text);
}
.hub-contact-panel__content ul {
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}
.hub-contact-panel__content li {
	position: relative;
	padding-right: 22px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.7;
	color: var(--text-soft);
}
.hub-contact-panel__content li::before {
	content: "";
	position: absolute;
	right: 0;
	top: .72em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gold);
}
.hub-contact-form-card {
	padding: 34px;
}
.hub-contact-form-card__body > :first-child { margin-top: 0; }
.hub-contact-form-card__body > :last-child { margin-bottom: 0; }
.hub-contact-form-card form {
	display: grid;
	gap: 18px;
	margin: 0;
}
.hub-contact-form-card label {
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--text-soft);
}
.hub-contact-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.hub-contact-form-card textarea,
.hub-contact-form-card select {
	width: 100%;
	min-height: 52px;
	padding: 13px 16px;
	border: 1px solid var(--line-strong);
	border-radius: 16px;
	background: var(--cream);
	color: var(--text);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.5;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.hub-contact-form-card textarea {
	min-height: 170px;
	resize: vertical;
}
.hub-contact-form-card input:focus,
.hub-contact-form-card textarea:focus,
.hub-contact-form-card select:focus {
	border-color: rgba(184,146,79,.72);
	box-shadow: 0 0 0 4px rgba(184,146,79,.12);
	background: var(--white);
}
.hub-contact-form-card input[type="submit"],
.hub-contact-form-card button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 54px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: var(--ink);
	color: var(--text-on-dark);
	font-family: var(--sans);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.hub-contact-form-card input[type="submit"]:hover,
.hub-contact-form-card button[type="submit"]:hover {
	transform: translateY(-2px);
	background: var(--ink-soft);
	box-shadow: 0 16px 32px rgba(26,22,16,.18);
}
.hub-contact-empty {
	padding: 32px;
	border-radius: 22px;
	background: var(--cream);
	text-align: center;
}
.hub-contact-empty h3 {
	margin: 0 0 10px;
	font-size: 24px;
	color: var(--text);
}
.hub-contact-empty p {
	margin: 0;
	color: var(--text-soft);
}
.hub-btn--dark,
.hub-btn--dark:visited {
	background: var(--ink);
	color: var(--text-on-dark);
}
.hub-btn--dark:hover,
.hub-btn--dark:focus {
	background: var(--ink-soft);
	color: var(--text-on-dark);
}
@media (max-width: 900px) {
	.hub-contact-grid,
	.hub-contact-panel {
		grid-template-columns: 1fr;
	}
	.hub-contact-shell { padding: 62px 0 82px; }
}
@media (max-width: 560px) {
	.hub-contact-hero { padding: 126px 0 62px; }
	.hub-contact-shell__inner { padding: 0 20px; }
	.hub-contact-card,
	.hub-contact-panel__content,
	.hub-contact-form-card { padding: 24px; border-radius: 22px; }
}
