/*
Theme Name: Hakeem Pharma
Theme URI: https://hakeempharma.com/
Author: Hakeem Pharma
Author URI: https://hakeempharma.com/
Description: A premium, responsive WordPress theme for Hakeem Pharma — herbal Dietary Supplements, cold-pressed oils, essential oils, skincare, haircare, personal care, cosmetics and fragrances. Clean pharmaceutical and botanical design, no page builder required. Built with native WordPress functionality.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hakeem-pharma
Tags: business, corporate, one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

/* ==========================================================================
   1. Design tokens
   ========================================================================== */

:root {
	/* Brand palette */
	--hp-navy:        #032961;
	--hp-navy-700:    #052f6f;
	--hp-navy-900:    #021c44;
	--hp-blue:        #1064C1;
	--hp-blue-600:    #0d59ad;
	--hp-blue-300:    #6fa4e0;
	--hp-gold:        #D19D29;
	--hp-gold-600:    #b8871d;
	--hp-gold-200:    #f0dcb2;
	--hp-turquoise:   #0097B2;
	--hp-turquoise-600:#00808f;

	/* Neutrals & surfaces */
	--hp-white:       #ffffff;
	--hp-mist:        #F4F8FD;
	--hp-mist-deep:   #E9F1FB;
	--hp-line:        #DCE7F4;
	--hp-line-soft:   #EDF3FA;
	--hp-ink:         #12233d;
	--hp-body:        #45566d;
	--hp-muted:       #6b7c93;

	/* Typography */
	--hp-font-display: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", Times, serif;
	--hp-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

	/* Fluid type scale */
	--hp-fs-hero:  clamp(2.6rem, 1.4rem + 4.6vw, 5.1rem);
	--hp-fs-h1:    clamp(2.2rem, 1.4rem + 3.1vw, 3.9rem);
	--hp-fs-h2:    clamp(1.9rem, 1.3rem + 2.3vw, 3.05rem);
	--hp-fs-h3:    clamp(1.35rem, 1.1rem + 0.9vw, 1.75rem);
	--hp-fs-h4:    clamp(1.12rem, 1.02rem + 0.4vw, 1.3rem);
	--hp-fs-lead:  clamp(1.06rem, 0.99rem + 0.36vw, 1.28rem);
	--hp-fs-body:  1rem;
	--hp-fs-small: 0.875rem;
	--hp-fs-eyebrow: 0.75rem;

	/* Spacing */
	--hp-space-section: clamp(4.5rem, 3rem + 6vw, 8.5rem);
	--hp-space-gap:     clamp(1.5rem, 1rem + 1.6vw, 2.5rem);
	--hp-container:     1240px;
	--hp-container-narrow: 860px;
	--hp-gutter:        clamp(1.15rem, 0.6rem + 2.2vw, 2.75rem);

	/* Radii, shadows, motion */
	--hp-radius-sm: 6px;
	--hp-radius:    14px;
	--hp-radius-lg: 22px;
	--hp-shadow-sm:  0 2px 10px rgba(3, 41, 97, .06);
	--hp-shadow:     0 14px 38px -18px rgba(3, 41, 97, .26);
	--hp-shadow-lg:  0 34px 70px -30px rgba(3, 41, 97, .38);
	--hp-ease:       cubic-bezier(.22, .68, .36, 1);
	--hp-header-h:   84px;
}

/* ==========================================================================
   2. Reset & base
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--hp-header-h) + 18px);
}

body {
	margin: 0;
	background: var(--hp-white);
	color: var(--hp-body);
	font-family: var(--hp-font-body);
	font-size: var(--hp-fs-body);
	line-height: 1.72;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body.hp-menu-open { overflow: hidden; }

img, svg, video, canvas { max-width: 100%; height: auto; display: block; }
img { border: 0; }

a {
	color: var(--hp-blue);
	text-decoration: none;
	transition: color .25s var(--hp-ease);
}
a:hover { color: var(--hp-gold-600); }

:focus-visible {
	outline: 3px solid var(--hp-turquoise);
	outline-offset: 3px;
	border-radius: 3px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--hp-font-display);
	color: var(--hp-navy);
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: -.012em;
	margin: 0 0 .6em;
}

h1 { font-size: var(--hp-fs-h1); }
h2 { font-size: var(--hp-fs-h2); }
h3 { font-size: var(--hp-fs-h3); }
h4 { font-size: var(--hp-fs-h4); font-family: var(--hp-font-body); font-weight: 650; letter-spacing: 0; }

p { margin: 0 0 1.25rem; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0 0 1.25rem; padding-left: 1.3rem; }
li { margin-bottom: .5rem; }

blockquote {
	margin: 2rem 0;
	padding: 1.4rem 1.8rem;
	border-left: 3px solid var(--hp-gold);
	background: var(--hp-mist);
	border-radius: 0 var(--hp-radius) var(--hp-radius) 0;
	font-family: var(--hp-font-display);
	font-size: 1.25rem;
	color: var(--hp-navy);
}

hr {
	border: 0;
	height: 1px;
	background: var(--hp-line);
	margin: 2.5rem 0;
}

table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; font-size: var(--hp-fs-small); }
th, td { padding: .8rem 1rem; border-bottom: 1px solid var(--hp-line); text-align: left; }
th { color: var(--hp-navy); font-weight: 650; background: var(--hp-mist); }

code, pre, kbd {
	font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
	font-size: .9em;
}
code { background: var(--hp-mist-deep); padding: .15em .45em; border-radius: 4px; color: var(--hp-navy); }
pre { background: var(--hp-mist); padding: 1.25rem; border-radius: var(--hp-radius); overflow-x: auto; }
pre code { background: none; padding: 0; }

/* ==========================================================================
   3. Accessibility helpers
   ========================================================================== */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px; width: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.skip-link {
	position: absolute;
	left: 50%;
	top: -100px;
	transform: translateX(-50%);
	z-index: 999;
	background: var(--hp-navy);
	color: #fff;
	padding: .85rem 1.5rem;
	border-radius: 0 0 var(--hp-radius-sm) var(--hp-radius-sm);
	font-size: var(--hp-fs-small);
	font-weight: 600;
	transition: top .25s var(--hp-ease);
}
.skip-link:focus { top: 0; color: #fff; }

/* ==========================================================================
   4. Layout primitives
   ========================================================================== */

.hp-container {
	width: 100%;
	max-width: var(--hp-container);
	margin-inline: auto;
	padding-inline: var(--hp-gutter);
}

.hp-container--narrow { max-width: var(--hp-container-narrow); }

.hp-section { padding-block: var(--hp-space-section); position: relative; }
.hp-section--tight { padding-block: calc(var(--hp-space-section) * .66); }
.hp-section--mist { background: var(--hp-mist); }
.hp-section--mist-deep { background: linear-gradient(180deg, var(--hp-mist) 0%, var(--hp-mist-deep) 100%); }
.hp-section--navy { background: var(--hp-navy); color: rgba(255,255,255,.82); }
.hp-section--navy h2, .hp-section--navy h3, .hp-section--navy h4 { color: #fff; }

.hp-grid { display: grid; gap: var(--hp-space-gap); }
.hp-grid--2 { grid-template-columns: repeat(2, 1fr); }
.hp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.hp-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ==========================================================================
   5. Section headings
   ========================================================================== */

.hp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	font-size: var(--hp-fs-eyebrow);
	font-weight: 650;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--hp-turquoise);
	margin-bottom: 1.1rem;
}
.hp-eyebrow::before {
	content: "";
	width: 30px; height: 1px;
	background: var(--hp-gold);
	flex: none;
}
.hp-section--navy .hp-eyebrow { color: var(--hp-gold); }
.hp-section--navy .hp-eyebrow::before { background: var(--hp-gold); }

.hp-section-head { max-width: 720px; margin-bottom: clamp(2.5rem, 1.6rem + 2.4vw, 4rem); }
.hp-section-head--center { margin-inline: auto; text-align: center; }
.hp-section-head--center .hp-eyebrow::before { display: none; }
.hp-section-head p { font-size: var(--hp-fs-lead); color: var(--hp-body); margin-bottom: 0; }
.hp-section--navy .hp-section-head p { color: rgba(255,255,255,.78); }

.hp-lead { font-size: var(--hp-fs-lead); line-height: 1.66; }

/* Gold rule used under display headings */
.hp-rule {
	width: 62px; height: 3px;
	background: linear-gradient(90deg, var(--hp-gold), var(--hp-gold-200));
	border-radius: 3px;
	margin: 1.4rem 0 1.6rem;
}
.hp-section-head--center .hp-rule { margin-inline: auto; }

/* ==========================================================================
   6. Buttons
   ========================================================================== */

.hp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	padding: .95rem 1.9rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: var(--hp-font-body);
	font-size: .945rem;
	font-weight: 620;
	letter-spacing: .01em;
	line-height: 1.2;
	cursor: pointer;
	text-align: center;
	transition: transform .3s var(--hp-ease), box-shadow .3s var(--hp-ease),
	            background-color .3s var(--hp-ease), color .3s var(--hp-ease), border-color .3s var(--hp-ease);
}
.hp-btn svg { width: 17px; height: 17px; flex: none; transition: transform .3s var(--hp-ease); }
.hp-btn:hover svg { transform: translateX(3px); }
.hp-btn:hover { transform: translateY(-2px); }
.hp-btn:active { transform: translateY(0); }

