/* ==========================================
   KIRC STYLESHEET v2
   Cleaned and consolidated for consistency
   ========================================== */

/* ==========================================
   BASE / TYPOGRAPHY
   ========================================== */

body,
tr,
td,
th {
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
	color: #1f1f1f;
}

body {
	background-color: #e7caa0;
	background-image: url(images/core_elements/canvas-pattern.gif);
	background-attachment: scroll;
	margin: 0;
	padding: 0;
}

p,
ul,
ol,
li,
td,
th {
	color: #1f1f1f;
}

p {
	line-height: 1.7;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

ul,
ol {
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 1.5em;
}

li {
	margin-bottom: 0.6em;
	line-height: 1.6;
}

h1 {
	color: #111;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.25;
	margin: 0.5em 0 0.7em;
}

h2 {
	color: #6b3600;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3;
	margin: 0.75em 0 0.5em;
	text-decoration: none;
}

h3 {
	color: #2b2b2b;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.3;
	margin: 0.75em 0 0.5em;
}

.headline01 {
	color: #111;
	font-family: Calibri, Arial, sans-serif;
	line-height: 1.3;
	padding-top: 0;
	padding-bottom: 1%;
}

.headline2 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	color: #222;
}

.dates {
	color: #6b3600;
}

.border_under {
	border-bottom: 1px solid #c7c7c7;
}

/* ==========================================
   LINKS / ACCESSIBILITY
   ========================================== */

a {
	color: #0b57a3;
	text-decoration: underline;
	text-underline-offset: 2px;
}

a:visited {
	color: #5a2a83;
}

a:hover,
a:focus {
	color: #063b6f;
	background-color: #f3e7c9;
	text-decoration-thickness: 2px;
}

a:active {
	color: #8a2d00;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
.submenu-toggle:focus {
	outline: 3px solid #000;
	outline-offset: 2px;
}

/* ==========================================
   UTILITY / BACKGROUNDS
   ========================================== */

.bkgr_repvertical {
	background-image: url(images/core_elements/verticalline2.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

.borderbevel-right {
	background-image: url(images/core_elements/border_right.jpg);
	background-repeat: repeat-y;
}

.bkgr_rephoriz {
	background-repeat: repeat-x;
}

.bkgr_rep_once {
	background-repeat: no-repeat;
}

.padding-menu {
	padding: 14px;
}

.padding-right {
	padding-right: 10px;
	padding-bottom: 4px;
}

/* ==========================================
   LAYOUT
   ========================================== */

header {
	margin-bottom: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.content-divider {
	border-left: 1px solid rgba(160, 140, 110, 0.45);
}

.center_content,
.center_content-hm {
	background-color: #fdfbf7;
	background-image: none;
	color: #1f1f1f;
	position: relative;
}

.center_content {
	padding: 40px 40px 40px 30px;
	width: 100%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.center_content::before,
.center_content-hm::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(239, 216, 181, 0.25),
		rgba(255, 255, 255, 0)
	);
	pointer-events: none;
	z-index: 0;
}

.center_content > *,
.center_content-hm > * {
	position: relative;
	z-index: 1;
}

.news_content-hm {
	padding: 10px 30px 40px 30px;
	max-width: 900px;
	margin: 0 auto;
	color: #1f1f1f;
	line-height: 1.6;
}

.large_photos-hm {
	position: relative;
	top: 0;
	left: -6px;
	right: 0;
	bottom: 0;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px;
}

#newsletter-pic {
	margin-left: 85px;
	margin-right: 40px;
}

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

/* ==========================================
   FOOTER
   ========================================== */

.footer {
	font-size: 1em;
	line-height: 1.6;
	padding: 10px 10px 30px 20px;
	border-top: 1px solid #8e8e8e;
	color: #1f1f1f;
	background-color: #f8f5ef;
}

.footer a,
.footer a:link {
	color: #0b57a3;
	text-decoration: underline;
}

.footer a:visited {
	color: #5a2a83;
}

.footer-inner {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 20px;
}

/* ==========================================
   BREADCRUMBS
   ========================================== */

.breadcrumb {
	font-size: 16px;
	color: #444;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
}

.breadcrumb a {
	color: #0b57a3;
	text-decoration: underline;
	font-weight: 400;
	padding-right: 5px;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #063b6f;
	background-color: #f3e7c9;
}

.breadcrumb a.current {
	color: #111;
	font-weight: 700;
	background-color: #f1c84b;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
}

.breadcrumb a.current:hover,
.breadcrumb a.current:focus {
	color: #111;
	background-color: #ddb53f;
	transform: none;
}

.breadcrumb a + span {
	padding: 0 5px;
	color: #777;
}

.breadcrumb a:first-child {
	font-size: 18px;
	font-weight: 700;
	color: #0b57a3;
	text-decoration: underline;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 5px;
}

.breadcrumb a:first-child:hover,
.breadcrumb a:first-child:focus {
	color: #063b6f;
	background-color: #f3e7c9;
}

/* ==========================================
   ANCHOR / JUMP BOX
   ========================================== */

#anchor-box {
	background-color: #fbf7f0;
	border: 1px solid #cdb79a;
	border-left: 4px solid #6b3600;
	border-radius: 6px;
	padding: 10px 15px;
	margin: 0 0 20px 0;
	font-size: 1em;
}

#anchor-box p {
	margin: 0 0 8px 0;
	font-weight: 700;
	color: #222;
}

