/* ============================================================
   The Edge Wellness — Custom components
   ------------------------------------------------------------
   Components not provided natively by Kadence:
   1. Eyebrow text pattern
   2. Stat block (large number + label)
   3. Em-dash list (emotional bridge)
   4. Sharp left-accent card
   5. Tertiary CTA with arrow
   6. Section mode utilities (bright/dark/rest)
   ============================================================ */

/* ---- 1. Eyebrow text ---- */
.tew-eyebrow {
	font-family: 'Archivo', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --brand-orange );
	margin-bottom: 24px;
	display: block;
}

@media ( min-width: 768px ) {
	.tew-eyebrow {
		font-size: 14px;
	}
}

.tew-eyebrow::before {
	content: '— ';
}

/* ---- 2. Stat block ---- */
.tew-stat {
	text-align: left;
}

.tew-stat__number {
	font-family: 'Archivo Black', 'Archivo', sans-serif;
	font-weight: 900;
	font-size: clamp( 40px, 5vw, 64px );
	line-height: 1;
	color: var( --brand-white );
	margin-bottom: 8px;
}

.tew-stat__label {
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var( --brand-white );
	margin-bottom: 12px;
	text-align: center;
}

.tew-stat__description {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: var( --brand-white );
	opacity: 0.9;
}

/* ---- 3. Em-dash list (emotional bridge) ---- */
.tew-dash-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 24px;
}

@media ( min-width: 768px ) {
	.tew-dash-list {
		grid-template-columns: 1fr 1fr;
		gap: 32px 48px;
	}
}

.tew-dash-list__item {
	display: flex;
	gap: 12px;
	color: var( --brand-ink );
	font-size: 16px;
	line-height: 1.55;
}

.tew-dash-list__item::before {
	content: '—';
	color: var( --brand-orange );
	font-weight: 700;
	flex-shrink: 0;
}

/* ---- 4. Sharp left-accent card ---- */
.tew-card {
	background: var( --brand-white );
	border-radius: 0;
	overflow: hidden;
}

.tew-card--accent {
	border-left: 4px solid var( --brand-orange );
}

.tew-card__image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

.tew-card__body {
	padding: 24px;
}

/* ---- 5. Tertiary CTA with arrow ---- */
.tew-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var( --brand-orange );
	text-decoration: none;
	transition: gap 0.2s ease;
}

.tew-link-arrow::after {
	content: '→';
	transition: transform 0.2s ease;
}

.tew-link-arrow:hover::after {
	transform: translateX( 4px );
}

/* ---- 6. Section modes — utility classes ---- */
.tew-section--bright {
	background: var( --brand-white );
	color: var( --brand-ink );
}

.tew-section--dark {
	background: var( --brand-black );
	color: var( --brand-white );
}

.tew-section--dark h1,
.tew-section--dark h2,
.tew-section--dark h3,
.tew-section--dark h4 {
	color: var( --brand-white );
}

.tew-section--rest {
	background: var( --brand-beige );
	color: var( --brand-ink );
}

.tew-section--orange {
	background: var( --brand-orange );
	color: var( --brand-white );
}

.tew-section--orange h1,
.tew-section--orange h2,
.tew-section--orange h3,
.tew-section--orange h4 {
	color: var( --brand-white );
}

/* ---- 7. Section padding ---- */
.tew-section {
	padding-top: 64px;
	padding-bottom: 64px;
}

@media ( min-width: 768px ) {
	.tew-section {
		padding-top: 96px;
		padding-bottom: 96px;
	}
}

@media ( min-width: 1024px ) {
	.tew-section {
		padding-top: 128px;
		padding-bottom: 128px;
	}
}

/* ============================================================
   8. Header — Kadence Header Builder overrides
   ------------------------------------------------------------
   Targets the Kadence Header Builder output:
   - Logo (left)
   - Primary Navigation
   - HTML widget: .tew-header-contact (Speak to our team + phone)
   - Button: .tew-header-cta (ENQUIRE NOW)
   ============================================================ */

/* ---- 8.0 Inline logo (HTML widget fallback) ---- */
.tew-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: var( --brand-black );
	line-height: 1;
}

.tew-logo:hover {
	text-decoration: none;
	color: var( --brand-black );
}

.tew-logo__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var( --brand-orange );
	color: var( --brand-white );
	font-family: 'Archivo Black', 'Archivo', sans-serif;
	font-weight: 900;
	font-size: 22px;
	line-height: 1;
}

