/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #080605;
    --color-surface: #110e0b;
    --color-surface2: #1a1410;
    --color-border: #221e19;
    --color-dust: #c9a96e;
    --color-dust-dark: #8b6914;
    --color-mesa: #8b2e15;
    --color-ember: #c4411c;
    --color-sky: #2c4a7c;
    --color-gold: #d4a853;
    --color-cream: #f0e8d8;
    --color-muted: #b8afa3;
    --font-hero: 'Smokum', ui-serif, serif;
    --font-display: 'Rye', ui-serif, serif;
    --font-body: 'Lato', ui-sans-serif, system-ui, sans-serif;
    --font-ui: 'Exo 2', ui-sans-serif, system-ui, sans-serif;
    --font-prose: 'EB Garamond', ui-serif, Georgia, serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:order-1 {
      order: 1;
    }
    .lg\:order-2 {
      order: 2;
    }
    .lg\:order-3 {
      order: 3;
    }
    .lg\:col-span-4 {
      grid-column: span 4 / span 4;
    }
    .lg\:col-span-5 {
      grid-column: span 5 / span 5;
    }
    .lg\:col-span-7 {
      grid-column: span 7 / span 7;
    }
    .lg\:col-span-8 {
      grid-column: span 8 / span 8;
    }
    .lg\:mx-auto {
      margin-inline: auto;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:max-w-\[1104px\] {
      max-width: 1104px;
    }
    .lg\:flex-1 {
      flex: 1;
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }
}
@layer components {
  :root {
    --bs-bg: #080605;
    --bs-surface: #110e0b;
    --bs-surface2: #1a1410;
    --bs-border: #221e19;
    --bs-dust: #C9A96E;
    --bs-dust-dark: #8B6914;
    --bs-mesa: #8B2E15;
    --bs-ember: #C4411C;
    --bs-sky: #2C4A7C;
    --bs-gold: #D4A853;
    --bs-cream: #F0E8D8;
    --bs-muted: #B8AFA3;
  }
  html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }
  html.dialog-open, html.dialog-open body {
    overflow: hidden;
  }
  body {
    background-color: var(--bs-bg);
    color: var(--bs-cream);
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
  }
  section {
    padding: 6rem 0;
  }
  h1, h2, h3, h4, h5, h6 {
    color: var(--bs-cream);
  }
  .text-gold {
    color: var(--bs-gold) !important;
  }
  .before-heading {
    font-family: 'Exo 2', sans-serif !important;
    font-weight: 600;
    font-size: 0.70rem !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase;
    color: var(--bs-gold) !important;
    font-style: normal !important;
    display: block;
    margin-bottom: 0.5rem;
  }
  .section-title {
    font-family: 'Rye', serif;
    font-size: clamp(1.8rem, 4vw, 2.9rem);
    line-height: 1.18;
    color: var(--bs-cream);
    letter-spacing: 0.02em;
  }
  .ls-2 {
    letter-spacing: 0.15em;
  }
  .shell {
    width: 100%;
    margin-inline: auto;
    padding-inline: 0.75rem;
  }
  @media (min-width: 576px) {
    .shell {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .shell {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .shell {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .shell {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .shell {
      max-width: 1320px;
    }
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.625rem;
    border: 1px solid transparent;
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.8rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  }
  .heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid var(--bs-cream);
  }
  .heading-block.center::after {
    margin-inline: auto;
  }
  #header {
    transition: background-color 0.3s ease;
  }
  .logo-text-mark {
    font-family: 'Rye', serif;
    font-size: 1.4rem;
    color: var(--bs-gold);
    letter-spacing: 0.08em;
    text-decoration: none;
    white-space: nowrap;
  }
  #header .menu-link {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bs-muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  #header .menu-link:hover, #header .menu-link:focus-visible, #header .menu-link.current {
    color: var(--bs-gold);
  }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .nav-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-inline: auto;
    background: var(--bs-cream);
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  .nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  @media (prefers-reduced-motion: reduce) {
    .nav-toggle-bar {
      transition: none;
    }
  }
  .nav-mobile {
    border-top: 1px solid var(--bs-border);
    padding: 0.5rem 1rem 1.25rem;
  }
  .nav-mobile ul {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .nav-mobile .menu-link {
    padding: 0.75rem 0.25rem;
  }
  #header.semi-transparent {
    background-color: rgba(13, 11, 10, 0.82) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  @media (max-width: 991px) {
    #header:not(.semi-transparent) {
      background-color: transparent !important;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }
    html.primary-menu-open #header, body.primary-menu-open #header {
      background-color: rgba(8, 6, 5, 0.96) !important;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
  }
  #hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    min-height: 100dvh;
    background-color: var(--bs-bg);
  }
  .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    opacity: 0.28;
  }
  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13,11,10,0.98) 0%,  rgba(13,11,10,0.72) 25%,  rgba(13,11,10,0.60) 55%, rgba(13,11,10,0.96) 100% );
    z-index: 1;
  }
  #dust-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    pointer-events: none;
    z-index: 40;
  }
  #dust-canvas canvas {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 2rem 1.5rem;
    z-index: 10;
  }
  .hero-scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: block;
    color: var(--bs-muted);
    opacity: 0.5;
    transition: opacity 0.3s, color 0.2s;
    animation: bounce-hint 2.4s ease-in-out infinite;
    text-decoration: none;
  }
  .hero-scroll-hint:hover, .hero-scroll-hint:focus-visible {
    opacity: 1;
    color: var(--bs-gold);
  }
  @keyframes bounce-hint {
    0%, 100% {
      transform: translateX(-50%) translateY(0);
    }
    50% {
      transform: translateX(-50%) translateY(8px);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .hero-scroll-hint {
      animation: none;
    }
  }
  .hero-title {
    font-family: 'Smokum', serif;
    font-size: clamp(4.5rem, 15vw, 11rem);
    color: var(--bs-gold);
    letter-spacing: 0.10em;
    margin: 0;
    line-height: 1;
    --hero-stroke: 0.024em;
    -webkit-text-stroke: var(--hero-stroke) var(--bs-gold);
    paint-order: stroke fill;
    filter: url(#battlesuit-weather);
    text-shadow: 1px 1px 0 rgba(120, 80, 10, 0.45),  0 3px 40px rgba(201, 169, 110, 0.18),  0 0 90px rgba(201, 169, 110, 0.07);
  }
  .hero-byline {
    font-family: 'Lato', sans-serif;
    font-size: clamp(0.7rem, 2vw, 0.9rem);
    letter-spacing: 0.30em;
    text-transform: uppercase;
    color: var(--bs-muted);
    margin-top: 1.4rem;
    margin-bottom: 0;
  }
  .hero-btn-primary {
    border-color: var(--bs-gold) !important;
    color: var(--bs-gold) !important;
    background: transparent !important;
  }
  .hero-btn-primary:hover {
    background: var(--bs-gold) !important;
    color: var(--bs-bg) !important;
  }
  .hero-btn-secondary {
    background: var(--bs-gold) !important;
    color: var(--bs-bg) !important;
    border-color: var(--bs-gold) !important;
  }
  .hero-btn-secondary:hover {
    background: var(--bs-dust) !important;
    border-color: var(--bs-dust) !important;
  }
  .wind-flutter {
    transform-origin: top center;
    animation: wind-gust 7s ease-in-out alternate infinite;
    display: inline-block;
  }
  .wind-flutter-delay {
    animation-delay: 0.45s;
  }
  @keyframes wind-gust {
    0% {
      transform: rotateX(0deg);
    }
    8% {
      transform: rotateX(5deg);
    }
    100% {
      transform: rotateX(0deg);
    }
  }
  @keyframes sign-sway {
    0% {
      transform: rotate(0deg);
    }
    14% {
      transform: rotate(-1.3deg);
    }
    32% {
      transform: rotate( 1.7deg);
    }
    50% {
      transform: rotate(-1.0deg);
    }
    66% {
      transform: rotate( 0.6deg);
    }
    80% {
      transform: rotate(-0.2deg);
    }
    90% {
      transform: rotate( 0.1deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes dust-settle-glow {
    0% {
      box-shadow: none;
    }
    25% {
      box-shadow: 0 0 10px rgba(201, 169, 110, 0.28);
    }
    100% {
      box-shadow: none;
    }
  }
  .card {
    transform-origin: top center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .card:hover {
    transform: translateY(-2px);
  }
  .card.dust-surge {
    animation: sign-sway 1.9s cubic-bezier(0.4, 0, 0.2, 1), dust-settle-glow 2.1s ease-out;
  }
  #battlesuit {
    background-color: var(--bs-bg);
    color: var(--bs-cream);
    padding-bottom: 0;
  }
  .battlesuit-quote-block {
    padding: 3rem 2rem;
    border: none;
    border-left: 3px solid var(--bs-mesa);
    background: var(--bs-surface);
    border-radius: 0 6px 6px 0;
  }
  .battlesuit-pullquote {
    margin: 0;
    padding: 0;
    border: none;
  }
  .battlesuit-pullquote p {
    font-family: 'Rye', serif;
    font-size: clamp(1.1rem, 2.2vw, 1.7rem);
    color: var(--bs-cream);
    line-height: 1.4;
    margin: 0;
  }
  .book-lead {
    font-size: 1.15rem;
    font-weight: 300;
    color: var(--bs-muted);
    line-height: 1.8;
    margin: 0;
  }
  .btn-gold {
    background-color: var(--bs-gold) !important;
    border-color: var(--bs-gold) !important;
    color: var(--bs-bg) !important;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .btn-gold:hover {
    background-color: var(--bs-dust) !important;
    border-color: var(--bs-dust) !important;
  }
  .canyon-strip {
    position: relative;
    width: 100%;
    height: 280px;
    margin-top: 4rem;
    background-size: cover;
    background-position: center 42%;
    background-attachment: fixed;
    overflow: hidden;
  }
  .canyon-strip-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, var(--bs-bg) 0%, rgba(26, 18, 10, 0.58) 22%, rgba(26, 18, 10, 0.52) 78%, var(--bs-surface) 100% );
    z-index: 1;
  }
  .canyon-strip-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 8%;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: clamp(0.95rem, 2.5vw, 1.3rem);
    color: var(--bs-muted);
    letter-spacing: 0.04em;
    z-index: 2;
  }
  @media (max-width: 768px) {
    .canyon-strip {
      background-attachment: scroll;
      height: 200px;
    }
  }
  #about {
    background-color: var(--bs-surface);
    color: var(--bs-cream);
  }
  .about-photo-wrap {
    display: inline-block;
    position: relative;
  }
  .about-photo {
    width: 100%;
    max-width: 320px;
    border-radius: 4px;
    filter: sepia(20%) contrast(1.05);
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
  }
  .about-photo-wrap::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 60%;
    height: 60%;
    border-right: 2px solid var(--bs-mesa);
    border-bottom: 2px solid var(--bs-mesa);
    border-radius: 0 0 4px 0;
    pointer-events: none;
  }
  .about-para {
    color: var(--bs-muted);
    line-height: 1.9;
    margin: 0 0 1rem;
  }
  .about-para:last-of-type {
    margin-bottom: 0;
  }
  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid transparent;
    color: var(--bs-muted);
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  }
  #courses {
    background-color: var(--bs-bg);
    color: var(--bs-cream);
    padding-block: 6rem;
  }
  .courses-lede {
    max-width: 46ch;
    margin: 1rem auto 0;
    color: var(--bs-muted);
    line-height: 1.9;
  }
  .course-card {
    display: block;
    height: 100%;
    padding: 2rem;
    background-color: var(--bs-surface);
    border: 1px solid rgba(212, 168, 83, 0.18);
    border-left: 3px solid var(--bs-gold);
    border-radius: 10px;
    text-decoration: none;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }
  .course-card-cs {
    border-left-color: #2c4a7c;
    border-color: rgba(44, 74, 124, 0.28);
  }
  .course-card:hover {
    transform: translateY(-3px);
    border-color: rgba(212, 168, 83, 0.5);
    box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.9);
    text-decoration: none;
  }
  .course-card-cs:hover {
    border-color: rgba(44, 74, 124, 0.6);
  }
  .course-mark {
    display: block;
    margin-bottom: 1rem;
    opacity: 0.9;
  }
  .course-name {
    margin: 0 0 0.6rem;
    font-size: 1.5rem;
    color: var(--bs-cream);
  }
  .course-blurb {
    margin: 0 0 1.2rem;
    color: var(--bs-muted);
    line-height: 1.8;
  }
  .course-go {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bs-gold);
  }
  .course-card-cs .course-go {
    color: #7ea6da;
  }
  @media (max-width: 767px) {
    #courses {
      padding-block: 4rem;
    }
  }
  #subscribe {
    background-color: var(--bs-surface);
    color: var(--bs-cream);
  }
  #subscribe .heading-block {
    margin-bottom: 0;
  }
  #subscribe .section-title {
    font-family: 'Rye', serif;
  }
  .subscribe-eyebrow {
    display: block;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 0.70rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bs-gold);
    margin-bottom: 0.6rem;
  }
  .subscribe-lead {
    font-size: 1rem;
    color: var(--bs-muted);
    line-height: 1.75;
    margin-top: 0.75rem;
    margin-bottom: 0;
  }
  .subscribe-row {
    display: flex;
    align-items: stretch;
    max-width: 460px;
    margin: 2rem auto 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 0 1px var(--bs-border);
    transition: box-shadow 0.2s;
  }
  .subscribe-row:focus-within {
    box-shadow: 0 0 0 2px rgba(212, 168, 83, 0.45);
  }
  .subscribe-email {
    flex: 1 1 auto;
    height: 52px;
    background-color: var(--bs-surface) !important;
    border: none !important;
    border-radius: 0 !important;
    color: var(--bs-cream) !important;
    padding: 0 1.2rem;
    font-size: 0.95rem;
    outline: none;
    box-shadow: none !important;
  }
  .subscribe-email::placeholder {
    color: var(--bs-muted) !important;
    opacity: 0.6;
  }
  .subscribe-btn {
    flex: 0 0 auto;
    height: 52px;
    background-color: var(--bs-gold) !important;
    border: none !important;
    border-radius: 0 !important;
    color: var(--bs-bg) !important;
    font-family: 'Lato', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0 1.8rem;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
  }
  .subscribe-btn:hover {
    background-color: var(--bs-dust) !important;
  }
  #mc-subscribe-result {
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    color: var(--bs-gold);
  }
  .subscribe-decoy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    left: -9999px;
  }
  #footer {
    background-color: var(--bs-surface) !important;
    border-top: 5px solid rgba(240, 232, 216, 0.15);
    padding: 4rem 0 0;
  }
  .footer-widgets-wrap {
    padding-block: 5.5rem;
  }
  .footer-logo-text {
    font-family: 'Rye', serif;
    font-size: 1.55rem;
    color: var(--bs-gold);
    letter-spacing: 0.08em;
    display: block;
    line-height: 1;
    margin-bottom: 0.1rem;
  }
  .footer-logo-sub {
    font-family: 'Lato', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bs-muted);
    opacity: 0.7;
    display: block;
    margin-bottom: 1rem;
  }
  .footer-blurb {
    color: var(--bs-muted);
    font-size: 0.9rem;
    margin: 0;
  }
  .footer-heading {
    font-family: 'Lato', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bs-gold);
    margin-bottom: 1rem;
  }
  .footer-links {
    margin: 0;
    padding: 0;
  }
  .footer-links li {
    margin-bottom: 0.5rem;
  }
  .footer-links a, .footer-credits a {
    color: var(--bs-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
  }
  .footer-links a:hover, .footer-credits a:hover {
    color: var(--bs-gold);
  }
  .footer-credits {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-credits li {
    font-size: 0.8rem;
    color: var(--bs-muted);
    margin-bottom: 0.4rem;
    line-height: 1.5;
  }
  .footer-social a {
    color: var(--bs-muted);
    transition: color 0.2s;
  }
  .footer-social a:hover {
    color: var(--bs-gold);
  }
  .footer-bottom {
    margin-top: 3rem;
    padding: 1.2rem 0;
    border-top: 1px solid var(--bs-border);
  }
  .footer-fineprint {
    color: var(--bs-muted);
    font-size: 0.82rem;
  }
  .footer-fineprint-link {
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    color: var(--bs-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    transition: color 0.2s;
  }
  .footer-fineprint-link:hover, .footer-fineprint-link:focus-visible {
    color: var(--bs-gold);
  }
  .dlg {
    width: min(800px, 92vw);
    max-height: 85vh;
    margin: auto;
    padding: 0;
    border: 1px solid #2a2520;
    border-radius: 0;
    background: #1a1410;
    color: var(--bs-cream);
    clip-path: polygon( 18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px );
  }
  .dlg[open] {
    display: flex;
    flex-direction: column;
  }
  .dlg::backdrop {
    background-color: rgba(13, 11, 10, 0.85);
  }
  .dlg-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex: 0 0 auto;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #2a2520;
  }
  .dlg-title {
    font-family: 'Rye', serif;
    font-size: 1.25rem;
    color: var(--bs-gold);
    margin: 0;
  }
  .dlg-close {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    background: none;
    color: var(--bs-muted);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s;
  }
  .dlg-close:hover, .dlg-close:focus-visible {
    color: var(--bs-gold);
  }
  .dlg-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem 1.5rem 1.5rem;
    font-size: 0.9rem;
    line-height: 1.8;
    color: var(--bs-muted);
  }
  .dlg-body p {
    margin: 0 0 1rem;
  }
  .dlg-body p:last-child {
    margin-bottom: 0;
  }
  @media (max-width: 575px) {
    .dlg {
      clip-path: polygon( 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px );
    }
  }
  .text-gold {
    color: var(--bs-gold) !important;
  }
  .text-dust {
    color: var(--bs-dust) !important;
  }
  .text-mesa {
    color: var(--bs-mesa) !important;
  }
  .text-cream {
    color: var(--bs-cream) !important;
  }
  .text-muted-bs {
    color: var(--bs-muted) !important;
  }
  .bg-bs {
    background-color: var(--bs-bg) !important;
  }
  .bg-surface {
    background-color: var(--bs-surface) !important;
  }
  .mt-6 {
    margin-top: 4rem !important;
  }
  .battlesuit-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
  }
  .battlesuit-cta-row .ms-3 {
    margin-left: 0 !important;
  }
  @media (max-width: 767px) {
    section {
      padding: 4rem 0;
    }
    .hero-content {
      padding: 1rem;
    }
    .battlesuit-quote-block {
      padding: 2rem 1.2rem;
    }
    #hero {
      min-height: 100dvh;
    }
    .hero-content {
      top: 55%;
    }
    .battlesuit-cta-row {
      flex-direction: column;
      align-items: flex-start;
    }
    .excerpt-modal-footer {
      display: none !important;
    }
  }
  @media (max-width: 575px) {
    .hero-btn-primary {
      display: none !important;
    }
    .hero-title {
      font-size: clamp(2.2rem, 11vw, 4.5rem);
      letter-spacing: 0.05em;
    }
    .subscribe-row {
      position: relative;
      overflow: visible;
      box-shadow: none;
      border: 1px solid var(--bs-border);
      border-radius: 4px;
      flex-wrap: wrap;
      transition: border-color .2s;
    }
    .subscribe-row:focus-within {
      border-color: rgba(212, 168, 83, 0.45);
      box-shadow: none;
    }
    .subscribe-email {
      flex: 1 1 0;
      min-width: 0;
      border-radius: 4px !important;
      padding-right: 8.5rem;
    }
    .subscribe-btn {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: 0 3px 3px 0 !important;
      z-index: 2;
    }
    .subscribe-row:focus-within .subscribe-email {
      flex: 0 0 100%;
      padding-right: 1.2rem;
      border-radius: 4px 4px 0 0 !important;
    }
    .subscribe-row:focus-within .subscribe-btn {
      position: static;
      flex: 0 0 100%;
      height: 48px;
      border-radius: 0 0 4px 4px !important;
    }
  }
  .mc-step2-wrap {
    margin-top: 1.2rem;
    text-align: center;
  }
  .mc-step2-prompt {
    font-size: 0.88rem;
    color: var(--bs-muted);
    margin-bottom: 0.7rem;
    letter-spacing: 0.03em;
  }
  .mc-step2-optional {
    font-size: 0.78rem;
    opacity: 0.6;
    font-style: italic;
  }
  .mc-step2-row {
    display: flex;
    align-items: stretch;
    max-width: 340px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 0 1px var(--bs-border);
  }
  .mc-step2-row:focus-within {
    box-shadow: 0 0 0 2px rgba(212, 168, 83, 0.45);
  }
  .mc-fname-input {
    height: 44px !important;
  }
  .mc-fname-btn {
    height: 44px !important;
    padding: 0 1.2rem !important;
  }
  .mc-skip-link {
    display: block;
    margin-top: 0.6rem;
    font-size: 0.78rem;
    color: var(--bs-muted);
    opacity: 0.65;
    text-decoration: none;
    letter-spacing: 0.06em;
    transition: opacity 0.2s;
  }
  .mc-skip-link:hover {
    opacity: 1;
  }
  .mc-fname-confirm {
    font-size: 0.85rem;
    color: var(--bs-muted);
  }
  .dlg-excerpt {
    width: min(900px, 92vw);
    background: #130f0b;
  }
  @media (min-width: 1200px) {
    .dlg-excerpt {
      width: min(1000px, 92vw);
    }
  }
  .excerpt-eyebrow {
    display: block;
    font-family: 'Exo 2', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bs-gold);
    margin-bottom: 0.15rem;
  }
  .excerpt-modal-title {
    font-family: 'Rye', serif;
    color: var(--bs-gold);
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    margin: 0;
  }
  .excerpt-modal-body {
    font-family: 'EB Garamond', serif;
    font-size: 1.18rem;
    line-height: 1.85;
    color: var(--bs-cream);
    padding: 2rem 2.5rem;
  }
  .excerpt-drop-cap {
    float: left;
    font-family: 'Rye', serif;
    font-size: 4.3em;
    line-height: 0.72;
    padding-right: 0.07em;
    padding-top: 0.04em;
    color: var(--bs-gold);
  }
  .excerpt-modal-body p {
    margin-bottom: 1.2rem;
    text-indent: 1.5em;
  }
  .excerpt-modal-body p:first-of-type {
    text-indent: 0;
  }
  .excerpt-modal-footer {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #2a2520;
    background: rgba(8, 6, 5, 0.6);
  }
  .excerpt-space-hint {
    font-size: 0.72rem;
    color: #3a3028;
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .excerpt-cta-text {
    font-size: 0.88rem;
    color: var(--bs-muted);
    margin: 0;
    letter-spacing: 0.04em;
  }
  .btn-excerpt {
    border-color: var(--bs-mesa) !important;
    color: var(--bs-mesa) !important;
    background: transparent !important;
  }
  .btn-excerpt:hover {
    background: var(--bs-mesa) !important;
    color: var(--bs-cream) !important;
  }
  .hero-btn-primary, .hero-btn-secondary, .btn-gold, .btn-excerpt {
    position: relative;
    clip-path: polygon( 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.28);
  }
  .subscribe-btn {
    position: relative;
    overflow: hidden;
    clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100% );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.28);
  }
  @media (max-width: 575px) {
    .subscribe-btn {
      clip-path: none;
    }
  }
  #gotoTop {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid var(--bs-gold);
    border-radius: 0;
    background: rgba(17, 14, 11, 0.82);
    color: var(--bs-gold);
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    clip-path: polygon( 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px );
  }
  #gotoTop[hidden] {
    display: none;
  }
  #gotoTop:hover, #gotoTop:focus-visible {
    background: var(--bs-gold);
    color: var(--bs-bg);
  }
  .about-social a, .footer-social a {
    background: var(--bs-surface);
    border-color: var(--bs-border);
    border-radius: 0;
    clip-path: polygon( 7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px );
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  }
  .about-social a:hover, .about-social a:focus-visible, .footer-social a:hover, .footer-social a:focus-visible {
    background: var(--bs-gold);
    border-color: var(--bs-gold);
    color: var(--bs-bg);
  }
  .battlesuit-quote-block {
    position: relative;
  }
  .battlesuit-quote-block::before, .battlesuit-quote-block::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid var(--bs-gold);
    opacity: 0.45;
    pointer-events: none;
  }
  .battlesuit-quote-block::before {
    top: 10px;
    right: 10px;
    border-left: none;
    border-bottom: none;
  }
  .battlesuit-quote-block::after {
    bottom: 10px;
    right: 10px;
    border-left: none;
    border-top: none;
  }
  .about-photo-wrap::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 38%;
    height: 38%;
    border-left: 2px solid var(--bs-mesa);
    border-top: 2px solid var(--bs-mesa);
    border-radius: 4px 0 0 0;
    pointer-events: none;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