#anchor-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#anchor-box li {
	margin: 6px 0;
}

#anchor-box a {
	color: #0b57a3;
	text-decoration: underline;
}

#anchor-box a:hover,
#anchor-box a:focus {
	color: #063b6f;
	background-color: #f3e7c9;
}

/* ==========================================
   SIMPLE PAGE-SPECIFIC LEGACY HELPERS
   ========================================== */

.newsletter-item {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.newsletter-item img {
	display: block;
	margin-bottom: 10px;
	max-width: 200px;
	height: auto;
}

.newsletter-item h3 {
	margin: 0 0 8px 0;
}

.newsletter-item p {
	margin: 0 0 8px 0;
}

.content-section a {
	display: inline-block;
	padding: 8px 0;
	line-height: 1.4;
	font-size: 16px;
	min-height: 44px;
	width: 100%;
	text-decoration: underline;
}

.content-section a:hover,
.content-section a:focus {
	background-color: rgba(0, 0, 0, 0.05);
}

.legacy-nav a[href="/contact.shtml"] {
	font-weight: 700;
}
/* ==========================================
   CHANT TABLE
   ========================================== */

.chant-table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0 24px 0;
	background-color: #fbf7f0;
	border: 1px solid #cdb79a;
	border-left: 4px solid #6b3600;
	border-radius: 6px;
	overflow: hidden;
}

.chant-table caption {
	caption-side: top;
	text-align: left;
	font-weight: 700;
	font-size: 1em;
	color: #222;
	padding: 0 0 8px 0;
}

.chant-table th {
	background-color: #e8cfac;
	color: #111;
	text-align: left;
	font-weight: 700;
	padding: 10px 12px;
	border-bottom: 1px solid #cdb79a;
}

.chant-table td {
	padding: 10px 12px;
	vertical-align: top;
	border-bottom: 1px solid #e3d5c4;
	color: #1f1f1f;
	line-height: 1.6;
}

.chant-table tr:last-child td {
	border-bottom: none;
}

.chant-table tbody tr:nth-child(even) {
	background-color: #f8f2e8;
}

.chant-table tbody tr:hover {
	background-color: #efe4d2;
}

/* ==========================================
   NAVIGATION
   ========================================== */