.hp-btn--primary {
	background: var(--hp-blue);
	color: #fff;
	box-shadow: 0 12px 26px -12px rgba(16, 100, 193, .75);
}
.hp-btn--primary:hover { background: var(--hp-navy); color: #fff; box-shadow: 0 18px 34px -14px rgba(3, 41, 97, .7); }

.hp-btn--gold {
	background: var(--hp-gold);
	color: var(--hp-navy-900);
	box-shadow: 0 12px 26px -12px rgba(209, 157, 41, .8);
}
.hp-btn--gold:hover { background: var(--hp-gold-600); color: #fff; }

.hp-btn--outline {
	background: transparent;
	color: var(--hp-navy);
	border-color: var(--hp-line);
}
.hp-btn--outline:hover { border-color: var(--hp-navy); background: var(--hp-navy); color: #fff; }

.hp-btn--ghost-light {
	background: rgba(255,255,255,.08);
	color: #fff;
	border-color: rgba(255,255,255,.38);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.hp-btn--ghost-light:hover { background: #fff; color: var(--hp-navy); border-color: #fff; }

.hp-btn-group { display: flex; flex-wrap: wrap; gap: .9rem; }

.hp-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	font-size: .9rem;
	font-weight: 620;
	color: var(--hp-blue);
}
.hp-link-arrow svg { width: 15px; height: 15px; transition: transform .3s var(--hp-ease); }
.hp-link-arrow:hover svg { transform: translateX(4px); }

/* ==========================================================================
   7. Site header & navigation
   ========================================================================== */

.hp-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: rgba(255, 255, 255, .9);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid transparent;
	transition: box-shadow .3s var(--hp-ease), border-color .3s var(--hp-ease), background-color .3s var(--hp-ease);
}
.hp-header.is-stuck {
	background: rgba(255, 255, 255, .97);
	border-bottom-color: var(--hp-line-soft);
	box-shadow: 0 6px 26px -18px rgba(3, 41, 97, .45);
}

.hp-header__topbar {
	background: var(--hp-navy);
	color: rgba(255,255,255,.72);
	font-size: .8rem;
}
.hp-header__topbar .hp-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	min-height: 40px;
	flex-wrap: wrap;
}
.hp-topbar__meta { display: flex; align-items: center; gap: 1.35rem; flex-wrap: wrap; row-gap: .2rem; }
.hp-topbar__item { display: inline-flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.78); }
.hp-topbar__item:hover { color: var(--hp-gold); }
.hp-topbar__item svg { width: 14px; height: 14px; color: var(--hp-turquoise); flex: none; }
.hp-topbar__tagline {
	font-family: var(--hp-font-display);
	font-size: .95rem;
	font-style: italic;
	color: var(--hp-gold-200);
	letter-spacing: .02em;
}

.hp-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	min-height: var(--hp-header-h);
	padding-block: .6rem;
}

/* Branding — the logo file is rendered exactly as uploaded, never recoloured or distorted */
.hp-branding { display: flex; align-items: center; gap: .85rem; flex: none; }
.hp-branding picture, .hp-footer__brand picture { display: inline-flex; }
.hp-branding a { display: inline-flex; align-items: center; gap: .85rem; }
.hp-branding img,
.hp-branding .custom-logo {
	width: auto;
	height: auto;
	max-height: 50px;
	max-width: 210px;
	object-fit: contain;
	transition: max-height .3s var(--hp-ease);
}
.is-stuck .hp-branding img { max-height: 50px; }

.hp-branding__text .hp-site-title {
	font-family: var(--hp-font-display);
	font-size: 1.6rem;
	font-weight: 650;
	color: var(--hp-navy);
	line-height: 1.05;
	margin: 0;
	letter-spacing: -.01em;
}
.hp-branding__text .hp-site-desc {
	display: none;
	font-size: .66rem;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--hp-turquoise);
	font-weight: 600;
	margin: .28rem 0 0;
}

/* Desktop navigation */
/* The header carries eight top-level items, so it gets a wider track than the
   1240px reading width used by the content sections. */
.hp-header .hp-container { max-width: 1400px; }

.hp-nav { display: flex; align-items: center; gap: .8rem; margin-left: auto; }
.hp-nav__menu { display: flex; align-items: center; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.hp-nav__menu li { margin: 0; position: relative; }

.hp-nav__menu a {
	display: block;
	white-space: nowrap;
	padding: .6rem .5rem;
	font-size: .875rem;
	font-weight: 550;
	color: var(--hp-ink);
	border-radius: var(--hp-radius-sm);
	position: relative;
}
.hp-nav__menu a::after {
	content: "";
	position: absolute;
	left: .5rem; right: .5rem;
	bottom: .3rem;
	height: 2px;
	background: var(--hp-gold);
	border-radius: 2px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s var(--hp-ease);
}
.hp-nav__menu a:hover { color: var(--hp-navy); }
.hp-nav__menu a:hover::after,
.hp-nav__menu .current-menu-item > a::after,
.hp-nav__menu .current_page_item > a::after,
.hp-nav__menu .current-menu-ancestor > a::after { transform: scaleX(1); }
.hp-nav__menu .current-menu-item > a,
.hp-nav__menu .current_page_item > a { color: var(--hp-navy); font-weight: 620; }

/* Dropdowns */
.hp-nav__menu .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 238px;
	background: #fff;
	border: 1px solid var(--hp-line-soft);
	border-radius: var(--hp-radius);
	box-shadow: var(--hp-shadow);
	padding: .5rem;
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .25s var(--hp-ease), transform .25s var(--hp-ease), visibility .25s;
	z-index: 30;
}
.hp-nav__menu li:hover > .sub-menu,
.hp-nav__menu li:focus-within > .sub-menu {
	opacity: 1; visibility: visible; transform: translateY(0);
}
.hp-nav__menu .sub-menu a { padding: .6rem .8rem; font-size: .88rem; border-radius: var(--hp-radius-sm); }
.hp-nav__menu .sub-menu a::after { display: none; }
.hp-nav__menu .sub-menu a:hover { background: var(--hp-mist); color: var(--hp-blue); }
.hp-nav__menu .sub-menu .sub-menu { top: -.5rem; left: calc(100% + .5rem); }

.hp-menu-item-has-children > a { padding-right: 1.5rem; }
.hp-nav__menu .menu-item-has-children > a::before {
	content: "";
	position: absolute;
	right: .58rem; top: 50%;
	width: 5px; height: 5px;
	border-right: 1.6px solid currentColor;
	border-bottom: 1.6px solid currentColor;
	transform: translateY(-70%) rotate(45deg);
	opacity: .55;
}
.hp-nav__menu .sub-menu .menu-item-has-children > a::before { transform: translateY(-50%) rotate(-45deg); }

.hp-header__cta { display: flex; align-items: center; gap: .75rem; flex: none; }
.hp-header__cta .hp-btn { padding: .66rem 1.05rem; font-size: .84rem; }

/* Mobile toggle */
.hp-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px; height: 46px;
	padding: 0;
	background: var(--hp-mist);
	border: 1px solid var(--hp-line);
	border-radius: 12px;
	cursor: pointer;
	color: var(--hp-navy);
	flex: none;
	transition: background-color .25s var(--hp-ease), border-color .25s var(--hp-ease);
}
.hp-menu-toggle:hover { background: var(--hp-mist-deep); border-color: var(--hp-blue-300); }
.hp-menu-toggle__box { position: relative; width: 20px; height: 14px; }
.hp-menu-toggle__box span {
	position: absolute;
	left: 0;
	width: 100%; height: 2px;
	background: currentColor;
	border-radius: 2px;
	transition: transform .32s var(--hp-ease), opacity .2s var(--hp-ease), width .32s var(--hp-ease);
}
.hp-menu-toggle__box span:nth-child(1) { top: 0; }
.hp-menu-toggle__box span:nth-child(2) { top: 6px; width: 74%; }
.hp-menu-toggle__box span:nth-child(3) { top: 12px; }
.hp-menu-toggle[aria-expanded="true"] .hp-menu-toggle__box span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hp-menu-toggle[aria-expanded="true"] .hp-menu-toggle__box span:nth-child(2) { opacity: 0; width: 100%; }
.hp-menu-toggle[aria-expanded="true"] .hp-menu-toggle__box span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile drawer */
.hp-mobile-nav {
	position: fixed;
	inset: 0 0 0 auto;
	width: min(400px, 88vw);
	background: #fff;
	z-index: 300;
	transform: translateX(101%);
	transition: transform .42s var(--hp-ease);
	display: flex;
	flex-direction: column;
	box-shadow: -20px 0 60px -30px rgba(3, 41, 97, .6);
	visibility: hidden;
}
.hp-mobile-nav.is-open { transform: translateX(0); visibility: visible; }

.hp-mobile-nav__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem var(--hp-gutter);
	border-bottom: 1px solid var(--hp-line-soft);
	min-height: var(--hp-header-h);
}
.hp-mobile-nav__head img { max-height: 46px; max-width: 190px; width: auto; object-fit: contain; }
.hp-mobile-nav__title { font-family: var(--hp-font-display); font-size: 1.35rem; color: var(--hp-navy); margin: 0; }

