:root {
  --ht-bg: #0a1525;
  --ht-bg-alt: #122035;
  --ht-surface: #1a2d45;
  --ht-surface-alt: #1f3e61;
  --ht-text: #f4ede8;
  --ht-text-muted: #c4b8ae;
  --ht-primary: #1f3e61;
  --ht-primary-hover: #2a5080;
  --ht-primary-subtle: rgba(31, 62, 97, 0.35);
  --ht-secondary: #8c1c23;
  --ht-secondary-hover: #a8242d;
  --ht-accent: #5f5650;
  --ht-border: rgba(244, 237, 232, 0.12);
  --ht-border-strong: rgba(244, 237, 232, 0.22);
  --ht-nav-bg: rgba(10, 21, 37, 0.96);
  --ht-input-bg: #122035;
  --ht-overlay: rgba(10, 21, 37, 0.72);
  --ht-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
  --ht-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --ht-prose-link: #d4a574;
  --bs-body-color: var(--ht-text);
  --bs-body-color-rgb: 244, 237, 232;
  --bs-body-bg: var(--ht-bg);
  --bs-body-bg-rgb: 10, 21, 37;
  --bs-secondary-color: var(--ht-text-muted);
  --bs-border-color: var(--ht-border);
}

:root {
  --ht-bg: #0a1525;
  --ht-bg-alt: #122035;
  --ht-surface: #1a2d45;
  --ht-surface-alt: #1f3e61;
  --ht-text: #f4ede8;
  --ht-text-muted: #c4b8ae;
  --ht-primary: #1f3e61;
  --ht-primary-hover: #2a5080;
  --ht-primary-subtle: rgba(31, 62, 97, 0.35);
  --ht-secondary: #8c1c23;
  --ht-secondary-hover: #a8242d;
  --ht-accent: #5f5650;
  --ht-border: rgba(244, 237, 232, 0.12);
  --ht-border-strong: rgba(244, 237, 232, 0.22);
  --ht-nav-bg: rgba(10, 21, 37, 0.96);
  --ht-input-bg: #122035;
  --ht-overlay: rgba(10, 21, 37, 0.72);
  --ht-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
  --ht-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --ht-prose-link: #d4a574;
  --bs-body-color: var(--ht-text);
  --bs-body-color-rgb: 244, 237, 232;
  --bs-body-bg: var(--ht-bg);
  --bs-body-bg-rgb: 10, 21, 37;
  --bs-secondary-color: var(--ht-text-muted);
  --bs-border-color: var(--ht-border);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lora", Georgia, serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--ht-text);
  background-color: var(--ht-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ht-text);
  margin-bottom: 0.75rem;
}

a {
  color: var(--ht-prose-link);
  text-decoration: none;
  transition: color 200ms ease;
}
a:hover, a:focus-visible {
  color: var(--ht-secondary);
  text-decoration: underline;
}
a:focus-visible {
  outline: 3px solid var(--ht-secondary);
  outline-offset: 3px;
  border-radius: 2px;
}

p {
  margin-bottom: 1rem;
}

.text-muted {
  color: var(--ht-text-muted) !important;
}

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

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.5rem 1rem;
  background: var(--ht-secondary);
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 4px 4px;
}
.skip-link:focus {
  top: 0;
}

.required-mark {
  color: var(--ht-secondary);
}

.ht-prose {
  max-width: 42rem;
}
.ht-prose h2, .ht-prose h3, .ht-prose h4 {
  margin-top: 2rem;
}
.ht-prose ul, .ht-prose ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.ht-prose blockquote {
  margin: 1.5rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid var(--ht-secondary);
  color: var(--ht-text-muted);
  background: var(--ht-primary-subtle);
}
.ht-prose pre, .ht-prose code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9375em;
}
.ht-prose pre {
  padding: 1rem;
  overflow-x: auto;
  background: var(--ht-surface);
  border: 1px solid var(--ht-border);
  border-radius: 6px;
}
.ht-prose :not(pre) > code {
  padding: 0.15rem 0.35rem;
  background: var(--ht-surface);
  border-radius: 4px;
}
.ht-prose img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border-radius: 6px;
}

.ht-tag {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ht-secondary);
  background: var(--ht-primary-subtle);
  border-radius: 999px;
  text-decoration: none;
}
.ht-tag:hover {
  color: var(--ht-secondary-hover);
  text-decoration: none;
}