.tew-logo__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.tew-logo__name {
	font-family: 'Archivo Black', 'Archivo', sans-serif;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var( --brand-black );
	line-height: 1;
}

.tew-logo__sub {
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	font-size: 9px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #6B6B6B;
	line-height: 1;
}

/* ---- 8a. Header container baseline ---- */
.site-header-main-section-left {
	gap: 48px;
}

/* Right section: contact block + CTA must touch (no gap) */
.site-header-main-section-right {
	gap: 0;
}

/* Push the contact block away from nav, but keep it touching the CTA */
.site-header-main-section-right > .header-html:first-child,
.site-header-main-section-right > .site-header-item:first-child {
	margin-left: 32px;
}

/* Kill Kadence's default margin-right on header items so contact + CTA touch */
.site-header-main-section-right .site-header-item {
	margin-right: 0;
}

/* ---- 8b. Primary navigation links ---- */
.header-navigation .menu > li > a,
.header-menu-container .menu > li > a {
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: var( --brand-ink );
	letter-spacing: 0.01em;
	padding: 12px 4px;
	position: relative;
	transition: color 0.2s ease;
}

.header-navigation .menu > li > a:hover,
.header-navigation .menu > li.current-menu-item > a,
.header-navigation .menu > li.current-menu-ancestor > a,
.header-menu-container .menu > li > a:hover,
.header-menu-container .menu > li.current-menu-item > a {
	color: var( --brand-orange );
}

/* Active page — orange underline */
.header-navigation .menu > li.current-menu-item > a::after,
.header-navigation .menu > li.current-menu-ancestor > a::after,
.header-menu-container .menu > li.current-menu-item > a::after {
	content: '';
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: 4px;
	height: 2px;
	background: var( --brand-orange );
}

/* ---- 8c. Speak to our team / phone block (HTML widget) ---- */
.site-header .header-html .widget {
	margin: 0;
	padding: 0;
	border: 0;
}

.site-header .header-html .widget::after,
.site-header .header-html .widget::before {
	display: none;
}

.tew-header-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 20px;
	border: 0;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	background: var( --brand-white );
	line-height: 1;
	min-width: 200px;
	box-sizing: border-box;
	height: 100%;
}

/* Reset Kadence widget wrapper margins that add vertical gap */
.tew-header-contact > *,
.tew-header-contact p {
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

/* Kadence wpautop injects <br> inside HTML widgets — hide them */
.tew-header-contact br,
.tew-call-strip br {
	display: none;
}

.tew-header-contact__label {
	font-family: 'Archivo', sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8A8A8A;
	margin: 0;
	text-align: center;
	line-height: 1.1;
}

.site-header .tew-header-contact__phone,
.site-header a.tew-header-contact__phone,
.tew-header-contact a.tew-header-contact__phone {
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var( --brand-black );
	text-decoration: none !important;
	border-bottom: 0 !important;
	letter-spacing: 0.01em;
	box-shadow: none !important;
	background-image: none !important;
	text-align: center;
	white-space: nowrap;
}

.site-header .tew-header-contact__phone:hover,
.tew-header-contact a.tew-header-contact__phone:hover {
	color: var( --brand-orange );
	text-decoration: none !important;
}

/* ---- 8d. ENQUIRE NOW button (Kadence Header Builder Button element) ---- */
.site-header .header-button-wrap,
.site-header .header-button {
	height: 100%;
	display: flex;
	align-items: stretch;
}

.site-header .header-button,
.site-header a.header-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 22px 36px;
	background: var( --brand-orange );
	color: var( --brand-white );
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	transition: background-color 0.2s ease;
	white-space: nowrap;
	line-height: 1;
	box-shadow: none;
}

.site-header .header-button:hover,
.site-header a.header-button:hover,
.site-header .header-button:focus {
	background: #D85F0E;
	color: var( --brand-white );
	border-color: transparent;
}

/* ---- 8e. Header row alignment ---- */
.site-header-row-container-inner {
	min-height: 80px;
}

.site-header-main-section-right {
	align-items: stretch;
}

.site-header-main-section-right > * {
	display: flex;
	align-items: center;
}

/* Make the contact block and button match in height */
.site-header-main-section-right .header-html,
.site-header-main-section-right .header-html .widget,
.site-header-main-section-right .header-html .widget_text {
	display: flex;
	align-items: stretch;
}