.hp-mobile-nav__close {
	width: 42px; height: 42px;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--hp-mist);
	border: 1px solid var(--hp-line);
	border-radius: 10px;
	color: var(--hp-navy);
	cursor: pointer;
	flex: none;
}
.hp-mobile-nav__close svg { width: 18px; height: 18px; }
.hp-mobile-nav__close:hover { background: var(--hp-navy); color: #fff; border-color: var(--hp-navy); }

.hp-mobile-nav__body { flex: 1; overflow-y: auto; padding: 1.25rem var(--hp-gutter) 2rem; -webkit-overflow-scrolling: touch; }
.hp-mobile-nav__menu, .hp-mobile-nav__menu .sub-menu { list-style: none; margin: 0; padding: 0; }
.hp-mobile-nav__menu li { margin: 0; border-bottom: 1px solid var(--hp-line-soft); }
.hp-mobile-nav__menu .sub-menu li:last-child { border-bottom: 0; }
.hp-mobile-nav__menu a {
	display: block;
	padding: .95rem .25rem;
	font-size: 1.02rem;
	font-weight: 550;
	color: var(--hp-ink);
}
.hp-mobile-nav__menu a:hover,
.hp-mobile-nav__menu .current-menu-item > a { color: var(--hp-blue); }
.hp-mobile-nav__menu .sub-menu { padding-left: 1rem; display: none; }
.hp-mobile-nav__menu li.is-expanded > .sub-menu { display: block; }
.hp-mobile-nav__menu .sub-menu a { font-size: .94rem; padding: .72rem .25rem; color: var(--hp-body); }

.hp-mobile-nav__row { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.hp-mobile-nav__row > a { flex: 1; }
.hp-submenu-toggle {
	width: 40px; height: 40px;
	display: inline-flex; align-items: center; justify-content: center;
	background: transparent;
	border: 1px solid var(--hp-line);
	border-radius: 9px;
	color: var(--hp-navy);
	cursor: pointer;
	flex: none;
}
.hp-submenu-toggle svg { width: 13px; height: 13px; transition: transform .3s var(--hp-ease); }
.hp-submenu-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.hp-mobile-nav__foot {
	border-top: 1px solid var(--hp-line-soft);
	padding: 1.35rem var(--hp-gutter);
	background: var(--hp-mist);
	display: grid;
	gap: .75rem;
}
.hp-mobile-nav__foot .hp-btn { width: 100%; }
.hp-mobile-nav__contact { display: grid; gap: .55rem; font-size: .875rem; }
.hp-mobile-nav__contact a { display: inline-flex; align-items: center; gap: .55rem; color: var(--hp-navy); font-weight: 550; }
.hp-mobile-nav__tag {
	font-size: .68rem;
	font-weight: 650;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--hp-muted);
	background: var(--hp-mist-deep);
	border-radius: 999px;
	padding: .12rem .5rem;
}
.hp-mobile-nav__contact svg { width: 15px; height: 15px; color: var(--hp-turquoise); flex: none; }

.hp-overlay {
	position: fixed;
	inset: 0;
	background: rgba(2, 20, 48, .55);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	z-index: 250;
	transition: opacity .35s var(--hp-ease), visibility .35s;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.hp-overlay.is-visible { opacity: 1; visibility: visible; }

/* ==========================================================================
   8. Hero
   ========================================================================== */

.hp-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: linear-gradient(150deg, var(--hp-navy-900) 0%, var(--hp-navy) 42%, #0a3f8c 100%);
	color: rgba(255,255,255,.86);
	padding-block: clamp(4.5rem, 3rem + 9vw, 9.5rem);
}
.hp-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-size: cover;
	background-position: center;
	opacity: .3;
}
.hp-hero__veil {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(74% 88% at 78% 12%, rgba(0, 151, 178, .34) 0%, rgba(0, 151, 178, 0) 62%),
		radial-gradient(56% 70% at 8% 88%, rgba(209, 157, 41, .22) 0%, rgba(209, 157, 41, 0) 60%),
		linear-gradient(105deg, rgba(2, 20, 48, .93) 8%, rgba(3, 41, 97, .74) 52%, rgba(3, 41, 97, .48) 100%);
}
.hp-hero__botanical {
	position: absolute;
	right: -6%;
	bottom: -14%;
	width: min(760px, 68%);
	z-index: -1;
	/* Per-element opacity is baked into the fallback SVG so its gold capsule can
	   sit brighter than the surrounding leaf outlines. */
	pointer-events: none;
	animation: hp-float 16s ease-in-out infinite;
}

/* Bundled line-art tree: a flat image, so it is dimmed as a whole. */
img.hp-hero__botanical {
	right: -3%;
	bottom: -4%;
	width: min(940px, 74%);
	height: auto;
	opacity: .62;
}

.hp-hero__inner { max-width: 820px; }

.hp-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .7rem;
	padding: .5rem 1.1rem .5rem .75rem;
	background: rgba(255,255,255,.09);
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 999px;
	font-size: .74rem;
	font-weight: 620;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: var(--hp-gold-200);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	margin-bottom: 1.6rem;
}
.hp-hero__eyebrow .hp-dot {
	width: 7px; height: 7px;
	border-radius: 50%;
	background: var(--hp-turquoise);
	box-shadow: 0 0 0 4px rgba(0, 151, 178, .28);
	flex: none;
}

.hp-hero__title {
	font-size: var(--hp-fs-hero);
	color: #fff;
	line-height: 1.03;
	letter-spacing: -.022em;
	margin: 0 0 1.35rem;
	font-weight: 500;
}
.hp-hero__title em {
	font-style: italic;
	color: var(--hp-gold);
	position: relative;
	white-space: nowrap;
}

.hp-hero__text {
	font-size: clamp(1.06rem, .98rem + .5vw, 1.32rem);
	line-height: 1.62;
	color: rgba(255,255,255,.8);
	max-width: 620px;
	margin: 0 0 2.4rem;
}

.hp-hero__actions { display: flex; flex-wrap: wrap; gap: .95rem; margin-bottom: clamp(2.75rem, 2rem + 3vw, 4.5rem); }

.hp-hero__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1.5rem 2.5rem;
	padding-top: 2.2rem;
	border-top: 1px solid rgba(255,255,255,.16);
	max-width: 760px;
}
.hp-hero__stat .hp-stat__num {
	display: block;
	font-family: var(--hp-font-display);
	font-size: clamp(2rem, 1.5rem + 1.6vw, 2.9rem);
	font-weight: 600;
	color: #fff;
	line-height: 1;
	margin-bottom: .45rem;
}
.hp-hero__stat .hp-stat__num span { color: var(--hp-gold); }
.hp-hero__stat .hp-stat__label {
	font-size: .78rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255,255,255,.62);
	font-weight: 550;
	line-height: 1.5;
}

.hp-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 26px;
	transform: translateX(-50%);
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: .5rem;
	font-size: .68rem;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
}
.hp-hero__scroll:hover { color: var(--hp-gold); }
.hp-hero__scroll svg { width: 15px; height: 15px; animation: hp-bob 2.2s ease-in-out infinite; }

@keyframes hp-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@keyframes hp-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-18px) rotate(1.4deg); } }

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

.hp-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--hp-line-soft);
	border-radius: var(--hp-radius-lg);
	padding: clamp(1.6rem, 1.2rem + 1vw, 2.15rem);
	transition: transform .4s var(--hp-ease), box-shadow .4s var(--hp-ease), border-color .4s var(--hp-ease);
	overflow: hidden;
	height: 100%;
}
.hp-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: linear-gradient(90deg, var(--hp-turquoise), var(--hp-blue), var(--hp-gold));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .45s var(--hp-ease);
}
.hp-card:hover { transform: translateY(-6px); box-shadow: var(--hp-shadow); border-color: var(--hp-line); }
.hp-card:hover::before { transform: scaleX(1); }
.hp-card h3 { margin-bottom: .55rem; }
.hp-card p { color: var(--hp-body); font-size: .95rem; margin-bottom: 0; }
.hp-card__body > * + * { margin-top: .85rem; }

.hp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px; height: 58px;
	border-radius: 16px;
	background: linear-gradient(140deg, var(--hp-mist-deep), #fff);
	border: 1px solid var(--hp-line);
	color: var(--hp-blue);
	margin-bottom: 1.35rem;
	flex: none;
	transition: background .4s var(--hp-ease), color .4s var(--hp-ease), border-color .4s var(--hp-ease), transform .4s var(--hp-ease);
}
.hp-icon svg { width: 27px; height: 27px; }
.hp-card:hover .hp-icon {
	background: linear-gradient(140deg, var(--hp-navy), var(--hp-blue));
	color: #fff;
	border-color: transparent;
	transform: scale(1.04);
}
.hp-icon--gold { color: var(--hp-gold-600); }
.hp-icon--turquoise { color: var(--hp-turquoise); }

/* Numbered cards */
.hp-card__num {
	position: absolute;
	top: 1.15rem; right: 1.4rem;
	font-family: var(--hp-font-display);
	font-size: 3.1rem;
	font-weight: 600;
	line-height: 1;
	color: var(--hp-mist-deep);
	pointer-events: none;
	transition: color .4s var(--hp-ease);
}
.hp-card:hover .hp-card__num { color: var(--hp-gold-200); }

/* ==========================================================================
   10. About / split media sections
   ========================================================================== */

.hp-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: clamp(2.25rem, 1.5rem + 4vw, 5rem);
	align-items: center;
}
.hp-split--reverse .hp-split__media { order: 2; }

.hp-split__media { position: relative; }
.hp-split__figure {
	position: relative;
	border-radius: var(--hp-radius-lg);
	overflow: hidden;
	box-shadow: var(--hp-shadow-lg);
	background: linear-gradient(160deg, var(--hp-mist-deep), var(--hp-mist));
	aspect-ratio: 4 / 3.25;
}
.hp-split__figure img,
.hp-split__figure svg { width: 100%; height: 100%; object-fit: cover; display: block; }

.hp-split__figure::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3,41,97,0) 55%, rgba(3,41,97,.2) 100%);
	pointer-events: none;
}