:root {
  --ht-bg: #0a1525;
  --ht-bg-alt: #122035;
  --ht-surface: #1a2d45;
  --ht-surface-alt: #1f3e61;
  --ht-text: #f4ede8;
  --ht-text-muted: #c4b8ae;
  --ht-primary: #1f3e61;
  --ht-primary-hover: #2a5080;
  --ht-primary-subtle: rgba(31, 62, 97, 0.35);
  --ht-secondary: #8c1c23;
  --ht-secondary-hover: #a8242d;
  --ht-accent: #5f5650;
  --ht-border: rgba(244, 237, 232, 0.12);
  --ht-border-strong: rgba(244, 237, 232, 0.22);
  --ht-nav-bg: rgba(10, 21, 37, 0.96);
  --ht-input-bg: #122035;
  --ht-overlay: rgba(10, 21, 37, 0.72);
  --ht-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
  --ht-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --ht-prose-link: #d4a574;
  --bs-body-color: var(--ht-text);
  --bs-body-color-rgb: 244, 237, 232;
  --bs-body-bg: var(--ht-bg);
  --bs-body-bg-rgb: 10, 21, 37;
  --bs-secondary-color: var(--ht-text-muted);
  --bs-border-color: var(--ht-border);
}

.ht-section {
  padding: 4.5rem 0;
}

.ht-section--alt {
  background: var(--ht-bg-alt);
}

.ht-page-header {
  padding: 3.5rem 0 2.5rem;
  background: linear-gradient(180deg, var(--ht-surface-alt) 0%, var(--ht-bg) 100%);
  border-bottom: 1px solid var(--ht-border);
}
.ht-page-header__eyebrow {
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ht-text-muted);
  margin-bottom: 0.5rem;
}
.ht-page-header__title {
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin-bottom: 0.75rem;
}
.ht-page-header__subtitle {
  font-size: 1.125rem;
  color: var(--ht-text-muted);
  max-width: 38rem;
  margin-bottom: 0;
}

.ht-hero {
  padding: 5rem 0 4rem;
  background: linear-gradient(135deg, var(--ht-surface-alt) 0%, var(--ht-bg) 55%, var(--ht-bg-alt) 100%);
  border-bottom: 1px solid var(--ht-border);
}
.ht-hero__figure {
  margin: 0;
  text-align: center;
}
.ht-hero__image {
  width: min(100%, 20rem);
  height: auto;
  border-radius: 50%;
  box-shadow: var(--ht-shadow);
  border: 4px solid var(--ht-border-strong);
}
.ht-hero__eyebrow {
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ht-secondary);
  margin-bottom: 0.75rem;
}
.ht-hero__title {
  font-size: clamp(2.25rem, 6vw, 3.25rem);
  max-width: 18ch;
  margin-bottom: 1rem;
}
.ht-hero__subtitle {
  font-size: 1.2rem;
  color: var(--ht-text-muted);
  max-width: 42rem;
  margin-bottom: 1.75rem;
}
.ht-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ht-eyebrow {
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ht-secondary);
  margin-bottom: 0.5rem;
}

.ht-rule {
  width: 3rem;
  height: 3px;
  background: var(--ht-secondary);
  opacity: 0.75;
  border: 0;
  margin: 0 0 1.25rem;
}

.ht-section-heading {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin-bottom: 1rem;
}

.ht-breadcrumb {
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.875rem;
  color: var(--ht-text-muted);
  margin-bottom: 1rem;
}
.ht-breadcrumb a {
  color: var(--ht-text-muted);
}