/* ---- 8f. Mobile / Tablet — targets actual #mobile-header structure ---- */
@media ( max-width: 1023px ) {
	.site-header-row-container-inner {
	min-height: 35px;
}
	
	/* Make the entire flex chain stretch so the button can fill row height */
	#mobile-header .site-main-header-inner-wrap,
	#mobile-header .site-header-main-section-right {
		align-items: stretch;
	}

	#mobile-header .site-header-main-section-right .site-header-item,
	#mobile-header .mobile-header-button-wrap,
	#mobile-header .mobile-header-button-inner-wrap {
		display: flex;
		align-items: stretch;
		align-self: stretch;
		height: auto;
	}

	/* ENQUIRE button — full row height (like desktop) */
	#mobile-header a.mobile-header-button,
	.site-header a.mobile-header-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		align-self: stretch;
		padding: 0 22px;
		min-height: 100%;
		background: var( --brand-orange );
		color: var( --brand-white );
		font-family: 'Archivo', sans-serif;
		font-weight: 700;
		font-size: 12px;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		text-decoration: none;
		border: 0;
		border-radius: 0;
		line-height: 1;
		white-space: nowrap;
	}

	#mobile-header a.mobile-header-button:hover,
	.site-header a.mobile-header-button:hover {
		background: #D85F0E;
		color: var( --brand-white );
	}

	/* Trigger (☰) — vertical-center, do NOT stretch */
	#mobile-header .site-header-item-navgation-popup-toggle,
	#mobile-header .mobile-toggle-open-container,
	#mobile-header #mobile-toggle.menu-toggle-open {
		display: inline-flex;
		align-items: center;
		align-self: center;
		height: auto;
		padding: 8px 12px;
		background: transparent;
		border: 0;
		color: var( --brand-ink );
	}

	#mobile-header #mobile-toggle .menu-toggle-icon {
		display: inline-flex;
		align-items: center;
	}

	/* Mobile logo scale down */
	.tew-logo__mark {
		width: 32px;
		height: 32px;
		font-size: 18px;
	}

	.tew-logo__name {
		font-size: 15px;
	}

	.tew-logo__sub {
		font-size: 8px;
	}

	/* Mobile trigger (hamburger) brand color */
	.menu-toggle-open,
	.menu-toggle-close,
	.drawer-toggle .menu-toggle-icon {
		color: var( --brand-ink );
	}
}

/* ---- 8f.1 Off-canvas drawer (mobile nav) ---- */
.drawer-inner,
.popup-drawer-inner {
	background: var( --brand-white );
}

.drawer-inner .menu > li > a,
.popup-drawer-inner .menu > li > a {
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: var( --brand-ink );
	padding: 18px 0;
	border-bottom: 1px solid #EEE;
	text-transform: none;
	letter-spacing: 0;
}

.drawer-inner .menu > li > a:hover,
.drawer-inner .menu > li.current-menu-item > a,
.popup-drawer-inner .menu > li > a:hover,
.popup-drawer-inner .menu > li.current-menu-item > a {
	color: var( --brand-orange );
}

/* Contact block inside drawer — full width, no border */
.drawer-inner .tew-header-contact,
.popup-drawer-inner .tew-header-contact {
	display: flex;
	border: 0;
	padding: 24px 0;
	min-width: 0;
	align-items: flex-start;
}

/* ---- 8g. Sticky header ---- */
.site-header.item-is-fixed,
.site-header-sticky-wrap {
	box-shadow: 0 1px 0 rgba( 0, 0, 0, 0.06 );
}

/* ============================================================
   9. Mobile Header — variants 02 + 03
   ------------------------------------------------------------
   - Top Row: black call strip (Greece toll-free + phone)
   - Main Row: logo + ENQUIRE + hamburger
   - Off Canvas: full-screen dark drawer, numbered menu, bottom phone bar
   ============================================================ */

/* ---- 9a. Top call strip (Top Row Mobile) ---- */
.site-top-header-wrap,
.site-header-top-wrap {
	background: var( --brand-black );
	width: 100%;
}

/* Make Top Row container span full viewport — only affects top row */
.site-top-header-wrap .site-container,
.site-header-top-wrap .site-container {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

/* Force top section + its chain to span full container width */
#mobile-header .site-top-header-wrap .site-header-row,
#mobile-header .site-header-top-section-center,
#mobile-header .site-header-top-section-center > .site-header-item,
#mobile-header .site-header-top-section-center .mobile-html,
#mobile-header .site-header-top-section-center .mobile-html-inner {
	width: 100%;
	flex: 1 1 100%;
}