/* Floating credential badge */
.hp-badge-float {
	position: absolute;
	right: clamp(-.5rem, -2vw, -1.75rem);
	bottom: clamp(-1rem, -2vw, -1.9rem);
	background: #fff;
	border: 1px solid var(--hp-line-soft);
	border-radius: var(--hp-radius);
	box-shadow: var(--hp-shadow);
	padding: 1.15rem 1.5rem;
	display: flex;
	align-items: center;
	gap: .95rem;
	max-width: 264px;
	z-index: 2;
}
.hp-badge-float__icon {
	width: 46px; height: 46px;
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: 12px;
	background: linear-gradient(140deg, var(--hp-navy), var(--hp-blue));
	color: var(--hp-gold);
	flex: none;
}
.hp-badge-float__icon svg { width: 22px; height: 22px; }
.hp-badge-float__num {
	font-family: var(--hp-font-display);
	font-size: 1.75rem;
	font-weight: 650;
	color: var(--hp-navy);
	line-height: 1;
	display: block;
}
.hp-badge-float__label {
	font-size: .74rem;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--hp-muted);
	font-weight: 600;
	line-height: 1.4;
}

/* Feature list with check marks */
.hp-checklist { list-style: none; margin: 1.75rem 0 0; padding: 0; display: grid; gap: .9rem; }
.hp-checklist li { display: flex; align-items: flex-start; gap: .8rem; margin: 0; font-size: .96rem; }
.hp-checklist li::before {
	content: "";
	width: 21px; height: 21px;
	flex: none;
	margin-top: .21rem;
	border-radius: 50%;
	background: var(--hp-mist-deep) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231064C1' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
}
.hp-section--navy .hp-checklist li::before { background-color: rgba(255,255,255,.13); }

/* Inline stat strip */
.hp-stat-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1.5rem 2rem;
	margin-top: 2.25rem;
	padding-top: 2rem;
	border-top: 1px solid var(--hp-line);
}
.hp-stat-strip__num {
	font-family: var(--hp-font-display);
	font-size: clamp(1.9rem, 1.5rem + 1.2vw, 2.5rem);
	font-weight: 650;
	color: var(--hp-navy);
	line-height: 1;
	display: block;
	margin-bottom: .4rem;
}
.hp-stat-strip__num span { color: var(--hp-gold); }
.hp-stat-strip__label {
	font-size: .76rem;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--hp-muted);
	font-weight: 600;
	line-height: 1.5;
}

/* ==========================================================================
   11. Product categories
   ========================================================================== */

.hp-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.35rem; }

.hp-cat {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--hp-line-soft);
	border-radius: var(--hp-radius-lg);
	overflow: hidden;
	transition: transform .42s var(--hp-ease), box-shadow .42s var(--hp-ease), border-color .42s var(--hp-ease);
	height: 100%;
	color: inherit;
}
.hp-cat:hover { transform: translateY(-7px); box-shadow: var(--hp-shadow); border-color: transparent; color: inherit; }

.hp-cat__art {
	position: relative;
	aspect-ratio: 16 / 10;
	background: linear-gradient(150deg, var(--hp-mist-deep) 0%, #fbfdff 100%);
	overflow: hidden;
	display: block;
}
.hp-cat__art picture { display: block; width: 100%; height: 100%; }
.hp-cat__art img, .hp-cat__art svg { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--hp-ease); }
.hp-cat:hover .hp-cat__art img, .hp-cat:hover .hp-cat__art svg { transform: scale(1.05); }
.hp-cat__art::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(3,41,97,0) 46%, rgba(3,41,97,.34) 100%);
	opacity: 0;
	transition: opacity .42s var(--hp-ease);
}
.hp-cat:hover .hp-cat__art::after { opacity: 1; }

.hp-cat__body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.hp-cat__title { font-size: 1.19rem; margin-bottom: .45rem; color: var(--hp-navy); }
.hp-cat__text { font-size: .885rem; color: var(--hp-body); line-height: 1.62; margin: 0 0 1.05rem; flex: 1; }
.hp-cat__more {
	font-size: .78rem;
	font-weight: 650;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--hp-turquoise);
	display: inline-flex;
	align-items: center;
	gap: .45rem;
}
.hp-cat__more svg { width: 13px; height: 13px; transition: transform .3s var(--hp-ease); }
.hp-cat:hover .hp-cat__more svg { transform: translateX(4px); }

.hp-cat__badge {
	position: absolute;
	top: .9rem; left: .9rem;
	background: rgba(255,255,255,.93);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	color: var(--hp-navy);
	width: 42px; height: 42px;
	border-radius: 12px;
	display: inline-flex; align-items: center; justify-content: center;
	box-shadow: var(--hp-shadow-sm);
	z-index: 2;
}
.hp-cat__badge svg { width: 21px; height: 21px; }

/* ==========================================================================
   12. Brands grid (editable placeholders)
   ========================================================================== */

.hp-brands { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.35rem; }
.hp-brands--few { grid-template-columns: repeat(auto-fit, minmax(0, 264px)); justify-content: center; }

.hp-brand {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--hp-line-soft);
	border-radius: var(--hp-radius-lg);
	padding: 1.75rem 1.6rem;
	text-align: center;
	transition: transform .4s var(--hp-ease), box-shadow .4s var(--hp-ease), border-color .4s var(--hp-ease);
	height: 100%;
	color: inherit;
}
.hp-brand:hover { transform: translateY(-6px); box-shadow: var(--hp-shadow); color: inherit; }

.hp-brand__logo {
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.15rem;
	padding: .5rem;
	background: var(--hp-mist);
	border-radius: var(--hp-radius);
	overflow: hidden;
}
.hp-brand__logo img { max-height: 76px; width: auto; max-width: 100%; object-fit: contain; }

.hp-brand__name { font-size: 1.1rem; margin-bottom: .4rem; color: var(--hp-navy); }
.hp-brand__text { font-size: .87rem; color: var(--hp-body); margin: 0 0 1rem; flex: 1; line-height: 1.6; }
.hp-brand__link {
	font-size: .78rem;
	font-weight: 650;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--hp-blue);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .4rem;
}
.hp-brand__link svg { width: 13px; height: 13px; }

/* Placeholder variant — clearly marked as editable */
.hp-brand--placeholder {
	border-style: dashed;
	border-width: 1.6px;
	border-color: var(--hp-line);
	background: linear-gradient(165deg, #fdfeff 0%, var(--hp-mist) 100%);
}
.hp-brand--placeholder:hover { border-color: var(--hp-blue-300); }
.hp-brand--placeholder .hp-brand__logo {
	background: repeating-linear-gradient(-45deg, #fff, #fff 9px, var(--hp-mist-deep) 9px, var(--hp-mist-deep) 18px);
	border: 1px dashed var(--hp-line);
	color: var(--hp-muted);
}
.hp-brand--placeholder .hp-brand__logo svg { width: 40px; height: 40px; opacity: .5; }
.hp-brand--placeholder .hp-brand__name { color: var(--hp-muted); font-family: var(--hp-font-body); font-size: .98rem; font-weight: 650; }
.hp-brand--placeholder .hp-brand__text { color: var(--hp-muted); font-size: .82rem; }

.hp-placeholder-tag {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	align-self: center;
	background: var(--hp-gold-200);
	color: #7a5a10;
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	padding: .3rem .7rem;
	border-radius: 999px;
	margin-bottom: 1rem;
}
.hp-placeholder-tag svg { width: 11px; height: 11px; }

/* ==========================================================================
   13. Philosophy pillars
   ========================================================================== */

.hp-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, .8rem + 1.4vw, 2rem); }

.hp-pillar {
	position: relative;
	padding: clamp(2rem, 1.5rem + 1.4vw, 2.75rem) clamp(1.6rem, 1.2rem + 1vw, 2.25rem);
	border-radius: var(--hp-radius-lg);
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.13);
	overflow: hidden;
	transition: transform .45s var(--hp-ease), background-color .45s var(--hp-ease), border-color .45s var(--hp-ease);
	height: 100%;
}
.hp-pillar:hover { transform: translateY(-6px); background: rgba(255,255,255,.09); border-color: rgba(209,157,41,.42); }

.hp-pillar__icon {
	width: 62px; height: 62px;
	border-radius: 18px;
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(209, 157, 41, .14);
	border: 1px solid rgba(209, 157, 41, .34);
	color: var(--hp-gold);
	margin-bottom: 1.5rem;
	transition: background-color .45s var(--hp-ease), transform .45s var(--hp-ease);
}
.hp-pillar__icon svg { width: 29px; height: 29px; }
.hp-pillar:hover .hp-pillar__icon { background: rgba(209, 157, 41, .24); transform: scale(1.05); }

.hp-pillar__title { font-size: 1.6rem; color: #fff; margin-bottom: .3rem; }
.hp-pillar__sub {
	font-size: .72rem;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--hp-turquoise);
	font-weight: 620;
	margin-bottom: 1rem;
	display: block;
}
.hp-pillar p { color: rgba(255,255,255,.74); font-size: .95rem; margin: 0; }

.hp-pillar__index {
	position: absolute;
	right: 1.4rem; top: 1rem;
	font-family: var(--hp-font-display);
	font-size: 3.4rem;
	color: rgba(255,255,255,.055);
	line-height: 1;
	font-weight: 600;
}

/* ==========================================================================
   14. Quality & manufacturing
   ========================================================================== */

.hp-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.35rem; position: relative; }

.hp-process__step {
	position: relative;
	background: #fff;
	border: 1px solid var(--hp-line-soft);
	border-radius: var(--hp-radius-lg);
	padding: 2.1rem 1.6rem 1.75rem;
	transition: transform .42s var(--hp-ease), box-shadow .42s var(--hp-ease);
	height: 100%;
}
.hp-process__step:hover { transform: translateY(-6px); box-shadow: var(--hp-shadow); }