.legacy-nav {
	background-color: #b86f1c;
	width: 166px;
	font-family: Calibri, Arial, sans-serif;
	padding: 8px 0;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	position: relative;
	z-index: 100;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.legacy-nav .nav-list,
.legacy-nav .submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.legacy-nav li {
	margin: 0;
	padding: 0;
	position: relative;
}

.legacy-nav a,
.legacy-nav .submenu-toggle {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 15px;
	background: #c67921;
	border: 0;
	color: #111;
	text-align: left;
	text-decoration: none;
	font: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.legacy-nav .nav-list > li > a,
.legacy-nav .nav-list > li > .submenu-toggle {
	background-color: #c67921;
	color: #111;
}

.legacy-nav a:hover,
.legacy-nav a:focus,
.legacy-nav .submenu-toggle:hover,
.legacy-nav .submenu-toggle:focus {
	background-color: #f3e7c9;
	color: #000;
	border-radius: 8px;
	transform: none;
}

.legacy-nav .submenu-toggle[aria-expanded="true"] {
	background-color: #ead6b6;
	color: #000;
}

.legacy-nav .submenu-toggle::after {
	content: "▸";
	float: right;
	font-size: 0.8em;
	margin-top: 2px;
	opacity: 0.9;
}

.legacy-nav .submenu-toggle[aria-expanded="true"]::after {
	content: "▾";
}

/* Submenu box */
.legacy-nav .submenu {
	display: block;
	list-style: none;
	margin: 4px 8px 8px 8px;
	padding: 0;
	background-color: #fbf7f0;
	border: 1px solid #cdb79a;
	border-left: 4px solid #6b3600;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.legacy-nav .submenu[hidden] {
	display: none;
}

.legacy-nav .submenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.legacy-nav .submenu a {
	display: block;
	padding: 10px 14px 10px 24px;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	background-color: #fbf7f0;
	border-bottom: 1px solid #e3d5c4;
	text-decoration: none;
}

.legacy-nav .submenu li:last-child a {
	border-bottom: none;
}

.legacy-nav .submenu a:hover,
.legacy-nav .submenu a:focus {
	background-color: #f3e7c9;
	padding-left: 24px;
	color: #000;
}

/* Current page */
.legacy-nav a.current {
	background-color: #f1c84b;
	color: #111;
	font-weight: 700;
	border-radius: 8px;
	box-shadow: none;
}

.legacy-nav a.current:hover,
.legacy-nav a.current:focus {
	background-color: #ddb53f;
	color: #111;
	transform: none;
}

/* Home link only */
.legacy-nav .nav-list > li:first-child > a {
	font-size: 18px;
	font-weight: 700;
	color: #111;
	background-color: #fffaf1;
	padding: 14px 18px;
	border-radius: 8px;
}

.legacy-nav .nav-list > li:first-child > a:hover,
.legacy-nav .nav-list > li:first-child > a:focus {
	color: #000;
	background-color: #f3e7c9;
	transform: none;
}

.menu-logo-block {
	padding-top: 10px;
}

.menu-logo-block img {
	opacity: 0.96;
}

/* ==========================================
   SOCIAL ICONS
   ========================================== */

#social-icons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
}

.icon-link img {
	width: 40px;
	height: 40px;
}

/* ==========================================
   SHARED CARD FOUNDATION
   ========================================== */

.doc-card-inner,
.map-card-inner,
.embed-container {
	background: #fbf7f0;
	border: 1px solid #cdb79a;
	border-left: 4px solid #6b3600;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* ==========================================
   GLOBAL DOCUMENT LIBRARY LAYOUT
   ========================================== */

.doc-library {
	margin: 0 0 30px 0;
}

.doc-library-intro {
	margin-bottom: 20px;
}

.doc-library-intro p {
	margin-bottom: 0.75em;
}

.doc-library-section {
	margin: 0 0 32px 0;
}

.doc-library-section h2,
.doc-library-section h3 {
	border-bottom: 1px solid #cdb79a;
	padding-bottom: 6px;
	margin-bottom: 14px;
}

.doc-library-list {
	margin: 0;
	padding-left: 20px;
}

.doc-library-list li {
	margin-bottom: 10px;
}

.doc-grid {
	font-size: 0;
	margin: 0 -10px 0 -10px;
}

.doc-card {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px 20px 10px;
	font-size: 16px;
	box-sizing: border-box;
}

.doc-card-inner {
	padding: 12px;
	height: 100%;
}

.doc-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
	background: transparent;
	min-height: 100%;
}

.doc-card-link:hover,
.doc-card-link:focus {
	background-color: transparent;
}

.doc-card-link:hover .doc-card-inner,
.doc-card-link:focus .doc-card-inner {
	background-color: #f3e7c9;
	border-color: #b89463;
}

.doc-card-thumb-wrap {
	margin: 0 0 10px 0;
	text-align: center;
}

.doc-card-thumb {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 1px solid #b8a07e;
	background: #fff;
	padding: 2px;
}

.doc-card-title {
	display: block;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	color: #6b3600;
	margin: 0 0 6px 0;
}

.doc-card-desc {
	display: block;
	font-size: 15px;
	line-height: 1.55;
	color: #1f1f1f;
	margin: 0 0 8px 0;
}

.doc-card-meta {
	display: block;
	font-size: 14px;
	line-height: 1.45;
	color: #5c4a2f;
	margin-top: 6px;
}

.doc-card-label {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 4px 8px;
	background: #e8cfac;
	color: #3f2b16;
	font-size: 13px;
	line-height: 1.2;
	border-radius: 999px;
	font-weight: 700;
}

.doc-card-links {
	margin-top: 10px;
	font-size: 15px;
}

.doc-card-links a {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 6px;
	width: auto;
	min-height: 0;
	padding: 0;
}

.doc-thumb-placeholder {
	display: inline-block;
	width: 140px;
	height: 180px;
	background: #efe4d2;
	border: 1px dashed #b89463;
	border-radius: 4px;
	position: relative;
}

.doc-thumb-placeholder span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 13px;
	font-weight: 700;
	color: #6b3600;
	text-align: center;
	width: 90%;
}