.tew-call-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
	width: 100%;
	font-family: 'Archivo', sans-serif;
	font-size: 12px;
	color: var( --brand-white ) !important;
	line-height: 1.2;
}

.site-header .tew-call-strip,
.site-header .tew-call-strip * {
	color: var( --brand-white );
}

.tew-call-strip__label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var( --brand-white ) !important;
}

.tew-call-strip__dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: var( --brand-orange );
	flex-shrink: 0;
}

.site-header .tew-call-strip__phone,
.site-header a.tew-call-strip__phone,
.tew-call-strip a.tew-call-strip__phone,
.site-top-header-wrap a.tew-call-strip__phone,
.site-header-top-wrap a.tew-call-strip__phone {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	font-size: 13px;
	color: var( --brand-white );
	text-decoration: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	background-image: none !important;
	letter-spacing: 0.01em;
}

#mobile-drawer.active .tew-call-strip a.tew-call-strip__phone{
	font-size: 3em;
 }

.site-header .tew-call-strip__phone:hover,
.tew-call-strip a.tew-call-strip__phone:hover {
	color: var( --brand-orange );
	text-decoration: none !important;
}

.tew-call-strip__icon {
	color: var( --brand-orange );
	font-size: 12px;
	flex-shrink: 0;
}

/* "CALL" badge — solid orange pill */
.tew-call-strip__action {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	background: var( --brand-orange );
	color: var( --brand-white );
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1;
}

.tew-call-strip__number {
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	color: var( --brand-white );
	letter-spacing: 0.01em;
}

/* When CALL badge is used, hide the SVG icon (badge already signals action) */
.tew-call-strip__phone:has(.tew-call-strip__action) .tew-call-strip__icon {
	display: none;
}

/* Hide WP-emoji <img> inside icon span — keep only the SVG */
.tew-call-strip__icon img.emoji {
	display: none;
}

/* Kadence icon inside call strip — use brand orange */
.tew-call-strip__icon .kadence-svg-iconset,
.tew-call-strip__icon .kadence-svg-icon {
	color: var( --brand-orange );
	width: 12px;
	height: auto;
	vertical-align: middle;
}