.hp-process__marker {
	position: absolute;
	top: -19px; left: 1.6rem;
	width: 38px; height: 38px;
	border-radius: 50%;
	background: linear-gradient(140deg, var(--hp-navy), var(--hp-blue));
	color: #fff;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .02em;
	box-shadow: 0 8px 18px -8px rgba(3,41,97,.65);
	border: 3px solid #fff;
}
.hp-process__step:nth-child(even) .hp-process__marker { background: linear-gradient(140deg, var(--hp-turquoise), var(--hp-blue)); }

.hp-process__step h3 { font-size: 1.13rem; margin: .55rem 0 .5rem; font-family: var(--hp-font-body); font-weight: 650; letter-spacing: 0; }
.hp-process__step p { font-size: .885rem; margin: 0; }
.hp-process__icon { color: var(--hp-turquoise); margin-bottom: .35rem; }
.hp-process__icon svg { width: 26px; height: 26px; }

.hp-notice {
	margin-top: 2.25rem;
	padding: 1.2rem 1.5rem;
	background: #fff;
	border: 1px solid var(--hp-line);
	border-left: 3px solid var(--hp-turquoise);
	border-radius: var(--hp-radius);
	font-size: .875rem;
	color: var(--hp-muted);
	display: flex;
	align-items: flex-start;
	gap: .85rem;
}
.hp-notice svg { width: 19px; height: 19px; color: var(--hp-turquoise); flex: none; margin-top: .18rem; }
.hp-notice p { margin: 0; }
.hp-notice strong { color: var(--hp-navy); }

/* ==========================================================================
   15. Global presence
   ========================================================================== */

.hp-global { position: relative; }
.hp-global__texture {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .055;
	pointer-events: none;
	z-index: 0;
}
.hp-global__texture svg { width: min(1150px, 100%); height: auto; }
.hp-global > .hp-container { position: relative; z-index: 1; }

.hp-regions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.15rem; }

.hp-region {
	background: rgba(11, 45, 96, .55);
	border: 1px solid rgba(255,255,255,.13);
	border-radius: var(--hp-radius);
	padding: 1.5rem 1.4rem;
	display: flex;
	align-items: flex-start;
	gap: .9rem;
	transition: background-color .4s var(--hp-ease), border-color .4s var(--hp-ease), transform .4s var(--hp-ease);
	height: 100%;
}
.hp-region:hover { background: rgba(16, 60, 120, .72); border-color: rgba(0,151,178,.5); transform: translateY(-4px); }
.hp-region__pin {
	width: 36px; height: 36px;
	border-radius: 10px;
	background: rgba(0, 151, 178, .17);
	color: var(--hp-turquoise);
	display: inline-flex; align-items: center; justify-content: center;
	flex: none;
}
.hp-region__pin svg { width: 17px; height: 17px; }
.hp-region h3 { font-size: 1.06rem; color: #fff; margin: .15rem 0 .3rem; font-family: var(--hp-font-body); font-weight: 620; letter-spacing: 0; }
.hp-region p { font-size: .84rem; color: rgba(255,255,255,.66); margin: 0; line-height: 1.55; }

/* Head offices */
.hp-offices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.hp-office {
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: var(--hp-radius-lg);
	padding: 1.9rem;
	position: relative;
	overflow: hidden;
}
.hp-office::after {
	content: "";
	position: absolute;
	right: -30px; top: -30px;
	width: 130px; height: 130px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(209,157,41,.2) 0%, rgba(209,157,41,0) 70%);
}
.hp-office__label {
	font-size: .7rem;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--hp-gold);
	font-weight: 650;
	margin-bottom: .55rem;
	display: block;
}
.hp-office h3 { font-size: 1.7rem; color: #fff; margin-bottom: .55rem; }
.hp-office p { font-size: .9rem; color: rgba(255,255,255,.72); margin: 0 0 1rem; }
.hp-office__link { color: var(--hp-turquoise); font-size: .85rem; font-weight: 600; display: inline-flex; align-items: center; gap: .45rem; }
.hp-office__link:hover { color: var(--hp-gold); }
.hp-office__link svg { width: 14px; height: 14px; }

/* ==========================================================================
   16. Partnership CTA
   ========================================================================== */

.hp-cta {
	position: relative;
	overflow: hidden;
	border-radius: clamp(var(--hp-radius), 1vw, 28px);
	background: linear-gradient(125deg, var(--hp-navy-900) 0%, var(--hp-navy) 45%, var(--hp-blue-600) 100%);
	padding: clamp(2.5rem, 1.8rem + 3.4vw, 4.5rem);
	color: rgba(255,255,255,.82);
	isolation: isolate;
}
.hp-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(60% 90% at 92% 8%, rgba(0,151,178,.34) 0%, rgba(0,151,178,0) 62%),
		radial-gradient(48% 70% at 4% 96%, rgba(209,157,41,.24) 0%, rgba(209,157,41,0) 62%);
}
.hp-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
	gap: clamp(2rem, 1.4rem + 2.6vw, 3.5rem);
	align-items: center;
}
.hp-cta h2 { color: #fff; margin-bottom: 1rem; }
.hp-cta p { color: rgba(255,255,255,.78); margin-bottom: 0; font-size: var(--hp-fs-lead); }

.hp-cta__audience {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
	margin: 1.75rem 0 2rem;
	padding: 0;
	list-style: none;
}
.hp-cta__audience li {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	padding: .5rem 1rem;
	background: rgba(255,255,255,.09);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	font-size: .84rem;
	font-weight: 550;
	color: rgba(255,255,255,.9);
}
.hp-cta__audience svg { width: 14px; height: 14px; color: var(--hp-gold); flex: none; }

.hp-cta__panel {
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.17);
	border-radius: var(--hp-radius-lg);
	padding: 1.9rem;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.hp-cta__panel h3 { font-size: 1.3rem; color: #fff; margin-bottom: 1.25rem; font-family: var(--hp-font-body); font-weight: 620; letter-spacing: 0; }
.hp-cta__list { list-style: none; margin: 0 0 1.75rem; padding: 0; display: grid; gap: .95rem; }
.hp-cta__list li { display: flex; align-items: flex-start; gap: .75rem; margin: 0; font-size: .92rem; color: rgba(255,255,255,.82); }
.hp-cta__list svg { width: 18px; height: 18px; color: var(--hp-turquoise); flex: none; margin-top: .16rem; }
.hp-cta__panel .hp-btn { width: 100%; }

/* ==========================================================================
   17. Footer
   ========================================================================== */

.hp-footer {
	background: var(--hp-navy-900);
	color: rgba(255,255,255,.66);
	font-size: .9rem;
	position: relative;
	overflow: hidden;
}
.hp-footer::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: linear-gradient(90deg, var(--hp-turquoise) 0%, var(--hp-blue) 38%, var(--hp-gold) 100%);
}
.hp-footer a { color: rgba(255,255,255,.66); }
.hp-footer a:hover { color: var(--hp-gold); }

.hp-footer__main {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr)) minmax(0, 1.35fr);
	gap: clamp(2rem, 1.4rem + 2.4vw, 3.5rem);
	padding-block: clamp(3.25rem, 2.4rem + 3vw, 5rem);
}

.hp-footer__brand img,
.hp-footer__brand .custom-logo {
	max-height: 68px;
	max-width: 240px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin-bottom: 1.35rem;
}
.hp-footer__brand .hp-site-title {
	font-family: var(--hp-font-display);
	font-size: 1.8rem;
	color: #fff;
	margin: 0 0 .35rem;
	line-height: 1.1;
}
.hp-footer__slogan {
	font-family: var(--hp-font-display);
	font-size: 1.16rem;
	font-style: italic;
	color: var(--hp-gold);
	margin: 0 0 1.15rem;
	line-height: 1.4;
}
.hp-footer__about { font-size: .885rem; line-height: 1.72; color: rgba(255,255,255,.6); margin-bottom: 1.4rem; max-width: 380px; }

.hp-footer__heading {
	font-family: var(--hp-font-body);
	font-size: .76rem;
	letter-spacing: .19em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 650;
	margin: 0 0 1.35rem;
	padding-bottom: .7rem;
	border-bottom: 1px solid rgba(255,255,255,.1);
	position: relative;
}
.hp-footer__heading::after {
	content: "";
	position: absolute;
	left: 0; bottom: -1px;
	width: 32px; height: 2px;
	background: var(--hp-gold);
}

.hp-footer__menu { list-style: none; margin: 0; padding: 0; display: grid; gap: .72rem; }
.hp-footer__menu li { margin: 0; }
.hp-footer__menu a {
	font-size: .89rem;
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	transition: transform .28s var(--hp-ease), color .28s var(--hp-ease);
}
.hp-footer__menu a::before {
	content: "";
	width: 5px; height: 5px;
	border-radius: 50%;
	background: var(--hp-turquoise);
	flex: none;
	opacity: .65;
	transition: background-color .28s var(--hp-ease);
}
.hp-footer__menu a:hover { transform: translateX(3px); }
.hp-footer__menu a:hover::before { background: var(--hp-gold); }
.hp-footer__menu .sub-menu { display: none; }

