:root {
  --hkv-ink: #17231f;
  --hkv-paper: #f5f1e8;
  --hkv-surface: #fcfaf5;
  --hkv-forest: #1f513f;
  --hkv-forest-dark: #153a2e;
  --hkv-moss: #92a485;
  --hkv-sand: #dfd5c2;
  --hkv-sun: #e8c95b;
  --hkv-white: #ffffff;
  --hkv-line: rgba(23, 35, 31, 0.18);
  --hkv-shadow: 0 1.25rem 4rem rgba(23, 35, 31, 0.11);
  --hkv-max: 1360px;
  --hkv-gutter: clamp(1.2rem, 4vw, 4.5rem);
  --hkv-radius: 1.35rem;
  color: var(--hkv-ink);
  background: var(--hkv-paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; overflow-x: hidden; background: var(--hkv-paper); color: var(--hkv-ink); }
body.admin-bar .hkv-header { top: 32px; }
a { color: inherit; text-underline-offset: 0.2em; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
main [id] { scroll-margin-top: 7rem; }
.hkv-site .wp-site-blocks { overflow-x: clip; }
.hkv-site .hkv-main > .wp-block-group { margin-block-start: 0; }
.hkv-site :where(h1, h2, h3, p, a, li, dd) { overflow-wrap: break-word; }
.hkv-site :where(.wp-block-group, .wp-block-column, .wp-block-navigation-item) { min-width: 0; }
.hkv-site :focus-visible { outline: 3px solid #0b5b45; outline-offset: 3px; box-shadow: 0 0 0 6px rgba(255,255,255,.96); }

.hkv-skip-link,
.preview-skip-link {
  position: fixed;
  top: -7rem;
  left: 1rem;
  z-index: 200;
  padding: 0.8rem 1rem;
  border-radius: 0.4rem;
  background: var(--hkv-sun);
  color: var(--hkv-ink);
  font-weight: 800;
}
.hkv-skip-link:focus,
.preview-skip-link:focus { top: 1rem; }

.hkv-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.65rem var(--hkv-gutter);
  border-bottom: 1px solid var(--hkv-line);
  background: rgba(245, 241, 232, 0.96);
  backdrop-filter: blur(16px);
}
.hkv-brand {
  min-width: 14.5rem;
  display: grid;
  grid-template-columns: 3.45rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.78rem;
  align-items: center;
}
.hkv-brand::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / 3;
  width: 3.45rem;
  height: 3.45rem;
  border-radius: 50%;
  background: var(--hkv-paper) url("../images/logo-mark.svg") center / cover no-repeat;
  box-shadow: 0 0.4rem 1.2rem rgba(23, 35, 31, 0.1);
}
.hkv-brand-title,
.hkv-brand-name {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.hkv-brand-title a,
.hkv-brand-name a { color: var(--hkv-ink); text-decoration: none; }
.hkv-brand-tagline {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 0.22rem 0 0;
  color: rgba(23, 35, 31, 0.64);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.hkv-primary-nav .wp-block-navigation__container,
.preview-nav ul {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0.27rem;
  border: 1px solid rgba(31, 81, 63, 0.13);
  border-radius: 999px;
  background: rgba(31, 81, 63, 0.055);
  list-style: none;
}
.hkv-header .wp-block-navigation-item__content,
.preview-nav a {
  min-height: 2.65rem;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  color: var(--hkv-ink);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.hkv-header .wp-block-navigation-item__content:hover,
.hkv-header .wp-block-navigation-item__content[aria-current],
.preview-nav a:hover,
.preview-nav a[aria-current="page"] { background: rgba(31, 81, 63, 0.12); color: var(--hkv-forest-dark); }
.hkv-header .hkv-nav-cta .wp-block-navigation-item__content,
.preview-nav .hkv-nav-cta {
  padding-inline: 1rem;
  background: var(--hkv-forest);
  color: var(--hkv-white);
}
.hkv-header .hkv-nav-cta .wp-block-navigation-item__content:hover,
.preview-nav .hkv-nav-cta:hover { background: var(--hkv-sun); color: var(--hkv-ink); }
.preview-menu-toggle {
  display: none;
  min-width: 3rem;
  min-height: 3rem;
  border: 1px solid var(--hkv-line);
  border-radius: 999px;
  background: transparent;
  color: var(--hkv-ink);
  font-weight: 800;
}

.hkv-hero { padding: clamp(3rem, 6.5vw, 6.5rem) var(--hkv-gutter) clamp(4rem, 8vw, 8rem); }
.hkv-hero-shell {
  width: min(100%, var(--hkv-max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(26rem, 1.08fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.hkv-eyebrow {
  margin: 0 0 1.25rem;
  color: var(--hkv-forest);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.hkv-hero h1,
.hkv-section h2,
.hkv-band h2,
.hkv-page-shell h1,
.hkv-page-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.hkv-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 5.7rem);
  line-height: 0.99;
}
.hkv-hero-lead {
  max-width: 42rem;
  margin: 1.8rem 0 0;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.6;
}
.hkv-note { max-width: 43rem; margin: 1.35rem 0 0; color: rgba(23, 35, 31, 0.72); font-size: 0.92rem; line-height: 1.55; }
.hkv-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.hkv-actions .wp-block-button__link,
.hkv-button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.35rem;
  border: 1px solid var(--hkv-forest);
  border-radius: 999px;
  background: var(--hkv-forest);
  color: var(--hkv-white);
  font-weight: 800;
  text-decoration: none;
}
.hkv-actions .is-style-outline .wp-block-button__link,
.hkv-button.is-outline { background: transparent; color: var(--hkv-ink); }
.hkv-actions .wp-block-button__link:hover,
.hkv-button:hover { border-color: var(--hkv-sun); background: var(--hkv-sun); color: var(--hkv-ink); }
.hkv-hero-visual {
  position: relative;
  min-height: 35rem;
  overflow: hidden;
  border-radius: clamp(1.3rem, 2.4vw, 2.2rem);
  background: var(--hkv-moss) url("../images/community-walk.svg") center / cover no-repeat;
  box-shadow: var(--hkv-shadow);
}
.hkv-hero-visual .wp-block-image,
.hkv-hero-visual > figure,
.hkv-hero-visual .wp-block-image img,
.hkv-hero-visual > figure img { width: 100%; height: 100%; margin: 0; }
.hkv-hero-visual .wp-block-image,
.hkv-hero-visual > figure { position: absolute; inset: 0; }
.hkv-hero-visual .wp-block-image img,
.hkv-hero-visual > figure img { object-fit: cover; }
.hkv-image-badge {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 3;
  max-width: 24rem;
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  background: rgba(252, 250, 245, 0.94);
  box-shadow: 0 0.7rem 2rem rgba(23, 35, 31, 0.14);
  font-size: 0.84rem;
  line-height: 1.4;
}
.hkv-image-badge strong { display: block; margin-bottom: 0.15rem; color: var(--hkv-forest); }
.hkv-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.2rem;
  margin: 1.35rem 0 0;
  padding: 0;
  color: rgba(23, 35, 31, 0.76);
  font-size: 0.9rem;
  font-weight: 800;
  list-style: none;
}
.hkv-trust-list li::before { content: "✓"; margin-right: 0.4rem; color: var(--hkv-forest); }

.hkv-section { padding: clamp(4.25rem, 8vw, 8rem) var(--hkv-gutter); }
.hkv-section.is-surface { background: var(--hkv-surface); }
.hkv-section.is-dark { background: var(--hkv-forest-dark); color: var(--hkv-white); }
.hkv-section.is-forest { background: var(--hkv-forest); color: var(--hkv-white); }
.hkv-section.is-sun { background: var(--hkv-sun); }
.hkv-section.is-dark .hkv-eyebrow { color: var(--hkv-sun); }
.hkv-section.is-dark .hkv-section-intro { color: rgba(255,255,255,.84); }
.hkv-section.is-dark .hkv-actions .is-style-outline .wp-block-button__link,
.hkv-section.is-dark .hkv-button.is-outline { border-color: rgba(255,255,255,.7); color: var(--hkv-white); }
.hkv-section.is-dark .hkv-tag-list li { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
.hkv-section-inner { width: min(100%, var(--hkv-max)); margin-inline: auto; }
.hkv-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}
.hkv-section h2,
.hkv-band h2 { margin: 0; font-size: clamp(2.45rem, 4.2vw, 4.3rem); line-height: 1.04; }
.hkv-section-intro { max-width: 48rem; margin: 0 0 0.2rem; font-size: 1.08rem; line-height: 1.65; }
.is-dark .hkv-eyebrow,
.is-forest .hkv-eyebrow { color: var(--hkv-sun); }
.is-dark .hkv-section-intro,
.is-forest .hkv-section-intro { color: rgba(255, 255, 255, 0.82); }

.hkv-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: clamp(2.5rem, 5vw, 4.5rem); }
.hkv-card {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 2.8vw, 2.3rem);
  border: 1px solid var(--hkv-line);
  border-radius: 1.2rem;
  background: var(--hkv-paper);
  color: var(--hkv-ink);
}
.hkv-card .hkv-card-kicker { margin: 0 0 auto; color: var(--hkv-forest); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.hkv-card h3 { margin: 2rem 0 0.75rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 400; line-height: 1.16; }
.hkv-card p { margin: 0; line-height: 1.62; }
.hkv-card a { margin-top: 1.2rem; font-weight: 800; }

.hkv-band { padding: clamp(4.25rem, 8vw, 8rem) var(--hkv-gutter); background: var(--hkv-forest-dark); color: var(--hkv-white); }
.hkv-band-shell { width: min(100%, var(--hkv-max)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.65fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.hkv-band p { max-width: 48rem; color: rgba(255, 255, 255, 0.82); line-height: 1.65; }
.hkv-band .hkv-actions .wp-block-button__link,
.hkv-band .hkv-button { border-color: var(--hkv-sun); background: var(--hkv-sun); color: var(--hkv-ink); }
.hkv-stat-panel { display: grid; gap: 0.7rem; padding: 1.3rem; border: 1px solid rgba(255,255,255,.18); border-radius: var(--hkv-radius); background: rgba(255,255,255,.055); }
.hkv-stat { padding: 1.1rem; border-radius: 0.85rem; background: rgba(255,255,255,.06); }
.hkv-stat strong { display: block; color: var(--hkv-sun); font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 400; }
.hkv-stat span { display: block; margin-top: 0.3rem; color: rgba(255,255,255,.8); line-height: 1.45; }

.hkv-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2.8rem; }
.hkv-step { padding: 1.6rem; border-top: 4px solid var(--hkv-sun); background: var(--hkv-surface); }
.hkv-step-number { margin: 0 0 1.5rem; color: var(--hkv-forest); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.hkv-step h3 { margin: 0 0 0.7rem; font-size: 1.22rem; }
.hkv-step p { margin: 0; line-height: 1.6; }

.hkv-schedule { display: grid; gap: 0; margin-top: 2.6rem; border-top: 1px solid var(--hkv-line); }
.hkv-schedule-row {
  display: grid;
  grid-template-columns: minmax(8rem, 0.45fr) minmax(12rem, 0.85fr) minmax(0, 1.3fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--hkv-line);
}
.hkv-schedule-row strong { color: var(--hkv-forest); }
.hkv-schedule-row p { margin: 0; line-height: 1.5; }
.hkv-board-section { background: var(--hkv-paper); }
.hkv-people-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2.8rem; }
.hkv-person-card { min-height: 27rem; display: flex; flex-direction: column; justify-content: end; padding: clamp(1.45rem, 2.8vw, 2.2rem); border-radius: var(--hkv-radius); background: linear-gradient(155deg, var(--hkv-moss), var(--hkv-forest)); color: var(--hkv-white); }
.hkv-person-card:nth-child(2) { background: linear-gradient(155deg, #d6cba9, #796e50); }
.hkv-person-card:nth-child(3) { background: linear-gradient(155deg, #7ca08e, var(--hkv-forest-dark)); }
.hkv-person-mark { margin: 0 auto auto 0; color: rgba(255,255,255,.24); font-family: Georgia, "Times New Roman", serif; font-size: 6rem; line-height: .8; }
.hkv-person-role { margin: 2rem 0 0; color: var(--hkv-sun) !important; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.075em; text-transform: uppercase; }
.hkv-person-card h3 { margin: 0.55rem 0 0.65rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 400; }
.hkv-person-card p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.55; }
.hkv-person-intro { font-size: 0.96rem; }

.hkv-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}
.hkv-gallery-item {
  grid-column: span 4;
  min-width: 0;
  margin: 0;
}
.hkv-gallery-item.is-wide { grid-column: span 8; }
.hkv-gallery-item.is-portrait { grid-column: span 4; }
.hkv-gallery-item.is-half { grid-column: span 6; }
.hkv-gallery-item img {
  width: 100%;
  height: clamp(18rem, 31vw, 29rem);
  border-radius: var(--hkv-radius);
  object-fit: cover;
  box-shadow: 0 1rem 2.7rem rgba(23, 35, 31, 0.12);
}
.hkv-gallery-item.is-portrait img { object-position: center 42%; }
.hkv-gallery-item figcaption {
  margin: 0.7rem 0 0;
  color: rgba(23, 35, 31, 0.72);
  font-size: 0.82rem;
  line-height: 1.45;
}
.hkv-media-gate { margin-top: 2rem; }

.hkv-faq-list { max-width: 62rem; margin: 3rem 0 0 auto; }
.hkv-faq-list details,
.hkv-faq-list .wp-block-details { margin: 0; padding: 0; border-top: 1px solid var(--hkv-line); }
.hkv-faq-list details:last-child { border-bottom: 1px solid var(--hkv-line); }
.hkv-faq-list summary { min-height: 3.5rem; cursor: pointer; padding: 1.35rem 3rem 1.35rem 0; font-weight: 800; }
.hkv-faq-list details p { margin: 0; padding: 0 3rem 1.45rem 0; line-height: 1.65; }

.hkv-contact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.7fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.hkv-contact-card { padding: 1.7rem; border: 1px solid rgba(23,35,31,.25); border-radius: 1.1rem; background: rgba(252,250,245,.62); }
.hkv-contact-card h3 { margin: 0 0 0.9rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.hkv-contact-card p { margin: 0 0 0.8rem; line-height: 1.6; }
.hkv-contact-card a { font-weight: 800; }

.hkv-page-hero { padding: clamp(3.5rem, 7vw, 7rem) var(--hkv-gutter); background: var(--hkv-forest-dark); color: var(--hkv-white); }
.hkv-page-hero-inner { width: min(100%, var(--hkv-max)); margin-inline: auto; }
.hkv-page-hero .hkv-eyebrow { color: var(--hkv-sun); }
.hkv-page-hero h1 { max-width: 16ch; margin: 0; font-size: clamp(3rem, 5.7vw, 5.9rem); line-height: 0.99; }
.hkv-page-hero p:last-child { max-width: 52rem; margin: 1.8rem 0 0; color: rgba(255,255,255,.84); font-size: 1.12rem; line-height: 1.65; }
.hkv-page-shell { width: min(calc(100% - 2 * var(--hkv-gutter)), 900px); margin-inline: auto; padding-block: clamp(3.5rem, 7vw, 7rem); }
.hkv-page-shell > h1 { margin-top: 0; font-size: clamp(2.9rem, 5vw, 5rem); line-height: 1.02; }
.hkv-page-shell h2 { margin-top: 2.8rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 400; }
.hkv-page-shell p,
.hkv-page-shell li { line-height: 1.72; }
.hkv-post-card { margin-block: 1rem; padding: 1.5rem; border: 1px solid var(--hkv-line); border-radius: 1rem; background: var(--hkv-surface); }

.hkv-kicker-strip {
  padding: 0.7rem var(--hkv-gutter);
  background: var(--hkv-forest-dark);
  color: var(--hkv-white);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}
.hkv-kicker-strip p { margin: 0; }
.hkv-path-grid,
.hkv-feature-grid,
.hkv-definition-grid,
.hkv-signal-grid,
.hkv-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.6rem;
}
.hkv-path-card,
.hkv-feature,
.hkv-definition-card,
.hkv-signal-card,
.hkv-audience-card {
  min-height: 100%;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border: 1px solid var(--hkv-line);
  border-radius: var(--hkv-radius);
  background: var(--hkv-surface);
}
.hkv-path-card { display: flex; flex-direction: column; }
.hkv-path-card h3,
.hkv-feature h3,
.hkv-definition-card h3,
.hkv-signal-card h3,
.hkv-audience-card h3 {
  margin: 0.65rem 0 0.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.15;
}
.hkv-path-card p,
.hkv-feature p,
.hkv-definition-card p,
.hkv-signal-card p,
.hkv-audience-card p { margin: 0; line-height: 1.62; }
.hkv-path-card a { margin-top: auto; padding-top: 1.2rem; font-weight: 800; }
.hkv-path-number,
.hkv-feature-kicker {
  margin: 0;
  color: var(--hkv-forest);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hkv-path-card.is-primary { background: var(--hkv-forest); color: var(--hkv-white); }
.hkv-path-card.is-primary .hkv-path-number { color: var(--hkv-sun); }
.hkv-path-card.is-primary a { color: var(--hkv-white); }
.hkv-split,
.hkv-prose-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.65fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
.hkv-sidebar-card,
.hkv-cta-panel {
  padding: clamp(1.4rem, 3vw, 2.3rem);
  border-radius: var(--hkv-radius);
  background: var(--hkv-forest-dark);
  color: var(--hkv-white);
}
.hkv-sidebar-card h2,
.hkv-sidebar-card h3,
.hkv-cta-panel h2,
.hkv-cta-panel h3 { margin-top: 0; color: var(--hkv-white); }
.hkv-sidebar-card p,
.hkv-sidebar-card li,
.hkv-cta-panel p,
.hkv-cta-panel li { color: rgba(255,255,255,.84); }
.hkv-sidebar-card a,
.hkv-cta-panel a { color: var(--hkv-sun); }
.hkv-check-list,
.hkv-plain-list { padding: 0; list-style: none; }
.hkv-check-list li,
.hkv-plain-list li {
  position: relative;
  margin: 0;
  padding: 0.72rem 0 0.72rem 1.8rem;
  border-bottom: 1px solid var(--hkv-line);
}
.hkv-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--hkv-forest);
  font-weight: 900;
}
.hkv-sidebar-card .hkv-check-list li { border-bottom-color: rgba(255,255,255,.18); }
.hkv-sidebar-card .hkv-check-list li::before { color: var(--hkv-sun); }
.hkv-flow {
  counter-reset: hkv-flow;
  display: grid;
  gap: 0;
  margin-top: 2.6rem;
  border-top: 1px solid var(--hkv-line);
}
.hkv-flow-step {
  counter-increment: hkv-flow;
  display: grid;
  grid-template-columns: 4rem minmax(0, .55fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--hkv-line);
}
.hkv-flow-step::before {
  content: counter(hkv-flow, decimal-leading-zero);
  color: var(--hkv-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
}
.hkv-flow-step h3 { margin: 0; font-size: 1.1rem; }
.hkv-flow-step p { margin: 0; line-height: 1.62; }
.hkv-signal-card.is-calm { border-top: 5px solid var(--hkv-moss); }
.hkv-signal-card.is-pause { border-top: 5px solid var(--hkv-sun); }
.hkv-signal-card ul { margin-bottom: 0; padding-left: 1.15rem; }
.hkv-price-card {
  max-width: 30rem;
  margin-top: 1.6rem;
  padding: 1.4rem 1.55rem;
  border-radius: 1rem;
  background: var(--hkv-forest);
  color: var(--hkv-white);
  box-shadow: var(--hkv-shadow);
}
.hkv-price-card p { margin: 0.35rem 0; }
.hkv-price-card strong { display: inline-block; margin-right: 0.35rem; color: var(--hkv-sun); font-family: Georgia, "Times New Roman", serif; font-size: 2.8rem; font-weight: 400; }
.hkv-price-card span { font-weight: 800; }
.hkv-info-card { margin-top: 1.5rem; padding: 1.25rem 1.4rem; border-radius: 0.9rem; background: rgba(103,126,104,.12); }
.hkv-info-card h3 { margin-top: 0; }
.hkv-mobile-contact { display: none; }
.hkv-tag-list { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; }
.hkv-tag-list li {
  padding: .5rem .75rem;
  border: 1px solid var(--hkv-line);
  border-radius: 999px;
  background: var(--hkv-surface);
  font-size: .84rem;
  font-weight: 800;
}
.hkv-table-wrap,
.wp-block-table { overflow-x: auto; }
.hkv-table,
.wp-block-table table { width: 100%; border-collapse: collapse; }
.hkv-table th,
.hkv-table td,
.wp-block-table th,
.wp-block-table td { padding: .9rem; border: 1px solid var(--hkv-line); text-align: left; vertical-align: top; }
.hkv-table th,
.wp-block-table th { background: rgba(146,164,133,.16); }
.hkv-page-lead { max-width: 54rem; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.7; }

.hkv-footer { padding: clamp(3rem, 6vw, 5.5rem) var(--hkv-gutter) 1.5rem; border-top: 1px solid var(--hkv-line); background: var(--hkv-paper); }
.hkv-footer-grid {
  width: min(100%, var(--hkv-max));
  display: grid;
  grid-template-columns: minmax(16rem, 1.4fr) repeat(3, minmax(9rem, .65fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-inline: auto;
}
.hkv-footer-brand { max-width: 23rem; }
.hkv-footer-column h3 { margin: 0 0 .9rem; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hkv-footer-column .wp-block-navigation__container { display: grid; gap: .55rem; }
.hkv-footer-column .wp-block-navigation-item__content { color: rgba(23,35,31,.72); font-size: .84rem; text-decoration: none; }
.hkv-footer-column .wp-block-navigation-item__content:hover { color: var(--hkv-forest); text-decoration: underline; }
.hkv-footer-meta {
  width: min(100%, var(--hkv-max));
  margin: 2.5rem auto 0;
  padding-top: 1.2rem;
  border-top: 1px solid var(--hkv-line);
}
.hkv-footer-meta .wp-block-navigation__container { gap: 1rem; }
.hkv-footer .wp-block-site-title,
.hkv-footer .hkv-footer-title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 700; }
.hkv-footer p { margin: 0.35rem 0 0; color: rgba(23,35,31,.66); font-size: 0.78rem; }
.hkv-footer-nav .wp-block-navigation__container,
.preview-footer-nav { display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; margin: 0; padding: 0; list-style: none; }
.hkv-footer-nav .wp-block-navigation-item__content,
.preview-footer-nav a { min-height: 2.75rem; display: inline-flex; align-items: center; font-size: 0.82rem; }

@media (max-width: 1120px) {
  .hkv-brand { min-width: 12rem; grid-template-columns: 3.1rem minmax(0,1fr); }
  .hkv-brand::before { width: 3.1rem; height: 3.1rem; }
  .hkv-brand-tagline { display: none; }
  .hkv-header .wp-block-navigation-item__content,
  .preview-nav a { padding-inline: 0.55rem; font-size: 0.78rem; }
}

@media (max-width: 930px) {
  body.admin-bar .hkv-header { top: 46px; }
  .hkv-header { min-height: 4.8rem; align-items: center; }
  .hkv-brand { min-width: 0; }
  .hkv-primary-nav .wp-block-navigation__container,
  .preview-nav ul { width: 100%; display: grid; gap: 0.2rem; padding: 0; border: 0; border-radius: 0; background: transparent; }
  .hkv-header .wp-block-navigation-item__content,
  .preview-nav a { width: 100%; min-height: 3.2rem; padding-inline: 1rem; font-size: 1rem; }
  .preview-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .preview-nav { display: none; width: 100%; max-height: calc(100vh - 6rem); overflow-y: auto; flex-basis: 100%; padding-top: 0.5rem; overscroll-behavior: contain; }
  .preview-nav[data-open="true"] { display: block; }
  .hkv-hero-shell,
  .hkv-section-heading,
  .hkv-band-shell,
  .hkv-contact-grid { grid-template-columns: 1fr; }
  .hkv-hero-copy { max-width: 52rem; }
  .hkv-hero-visual { min-height: 28rem; }
  .hkv-card-grid,
  .hkv-steps,
  .hkv-people-grid,
  .hkv-path-grid,
  .hkv-feature-grid,
  .hkv-definition-grid,
  .hkv-signal-grid,
  .hkv-audience-grid,
  .hkv-split,
  .hkv-prose-grid { grid-template-columns: 1fr; }
  .hkv-footer-grid { grid-template-columns: 1fr 1fr; }
  .hkv-footer-brand { grid-column: 1 / -1; }
  .hkv-card { min-height: 15rem; }
  .hkv-person-card { min-height: 18rem; }
  .hkv-gallery-item,
  .hkv-gallery-item.is-portrait,
  .hkv-gallery-item.is-half { grid-column: span 6; }
  .hkv-gallery-item.is-wide { grid-column: span 12; }
  .hkv-schedule-row { grid-template-columns: minmax(7rem,.45fr) minmax(10rem,.8fr) minmax(0,1.2fr); }
}

@media (max-width: 680px) {
  :root { --hkv-gutter: 1.1rem; font-size: 16px; }
  body { padding-bottom: 4.8rem; }
  html { scroll-padding-top: 5.5rem; }
  main [id] { scroll-margin-top: 5.5rem; }
  .hkv-brand { grid-template-columns: 2.85rem minmax(0,1fr); }
  .hkv-brand::before { width: 2.85rem; height: 2.85rem; }
  .hkv-brand-title,
  .hkv-brand-name { font-size: 0.98rem; }
  .hkv-hero { padding-top: 2.6rem; }
  .hkv-hero h1,
  .hkv-page-hero h1 { max-width: none; font-size: clamp(2.65rem, 12.5vw, 4rem); }
  .hkv-hero-visual { min-height: 25rem; }
  .hkv-actions { flex-direction: column; align-items: stretch; }
  .hkv-actions .wp-block-button,
  .hkv-actions .wp-block-button__link,
  .hkv-button { width: 100%; }
  .hkv-section h2,
  .hkv-band h2 { font-size: clamp(2.35rem, 11vw, 2.8rem); }
  .hkv-schedule-row { grid-template-columns: 1fr; gap: 0.45rem; }
  .hkv-gallery-item,
  .hkv-gallery-item.is-wide,
  .hkv-gallery-item.is-portrait,
  .hkv-gallery-item.is-half { grid-column: 1 / -1; }
  .hkv-gallery-item img { height: clamp(17rem, 88vw, 27rem); }
  .hkv-flow-step { grid-template-columns: 3rem 1fr; }
  .hkv-flow-step p { grid-column: 2; }
  .hkv-footer-grid { grid-template-columns: 1fr; }
  .hkv-footer-brand { grid-column: auto; }
  .hkv-footer { align-items: flex-start; flex-direction: column; }
  .preview-footer-nav { display: grid; grid-template-columns: 1fr 1fr; }
  .hkv-trust-list { display: grid; gap: 0.6rem; }
  .hkv-mobile-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 0.55rem;
    padding: 0.65rem max(0.8rem, env(safe-area-inset-right)) calc(0.65rem + env(safe-area-inset-bottom)) max(0.8rem, env(safe-area-inset-left));
    border-top: 1px solid rgba(23,35,31,.18);
    background: rgba(252,250,245,.97);
    box-shadow: 0 -0.6rem 1.8rem rgba(23,35,31,.12);
    backdrop-filter: blur(14px);
  }
  .hkv-mobile-contact p { margin: 0; }
  .hkv-mobile-contact a {
    width: 100%;
    min-height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0.8rem;
    border: 1px solid var(--hkv-forest);
    border-radius: 999px;
    background: transparent;
    color: var(--hkv-ink);
    font-weight: 900;
    text-align: center;
    text-decoration: none;
  }
  .hkv-mobile-contact > a:last-child,
  .hkv-mobile-contact > p:last-child a { background: var(--hkv-forest); color: var(--hkv-white); }
}

@media (max-width: 360px) {
  .preview-footer-nav { grid-template-columns: 1fr; }
  .hkv-image-badge { right: 0.7rem; bottom: 0.7rem; left: 0.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media (forced-colors: active) {
  .hkv-brand::before,
  .hkv-hero-visual,
  .hkv-card,
  .hkv-person-card,
  .hkv-button,
  .hkv-actions .wp-block-button__link { border: 2px solid CanvasText; }
}