.doc-row-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d9c8b3;
}

.doc-row-item {
	padding: 12px 0;
	border-bottom: 1px solid #d9c8b3;
}

.doc-row-item a {
	font-weight: 700;
}

.doc-row-meta {
	display: block;
	font-size: 14px;
	color: #5c4a2f;
	margin-top: 4px;
}

.doc-grid-2 .doc-card {
	width: 50%;
}

.doc-grid-3 .doc-card {
	width: 33.3333%;
}

.doc-grid-4 .doc-card {
	width: 25%;
}

/* ==========================================
   MODERN ARCHIVE LAYOUT
   ========================================== */

.archive-page {
	padding-bottom: 30px;
}

.archive-header {
	margin-bottom: 20px;
}

.archive-intro {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 760px;
}

.archive-jump-box {
	margin-bottom: 28px;
}

.archive-year-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive-year-links li {
	margin: 0;
}

.archive-year-links a {
	display: inline-block;
	padding: 6px 10px;
	background-color: #fffaf1;
	border: 1px solid #d8c3a1;
	border-radius: 5px;
	text-decoration: underline;
}

.archive-year-links a:hover,
.archive-year-links a:focus {
	background-color: #f3e7c9;
}

.archive-section {
	margin: 0 0 30px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #d9c8b3;
}

.archive-section:last-child {
	border-bottom: none;
}

.archive-section h2 {
	margin-bottom: 14px;
}

.archive-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #ece2d2;
}

.archive-list li:last-child {
	border-bottom: none;
}

.archive-date {
	flex: 0 0 110px;
	font-weight: 700;
	color: #6b3600;
	line-height: 1.5;
}

.archive-text {
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.6;
}

/* ==========================================
   MAP LIBRARY COMPONENT
   ========================================== */

.map-library {
	margin: 0 0 30px 0;
}

.map-library-intro {
	margin-bottom: 20px;
}

.map-library-section {
	margin: 0 0 32px 0;
}

.map-library-section h2,
.map-library-section h3 {
	border-bottom: 1px solid #cdb79a;
	padding-bottom: 6px;
	margin-bottom: 14px;
}

.map-gallery {
	font-size: 0;
	margin: 0 -10px 0 -10px;
}

.map-card {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	padding: 0 10px 20px 10px;
	font-size: 16px;
	box-sizing: border-box;
}

.map-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.map-card-link:hover,
.map-card-link:focus {
	background-color: transparent;
}

.map-card-link:hover .map-card-inner,
.map-card-link:focus .map-card-inner {
	background-color: #f3e7c9;
	border-color: #b89463;
}