.hp-footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.hp-footer__contact li { margin: 0; display: flex; align-items: flex-start; gap: .8rem; }
.hp-footer__contact .hp-fc-icon {
	width: 34px; height: 34px;
	border-radius: 10px;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.11);
	color: var(--hp-turquoise);
	display: inline-flex; align-items: center; justify-content: center;
	flex: none;
}
.hp-footer__contact .hp-fc-icon svg { width: 15px; height: 15px; }
.hp-footer__contact .hp-fc-label {
	display: block;
	font-size: .68rem;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: rgba(255,255,255,.4);
	font-weight: 620;
	margin-bottom: .2rem;
}
.hp-footer__contact .hp-fc-value { color: #fff; font-size: .92rem; font-weight: 550; line-height: 1.5; }
.hp-footer__contact a.hp-fc-value:hover { color: var(--hp-gold); }

.hp-footer__locations { display: grid; gap: 1rem; margin-top: 1.5rem; }
.hp-office-mini {
	background: rgba(255,255,255,.045);
	border: 1px solid rgba(255,255,255,.09);
	border-radius: var(--hp-radius);
	padding: 1rem 1.15rem;
}
.hp-office-mini__city {
	font-size: .95rem;
	color: #fff;
	font-weight: 620;
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: .35rem;
}
.hp-office-mini__city svg { width: 14px; height: 14px; color: var(--hp-gold); flex: none; }
.hp-office-mini p { font-size: .83rem; color: rgba(255,255,255,.58); margin: 0; line-height: 1.6; }

.hp-social { display: flex; gap: .6rem; margin-top: 1.5rem; }
.hp-social a {
	width: 40px; height: 40px;
	border-radius: 11px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	display: inline-flex; align-items: center; justify-content: center;
	color: rgba(255,255,255,.75);
	transition: background-color .3s var(--hp-ease), color .3s var(--hp-ease), transform .3s var(--hp-ease), border-color .3s var(--hp-ease);
}
.hp-social a:hover { background: var(--hp-gold); color: var(--hp-navy-900); transform: translateY(-3px); border-color: var(--hp-gold); }
.hp-social svg { width: 17px; height: 17px; }

.hp-footer__bottom {
	border-top: 1px solid rgba(255,255,255,.09);
	padding-block: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	flex-wrap: wrap;
	font-size: .83rem;
	color: rgba(255,255,255,.48);
}
.hp-footer__bottom p { margin: 0; }
.hp-footer__legal { display: flex; gap: 1.5rem; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.hp-footer__legal li { margin: 0; }
.hp-footer__legal a { font-size: .83rem; }

.hp-back-to-top {
	position: fixed;
	right: clamp(1rem, 2vw, 2rem);
	bottom: clamp(1rem, 2vw, 2rem);
	width: 48px; height: 48px;
	border-radius: 14px;
	background: var(--hp-navy);
	color: #fff;
	border: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: var(--hp-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(14px);
	transition: opacity .35s var(--hp-ease), transform .35s var(--hp-ease), visibility .35s, background-color .3s var(--hp-ease);
	z-index: 190;
}
.hp-back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.hp-back-to-top:hover { background: var(--hp-gold); color: var(--hp-navy-900); }
.hp-back-to-top svg { width: 19px; height: 19px; }

/* ==========================================================================
   18. Page banner (inner pages)
   ========================================================================== */

.hp-page-banner {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: linear-gradient(135deg, var(--hp-navy-900) 0%, var(--hp-navy) 55%, #0a3f8c 100%);
	color: rgba(255,255,255,.8);
	padding-block: clamp(3.25rem, 2.4rem + 4.4vw, 6rem);
	text-align: center;
}
.hp-page-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(58% 90% at 84% 6%, rgba(0,151,178,.3) 0%, rgba(0,151,178,0) 60%),
		radial-gradient(46% 72% at 8% 94%, rgba(209,157,41,.2) 0%, rgba(209,157,41,0) 62%);
}
.hp-page-banner__thumb {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-size: cover;
	background-position: center;
	opacity: .24;
}
.hp-page-banner h1 { color: #fff; margin-bottom: .85rem; }
.hp-page-banner p { color: rgba(255,255,255,.75); max-width: 660px; margin-inline: auto; font-size: var(--hp-fs-lead); }
.hp-page-banner .hp-eyebrow { color: var(--hp-gold); justify-content: center; }
.hp-page-banner .hp-eyebrow::before { display: none; }

.hp-breadcrumbs {
	margin-top: 1.6rem;
	font-size: .8rem;
	color: rgba(255,255,255,.55);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	flex-wrap: wrap;
}
.hp-breadcrumbs a { color: rgba(255,255,255,.72); }
.hp-breadcrumbs a:hover { color: var(--hp-gold); }
.hp-breadcrumbs .sep { opacity: .45; }

/* ==========================================================================
   19. Page & post content
   ========================================================================== */

.hp-content { font-size: 1.03rem; line-height: 1.78; }
.hp-content > *:first-child { margin-top: 0; }
.hp-content h2 { margin-top: 2.6rem; }
.hp-content h3 { margin-top: 2.1rem; }
.hp-content h4 { margin-top: 1.75rem; }
.hp-content img { border-radius: var(--hp-radius); }
.hp-content figure { margin: 2rem 0; }
.hp-content figcaption { font-size: .82rem; color: var(--hp-muted); margin-top: .7rem; text-align: center; }
.hp-content ul li::marker { color: var(--hp-turquoise); }
.hp-content ol li::marker { color: var(--hp-blue); font-weight: 600; }

.hp-content .alignleft { float: left; margin: .4rem 1.75rem 1.25rem 0; }
.hp-content .alignright { float: right; margin: .4rem 0 1.25rem 1.75rem; }
.hp-content .aligncenter { margin-inline: auto; }
.hp-content .alignwide { width: min(100vw - 2 * var(--hp-gutter), 1180px); margin-inline: auto; }
.hp-content .alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .82rem; color: var(--hp-muted); text-align: center; margin-top: .6rem; }

.hp-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(2rem, 1.4rem + 3vw, 4rem); align-items: start; }
.hp-layout--full { grid-template-columns: minmax(0, 1fr); }

/* Sidebar / widgets */
.hp-sidebar { position: sticky; top: calc(var(--hp-header-h) + 24px); display: grid; gap: 1.5rem; }
.hp-widget {
	background: var(--hp-mist);
	border: 1px solid var(--hp-line-soft);
	border-radius: var(--hp-radius-lg);
	padding: 1.6rem;
}
.hp-widget .widget-title, .hp-widget h2 {
	font-size: 1.05rem;
	font-family: var(--hp-font-body);
	font-weight: 650;
	letter-spacing: 0;
	color: var(--hp-navy);
	margin-bottom: 1.15rem;
	padding-bottom: .7rem;
	border-bottom: 1px solid var(--hp-line);
}
.hp-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
.hp-widget li { margin: 0; font-size: .9rem; }
.hp-widget a { color: var(--hp-ink); }
.hp-widget a:hover { color: var(--hp-blue); }

/* Posts */
.hp-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--hp-space-gap); }
.hp-layout .hp-posts { grid-template-columns: repeat(2, 1fr); }

.hp-post-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--hp-line-soft);
	border-radius: var(--hp-radius-lg);
	overflow: hidden;
	transition: transform .4s var(--hp-ease), box-shadow .4s var(--hp-ease);
	height: 100%;
}
.hp-post-card:hover { transform: translateY(-6px); box-shadow: var(--hp-shadow); }
.hp-post-card__thumb { aspect-ratio: 16 / 10; overflow: hidden; background: var(--hp-mist-deep); display: block; }
.hp-post-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--hp-ease); }
.hp-post-card:hover .hp-post-card__thumb img { transform: scale(1.05); }
.hp-post-card__body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.hp-post-card__meta { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--hp-turquoise); font-weight: 620; margin-bottom: .6rem; }
.hp-post-card__title { font-size: 1.22rem; margin-bottom: .6rem; }
.hp-post-card__title a { color: var(--hp-navy); }
.hp-post-card__title a:hover { color: var(--hp-blue); }
.hp-post-card__excerpt { font-size: .9rem; margin-bottom: 1.1rem; flex: 1; }

.hp-entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	font-size: .82rem;
	color: var(--hp-muted);
	margin-bottom: 1.75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--hp-line-soft);
}
.hp-entry-meta span { display: inline-flex; align-items: center; gap: .45rem; }
.hp-entry-meta svg { width: 14px; height: 14px; color: var(--hp-turquoise); }

.hp-entry-thumb { border-radius: var(--hp-radius-lg); overflow: hidden; margin-bottom: 2.25rem; box-shadow: var(--hp-shadow); }

.hp-pagination { margin-top: 3rem; display: flex; justify-content: center; }
.hp-pagination .nav-links { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.hp-pagination .page-numbers {
	min-width: 44px; height: 44px;
	padding: 0 .85rem;
	display: inline-flex; align-items: center; justify-content: center;
	border: 1px solid var(--hp-line);
	border-radius: 11px;
	color: var(--hp-navy);
	font-size: .9rem;
	font-weight: 600;
	background: #fff;
	transition: background-color .28s var(--hp-ease), color .28s var(--hp-ease), border-color .28s var(--hp-ease);
}
.hp-pagination .page-numbers:hover,
.hp-pagination .page-numbers.current { background: var(--hp-navy); border-color: var(--hp-navy); color: #fff; }
.hp-pagination .dots { border-color: transparent; background: none; }

.hp-post-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--hp-line-soft); }
.hp-post-nav a { display: block; padding: 1.25rem 1.5rem; border: 1px solid var(--hp-line-soft); border-radius: var(--hp-radius); background: var(--hp-mist); }
.hp-post-nav a:hover { border-color: var(--hp-blue-300); background: #fff; }
.hp-post-nav .label { display: block; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--hp-turquoise); font-weight: 650; margin-bottom: .4rem; }
.hp-post-nav .title { color: var(--hp-navy); font-weight: 600; font-size: .96rem; }
.hp-post-nav .next { text-align: right; }