.ht-post-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ht-post-card {
  padding: 1.5rem;
  background: var(--ht-surface);
  border: 1px solid var(--ht-border);
  border-radius: 8px;
  box-shadow: var(--ht-shadow-sm);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.ht-post-card:hover {
  border-color: var(--ht-border-strong);
  box-shadow: var(--ht-shadow);
}
.ht-post-card__meta {
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.8125rem;
  color: var(--ht-text-muted);
  margin-bottom: 0.5rem;
}
.ht-post-card__title {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
.ht-post-card__title a {
  color: inherit;
  text-decoration: none;
}
.ht-post-card__title a:hover {
  color: var(--ht-secondary);
}
.ht-post-card__excerpt {
  color: var(--ht-text-muted);
  margin-bottom: 0.75rem;
}
.ht-post-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ht-topic-card {
  display: flex;
  flex-direction: column;
}

.ht-topic-grid .ht-topic-card .ht-post-card__excerpt {
  flex-grow: 1;
}

.ht-reading-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ht-reading-list li {
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--ht-border);
}
.ht-reading-list li:last-child {
  border-bottom: 0;
}

.ht-disclaimer-box {
  padding: 1.25rem 1.5rem;
  background: var(--ht-primary-subtle);
  border-left: 4px solid var(--ht-secondary);
  border-radius: 0 6px 6px 0;
  margin-bottom: 1.5rem;
}

:root {
  --ht-bg: #0a1525;
  --ht-bg-alt: #122035;
  --ht-surface: #1a2d45;
  --ht-surface-alt: #1f3e61;
  --ht-text: #f4ede8;
  --ht-text-muted: #c4b8ae;
  --ht-primary: #1f3e61;
  --ht-primary-hover: #2a5080;
  --ht-primary-subtle: rgba(31, 62, 97, 0.35);
  --ht-secondary: #8c1c23;
  --ht-secondary-hover: #a8242d;
  --ht-accent: #5f5650;
  --ht-border: rgba(244, 237, 232, 0.12);
  --ht-border-strong: rgba(244, 237, 232, 0.22);
  --ht-nav-bg: rgba(10, 21, 37, 0.96);
  --ht-input-bg: #122035;
  --ht-overlay: rgba(10, 21, 37, 0.72);
  --ht-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
  --ht-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --ht-prose-link: #d4a574;
  --bs-body-color: var(--ht-text);
  --bs-body-color-rgb: 244, 237, 232;
  --bs-body-bg: var(--ht-bg);
  --bs-body-bg-rgb: 10, 21, 37;
  --bs-secondary-color: var(--ht-text-muted);
  --bs-border-color: var(--ht-border);
}

.ht-brand-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.ht-env-badge {
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ht-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  min-height: 72px;
  background-color: var(--ht-nav-bg);
  border-bottom: 1px solid var(--ht-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ht-navbar .navbar-toggler {
  color: var(--ht-text-muted);
  border-color: var(--ht-border-strong);
  font-size: 1.375rem;
  padding: 0.375rem 0.5rem;
}
.ht-navbar .nav-link {
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ht-text-muted);
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}
.ht-navbar .nav-link:hover, .ht-navbar .nav-link:focus-visible {
  color: var(--ht-text);
}
.ht-navbar .nav-link.active {
  color: var(--ht-secondary);
}

.ht-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  color: var(--ht-text);
  font-family: "Roboto", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
.ht-brand:hover {
  color: var(--ht-text);
  text-decoration: none;
}
.ht-brand__mark {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

:root {
  --ht-bg: #0a1525;
  --ht-bg-alt: #122035;
  --ht-surface: #1a2d45;
  --ht-surface-alt: #1f3e61;
  --ht-text: #f4ede8;
  --ht-text-muted: #c4b8ae;
  --ht-primary: #1f3e61;
  --ht-primary-hover: #2a5080;
  --ht-primary-subtle: rgba(31, 62, 97, 0.35);
  --ht-secondary: #8c1c23;
  --ht-secondary-hover: #a8242d;
  --ht-accent: #5f5650;
  --ht-border: rgba(244, 237, 232, 0.12);
  --ht-border-strong: rgba(244, 237, 232, 0.22);
  --ht-nav-bg: rgba(10, 21, 37, 0.96);
  --ht-input-bg: #122035;
  --ht-overlay: rgba(10, 21, 37, 0.72);
  --ht-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
  --ht-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --ht-prose-link: #d4a574;
  --bs-body-color: var(--ht-text);
  --bs-body-color-rgb: 244, 237, 232;
  --bs-body-bg: var(--ht-bg);
  --bs-body-bg-rgb: 10, 21, 37;
  --bs-secondary-color: var(--ht-text-muted);
  --bs-border-color: var(--ht-border);
}

.ht-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}
.ht-btn--primary {
  background: var(--ht-secondary);
  color: #fff;
}
.ht-btn--primary:hover {
  background: var(--ht-secondary-hover);
  color: #fff;
  text-decoration: none;
}
.ht-btn--secondary {
  background: var(--ht-primary);
  color: #fff;
}
.ht-btn--secondary:hover {
  background: var(--ht-primary-hover);
  color: #fff;
  text-decoration: none;
}
.ht-btn--outline {
  background: transparent;
  color: var(--ht-text);
  border-color: var(--ht-border-strong);
}
.ht-btn--outline:hover {
  border-color: var(--ht-secondary);
  color: var(--ht-secondary);
  text-decoration: none;
}

.ht-cta-band {
  padding: 3.5rem 0;
  text-align: center;
  background: var(--ht-surface-alt);
  border-top: 1px solid var(--ht-border);
  border-bottom: 1px solid var(--ht-border);
}

:root {
  --ht-bg: #0a1525;
  --ht-bg-alt: #122035;
  --ht-surface: #1a2d45;
  --ht-surface-alt: #1f3e61;
  --ht-text: #f4ede8;
  --ht-text-muted: #c4b8ae;
  --ht-primary: #1f3e61;
  --ht-primary-hover: #2a5080;
  --ht-primary-subtle: rgba(31, 62, 97, 0.35);
  --ht-secondary: #8c1c23;
  --ht-secondary-hover: #a8242d;
  --ht-accent: #5f5650;
  --ht-border: rgba(244, 237, 232, 0.12);
  --ht-border-strong: rgba(244, 237, 232, 0.22);
  --ht-nav-bg: rgba(10, 21, 37, 0.96);
  --ht-input-bg: #122035;
  --ht-overlay: rgba(10, 21, 37, 0.72);
  --ht-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
  --ht-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --ht-prose-link: #d4a574;
  --bs-body-color: var(--ht-text);
  --bs-body-color-rgb: 244, 237, 232;
  --bs-body-bg: var(--ht-bg);
  --bs-body-bg-rgb: 10, 21, 37;
  --bs-secondary-color: var(--ht-text-muted);
  --bs-border-color: var(--ht-border);
}

.ht-form__group {
  margin-bottom: 1.25rem;
}

.ht-form__label {
  display: block;
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.375rem;
}

.ht-form__control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.875rem;
  font-family: "Lora", Georgia, serif;
  font-size: 1rem;
  color: var(--ht-text);
  background: var(--ht-input-bg);
  border: 1px solid var(--ht-border-strong);
  border-radius: 6px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.ht-form__control:focus {
  outline: none;
  border-color: var(--ht-secondary);
  box-shadow: 0 0 0 3px var(--ht-primary-subtle);
}

textarea.ht-form__control {
  min-height: 9rem;
  resize: vertical;
}

.ht-form__hint {
  font-size: 0.875rem;
  color: var(--ht-text-muted);
  margin-top: 0.25rem;
}

.ht-form__preference {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ht-form__contact-toggle {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.ht-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.125rem;
  border-radius: 6px;
  margin-bottom: 1.25rem;
}
.ht-alert--success {
  background: rgba(31, 62, 97, 0.15);
  border: 1px solid var(--ht-primary);
  color: var(--ht-text);
}
.ht-alert--error {
  background: rgba(140, 28, 35, 0.12);
  border: 1px solid var(--ht-secondary);
  color: var(--ht-text);
}

:root {
  --ht-bg: #0a1525;
  --ht-bg-alt: #122035;
  --ht-surface: #1a2d45;
  --ht-surface-alt: #1f3e61;
  --ht-text: #f4ede8;
  --ht-text-muted: #c4b8ae;
  --ht-primary: #1f3e61;
  --ht-primary-hover: #2a5080;
  --ht-primary-subtle: rgba(31, 62, 97, 0.35);
  --ht-secondary: #8c1c23;
  --ht-secondary-hover: #a8242d;
  --ht-accent: #5f5650;
  --ht-border: rgba(244, 237, 232, 0.12);
  --ht-border-strong: rgba(244, 237, 232, 0.22);
  --ht-nav-bg: rgba(10, 21, 37, 0.96);
  --ht-input-bg: #122035;
  --ht-overlay: rgba(10, 21, 37, 0.72);
  --ht-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
  --ht-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --ht-prose-link: #d4a574;
  --bs-body-color: var(--ht-text);
  --bs-body-color-rgb: 244, 237, 232;
  --bs-body-bg: var(--ht-bg);
  --bs-body-bg-rgb: 10, 21, 37;
  --bs-secondary-color: var(--ht-text-muted);
  --bs-border-color: var(--ht-border);
}

.ht-footer {
  padding: 2rem 0;
  background: var(--ht-bg-alt);
  border-top: 1px solid var(--ht-border);
  margin-top: auto;
}
.ht-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.ht-footer__copy {
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.875rem;
  color: var(--ht-text-muted);
  margin: 0;
}
.ht-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.875rem;
}
.ht-footer__nav a {
  color: var(--ht-text-muted);
}
.ht-footer__nav a:hover {
  color: var(--ht-secondary);
}

/*# sourceMappingURL=main.css.map */