.map-card-inner {
	padding: 12px;
	height: 100%;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.map-thumb-wrap {
	margin: 0 0 12px 0;
	text-align: center;
	overflow: hidden;
}

.map-thumb {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 1px solid #b8a07e;
	background: #fff;
	padding: 2px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.map-card-link:hover .map-thumb,
.map-card-link:focus .map-thumb {
	transform: scale(1.04);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.map-card-title {
	display: block;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	color: #6b3600;
	margin: 0 0 6px 0;
}

.map-card-desc {
	display: block;
	font-size: 15px;
	line-height: 1.55;
	color: #1f1f1f;
	margin: 0 0 10px 0;
}

.map-card-meta {
	display: block;
	font-size: 14px;
	line-height: 1.45;
	color: #5c4a2f;
	margin-top: 6px;
}

.map-row-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d9c8b3;
}

.map-row-item {
	padding: 12px 0;
	border-bottom: 1px solid #d9c8b3;
}

.map-row-item a {
	font-weight: 700;
}

.map-row-meta {
	display: block;
	font-size: 14px;
	color: #5c4a2f;
	margin-top: 4px;
}

/* ==========================================
   EMBEDDED DOCUMENT / FORM CONTAINER
   ========================================== */

.embed-container {
	padding: 14px;
	margin: 16px 0;
}

.embed-container h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.embed-frame {
	width: 100%;
	max-width: 100%;
	height: 720px;
	border: 1px solid #b8a07e;
	background: #ffffff;
}

/* ==========================================
   VOLUNTEER STEP LIST
   ========================================== */

.volunteer-steps {
	margin: 0;
	padding-left: 22px;
}

.volunteer-steps li {
	margin-bottom: 10px;
	line-height: 1.6;
}

.volunteer-steps li:last-child {
	margin-bottom: 0;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 980px) {
	.doc-grid-4 .doc-card,
	.doc-grid .doc-card,
	.map-card {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.center_content,
	.news_content-hm {
		padding-left: 18px;
		padding-right: 18px;
	}

	h1 {
		font-size: 1.75em;
	}

	h2 {
		font-size: 1.35em;
	}

	.doc-grid-2 .doc-card,
	.doc-grid-3 .doc-card,
	.doc-grid-4 .doc-card,
	.doc-grid .doc-card,
	.map-card {
		width: 100%;
	}

	.doc-card-title,
	.map-card-title {
		font-size: 17px;
	}

	.doc-card-desc,
	.map-card-desc {
		font-size: 15px;
	}

	.archive-list li {
		display: block;
	}

	.archive-date {
		display: block;
		margin-bottom: 4px;
	}

	.embed-frame {
		height: 600px;
	}
}
/* Agenda Header Styling */

.agenda-header {
	text-align: center;
	margin-bottom: 20px;
}

.agenda-header h1 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 6px;
	color: #6b3600; /* strong primary color */
}

.agenda-header .agency-name {
	font-size: 22px;
	font-weight: 700;
	margin: 2px 0;
	color: #2a4d69; /* contrasting but accessible blue */
}

.agenda-header .agency-name.hawaiian {
	color: #8b5e00; /* subtle secondary accent */
	letter-spacing: 0.5px;
}
.program-banner {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 0 14px 0;
	border-radius: 6px;
}
.program-banner-wrap {
	margin-bottom: 12px;
}
.skip-link {
	position: absolute;
	left: 12px;
	top: -60px;
	z-index: 1000;
	background: #ffffff;
	color: #111;
	padding: 10px 14px;
	border: 2px solid #000;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 700;
}

.skip-link:focus {
	top: 12px;
} 
#main-content:focus {
	outline: none;
	box-shadow: none;
}
/* ==========================================
   ILI MAP
   ========================================== */

.ili-map-container {
	margin: 20px 0 28px 0;
	text-align: center;
}

.ili-map-svg {
	width: 100%;
	max-width: 950px;
	height: auto;
	display: block;
	margin: 0 auto;
	background: #fdfbf7;
	border: 1px solid #cdb79a;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.island-outline {
	fill: #efe4d2;
	stroke: #8f7758;
	stroke-width: 3;
}

.ili-link {
	text-decoration: none;
}

.ili-region {
	fill: #d9c8b3;
	stroke: #6b3600;
	stroke-width: 2;
	transition: fill 0.2s ease, stroke 0.2s ease;
	cursor: pointer;
}

.ili-link:hover .ili-region,
.ili-link:focus .ili-region,
.ili-region:hover,
.ili-region:focus {
	fill: #f1c84b;
	stroke: #4a2500;
	outline: none;
}

.ili-label {
	font-family: Calibri, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	fill: #2b2b2b;
	text-anchor: middle;
	pointer-events: none;
}

.small-label {
	font-size: 16px;
}

.ili-list ul {
	columns: 2;
	padding-left: 20px;
}

.ili-list li {
	margin-bottom: 6px;
}

@media (max-width: 768px) {
	.ili-label {
		font-size: 16px;
	}

	.small-label {
		font-size: 13px;
	}

	.ili-list ul {
		columns: 1;
	}
}
/* ==========================================
   KAHOʻOLAWE ʻILI MAP SYSTEM
   Interactive SVG + Legend + Tooltip
   ========================================== */

.ili-map-container {
	margin: 20px 0 28px 0;
	text-align: center;
	position: relative;
}

.ili-map-svg {
	width: 100%;
	max-width: 950px;
	height: auto;
	display: block;
	margin: 0 auto;
	background: #fdfbf7;
	border: 1px solid #cdb79a;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* ------------------------------------------
   Island Base
   ------------------------------------------ */

.island-outline {
	fill: #efe4d2;
	stroke: #8f7758;
	stroke-width: 1.2;
}

/* ------------------------------------------
   ʻIli Regions
   ------------------------------------------ */

.ili-link {
	outline: none;
}

.ili-region {
	fill: rgba(141, 110, 80, 0.35);
	stroke: #5c4432;
	stroke-width: 1;
	cursor: pointer;
	transition:
		fill 0.2s ease,
		stroke-width 0.2s ease,
		opacity 0.2s ease;
	vector-effect: non-scaling-stroke;
}

/* Hover / Keyboard Focus */

.ili-link:hover .ili-region,
.ili-link:focus .ili-region,
.ili-link:focus-visible .ili-region,
.ili-link.is-active .ili-region {
	fill: rgba(141, 110, 80, 0.68);
	stroke-width: 2;
}

/* Small islets */

.ili-islet {
	stroke-width: 1.2;
}

/* ------------------------------------------
   SVG Labels
   Hidden until hover/focus
   ------------------------------------------ */

.ili-label {
	opacity: 0;
	pointer-events: none;
	font-size: 14px;
	font-weight: bold;
	fill: #2f241b;
	text-anchor: middle;

	/* White outline improves readability */
	paint-order: stroke;
	stroke: #fff8ef;
	stroke-width: 3px;

	transition: opacity 0.2s ease;
}

.small-label {
	font-size: 12px;
}

.ili-link:hover .ili-label,
.ili-link:focus .ili-label,
.ili-link:focus-visible .ili-label,
.ili-link.is-active .ili-label {
	opacity: 1;
}

/* ------------------------------------------
   Tooltip Panel
   ------------------------------------------ */

.ili-tooltip {
	margin-top: 14px;
	padding: 12px 14px;
	background: #fff8ef;
	border-left: 4px solid #8f7758;
	border-radius: 4px;
	color: #2f241b;
	font-size: 0.95em;
	line-height: 1.5;
	text-align: left;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* ------------------------------------------
   Clickable Legend
   ------------------------------------------ */

.ili-legend {
	list-style: none;
	padding-left: 0;
	margin: 0;
	columns: 2;
	column-gap: 28px;
}

.ili-legend li {
	break-inside: avoid;
	margin-bottom: 6px;
}

.ili-legend a {
	display: block;
	padding: 6px 8px;
	border-radius: 4px;
	text-decoration: none;
	color: #2f241b;
	transition:
		background 0.2s ease,
		color 0.2s ease;
}

.ili-legend a:hover,
.ili-legend a:focus,
.ili-legend a:focus-visible,
.ili-legend a.is-active {
	background: #efe4d2;
	text-decoration: underline;
}

/* ------------------------------------------
   Accessibility
   ------------------------------------------ */

.ili-link:focus-visible .ili-region {
	stroke: #2f241b;
	stroke-width: 2.5;
}

/* Respect reduced motion */

@media (prefers-reduced-motion: reduce) {

	.ili-region,
	.ili-label,
	.ili-legend a {
		transition: none;
	}
}

/* ------------------------------------------
   Mobile Adjustments
   ------------------------------------------ */

@media (max-width: 700px) {

	.ili-map-container {
		margin: 16px 0 22px 0;
	}

	.ili-label {
		font-size: 11px;
		stroke-width: 2px;
	}

	.small-label {
		font-size: 10px;
	}

	.ili-tooltip {
		font-size: 0.9em;
		padding: 10px 12px;
	}

	.ili-legend {
		columns: 1;
	}
}
/* ==========================================
   ʻILI POINTS OF INTEREST CARDS
   ========================================== */

.poi-list {
	display: grid;
	gap: 18px;
}

.poi-card {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 18px;
	align-items: start;

	padding: 16px;

	background: #fff8ef;
	border: 1px solid #d6c3a5;
	border-radius: 8px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.poi-image {
	width: 100%;
	height: auto;

	display: block;

	border-radius: 6px;
	border: 1px solid #cdb79a;
}

.poi-content h3 {
	margin-top: 0;
	margin-bottom: 8px;
}

.poi-tagline {
	margin-top: 0;
	font-weight: bold;
	color: #5c4432;
	line-height: 1.5;
}

.poi-content p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------
   Mobile Layout
   ------------------------------------------ */

@media (max-width: 700px) {

	.poi-card {
		grid-template-columns: 1fr;
	}

	.poi-image {
		max-width: 100%;
	}
}