/* 404 & search results */
.hp-empty { text-align: center; padding-block: clamp(3rem, 2rem + 4vw, 6rem); }
.hp-empty__code {
	font-family: var(--hp-font-display);
	font-size: clamp(5rem, 3rem + 12vw, 11rem);
	line-height: .9;
	color: var(--hp-mist-deep);
	font-weight: 650;
	margin-bottom: 1rem;
}

/* ==========================================================================
   20. Forms
   ========================================================================== */

.hp-form { display: grid; gap: 1.15rem; }
.hp-form > p, .hp-form__row > p { margin: 0; }
.hp-form__row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.15rem; }
/* align-content:start pins each label to the top of its cell and align-self:start
   stops a control stretching to match a taller neighbour, so every field in a
   row ends up exactly the same height. */
.hp-field { display: grid; gap: .45rem; align-content: start; }
.hp-field input, .hp-field select { align-self: start; }
.hp-field label {
	font-size: .8rem;
	font-weight: 620;
	letter-spacing: .04em;
	color: var(--hp-navy);
}
.hp-field .req { color: var(--hp-gold-600); }

input[type="text"], input[type="email"], input[type="url"], input[type="tel"],
input[type="password"], input[type="search"], input[type="number"], input[type="date"],
select, textarea {
	width: 100%;
	padding: .85rem 1.05rem;
	font-family: inherit;
	font-size: .95rem;
	color: var(--hp-ink);
	background: #fff;
	border: 1px solid var(--hp-line);
	border-radius: var(--hp-radius-sm);
	line-height: 1.5;
	transition: border-color .25s var(--hp-ease), box-shadow .25s var(--hp-ease), background-color .25s var(--hp-ease);
	-webkit-appearance: none;
	appearance: none;
}
/* One explicit height so a <select> never renders taller than an <input>. */
input[type="text"], input[type="email"], input[type="url"], input[type="tel"],
input[type="password"], input[type="search"], input[type="number"], input[type="date"],
select { height: calc(1.5em + 1.7rem + 2px); }
textarea { min-height: 150px; resize: vertical; line-height: 1.62; }
select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2345566d' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 15px;
	padding-right: 2.6rem;
}
input:focus, select:focus, textarea:focus {
	outline: none;
	border-color: var(--hp-blue);
	box-shadow: 0 0 0 4px rgba(16, 100, 193, .13);
}
::placeholder { color: #9aa8bb; opacity: 1; }

.hp-consent { display: flex; align-items: flex-start; gap: .7rem; font-size: .85rem; color: var(--hp-body); }
.hp-consent input[type="checkbox"] {
	width: 18px; height: 18px;
	margin: .22rem 0 0;
	accent-color: var(--hp-blue);
	flex: none;
}
.hp-hp-field { position: absolute !important; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

button, input[type="submit"], .wp-block-button__link { font-family: inherit; }
input[type="submit"] {
	width: auto;
	background: var(--hp-blue);
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: .95rem 2.1rem;
	font-weight: 620;
	cursor: pointer;
	transition: background-color .3s var(--hp-ease), transform .3s var(--hp-ease);
}
input[type="submit"]:hover { background: var(--hp-navy); transform: translateY(-2px); }

.hp-alert {
	padding: 1rem 1.25rem;
	border-radius: var(--hp-radius);
	font-size: .9rem;
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	border: 1px solid;
}
.hp-alert svg { width: 18px; height: 18px; flex: none; margin-top: .18rem; }
.hp-alert p { margin: 0; }
.hp-alert--success { background: #eefaf6; border-color: #b7e6d6; color: #10614a; }
.hp-alert--error { background: #fdf1f1; border-color: #f2c9c9; color: #9a2c2c; }
.hp-alert--success svg { color: #1a9c76; }
.hp-alert--error svg { color: #cf4444; }

/* Search form */
.hp-search-form { display: flex; gap: .5rem; }
.hp-search-form input[type="search"] { flex: 1; }
.hp-search-form button {
	padding: 0 1.15rem;
	background: var(--hp-navy);
	color: #fff;
	border: 0;
	border-radius: var(--hp-radius-sm);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	transition: background-color .3s var(--hp-ease);
}
.hp-search-form button:hover { background: var(--hp-blue); }
.hp-search-form svg { width: 17px; height: 17px; }

/* Contact page layout */
.hp-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: clamp(2rem, 1.4rem + 3vw, 4rem);
	align-items: start;
}
.hp-contact-panel {
	background: var(--hp-mist);
	border: 1px solid var(--hp-line-soft);
	border-radius: var(--hp-radius-lg);
	padding: clamp(1.75rem, 1.3rem + 1.4vw, 2.5rem);
}
.hp-contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.35rem; }
.hp-contact-list li { margin: 0; display: flex; align-items: flex-start; gap: 1rem; }
.hp-contact-list .hp-ci {
	width: 46px; height: 46px;
	border-radius: 13px;
	background: #fff;
	border: 1px solid var(--hp-line);
	color: var(--hp-blue);
	display: inline-flex; align-items: center; justify-content: center;
	flex: none;
}
.hp-contact-list .hp-ci svg { width: 19px; height: 19px; }
.hp-contact-list .hp-cl-label {
	display: block;
	font-size: .7rem;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--hp-muted);
	font-weight: 650;
	margin-bottom: .25rem;
}
.hp-contact-list .hp-cl-value { color: var(--hp-navy); font-weight: 600; font-size: .98rem; line-height: 1.55; }
.hp-contact-list a.hp-cl-value:hover { color: var(--hp-blue); }

.hp-map-embed {
	border-radius: var(--hp-radius-lg);
	overflow: hidden;
	border: 1px solid var(--hp-line);
	line-height: 0;
	background: var(--hp-mist-deep);
}
.hp-map-embed iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ==========================================================================
   21. Utilities & reveal animations
   ========================================================================== */

.hp-text-center { text-align: center; }
.hp-mt-0 { margin-top: 0; }
.hp-mb-0 { margin-bottom: 0; }
.hp-mt-lg { margin-top: clamp(2rem, 1.5rem + 1.6vw, 3rem); }

.hp-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .8s var(--hp-ease), transform .8s var(--hp-ease);
	will-change: opacity, transform;
}
.hp-reveal.is-visible { opacity: 1; transform: none; }
.hp-reveal[data-delay="1"] { transition-delay: .09s; }
.hp-reveal[data-delay="2"] { transition-delay: .18s; }
.hp-reveal[data-delay="3"] { transition-delay: .27s; }
.hp-reveal[data-delay="4"] { transition-delay: .36s; }
.hp-reveal[data-delay="5"] { transition-delay: .45s; }
.hp-reveal[data-delay="6"] { transition-delay: .54s; }
.hp-reveal[data-delay="7"] { transition-delay: .63s; }

/* No-JS fallback: never hide content when scripts are unavailable */
.no-js .hp-reveal { opacity: 1; transform: none; }

/* Decorative botanical divider */
.hp-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	color: var(--hp-gold);
	margin-block: clamp(1.5rem, 1rem + 1.4vw, 2.5rem);
}
.hp-divider::before, .hp-divider::after {
	content: "";
	height: 1px;
	flex: 1;
	max-width: 130px;
	background: linear-gradient(90deg, transparent, var(--hp-line));
}
.hp-divider::after { background: linear-gradient(270deg, transparent, var(--hp-line)); }
.hp-divider svg { width: 22px; height: 22px; }

/* ==========================================================================
   22. Responsive — tablet & mobile
   ========================================================================== */

/* Large desktop down to small desktop */
/* The compact baseline above keeps all eight top-level items on one line down to
   the drawer breakpoint. Only genuinely wide screens get the roomier treatment —
   the threshold below is measured, not guessed. */
@media (min-width: 1700px) {
	/* The header track widens here so the extra branding actually has room —
	   the nav itself keeps its compact metrics at every width. */
	.hp-header .hp-container { max-width: 1600px; }
	.hp-nav { gap: 1.1rem; }
	.hp-nav__menu a { padding: .6rem .62rem; font-size: .9rem; }
	.hp-nav__menu a::after { left: .62rem; right: .62rem; }
	.hp-branding img, .hp-branding .custom-logo { max-height: 58px; max-width: 250px; }
	.hp-branding__text .hp-site-desc { display: block; }
	.hp-header__cta .hp-btn { padding: .7rem 1.35rem; font-size: .87rem; }
}

@media (max-width: 1180px) {
	.hp-brands, .hp-process, .hp-regions { grid-template-columns: repeat(3, 1fr); }
	/* Four categories: drop straight to a 2x2 block so no card is left orphaned. */
	.hp-cats { grid-template-columns: repeat(2, 1fr); }
	.hp-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Tablet landscape — collapse navigation into the mobile drawer */
@media (max-width: 1260px) {
	:root { --hp-header-h: 74px; }

	.hp-nav { display: none; }
	.hp-menu-toggle { display: inline-flex; }
	.hp-header__cta .hp-btn { display: none; }
	.hp-header__bar { gap: 1rem; }

	.hp-split { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
	.hp-split--reverse .hp-split__media { order: 0; }
	.hp-badge-float { right: 1rem; bottom: -1.25rem; }

	.hp-layout { grid-template-columns: minmax(0, 1fr); }
	.hp-sidebar { position: static; }

	.hp-cta__inner { grid-template-columns: minmax(0, 1fr); }
	.hp-contact-grid { grid-template-columns: minmax(0, 1fr); }
	.hp-posts, .hp-layout .hp-posts { grid-template-columns: repeat(2, 1fr); }
	.hp-pillars { grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
	.hp-pillar { padding: 1.75rem 1.4rem; }
	.hp-pillar__title { font-size: 1.4rem; }
}

/* Tablet portrait */
@media (max-width: 900px) {
	.hp-cats, .hp-brands, .hp-process { grid-template-columns: repeat(2, 1fr); }
	.hp-brands--few { grid-template-columns: repeat(auto-fit, minmax(0, 264px)); }
	.hp-regions { grid-template-columns: repeat(2, 1fr); }
	.hp-pillars { grid-template-columns: minmax(0, 1fr); }
	.hp-grid--3, .hp-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.hp-hero__botanical { width: 74%; right: -14%; opacity: .66; }
	img.hp-hero__botanical { width: 66%; right: -6%; bottom: -2%; opacity: .38; }
	.hp-header__topbar .hp-topbar__tagline { display: none; }
}

/* Mobile */
@media (max-width: 680px) {
	:root { --hp-header-h: 68px; }

	body { line-height: 1.68; }

	.hp-cats, .hp-brands, .hp-process, .hp-regions,
	.hp-offices, .hp-posts, .hp-layout .hp-posts,
	.hp-grid--2, .hp-grid--3, .hp-grid--4,
	.hp-form__row, .hp-post-nav { grid-template-columns: minmax(0, 1fr); }

	.hp-post-nav .next { text-align: left; }

	.hp-header__topbar { display: none; }
	.hp-branding img, .hp-branding .custom-logo { max-height: 44px; max-width: 176px; }
	.hp-branding__text .hp-site-title { font-size: 1.28rem; }
	.hp-branding__text .hp-site-desc { font-size: .58rem; letter-spacing: .16em; }

	.hp-hero { padding-block: clamp(3.25rem, 2rem + 8vw, 5rem); }
	.hp-hero__actions { gap: .7rem; }
	.hp-hero__actions .hp-btn { width: 100%; }
	.hp-hero__stats { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
	.hp-hero__scroll { display: none; }
	.hp-hero__botanical { display: none; }

	.hp-badge-float {
		position: static;
		max-width: none;
		margin-top: 1.15rem;
		box-shadow: var(--hp-shadow-sm);
	}

	.hp-brand__logo { height: 78px; }
	.hp-brand__logo img { max-height: 64px; }

	.hp-cta { padding: 2rem 1.4rem; }
	.hp-cta__panel { padding: 1.5rem 1.3rem; }

	.hp-footer__main { grid-template-columns: minmax(0, 1fr); gap: 2.25rem; }
	.hp-footer__bottom { flex-direction: column; align-items: flex-start; text-align: left; }
	.hp-footer__legal { gap: 1.15rem; }

	.hp-content .alignleft, .hp-content .alignright { float: none; margin: 1.5rem 0; }
	.hp-map-embed iframe { height: 300px; }
	.hp-btn { width: 100%; }
	.hp-btn-group .hp-btn { width: 100%; }
	.hp-back-to-top { width: 44px; height: 44px; }
	blockquote { padding: 1.1rem 1.25rem; font-size: 1.1rem; }
}

@media (max-width: 360px) {
	.hp-hero__stats { grid-template-columns: minmax(0, 1fr); }
	.hp-hero__eyebrow { font-size: .66rem; letter-spacing: .12em; }
}

/* ==========================================================================
   23. Motion & print preferences
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
	.hp-reveal { opacity: 1 !important; transform: none !important; }
	.hp-hero__botanical { animation: none; }
}

@media print {
	.hp-header, .hp-mobile-nav, .hp-overlay, .hp-back-to-top,
	.hp-footer__bottom, .hp-cta, .hp-hero__scroll, .skip-link { display: none !important; }
	body { color: #000; background: #fff; font-size: 11pt; }
	.hp-hero, .hp-page-banner, .hp-section--navy { background: #fff !important; color: #000 !important; }
	.hp-hero h1, .hp-page-banner h1, .hp-section--navy h2, .hp-section--navy h3 { color: #000 !important; }
	.hp-reveal { opacity: 1 !important; transform: none !important; }
	a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
	.hp-section { padding-block: 1.5rem; }
}

/* High-contrast / forced colours */
@media (forced-colors: active) {
	.hp-card, .hp-cat, .hp-brand, .hp-process__step { border: 1px solid CanvasText; }
	.hp-btn { border: 1px solid ButtonText; }
}

/* ==========================================================================
   24. WordPress core & block editor compatibility
   ========================================================================== */

.sticky { position: relative; }
.bypostauthor { display: block; }
.gallery-caption { display: block; }
.wp-block-image figcaption { font-size: .82rem; color: var(--hp-muted); }
.wp-block-quote { border-left: 3px solid var(--hp-gold); padding-left: 1.5rem; }
.wp-block-button__link {
	background: var(--hp-blue);
	color: #fff;
	border-radius: 999px;
	padding: .95rem 1.9rem;
	font-weight: 620;
}
.wp-block-button__link:hover { background: var(--hp-navy); color: #fff; }
.wp-block-separator { border: 0; height: 1px; background: var(--hp-line); }
.wp-block-table td, .wp-block-table th { border-color: var(--hp-line); }

.has-hp-navy-color { color: var(--hp-navy) !important; }
.has-hp-blue-color { color: var(--hp-blue) !important; }
.has-hp-gold-color { color: var(--hp-gold) !important; }
.has-hp-turquoise-color { color: var(--hp-turquoise) !important; }
.has-hp-mist-color { color: var(--hp-mist) !important; }
.has-hp-white-color { color: var(--hp-white) !important; }
.has-hp-navy-background-color { background-color: var(--hp-navy) !important; }
.has-hp-blue-background-color { background-color: var(--hp-blue) !important; }
.has-hp-gold-background-color { background-color: var(--hp-gold) !important; }
.has-hp-turquoise-background-color { background-color: var(--hp-turquoise) !important; }
.has-hp-mist-background-color { background-color: var(--hp-mist) !important; }
.has-hp-white-background-color { background-color: var(--hp-white) !important; }

/* Admin bar offset for the sticky header */
.admin-bar .hp-header { top: 32px; }
.admin-bar .hp-mobile-nav { top: 32px; }
@media screen and (max-width: 782px) {
	.admin-bar .hp-header { top: 46px; }
	.admin-bar .hp-mobile-nav { top: 46px; }
}
@media screen and (max-width: 600px) {
	.admin-bar .hp-header { top: 0; }
}

/* ==========================================================================
   25. Comments
   ========================================================================== */

.hp-comments { margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid var(--hp-line-soft); }
.hp-comments__title { font-size: 1.5rem; margin-bottom: 1.75rem; }
.hp-comments__notes { font-size: .85rem; color: var(--hp-muted); }
.hp-comments__closed { font-size: .9rem; color: var(--hp-muted); }

.hp-comment-list, .hp-comment-list .children { list-style: none; margin: 0 0 2.5rem; padding: 0; }
.hp-comment-list .children { margin: 1.25rem 0 0; padding-left: clamp(1rem, 3vw, 2.5rem); border-left: 1px solid var(--hp-line-soft); }
.hp-comment-list li { margin-bottom: 1.5rem; }

.hp-comment-list .comment-body {
	background: var(--hp-mist);
	border: 1px solid var(--hp-line-soft);
	border-radius: var(--hp-radius);
	padding: 1.4rem 1.6rem;
}
.hp-comment-list .comment-author { display: flex; align-items: center; gap: .75rem; margin-bottom: .3rem; }
.hp-comment-list .comment-author img { border-radius: 50%; }
.hp-comment-list .comment-author .fn { font-style: normal; font-weight: 650; color: var(--hp-navy); }
.hp-comment-list .comment-metadata { font-size: .78rem; color: var(--hp-muted); margin-bottom: .9rem; }
.hp-comment-list .reply { margin-top: .75rem; font-size: .85rem; font-weight: 600; }

.comment-respond { background: var(--hp-mist); border: 1px solid var(--hp-line-soft); border-radius: var(--hp-radius-lg); padding: clamp(1.5rem, 1.2rem + 1vw, 2.25rem); }
.comment-reply-title { font-size: 1.35rem; margin-bottom: 1rem; }
.comment-form { display: grid; gap: 1rem; }
.comment-form label { display: block; font-size: .8rem; font-weight: 620; color: var(--hp-navy); margin-bottom: .35rem; }
.comment-form p { margin: 0; }
.comment-form .form-submit { margin-top: .5rem; }

/* ==========================================================================
   26. No-JavaScript fallbacks
   ========================================================================== */

/* Without scripts the drawer cannot open, so the inline menu stays visible
   at every width and the toggle button is hidden. */
.no-js .hp-menu-toggle,
.no-js .hp-mobile-nav,
.no-js .hp-overlay,
.no-js .hp-back-to-top { display: none !important; }

@media (max-width: 1260px) {
	.no-js .hp-header__bar { flex-wrap: wrap; }
	.no-js .hp-nav { display: flex; width: 100%; margin-left: 0; padding-bottom: .35rem; }
	/* Without scripts the menu may wrap onto two rows — acceptable, and never clipped. */
	.no-js .hp-nav__menu { flex-wrap: wrap; justify-content: center; width: 100%; gap: .15rem; }
	.no-js .hp-nav__menu a { white-space: normal; }
	.no-js .hp-nav__menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: 0;
		background: transparent;
		min-width: 0;
		display: none;
	}
	.no-js .hp-header__cta .hp-btn { display: inline-flex; }
}

@media (max-width: 680px) {
	.no-js .hp-header__bar { justify-content: center; }
	.no-js .hp-branding,
	.no-js .hp-header__cta { width: 100%; justify-content: center; }
	.no-js .hp-header__cta .hp-btn { width: auto; }
}