.tew-call-strip__icon svg,
svg.tew-call-strip__icon {
	color: var( --brand-orange );
	fill: var( --brand-orange );
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

/* ---- 9b. Off-canvas drawer — full-screen dark ---- */
@media ( max-width: 1023px ) {
	/* Solid black background on every drawer wrapper Kadence uses */
	.popup-drawer,
	.popup-drawer-inner,
	.popup-drawer-layout-fullwidth,
	.popup-drawer-layout-sidepanel,
	.popup-drawer .drawer-content,
	.popup-drawer .drawer-content-wrap,
	.popup-drawer .drawer-inner,
	.kadence-drawer,
	.kadence-drawer-content,
	.drawer-content,
	.drawer-content-wrap,
	.drawer-inner {
		background-color: var( --brand-black ) !important;
		color: var( --brand-white );
	}

	/* Padding only on the innermost content wrapper */
	.popup-drawer .drawer-inner,
	.drawer-inner {
		padding: 24px 24px 0 !important;
	}

	.popup-drawer .drawer-content,
	.drawer-content {
		padding: 0;
	}

	/* Overlay behind drawer — SOLID black so even a transparent drawer body looks black */
	.popup-drawer .drawer-overlay,
	.popup-drawer.active .drawer-overlay,
	.drawer-overlay {
		background-color: #000000 !important;
		opacity: 1 !important;
	}

	/* Drawer logo */
	.tew-logo--drawer .tew-logo__name {
		color: var( --brand-white );
	}

	.tew-logo--drawer .tew-logo__sub {
		color: #C7BFB8;
	}

	/* Close X — top right */
	.popup-drawer .drawer-toggle.drawer-close,
	.drawer-content .drawer-close,
	.menu-toggle-close {
		color: var( --brand-white );
		font-size: 28px;
	}

	/* ---- 9c. Numbered menu (auto-counter) ---- */
	.popup-drawer-inner .menu,
	.drawer-inner .menu {
		counter-reset: tew-menu;
		list-style: none;
		margin: 32px 0 0;
		padding: 0;
	}

	.popup-drawer-inner .menu > li,
	.drawer-inner .menu > li {
		counter-increment: tew-menu;
		border-bottom: 1px solid rgba( 255, 255, 255, 0.08 );
	}

	.popup-drawer-inner .menu > li > a,
	.drawer-inner .menu > li > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 20px 0;
		font-family: 'Archivo', sans-serif;
		font-weight: 700;
		font-size: 22px;
		color: var( --brand-white );
		text-decoration: none;
		letter-spacing: -0.01em;
		text-transform: none;
		border: 0;
	}

	.popup-drawer-inner .menu > li > a::after,
	.drawer-inner .menu > li > a::after {
		content: counter( tew-menu, decimal-leading-zero ) "  →";
		font-family: 'Archivo', sans-serif;
		font-weight: 500;
		font-size: 13px;
		letter-spacing: 0.06em;
		color: rgb(255, 105, 0);
		text-transform: none;
		white-space: nowrap;
	}

	.popup-drawer-inner .menu > li > a:hover,
	.popup-drawer-inner .menu > li.current-menu-item > a,
	.drawer-inner .menu > li > a:hover,
	.drawer-inner .menu > li.current-menu-item > a {
		color: var( --brand-orange );
	}

	.popup-drawer-inner .menu > li > a:hover::after,
	.drawer-inner .menu > li > a:hover::after {
		color: var( --brand-orange );
	}

	/* ---- 9d. Drawer footer — phone + orange bar ---- */
	.tew-drawer-foot {
		margin: auto -24px 0;
		padding: 28px 24px 0;
		position: relative;
	}

	.tew-drawer-foot__label {
		display: block;
		font-family: 'Archivo', sans-serif;
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: #C7BFB8;
		margin-bottom: 6px;
	}

	.tew-drawer-foot__phone,
	a.tew-drawer-foot__phone,
	.drawer-inner a.tew-drawer-foot__phone,
	.popup-drawer-inner a.tew-drawer-foot__phone {
		display: block;
		font-family: 'Archivo Black', 'Archivo', sans-serif;
		font-weight: 900;
		font-size: 26px;
		color: var( --brand-white ) !important;
		text-decoration: none !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		background-image: none !important;
		letter-spacing: 0.01em;
		margin-bottom: 24px;
	}

	.tew-drawer-foot__bar {
		height: 8px;
		background: var( --brand-orange );
		margin: 0 -24px;
	}

	/* Ensure drawer inner fills viewport and pushes footer down */
	.popup-drawer-inner,
	.drawer-inner {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}
}


/* ============================================================
   10. Footer — Kadence Footer Builder overrides
   ------------------------------------------------------------
   Master spec reference: master/theedgewellness.com/assets/edge-system.css
   - Dark BG (#0A0A0A), white text
   - 3-column grid (Brand · Phone · Nav) → stacks on mobile
   - Footer bottom: copyright + legal links
   ============================================================ */

/* ---- 10a. Footer base ---- */
.site-footer,
#colophon.site-footer {
	background: var( --brand-black );
	color: var( --brand-white );
	padding: clamp(56px, 7vw, 88px) 0 32px;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.site-footer a:hover {
	color: var( --brand-orange );
}

/* ---- 10a.1 Kadence Footer Builder wrapper resets ----
   Kill default widget margins/borders so .tew-footer-* markup owns layout */
.site-footer .site-footer-row-container,
.site-footer .site-middle-footer-wrap,
.site-footer .site-bottom-footer-wrap {
	background: var( --brand-black );
}

.site-footer .site-footer-row-inner-wrap {
	max-width: 1280px;
}

