/* Honorary Consulate — mockup-aligned maroon / charcoal system */

:root {
	--color-maroon: #7A1F2B;
	--color-maroon-dark: #5C1620;
	--color-charcoal: #1A1A1A;
	--color-ink: #111111;
	--color-text: #2B2B2B;
	--color-muted: #6B6B6B;
	--color-grey: #F3F3F3;
	--color-border: #E5E5E5;
	--color-white: #FFFFFF;
	--color-gold: #D6A928;

	--font-heading: "Libre Baskerville", Georgia, "Times New Roman", serif;
	--font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;

	--container: 1200px;
	--radius: 2px;
	--shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
	--focus: 0 0 0 3px rgba(122, 31, 43, 0.35);
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--color-text);
	background: var(--color-white);
}

h1, h2, h3, h4 {
	font-family: var(--font-heading);
	color: var(--color-charcoal);
	line-height: 1.25;
}

a { color: var(--color-maroon); }
a:hover { color: var(--color-maroon-dark); }

a:focus-visible,
button:focus-visible,
.ab-btn:focus-visible {
	outline: none;
	box-shadow: var(--focus);
}

.skip-link {
	position: absolute;
	left: -9999px;
}
.skip-link:focus {
	left: 1rem;
	top: 1rem;
	z-index: 100000;
	padding: 0.75rem 1rem;
	background: var(--color-maroon);
	color: var(--color-white);
	font-weight: 700;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ab-container {
	max-width: var(--container);
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/* Buttons */
.ab-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 48px;
	padding: 0.75rem 1.35rem;
	border: 0;
	border-radius: var(--radius);
	background: var(--color-maroon);
	color: var(--color-white) !important;
	font-family: var(--font-body);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.2s ease;
}
.ab-btn:hover { background: var(--color-maroon-dark); color: var(--color-white) !important; }

.ab-link {
	color: var(--color-maroon);
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
}
.ab-link:hover { text-decoration: underline; }

.ab-divider {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.65rem;
	margin: 0.85rem 0 1.25rem;
}
.ab-divider::before,
.ab-divider::after {
	content: "";
	height: 1px;
	width: 42px;
	background: var(--color-maroon);
}
.ab-divider span {
	width: 7px;
	height: 7px;
	background: var(--color-maroon);
	transform: rotate(45deg);
	flex-shrink: 0;
}
.ab-divider--center { justify-content: center; }
.ab-divider--center::before,
.ab-divider--center::after { width: 56px; }

/* ========== Utility bar ========== */
.ab-utility {
	background: var(--color-maroon);
	color: rgba(255,255,255,0.95);
	font-size: 0.8125rem;
}
.ab-utility__inner {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0.55rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}
.ab-utility__left,
.ab-utility__right {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ab-utility a {
	color: rgba(255,255,255,0.95);
	text-decoration: none;
}
.ab-utility a:hover { text-decoration: underline; color: #fff; }
.ab-utility__icon {
	margin-right: 0.35rem;
	opacity: 0.9;
}
.ab-social {
	display: flex;
	gap: 0.55rem;
}
.ab-social a {
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255,255,255,0.45);
	border-radius: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0;
}

/* ========== Identity header ========== */
.ab-identity {
	background: var(--color-white);
	border-bottom: 1px solid var(--color-border);
}
.ab-identity__inner {
	max-width: var(--container);
	margin: 0 auto;
	padding: 1rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}
.ab-brand {
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	color: inherit;
	min-width: 0;
}
.ab-brand img {
	width: 72px;
	height: auto;
	display: block;
	object-fit: contain;
}
.ab-brand__eyebrow {
	display: block;
	margin: 0;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color-muted);
}
.ab-brand__title {
	display: block;
	margin: 0.15rem 0 0.35rem;
	font-family: var(--font-heading);
	font-size: clamp(1.25rem, 1.8vw + 0.6rem, 1.85rem);
	font-weight: 700;
	color: var(--color-maroon);
	line-height: 1.15;
	text-transform: none;
}
.ab-brand__line {
	display: block;
	width: 100%;
	max-width: 280px;
	height: 1px;
	background: var(--color-border);
	margin-bottom: 0.35rem;
}
.ab-brand__place {
	display: block;
	font-family: var(--font-heading);
	font-size: 0.95rem;
	color: var(--color-muted);
	font-style: italic;
}
.ab-identity__actions {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	flex-shrink: 0;
}
.ab-menu-toggle,
.ab-search-toggle {
	display: none;
	appearance: none;
	background: transparent;
	border: 1px solid var(--color-border);
	min-width: 44px;
	min-height: 44px;
	padding: 0.5rem 0.75rem;
	font-weight: 700;
	color: var(--color-charcoal);
	cursor: pointer;
}

/* ========== Black nav ========== */
.ab-chrome { position: sticky; top: 0; z-index: 300; }
.ab-nav {
	background: var(--color-ink);
}
.ab-nav__inner {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 0.75rem;
	position: relative;
}
.ab-nav-top {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ab-nav-top > li.has-mega {
	position: relative;
}
.ab-nav-top > li > a,
.ab-nav-top > li > button {
	appearance: none;
	background: transparent;
	border: 0;
	color: rgba(255,255,255,0.92);
	font-family: var(--font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	min-height: 54px;
	padding: 0 1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
.ab-nav-top > li > a:hover,
.ab-nav-top > li > button:hover,
.ab-nav-top > li.is-open > button,
.ab-nav-top > li.is-current > a {
	color: #fff;
	border-bottom-color: var(--color-maroon);
}
.ab-nav-caret { font-size: 0.6rem; opacity: 0.8; }

.ab-mega {
	display: none;
	position: absolute;
	left: 0;
	right: auto;
	top: 100%;
	width: max-content;
	min-width: 12rem;
	max-width: min(20rem, calc(100vw - 2rem));
	background: var(--color-white);
	border-top: 3px solid var(--color-maroon);
	box-shadow: var(--shadow);
	padding: 0.75rem 0;
	z-index: 40;
}
.ab-nav-top > li.is-open > .ab-mega { display: block; }
.ab-mega__grid {
	display: block;
	margin: 0;
	max-width: none;
}
.ab-mega__col h3 {
	margin: 0 0 0.75rem;
	font-family: var(--font-body);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-maroon);
	border-bottom: 1px solid var(--color-border);
	padding: 0.5rem 1rem;
}
.ab-mega__col ul { list-style: none; margin: 0; padding: 0; }
.ab-mega__col li + li { margin-top: 0; }
.ab-mega__col a {
	display: block;
	color: var(--color-text);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.95rem;
	padding: 0.55rem 1.15rem;
	white-space: nowrap;
}
.ab-mega__col a:hover {
	color: var(--color-maroon);
	background: var(--color-grey);
}

.ab-nav-backdrop { display: none; }
.ab-search {
	display: none;
	background: var(--color-grey);
	border-bottom: 1px solid var(--color-border);
}
.ab-search.is-open { display: block; }
.ab-search__inner {
	max-width: var(--container);
	margin: 0 auto;
	padding: 1rem 1.5rem;
}
.ab-search form { display: flex; gap: 0.5rem; }
.ab-search input {
	flex: 1;
	min-height: 44px;
	border: 1px solid var(--color-border);
	padding: 0.65rem 0.85rem;
	font-size: 1rem;
}
.ab-search button[type="submit"] {
	min-height: 44px;
	padding: 0 1rem;
	background: var(--color-maroon);
	color: #fff;
	border: 0;
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 980px) {
	.ab-menu-toggle,
	.ab-search-toggle { display: inline-flex; align-items: center; justify-content: center; }
	.ab-identity__actions .ab-btn { display: none; }
	.ab-nav {
		display: none;
		position: fixed;
		inset: 0 0 0 auto;
		width: min(100%, 360px);
		height: 100vh;
		overflow-y: auto;
		z-index: 400;
		padding: 1rem 0 2rem;
	}
	.ab-nav.is-open { display: block; }
	.ab-nav-top { flex-direction: column; }
	.ab-nav-top > li > a,
	.ab-nav-top > li > button {
		width: 100%;
		justify-content: space-between;
		border-bottom: 1px solid rgba(255,255,255,0.12);
	}
	.ab-mega {
		position: static;
		background: #0d0d0d;
		box-shadow: none;
		border-top: 0;
		padding: 0.75rem 1rem 1rem;
	}
	.ab-mega__grid { grid-template-columns: 1fr; }
	.ab-mega__col h3 { color: #fff; border-color: rgba(255,255,255,0.15); }
	.ab-mega__col a { color: rgba(255,255,255,0.9); }
	.ab-nav-backdrop.is-open {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,0.45);
		z-index: 350;
	}
}

/* ========== Hero ========== */
.ab-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	background-color: #e8eef3;
	background-image: url("/wp-content/uploads/home-page-hero.png");
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.ab-hero__inner {
	max-width: var(--container);
	margin: 0 auto;
	padding: 4.5rem 1.5rem;
	position: relative;
	z-index: 1;
	width: 100%;
}
.ab-hero h1 {
	margin: 0;
	font-size: clamp(2rem, 3.2vw + 0.5rem, 3.1rem);
	line-height: 1.2;
	color: var(--color-charcoal);
	max-width: 18ch;
}
.ab-hero h1 em {
	font-style: normal;
	color: var(--color-maroon);
	display: block;
}
.ab-hero__lead {
	max-width: 34rem;
	margin: 0 0 1.5rem;
	color: var(--color-text);
	font-size: 1.05rem;
}
@media (max-width: 700px) {
	.ab-hero {
		min-height: 420px;
		background-position: 70% center;
	}
	.ab-hero__inner {
		background: linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.78) 70%, rgba(255,255,255,0.35) 100%);
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

/* ========== Quick cards ========== */
.ab-quick-wrap {
	background: var(--color-grey);
	padding: 0 0 3.5rem;
	margin-top: -2.75rem;
	position: relative;
	z-index: 2;
}
.ab-quick {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}
.ab-quick-card {
	background: var(--color-white);
	box-shadow: var(--shadow);
	padding: 1.75rem 1.5rem 1.5rem;
	text-decoration: none;
	color: inherit;
	border-top: 3px solid transparent;
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.ab-quick-card:hover {
	border-top-color: var(--color-maroon);
	transform: translateY(-3px);
	color: inherit;
}
.ab-quick-card__icon {
	width: 54px;
	height: 54px;
	background: var(--color-maroon);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-bottom: 1.1rem;
}
.ab-quick-card h3 {
	margin: 0 0 0.55rem;
	font-family: var(--font-body);
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--color-charcoal);
}
.ab-quick-card p {
	margin: 0 0 1rem;
	color: var(--color-muted);
	font-size: 0.95rem;
}
@media (max-width: 900px) {
	.ab-quick { grid-template-columns: 1fr; margin-top: 0; }
	.ab-quick-wrap { margin-top: 0; padding-top: 2rem; }
}

/* ========== Welcome + news ========== */
.ab-split-section {
	padding: 4.5rem 0;
	background: var(--color-white);
}
.ab-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
}
.ab-split h2 {
	margin: 0;
	font-size: 1.65rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--color-maroon);
	font-family: var(--font-heading);
}
.ab-news-item {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid var(--color-border);
}
.ab-news-item__thumb {
	width: 96px;
	height: 72px;
	background: var(--color-grey);
	border: 1px solid var(--color-border);
}
.ab-news-item h3 {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-family: var(--font-body);
	font-weight: 700;
}
.ab-news-item h3 a {
	color: var(--color-maroon);
	text-decoration: none;
}
.ab-news-item p {
	margin: 0 0 0.35rem;
	font-size: 0.9rem;
	color: var(--color-muted);
}
.ab-news-item__date {
	font-size: 0.8rem;
	color: #8a8a8a;
}
@media (max-width: 800px) {
	.ab-split { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ========== Footer ========== */
.ab-footer {
	background: var(--color-charcoal);
	color: rgba(255,255,255,0.88);
	padding: 3.25rem 1.5rem 0;
}
.ab-footer a { color: rgba(255,255,255,0.88); text-decoration: none; }
.ab-footer a:hover { color: #fff; text-decoration: underline; }
.ab-footer h3 {
	margin: 0 0 1rem;
	font-family: var(--font-body);
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}
.ab-footer__grid {
	max-width: var(--container);
	margin: 0 auto 2rem;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
	gap: 2rem;
}
.ab-footer__brand-name {
	font-family: var(--font-heading);
	font-size: 1.05rem;
	color: #fff;
	margin: 0 0 0.75rem;
	line-height: 1.35;
}
.ab-footer ul { list-style: none; margin: 0; padding: 0; }
.ab-footer li + li { margin-top: 0.45rem; }
.ab-footer__bottom {
	background: var(--color-maroon);
	margin: 0 -1.5rem;
	padding: 0.95rem 1.5rem;
}
.ab-footer__bottom-inner {
	max-width: var(--container);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	font-size: 0.85rem;
	color: rgba(255,255,255,0.92);
}
.ab-footer__bottom a { color: #fff; }
.ab-contact-list { list-style: none; margin: 0; padding: 0; }
.ab-contact-list li { margin-bottom: 0.55rem; }

@media (max-width: 900px) {
	.ab-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
	.ab-footer__grid { grid-template-columns: 1fr; }
}

/* Internal pages */
.ab-page-hero {
	background: var(--color-grey);
	border-bottom: 1px solid var(--color-border);
	padding: 2.25rem 1.5rem;
}
.ab-page-hero__inner { max-width: var(--container); margin: 0 auto; }
.ab-breadcrumbs { font-size: 0.875rem; color: var(--color-muted); margin-bottom: 0.5rem; }
.ab-breadcrumbs a { color: var(--color-maroon); text-decoration: none; }
.ab-content {
	max-width: 760px;
	margin: 0 auto;
	padding: 3rem 1.5rem 4rem;
}

/* v5 refinements */
.ab-section { padding: 3.75rem 0; }
.ab-section--grey { background: var(--color-grey); }
.ab-narrow { max-width: 760px; }
.ab-section-lead { color: var(--color-muted); max-width: 40rem; margin: 0 0 1.5rem; }
.ab-eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--color-maroon);
}
.ab-btn--outline {
	background: transparent !important;
	color: var(--color-maroon) !important;
	border: 1px solid var(--color-maroon);
}
.ab-btn--outline:hover {
	background: var(--color-maroon) !important;
	color: #fff !important;
}
.ab-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.ab-quick--4 { grid-template-columns: repeat(4, 1fr); }
.ab-quick--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1000px) {
	.ab-quick--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.ab-quick--4,
	.ab-quick--3 { grid-template-columns: 1fr; }
}
.ab-mega__grid--3,
.ab-mega__grid--4 { grid-template-columns: 1fr; max-width: none; }
.ab-nav-cta {
	background: var(--color-maroon) !important;
	border-bottom-color: transparent !important;
	margin: 0.55rem 0.5rem;
	min-height: 40px !important;
	padding: 0 0.9rem !important;
}
.ab-nav-cta:hover {
	background: var(--color-maroon-dark) !important;
	border-bottom-color: transparent !important;
}
.ab-footer__grid--4 { grid-template-columns: 1.4fr 1fr 1fr 1.1fr; }
.ab-disclaimer {
	background: #faf6f6;
	border-left: 3px solid var(--color-maroon);
	padding: 1rem 1.15rem;
	font-size: 0.95rem;
	color: var(--color-text);
}
.ab-disclaimer p { margin: 0; }
.ab-simple-links { list-style: none; margin: 0; padding: 0; }
.ab-simple-links li + li { margin-top: 0.65rem; }
.ab-simple-links a { font-weight: 600; text-decoration: none; }
.ab-simple-links a:hover { text-decoration: underline; }
.ab-form label { display: block; font-weight: 600; margin-bottom: 0.35rem; }
.ab-form input[type="text"],
.ab-form input[type="email"],
.ab-form input[type="tel"],
.ab-form input[type="date"],
.ab-form input[type="time"],
.ab-form select,
.ab-form textarea {
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	font: inherit;
	box-sizing: border-box;
}
.ab-form textarea { min-height: 120px; }
.ab-form p { margin: 0 0 1rem; }
.ab-form-consent label { font-weight: 500; display: flex; gap: 0.55rem; align-items: flex-start; }
.ab-form-consent input { margin-top: 0.3rem; }
.ab-form-success {
	background: #eef7ef;
	border-left: 3px solid #3F7D44;
	padding: 1rem 1.15rem;
	margin-bottom: 1.25rem;
}
.ab-form-success p { margin: 0; }
@media (max-width: 900px) {
	.ab-footer__grid--4 { grid-template-columns: 1fr 1fr; }
	.ab-nav-cta { display: none; }
}
@media (max-width: 560px) {
	.ab-footer__grid--4 { grid-template-columns: 1fr; }
}

/* Homepage welcome + travel image layouts */
.home-welcome-container {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}
.home-travel-container {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	align-items: start;
	gap: clamp(2rem, 5vw, 5rem);
}
.home-welcome-image-wrapper,
.home-travel-image-wrapper {
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 18px 45px rgba(20, 20, 20, 0.12);
}
.home-welcome-image-wrapper picture,
.home-travel-image-wrapper picture {
	display: block;
}
.home-welcome-image,
.home-travel-image {
	display: block;
	width: 100%;
	height: clamp(320px, 38vw, 520px);
	object-fit: cover;
}
.home-travel-aside {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.home-travel-links {
	grid-template-columns: 1fr;
}
.home-travel-disclaimer {
	margin-top: 0;
}
@media (max-width: 900px) {
	.home-welcome-container,
	.home-travel-container {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.home-welcome-image,
	.home-travel-image {
		height: auto;
		aspect-ratio: 4 / 3;
	}
}