.site-footer .widget,
.site-footer .footer-widget-area .widget {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.site-footer .widget::before,
.site-footer .widget::after {
	display: none;
}

.site-footer .footer-widget-area {
	padding: 0;
}

/* ---- 10a.2 Widget title = eyebrow heading style ----
   Use the widget "Title" field (e.g. "Site") and we render it as orange eyebrow */
.site-footer .widget-title,
.site-footer .footer-widget-area .widget-title {
	display: block;
	font-family: 'Archivo', sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var( --brand-orange );
	margin: 0 0 14px;
}

/* ---- 10a.3 Force Archivo + override Kadence palette inside footer ---- */
.site-footer,
.site-footer * {
	font-family: 'Archivo', sans-serif;
}

.site-footer .widget-area a,
.site-footer .footer-widget-area a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.site-footer .widget-area a:hover,
.site-footer .footer-widget-area a:hover {
	color: var( --brand-orange );
}

/* ---- 10b. Footer brand column ---- */
.tew-footer-brand {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.tew-footer-brand .tew-logo {
	color: var( --brand-white );
}

.tew-footer-brand .tew-logo__mark {
	background: var( --brand-orange );
	color: var( --brand-white );
}

.tew-footer-brand .tew-logo__name {
	color: var( --brand-white );
}

.tew-footer-brand .tew-logo__sub {
	color: var( --brand-orange );
}

.tew-footer-tagline {
	margin-top: 18px;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
	max-width: 32ch;
}

.tew-footer-address {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}

.tew-footer-address__label {
	color: var( --brand-white );
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
}

.tew-footer-address__email {
	margin-top: 8px;
}

.tew-footer-address__email .tew-footer-address__label {
	display: inline;
	margin-right: 8px;
}

/* ---- 10c. Phone block (compact, dual numbers) ---- */
.tew-phone-block {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.tew-phone-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tew-phone-row__country {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var( --brand-orange );
}

.tew-phone-row__country .tew-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: var( --brand-orange );
}

.tew-phone-row__num {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 18px;
	font-weight: 700;
	color: var( --brand-white );
	letter-spacing: 0.01em;
}

.tew-phone-row__num small {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.site-footer .tew-phone-row__num a {
	color: var( --brand-white );
	text-decoration: none;
}

.site-footer .tew-phone-row__num a:hover {
	color: var( --brand-orange );
}

/* ---- 10d. SITE nav column ----
   Supports four menu sources:
   - Plain <ul> inside .tew-footer-links (Custom HTML)
   - Gutenberg Navigation block (.wp-block-navigation) inside .tew-footer-links
   - Kadence Footer Builder "Footer Navigation" element (.site-footer .footer-navigation)
   - Classic Nav Menu widget (.site-footer .widget_nav_menu — most common in Kadence Footer Builder Widget areas) */
.tew-footer-links h4,
.tew-footer-links__heading,
.site-footer .footer-navigation .footer-navigation-title {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var( --brand-orange );
	margin: 0 0 14px;
}

.tew-footer-links ul,
.tew-footer-links .menu,
.tew-footer-links .wp-block-navigation__container,
.site-footer .footer-navigation ul.menu,
.site-footer .footer-navigation .footer-menu-container > ul,
.site-footer .widget_nav_menu .menu,
.site-footer .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tew-footer-links a,
.tew-footer-links .menu a,
.tew-footer-links .wp-block-navigation-item a,
.site-footer .footer-navigation a,
.site-footer .widget_nav_menu .menu a,
.site-footer .widget_nav_menu ul a {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.tew-footer-links a:hover,
.tew-footer-links .menu a:hover,
.tew-footer-links .wp-block-navigation-item a:hover,
.site-footer .footer-navigation a:hover,
.site-footer .widget_nav_menu .menu a:hover,
.site-footer .widget_nav_menu ul a:hover {
	color: var( --brand-orange );
}

/* ---- 10e. Footer bottom (copyright + legal) ---- */
.tew-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	padding-top: 32px;
	margin-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.tew-footer-bottom__legal {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.tew-footer-bottom a,
.site-footer .tew-footer-bottom a {
	color: rgba(255, 255, 255, 0.5);
}

.tew-footer-bottom a:hover {
	color: var( --brand-orange );
}

/* ---- 10f. Mobile sticky CTA bar (variant 03) ---- */
.tew-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	display: flex;
	background: var( --brand-black );
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tew-sticky-cta__btn {
	flex: 1 1 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 8px;
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
}

.tew-sticky-cta__btn--call {
	background: var( --brand-black );
	color: var( --brand-white );
}

.tew-sticky-cta__btn--enquire {
	background: var( --brand-orange );
	color: var( --brand-white );
}

.tew-sticky-cta__btn:hover {
	color: var( --brand-white );
}

.tew-sticky-cta__btn--enquire:hover {
	background: var( --brand-orange-deep );
}

/* Pad body so content not hidden behind sticky CTA on mobile */
@media ( max-width: 1023px ) {
	body.has-sticky-cta {
		padding-bottom: 60px;
	}
}

@media ( min-width: 1024px ) {
	.tew-sticky-cta {
		display: none;
	}
}
