*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

.subpage-content {
  margin-top: 6rem;
}

/* =========================
   HERO / HEADER
========================= */

.hero-top-row {
  position: relative;
}

.kiosk-header-band,
    .kiosk-header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(90px, 8vw, 188px);
  z-index: 10;
  background: rgba(116,80,72,.4);
}

.kiosk-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kiosk-header-inner {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  padding-left: clamp(20px,6vw,200px);
  padding-right: clamp(20px,6vw,200px);
}

.kiosk-header-title {
  font-size: clamp(20px,3vw,48px);
  letter-spacing: clamp(1px,.3vw,2px);
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

/* =========================
   BACKGROUND IMAGES
========================= */

.veterans-section {
  position: relative;
  min-height: 100vh;
  background: url('/graphics/bg-desktop.jpg') center top / cover no-repeat;
}

@media (max-width:1024px) {
  .veterans-section {
    background-image: url('/graphics/bg-tablet.jpg');
  }
}

@media (max-width:768px) {
  .veterans-section {
    background-image: url('/graphics/bg-mobile.jpg');
  }
}

/* =========================
   CONTAINER
========================= */

.kiosk-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  padding: clamp(120px,10vw,220px) clamp(20px,6vw,200px) 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.conversations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 90px;
}

/* =========================
   NAV TILES
========================= */

.nav-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  z-index: 50;
  left: 100px;
}

.nav-tile {
  width: clamp(80px,40vw,80px);
  border-radius: 12px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 60;
  transition: all .3s ease;
  margin-top: 100px;
}

.nav-active {
  border: 2px solid #FFF;
  box-shadow: 0 0 40px rgba(255,255,255,.6);
  transform: scale(1.05);
}

.nav-tile-top {
  height: clamp(90px,35vw,90px);
  background: #2B2E55;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tile-top img {
  width: clamp(90px,15vw,200px);
}

.nav-tile-divider {
  height: 3px;
  background: #FFFAEB;
}

.nav-tile-bottom {
  height: clamp(40px,15vw,40px);
  background: #761316;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tile-bottom span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(13px,1vw,34px);
  letter-spacing: 1px;
  color: #FFFAEB;
}

.sub-nav-tiles {
  position: absolute;
  top: clamp(10px, 16vw, 240px);
  right: clamp(2px, 2vw, 200px);
  display: flex;
  gap: 1rem;
  z-index: 50;
}

.sub-nav-tile {
  width: clamp(80px, 40vw, 90px);
  border-radius: 12px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 60;
  transition: all 0.3s ease;
}

.sub-nav-tile-top {
  height: clamp(80px, 35vw, 90px);
  background: #2B2E55;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-nav-tile-top img {
  width: clamp(80px, 2vw, 200px);
}

.sub-nav-tile-divider {
  height: 2px;
  background: #FFFAEB;
}

.sub-nav-tile-bottom {
  height: clamp(40px, 15vw, 40px);
  background: #761316;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-nav-tile-bottom span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(13px, 1vw, 34px);
  letter-spacing: 1px;
  color: #FFFAEB;
}

.veterans-subtitle {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  color: #FFFAEB;
  margin-bottom: 60px;
  letter-spacing: 3px;
  margin-top: -49px;
  margin-left: 100px;
}

/* =========================
   LOGO
========================= */

.veterans-logo img {
  width: clamp(200px,20vw,850px);
  margin-top: clamp(-300px,-3vw,-290px);
  position: relative;
  z-index: 100;
}

.sub-hero-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sub-veterans-logo {
  width: clamp(220px, 20vw, 850px);
  margin-top: clamp(-300px, -3vw, -40px);
  position: relative;
  z-index: 100;
}

/* ======================================================
   HERO CARD (Base)
====================================================== */

.hero-card-wrapper {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  margin-bottom: -2rem;
}

.hero-card {
  background: rgba(43, 46, 85, 0.9);
  width: 100%;
  max-width: 380px;
  margin-bottom: 2rem;
}

.hero-card-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1.5rem;
  position: relative;
}

.hero-media,
    .conversation-thumbnail {
  position: relative;
}

.hero-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  display: block;
  width: 330px;
  height: 150px;
}

.hero-thumbnail,
    .conversation-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  display: block;
}

.hero-play,
    .conversation-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hero-play img {
  width: clamp(40px, 8vw, 150px);
  transition: transform 0.3s ease;
  z-index: 20;
}

.hero-title {
  font-size: clamp(10px, 5vw, 13px);
  line-height: 1;
  margin-bottom: .5rem;
}

.hero-desc {
  font-size: clamp(8px, 3.5vw, 10px);
  line-height: 1.5;
}

.hero-footer {
  height: 25px;
  background: #761316;
  position: relative;
}

.gallery-accent,
    .conversation-accent,
    .hero-footer-accent {
  position: absolute;
  background-image: url('/graphics/WhiteStar.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-footer-accent {
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  width: clamp(30px, 7vw, 30px);
  height: clamp(40px, 7vw, 40px);
}

/* ======================================================
   IMAGE GALLERY (Base - Mobile First)
====================================================== */

.gallery-carousel {
  position: relative;
  padding-bottom: 4rem;
  margin: 100px;
  margin-top: -100px;
}

.gallery-accent {
  top: -30px;
  width: clamp(50px, 6vw, 90px);
  height: clamp(50px, 6vw, 90px);
}

.gallery-page {
  display: none;
}

.gallery-page.active-page {
  display: block;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  justify-items: center;
  margin-top: 3rem;
}

.gallery-card {
  width: 100%;
  max-width: 160px;
  background: #2B2E55;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 275px;
  border-radius: 12px;
}

.gallery-card-top {
  padding: 1rem;
}

.gallery-card-top img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.gallery-divider {
  height: 2px;
  background: #FFFAEB;
}

.gallery-card-bottom {
  background: #761316;
  padding: 1.5rem;
  text-align: center;
  position: relative;
  height: 290px;
}

.gallery-card-bottom h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(16px, 2vw, 28px);
  color: #FFFAEB;
  margin-bottom: -7px;
}

.gallery-card-bottom p {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(13px, 2vw, 22px);
  color: #FFFAEB;
  margin-top: 5px;
}

.gallery-accent {
  top: -12px;
  width: 30px;
  height: 30px;
  left: 40%;
}

/* Gallery arrows */

.gallery-controls {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: -8rem;
  padding-bottom: 2rem;
}

.gallery-arrow {
  width: 50px;
  height: 50px;
  background: #2B2E55;
  border: 1px solid #FFFAEB;
  color: #FFFAEB;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gallery-arrow:hover {
  background: #761316;
  /* Red */
  transform: scale(1.1);
}

.alphabet-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}

.alphabet-pagination button {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  background: #2B2E55;
  color: #FFFAEB;
  border: 2px solid #FFFAEB;
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
}

.alphabet-pagination button.active-letter {
  background: #761316;
  /* Red */
  transform: scale(1.1);
}

.gallery-card {
  visibility: visible;
}

.gallery-hidden {
  display: none;
}

.gallery-search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
}

#veteranSearch {
  width: 320px;
  padding: 12px 16px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  border: 2px solid #FFFAEB;
  background: #2B2E55;
  color: #FFFAEB;
  pointer-events: none;
}

#veteranSearch::-moz-placeholder {
  color: #FFFAEB;
  opacity: .5;
}

#veteranSearch::placeholder {
  color: #FFFAEB;
  opacity: .5;
}

#clearSearch {
  width: 40px;
  height: 40px;
  background: #761316;
  color: #FFFAEB;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.search-icon-btn svg {
  filter: drop-shadow(0 0 4px white);
}

#searchResults .gallery-grid {
  justify-content: center;
}

.no-results-message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.no-results-inner {
  border: 2px solid #FFFAEB;
  background: #2B2E55;
  padding: 40px 60px;
  text-align: center;
}

.no-results-inner h2 {
  font-family: 'Bebas Neue',sans-serif;
  letter-spacing: 3px;
  font-size: 40px;
  color: #FFFAEB;
  margin-bottom: 10px;
}

.no-results-inner p {
  font-family: 'Montserrat',sans-serif;
  color: #FFFAEB;
  opacity: .7;
}

.gallery-hidden {
  display: none !important;
}

/* ========================================
   LUSHOOTSEED GRID
======================================== */

.lushootseed-grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 30px;
  padding-bottom: 80px;
}

/* ========================================
   LUSHOOTSEED CARD
======================================== */

.lushootseed-card {
  background: rgba(43, 46, 85, 0.85);
  border: 2px solid #F0EBE3;
  border-radius: 25px;
  width: 420px;
  margin: 0 auto;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
  padding: 20px;
  min-height: 150px;
}

.lushootseed-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: #FFFAEB;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.lushootseed-native {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #FFFAEB;
  margin-bottom: 12px;
  margin-top: 15px;
  margin-left: 15px;
}

.lushootseed-english {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #FFFAEB;
  margin-bottom: 15px;
  margin-left: 15px;
}

.lushootseed-card audio {
  width: 100%;
}

.lushootseed-card {
  position: relative;
}

.lushootseed-card audio {
  width: 100%;
  transform-origin: center;
}

/* ========================================
   CUSTOM AUDIO (SQUARE)
======================================== */

.custom-audio {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFFAEB;
  padding: 12px;
  border: 3px solid #761316;
  border-radius: 0;
  height: 20px;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: 10px;
  margin-right: 10px;
}

.play-btn {
  width: 18px;
  height: 18px;
  color: #2B2E55;
  font-size: 12px;
  border: none;
  cursor: pointer;
}

.time {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #2B2E55;
  width: 20px;
  text-align: center;
}

.progress-bar {
  flex: 1;
  height: 5px;
  background: #761316;
  cursor: pointer;
  position: relative;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: #c0aaaac4;
}

.volume-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
}

.volume-slider {
  width: 60px;
  height: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: linear-gradient( to right, #761316 0%, #761316 100%, #c0aaaac4 100% );
}

/* Chrome / Edge track */

.volume-slider::-webkit-slider-runnable-track {
  height: 10px;
  background: transparent;
}

/* Thumb */

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  background: #2B2E55;
  /* Navy thumb */
  border: .2px solid #FFFAEB;
  cursor: pointer;
  margin-top: -1px;
}

/* Firefox */

.volume-slider::-moz-range-track {
  height: 10px;
  background: transparent;
}

.volume-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #2B2E55;
  border: 3px solid #FFFAEB;
  cursor: pointer;
}

.volume-svg {
  width: 20px;
  height: 15px;
  fill: #2B2E55;
  stroke: #2B2E55;
  transition: transform 0.2s ease;
}

.volume-icon:hover .volume-svg {
  transform: scale(1.15);
}

.conversation-play img {
  width: clamp(50px, 4vw, 150px);
  transition: transform 0.3s ease;
}

.conversation-accent {
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  width: clamp(20px, 4vw, 80px);
  height: clamp(20px, 4vw, 80px);
}

.conversation-card {
  background: rgba(43, 46, 85, 0.85);
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  width: 100%;
}

.conversation-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: 1.5rem;
}

.conversation-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.conversation-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conversation-body {
  padding: .9rem;
  text-align: center;
  flex: 1;
}

.conversation-body h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 2vw, 40px);
  color: #FFFAEB;
  margin-bottom: .5rem;
}

.conversation-body p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(10px, 1.2vw, 22px);
  color: #FFFAEB;
  line-height: 1.5;
}

.conversation-footer {
  height: 25px;
  background: #761316;
  position: relative;
}

.mobile-menu-btn, .sub-mobile-menu-btn, .mobile-menu, .sub-mobile-menu {
  display: none;
}

.gallery-search-wrapper {
  position: relative;
  width: 250px;
  margin-top: 10px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: 160px;
}

/* search input */

#veteranSearch {
  width: 250px;
  padding: 8px 36px 8px 14px;
  border: 1px solid #FFFAEB;
  font-size: 13px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
  transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .3s ease;
  z-index: 1;
  pointer-events: none;
}

/* expanded */

#searchWrapper:not(.collapsed) #veteranSearch {
  transform: scaleX(1);
  opacity: 1;
  box-shadow: 0 0 10px rgba(255,250,235,.4);
  pointer-events: auto;
}

/* search icon */

.search-icon-btn {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  color: #FFFAEB;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .25s ease;
  z-index: 1;
}

.search-icon-btn svg {
  width: 34px;
  height: 34px;
}

/* clear button */

#clearSearch {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #9b1c1c;
  color: white;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 2;
  pointer-events: none;
}

/* hide search icon when open */

#searchWrapper:not(.collapsed) .search-icon-btn {
  opacity: 0;
  pointer-events: none;
}

/* show clear button */

#searchWrapper:not(.collapsed) #clearSearch {
  opacity: 1;
  pointer-events: auto;
}

/* hamburger button */

.mobile-menu-btn, .sub-mobile-menu-btn {
  width: 40px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 200;
  margin-top: -145px;
  margin-right: 7px;
}

.mobile-menu-btn span, .sub-mobile-menu-btn span {
  height: 4px;
  background: #FFFAEB;
  border-radius: 2px;
}

.mobile-menu, .sub-mobile-menu {
  position: absolute;
  right: 0;
  width: 140px;
  background: #f9f9fbc2;
  flex-direction: column;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all .25s ease;
}

.mobile-menu {
  top: 12px;
}

.sub-mobile-menu {
  top: 190px;
  right: 45px;
  width: 140px;
}

.mobile-menu.active, .sub-mobile-menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 9999;
}

/* menu items */

.mobile-menu a, .sub-mobile-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  text-decoration: none;
  color: #333153;
  font-family: 'Bebas Neue';
  font-size: 14px;
  border-bottom: 1px solid rgba(118,19,22,.35);
  letter-spacing: 1px;
}

.mobile-menu img, .sub-mobile-menu img {
  width: 30px;
}

.mobile-menu a:hover, .sub-mobile-menu a:hover {
  background: #f9f9fbc2;
  border-radius: 5px;
}

.nav-tiles,
    .sub-nav-tiles {
  display: flex;
}

.mobile-menu-btn, .sub-mobile-menu-btn,
    .mobile-menu, .sub-mobile-menu {
  display: none;
}

body.menu-open .search-icon-btn {
  opacity: 0;
  pointer-events: none;
}

body.menu-open #veteranSearch {
  transform: scaleX(0);
  opacity: 0;
  pointer-events: none;
}

.image-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.image-modal.active {
  display: block;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
}

#modalImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.pdf-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.pdf-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity .3s ease;
}

.pdf-container {
  position: relative;
  width: min(800px, 90%);
  max-height: 95vh;
  margin: 5vh auto;
  background: #292b50d6;
  color: #FFFAEB;
  overflow-y: auto;
  padding: 60px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .9);
  transform: translateY(40px) scale(.95);
  opacity: 0;
  transition: all .35s ease;
}

.pdf-modal.active .pdf-container {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.pdf-modal.active {
  display: block;
}

.pdf-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  background: none;
  border: none;
  color: #FFFAEB;
  cursor: pointer;
}

#pdfFrame {
  width: 100%;
  height: 80vh;
  border: none;
  display: block;
}

.view-pdf-btn {
  background: none;
  border: none;
  color: #FFFAEB;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 5;
}

.view-pdf-btn:hover {
  text-decoration: underline;
  opacity: 1;
}

.section-title {
  font-family: 'Arial', sans-serif;
  font-size: clamp(20px, 3vw, 30px);
  color: #FFFAEB;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}

.photos-articles-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(20px, 4vw, 80px);
  align-items: stretch;
  padding: 0 clamp(20px, 5vw, 100px) 80px;
}

.articles-section {
  background: rgba(120, 20, 20, 0.6);
  padding: 0 40px 0px 40px;
}

/* ARTICLES */

.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(15px, 3vw, 45px);
}

.article-card {
  background: rgba(0,0,0,0.4);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.article-card:hover {
  transform: scale(1.03);
}

.article-image img {
  width: 100%;
}

.article-content {
  padding: 10px;
  background-color:#2B2E55;
}

/* TITLE */

.article-content h3 {
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 600;
  color: #FFFAEB;
  line-height: 1.3;
  margin: 0;
}

/* LINK */

.article-content a {
  font-size: 12px;
  color: #FFFAEB;
  text-decoration: none;
  opacity: 0.85;
  transition: all 0.2s ease;
}

/* HOVER EFFECT */

.article-content a:hover {
  opacity: 1;
  transform: translateX(4px);
}

/* ================================
   ARTICLES GALLERY SECTION
================================ */

.articles-gallery-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ================================
   MAIN IMAGE + ARROWS
================================ */

.articles-gallery-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* BIG IMAGE */

.articles-gallery-main img {
  width: 100%;
  max-width: clamp(280px, 40vw, 500px);
  height: auto;
}

/* ================================
   ARROWS
================================ */

.articles-gallery-controls {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
}

.articles-gallery-arrow {
  width: clamp(30px, 5vw, 40px);
  height: clamp(30px, 5vw, 40px);
  background: #2B2E55;
  border: 1px solid #FFFAEB;
  color: #FFFAEB;
  font-size: clamp(14px, 2vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.articles-gallery-arrow:hover {
  background: #761316;
  transform: scale(1.1);
}

/* ================================
   COUNTER
================================ */

.articles-gallery-counter {
  color: #FFFAEB;
  margin-bottom: 5px;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-start;
  margin-top: 30px;
}

/* ================================
   THUMBNAILS GRID
================================ */

.articles-gallery-thumbnails-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.articles-gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: clamp(8px, 1.5vw, 16px);
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.articles-gallery-thumbnails img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  box-shadow: 0 6px 4px rgba(0,0,0,.5);
  transition: all 0.2s ease;
}

/* HOVER */

.articles-gallery-thumbnails img:hover {
  transform: scale(1.1);
}

/* ACTIVE */

.articles-gallery-thumbnails img.active {
  border: 3px solid #FFFAEB;
}

.articles-gallery-pages {
  display: flex;
  gap: 8px;
  align-items: center;
}

.articles-gallery-pages button {
  width: 30px;
  height: 30px;
  background: #2B2E55;
  border: 1px solid #FFFAEB;
  color: #FFFAEB;
  cursor: pointer;
}

.articles-gallery-pages button.active {
  background: #761316;
}

/* =========================
   NEWS GRID + CARDS
========================= */

.news-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 90px;
  padding: 120px;
  margin-top: -120px;
}

.news-card {
  background: #2b2e55c7;
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 10px 18px rgba(0,0,0,.9);
  transition: transform .25s ease, box-shadow .25s ease;
  cursor: pointer;
  border-radius: 10px;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,1);
}

.news-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-content h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  color: #FFFAEB;
  margin-bottom: 10px;
}

.news-content p {
  font-size: 14px;
  color: #d6cfcf;
  line-height: 1.5;
  flex-grow: 1;
}

.news-link {
  text-align: right;
  font-size: 18px;
}

.news-link a {
  color: #dfcaca;
  text-decoration: none;
  font-weight: bold;
}

.news-link a:hover {
  text-decoration: underline;
}

/* =========================
   NEWS MODAL
========================= */

.news-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.news-modal.active {
  display: block;
}

.news-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity .3s ease;
}

.news-modal.active .news-overlay {
  opacity: 1;
}

.news-container {
  position: relative;
  width: min(800px, 90%);
  max-height: 95vh;
  margin: 5vh auto;
  background: #2b2e5594;
  color: #FFFAEB;
  overflow-y: auto;
  padding: 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,.9);
  transform: translateY(40px) scale(.95);
  opacity: 0;
  transition: all .35s ease;
}

.news-modal.active .news-container {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.news-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  background: none;
  border: none;
  color: #FFFAEB;
  cursor: pointer;
}

.news-pdf {
  width: 100%;
  height: 70vh;
  border: none;
}

.news-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.news-detail h1 {
  font-family: 'Bebas Neue';
  font-size: 36px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.news-detail img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.news-detail p {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 20px;
  color: #e8e2e2;
  max-width: 65ch;
}

/* =========================
   VIDEO MODAL
========================= */

.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal.active {
  display: flex;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.85);
}

.video-container {
  position: relative;
  width: min(90vw, 1200px);
  aspect-ratio: 16 / 9;
  z-index: 2;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.video-close {
  top: -40px;
  right: 0;
  font-size: 40px;
  background: none;
  color: #FFFAEB;
  border: none;
  cursor: pointer;
}

@media (max-width:768px) {
  .subpage-content {
    margin-top: 4rem;
  }

  .sub-mobile-menu {
    top: 12px;
    right: 0;
  }

  .kiosk-header-band {
    height: clamp(75px, 8vw, 150px);
  }

  .kiosk-header-wrapper {
    height: clamp(75px, 8vw, 150px);
  }

  .kiosk-header-title {
    font-size: clamp(15px, 3vw, 40px);
  }

  /* hide old nav tiles */

  .mobile-menu-btn, .sub-mobile-menu-btn, .mobile-menu, .sub-mobile-menu {
    display: flex;
  }

  .nav-tiles,
        .sub-nav-tiles {
    display: none;
  }

  .veterans-subtitle {
    font-size: 15px;
    margin-left: 80px;
    margin-top: -40px;
    width: 400px;
  }

  /* layout */

  .hero-card-wrapper {
    margin-top: 2rem;
  }

  .hero-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sub-hero-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 200;
  }

  .conversations-grid {
    grid-template-columns: 1fr;
    padding: 40px;
    margin-top: -120px;
  }

  .gallery-carousel {
    margin: 70px;
  }

  .gallery-card-top {
    padding: 0.7rem;
  }

  .gallery-accent {
    top: -13px;
    width: 25px;
    height: 25px;
    left: 38%;
  }

  .gallery-controls {
    margin-top: -6rem;
  }

  .gallery-card-bottom h3 {
    font-size: clamp(13px, 2vw, 28px);
  }

  .gallery-card-bottom p {
    font-size: clamp(12px, 2vw, 22px);
  }

  .alphabet-pagination {
    display: none;
  }

  .lushootseed-grid {
    margin-top: -60px;
  }

  .lushootseed-card {
    width: 340px;
  }

  /* logo */

  .veterans-logo img {
    width: clamp(200px,30vw,850px);
    margin-top: -55px;
  }

  .sub-veterans-logo img {
    width: clamp(200px,30vw,850px);
    margin-top: -15px;
  }

  .gallery-card-bottom {
    height: 70px;
    padding: 1rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    /* always 2 columns */
    grid-template-rows: repeat(4, auto);
    gap: 2rem;
    margin-top: -7rem;
  }

  .gallery-card-bottom {
    height: 70px;
    padding: 1rem;
  }

  .gallery-search-wrapper {
    position: relative;
    width: 250px;
    margin-top: -90px;
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: 70px;
  }

  /* search input */

  #veteranSearch {
    width: 250px;
    padding: 8px 36px 8px 14px;
  }

  .no-results-message {
    margin-bottom: 200px;
  }

  .no-results-inner {
    padding: 20px 30px;
  }

  .no-results-inner h2 {
    font-size: 15px;
  }

  .no-results-inner p {
    font-size: 11px;
  }

  .mobile-menu-btn {
    margin-top: -110px;
  }

  .search-icon-btn {
    right: -1px;
  }

  .news-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 70px;
    gap: 60px;
    margin-top: -140px;
  }

  .news-card {
    height: 100%;
  }

  .news-content h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .news-content p {
    font-size: 13px;
  }

  .news-link {
    font-size: 13px;
  }

  .photos-articles-layout {
    grid-template-columns: 1fr;
    /* stack */
  }

  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .articles-gallery-thumbnails {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  }

  .article-card {
    width: 100%;
    margin: 0 auto;
    /* center it */
  }

  .article-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3 / 4;
  }

  .articles-section {
    background: rgba(120, 20, 20, 0.6);
  }
}

.gallery-page.active-page {
  display: block;
}

/* ======================================================
   TABLET (768+)
====================================================== */

@media (min-width: 768px) {
  .subpage-content {
    margin-top: 1rem;
  }

  .mobile-menu-btn, .sub-mobile-menu-btn, .mobile-menu, .sub-mobile-menu {
    display: flex;
  }

  .sub-veterans-logo {
    width: clamp(240px, 38vw, 850px);
  }

  .news-grid {
    padding: 180px;
    margin-top: -170px;
  }

  .veterans-subtitle {
    font-size: 25px;
    color: #FFFAEB;
    margin-bottom: 60px;
    letter-spacing: 3px;
    margin-top: -65px;
    margin-left: 120px;
    width: 400px;
  }

  .nav-tiles,
        .sub-nav-tiles {
    display: none;
  }

  .mobile-menu {
    top: 30px;
    width: 200px;
  }

  .sub-mobile-menu {
    top: 190px;
    width: 200px;
  }

  .mobile-menu a, .sub-mobile-menu a {
    font-size: 16px;
    padding: 10px;
  }

  .mobile-menu img, .sub-mobile-menu img {
    width: 35px;
  }

  .mobile-menu-btn {
    width: 60px;
    height: 32px;
    margin-right: 3px;
    margin-top: -110px;
  }

  .sub-mobile-menu-btn {
    width: 60px;
    height: 32px;
    margin-right: 3px;
  }

  .mobile-menu-btn span, .sub-mobile-menu-btn span {
    height: 5px;
  }

  .hero-footer-accent {
    left: 50%;
    transform: translateX(-50%);
    top: -21px;
    width: clamp(40px, 2vw, 80px);
    height: clamp(50px, 2vw, 80px);
  }

  .conversations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .conversation-body {
    padding: 1.2rem;
  }

  .conversation-card {
    margin-bottom: 2rem;
  }

  .conversation-play img {
    width: clamp(70px, 4vw, 150px);
  }

  .conversation-body h3 {
    font-size: clamp(19px, 2vw, 40px);
  }

  .conversation-body p {
    font-size: clamp(12px, 1.2vw, 22px);
  }

  .conversation-footer {
    height: 30px;
  }

  .conversation-accent {
    top: -15px;
  }

  .hero-card-wrapper {
    display: flex;
    justify-content: center;
  }

  .hero-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hero-card {
    width: 100%;
    max-width: 500px;
    margin-bottom: 2rem;
  }

  .hero-card-row {
    align-items: center;
  }

  .hero-thumbnail {
    width: 500px;
    height: 250px;
  }

  .hero-play img {
    width: clamp(60px, 10vw, 150px);
    padding-top: 50px;
  }

  .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-title {
    font-size: clamp(22px, 6vw, 20px);
    margin-bottom: 1rem;
  }

  .hero-desc {
    font-size: clamp(15px, 1.8vw, 22px);
  }

  .hero-footer {
    height: 40px;
  }

  /* Logo */

  .veterans-logo img {
    width: clamp(250px, 32vw, 850px);
    margin-top: clamp(-55px, -3vw, -55px);
  }

  /* IMAGE GALLERY - Tablet */

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-card {
    max-width: 170px;
    max-height: 300px;
  }

  .gallery-arrow {
    width: 45px;
    height: 45px;
    font-size: 20px;
    border: 1px solid #FFFAEB;
  }

  .gallery-accent {
    top: -13px;
    width: clamp(30px, 2vw, 50px);
    height: clamp(30px, 2vw, 50px);
  }

  .gallery-divider {
    height: 2px;
    background: #FFFAEB;
    width: 100%;
  }

  .gallery-card-bottom {
    background: #761316;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    height: 70px;
  }

  .gallery-card-bottom h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(15px, 1vw, 28px);
    color: #FFFAEB;
  }

  .gallery-card-bottom p {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(13px, 1vw, 22px);
    color: #FFFAEB;
  }

  .alphabet-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .alphabet-pagination button {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 14px;
    background: #2B2E55;
    color: #FFFAEB;
    border: 2px solid #FFFAEB;
    padding: 4px 6px;
    cursor: pointer;
    display: flex;
  }

  .alphabet-pagination button.active-letter {
    background: #761316;
    /* Red */
    transform: scale(1.1);
  }

  .custom-audio {
    gap: 10px;
    padding: 13px 5px;
  }

  .play-btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .volume-slider {
    width: 70px;
  }

  .search-icon-btn {
    width: 52px;
    height: 52px;
    right: -46px;
  }

  .search-icon-btn svg {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 0 4px white);
  }

  .gallery-search-wrapper {
    margin-top: -40px;
  }

  #veteranSearch {
    font-size: 16px;
    width: 400px;
  }

  #clearSearch {
    width: 40px;
    height: 40px;
    right: -46px;
  }

  .no-results-inner h2 {
    font-size: 25px;
  }

  .gallery-controls {
    margin-top: -4rem;
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 120px;
    gap: 60px;
    margin-top: -140px;
  }

  .news-card {
    height: 100%;
  }

  .news-content h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .news-content p {
    font-size: 14px;
  }

  .news-link {
    font-size: 14px;
  }
}

@media(min-width: 856px) {
  .mobile-menu {
    top: 50px;
  }
}

/* ======================================================
   LAPTOP (1024+)
====================================================== */

@media (min-width: 1024px) {
  .news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 90px;
    padding: 120px;
    margin-top: -120px;
  }

  .mobile-menu-btn, .sub-mobile-menu-btn, .mobile-menu, .sub-mobile-menu {
    display: flex;
  }

  .nav-tiles,
        .sub-nav-tiles {
    display: none;
  }

  .mobile-menu.active, .sub-mobile-menu.active {
    top: 70px;
  }

  .subpage-content {
    margin-top: 1rem;
  }

  /* ========================================
   IMAGE GALLERY GRID
======================================== */

  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery-card {
    max-width: 170px;
    max-height: 300px;
  }

  .gallery-arrow {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .gallery-accent {
    top: -13px;
    width: clamp(30px, 2vw, 50px);
    height: clamp(30px, 2vw, 50px);
  }

  .gallery-divider {
    height: 2px;
    background: #FFFAEB;
    width: 100%;
  }

  .gallery-card-bottom {
    background: #761316;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    height: 70px;
  }

  .gallery-card-bottom h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(15px, 1vw, 28px);
    color: #FFFAEB;
  }

  .gallery-card-bottom p {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(13px, 1vw, 22px);
    color: #FFFAEB;
  }

  .nav-tile {
    width: clamp(130px, 45vw, 132px);
    border-radius: 20px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 60;
    transition: all 0.3s ease;
  }

  .nav-tiles {
    position: absolute;
    top: 30px;
    right: 40px;
    gap: 1rem;
    justify-content: flex-end;
  }

  .nav-tile-top {
    height: clamp(130px, 35vw, 130px);
  }

  .nav-tile-top img {
    width: clamp(90px, 25vw, 110px);
  }

  .nav-tile-bottom {
    height: clamp(55px, 15vw, 55px);
    text-align: center;
    /* Ensures text stays centered */
    overflow: hidden;
  }

  .nav-tile-bottom span {
    font-size: clamp(18px, 4vw, 19px);
    text-align: center;
    /* Ensures text inside span is centered */
    white-space: normal;
    line-height: normal;
  }

  .nav-tile-divider {
    height: 2px;
  }

  .hero-card {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 4rem;
  }

  .hero-card-row {
    grid-template-columns: 1.2fr 1fr;
    padding: 2.5rem;
    gap: 3rem;
  }

  .hero-thumbnail {
    position: absolute;
    left: 7px;
    top: -120px;
    width: 600px;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    z-index: 20;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  }

  .hero-text {
    padding-left: 1rem;
    max-width: 600px;
  }

  .hero-title {
    font-size: 24px;
    margin-bottom: 2rem;
  }

  .hero-desc {
    font-size: 16px;
    font-weight: 100;
  }

  .hero-footer-accent {
    left: 75%;
    transform: translateX(-50%);
    top: -30px;
    width: clamp(40px, 2vw, 80px);
    height: clamp(50px, 2vw, 80px);
  }

  .hero-card-wrapper {
    margin-top: 8rem;
    margin-bottom: -2rem;
  }

  /* Logo */

  .veterans-logo img, sub-veterans-logo img {
    width: clamp(250px, 32vw, 850px);
    margin-top: clamp(-50px, -3vw, -50px);
    margin-left: -35px;
  }

  .sub-nav-tiles {
    position: absolute;
    top: clamp(10px, 10vw, 240px);
    right: clamp(2px, 2vw, 200px);
    gap: 1rem;
    z-index: 50;
  }

  .sub-nav-tile {
    width: clamp(80px, 40vw, 140px);
    border-radius: 20px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 60;
    transition: all 0.3s ease;
  }

  .sub-nav-active {
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 40px rgba(255,255,255,0.6);
    transform: scale(1.05);
  }

  .sub-nav-tile-top {
    height: clamp(80px, 35vw, 140px);
    background: #2B2E55;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-nav-tile-top img {
    width: clamp(130px, 2vw, 200px);
  }

  .sub-nav-tile-divider {
    height: 2px;
    background: #FFFAEB;
  }

  .sub-nav-tile-bottom {
    height: clamp(40px, 15vw, 55px);
    background: #761316;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* Ensures text stays centered */
    overflow: hidden;
  }

  .sub-nav-tile-bottom span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(21px, 1vw, 34px);
    letter-spacing: 1px;
    color: #FFFAEB;
    text-align: center;
    /* Ensures text inside span is centered */
    white-space: normal;
    line-height: normal;
  }

  .veterans-subtitle {
    font-size: 35px;
    letter-spacing: 5px;
    margin-top: -85px;
    margin-left: 165px;
    width: 400px;
  }

  .sub-veterans-logo {
    width: clamp(470px, 30vw, 850px);
    margin-top: clamp(-300px, -3vw, -40px);
    position: relative;
    z-index: 100;
    margin-left: -50px;
  }

  .conversations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .conversation-body {
    padding: 1.7rem;
  }

  .conversation-card {
    margin-bottom: 2rem;
  }

  .conversation-play img {
    width: clamp(70px, 4vw, 150px);
  }

  .conversation-body h3 {
    font-size: clamp(19px, 4vw, 25px);
  }

  .conversation-body p {
    font-size: clamp(12px, 4vw, 15px);
  }

  .conversation-footer {
    height: 45px;
  }

  .conversation-accent {
    top: -20px;
    width: clamp(30px, 8vw, 45px);
    height: clamp(30px, 8vw, 45px);
  }

  /* ========================================
   LUSHOOTSEED CARD
======================================== */

  .lushootseed-card {
    width: 700px;
    min-height: 185px;
    padding: 25px;
  }

  .lushootseed-native {
    font-size: 28px;
    margin-top: 25px;
    margin-left: 15px;
  }

  .lushootseed-english {
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 15px;
  }

  .lushootseed-card audio {
    width: 100%;
  }

  .lushootseed-card {
    position: relative;
  }

  .lushootseed-accent {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background-image: url('/graphics/WhiteStar.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .lushootseed-card audio {
    width: 100%;
    transform-origin: center;
  }

  .search-icon-btn svg {
    width: 60px;
    height: 60px;
  }

  #veteranSearch {
    font-size: 20px;
    width: 650px;
  }

  #clearSearch {
    width: 45px;
    height: 45px;
    right: -52px;
  }

  .gallery-search-wrapper {
    margin-bottom: 160px;
  }

  .sub-mobile-menu.active {
    margin-top: 160px;
  }

  .sub-mobile-menu {
    right: 65px;
  }
}

/* ======================================================
   DESKTOP (1440+)
====================================================== */

@media (min-width: 1440px) {
  .news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 90px;
    padding: 120px;
    margin-top: -120px;
  }

  .mobile-menu-btn, .sub-mobile-menu-btn, .mobile-menu, .sub-mobile-menu {
    display: none;
  }

  .nav-tiles,
        .sub-nav-tiles {
    display: flex;
  }

  .subpage-content {
    margin-top: 4rem;
  }

  .hero-card-wrapper {
    margin-top: 5rem;
    margin-bottom: -2rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .hero-card {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 1100px;
  }

  .hero-card-row {
    padding: 2.5rem;
    gap: 3rem;
  }

  .hero-text {
    max-width: 700px;
  }

  .hero-footer {
    height: 42px;
  }

  .hero-footer-accent {
    top: -20px;
    width: clamp(50px, 2vw, 80px);
  }

  .nav-tile {
    width: clamp(80px, 40vw, 160px);
    border-radius: 20px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 60;
    transition: all 0.3s ease;
  }

  .nav-tiles {
    position: absolute;
    top: 65px;
    right: 60px;
    gap: 1.5rem;
    justify-content: flex-end;
  }

  .nav-tile-top {
    height: clamp(140px, 35vw, 160px);
  }

  .nav-tile-top img {
    width: clamp(150px, 2vw, 200px);
  }

  /* Logo */

  .veterans-logo img {
    width: clamp(250px, 35vw, 850px);
    margin-top: clamp(-55px, -3vw, -55px);
  }

  .sub-nav-tiles {
    position: absolute;
    top: clamp(10px, 10vw, 240px);
    right: clamp(2px, 2vw, 200px);
    display: flex;
    gap: 1.5rem;
    z-index: 50;
  }

  .sub-nav-tile {
    width: clamp(80px, 40vw, 160px);
    border-radius: 12px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 60;
    transition: all 0.3s ease;
  }

  .sub-nav-active {
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 40px rgba(255,255,255,0.6);
    transform: scale(1.05);
  }

  .sub-nav-tile-top {
    height: clamp(80px, 35vw, 160px);
    background: #2B2E55;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-nav-tile-top img {
    width: clamp(150px, 2vw, 200px);
  }

  .sub-nav-tile-divider {
    height: 2px;
    background: #FFFAEB;
  }

  .sub-nav-tile-bottom {
    height: clamp(40px, 15vw, 70px);
    background: #761316;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-nav-tile-bottom span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(24px, 1vw, 34px);
    letter-spacing: 1px;
    color: #FFFAEB;
  }

  .sub-veterans-logo {
    width: clamp(270px, 28vw, 850px);
    margin-top: clamp(-300px, -3vw, -40px);
  }

  .gallery-carousel {
    margin: 150px;
  }

  .gallery-card {
    max-width: 220px;
    max-height: 420px;
  }

  .gallery-card-top {
    padding: 1.2rem;
  }

  .gallery-card-bottom {
    height: 90px;
  }

  .gallery-card-divider {
    height: 4px;
  }

  .gallery-accent {
    top: -23px;
    width: clamp(45px, 2vw, 60px);
    height: clamp(45px, 2vw, 60px);
  }

  .gallery-card-bottom h3 {
    font-size: clamp(19px, 1vw, 28px);
  }

  .gallery-card-bottom p {
    font-size: clamp(10px, 2vw, 17px);
  }

  .lushootseed-card {
    width: 900px;
    padding: 3rem;
    min-height: 220px;
  }

  .lushootseed-native {
    font-size: clamp(28px, 3vw, 40px);
    margin-top: -25px;
    margin-left: 15px;
  }

  .lushootseed-english {
    font-size: clamp(18px, 2vw, 26px);
  }

  .custom-audio {
    gap: 10px;
    padding: 18px 5px;
  }

  .play-btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .volume-slider {
    width: 70px;
  }

  .conversations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }

  .conversation-thumbnail {
    padding: 2.5rem;
  }

  .conversation-body h3 {
    font-size: clamp(22px, 4vw, 25px);
  }

  .conversation-body p {
    font-size: clamp(14px, 4vw, 15px);
  }

  .conversation-play img {
    width: clamp(120px, 4vw, 150px);
  }

  .conversation-footer {
    height: 45px;
  }

  .conversation-accent {
    top: -22px;
    width: clamp(45px, 8vw, 50px);
    height: clamp(45px, 8vw, 55px);
  }
}

/* ======================================================
   KIOSK (1920+) — UNTOUCHED
   ====================================================== */

@media (min-width: 2500px) {
  .subpage-content {
    margin-top: 6rem;
  }

  .kiosk-header-band {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 188px;
    width: 100%;
    background-color: rgb(116 80 72 / 0.4);
  }

  .kiosk-header-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    height: 188px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .kiosk-header-inner {
    margin-left: auto;
    margin-right: auto;
    width: 2560px;
    padding-left: 200px;
    padding-right: 200px;
  }

  .kiosk-header-title {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(255 250 235 / var(--tw-text-opacity));
  }

  .veterans-section {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: url('/graphics/6211-HCCKioskBackground_Veterans.jpg');
  }

  .kiosk-container {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    width: 2560px;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 220px;
  }

  .hero-top-row {
    position: static !important;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .veterans-logo img {
    width: 890px;
    margin-top: -75px;
    margin-left: -120px;
  }

  .sub-veterans-logo {
    width: 890px;
    position: relative;
    margin-top: -75px;
    z-index: 100;
  }

  .sub-veterans-logo img {
    width: 750px;
    margin-left: -120px;
  }

  .veterans-subtitle {
    font-size: 60px;
    margin-top: -145px;
    margin-left: 150px;
    width: 700px;
  }

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

  .nav-tiles {
    position: absolute;
    right: 100px;
    top: 160px;
    z-index: 30;
    display: flex;
    gap: 60px;
  }

  .nav-tile {
    width: 270px;
    height: 362px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    display: block;
  }

  .nav-tile-top {
    height: 264px;
    background: #2B2E55;
    /* Navy */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-tile-top img {
    width: 250px;
  }

  .nav-tile-divider {
    height: 4px;
    background: #FFFAEB;
    /* Cream */
  }

  .nav-tile-bottom {
    height: 95px;
    background: #761316;
    /* Dark Red */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-tile-bottom span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    letter-spacing: 2px;
    color: #FFFAEB;
  }

  /* ========================================
   KIOSK SUBPAGE NAV FIX
   Makes sub-nav behave exactly like nav
======================================== */

  .sub-nav-tiles {
    position: absolute;
    right: 100px;
    top: 240px;
    z-index: 30;
    display: flex;
    gap: 50px;
  }

  .sub-nav-tile {
    width: 270px;
    height: 362px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    display: block;
  }

  .sub-nav-tile-top {
    height: 264px;
    background: #2B2E55;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-nav-tile-top img {
    width: 250px;
  }

  .sub-nav-tile-divider {
    height: 4px;
    background: #FFFAEB;
  }

  .sub-nav-tile-bottom {
    height: 95px;
    background: #761316;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-nav-tile-bottom span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    letter-spacing: 2px;
    color: #FFFAEB;
  }

  /* HERO CARD */

  .hero-media {
    position: static;
    width: auto;
  }

  .hero-card-wrapper {
    margin-top: 200px;
    height: 750px;
    position: relative;
    justify-content: center;
  }

  .hero-card {
    background: rgba(43, 46, 85, 0.75);
    height: 720px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
    overflow: visible;
    margin-bottom: 10px;
    width: 100%;
    max-width: 2225px;
  }

  .hero-card-row {
    display: flex;
    height: 474px;
    align-items: center;
    position: relative;
  }

  .hero-thumbnail {
    position: absolute;
    left: 60px;
    top: 40px;
    width: 1050px;
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
    z-index: 20;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  }

  .hero-play {
    position: absolute;
    top: 75%;
    left: 200px;
    transform: translateY(-50%);
    width: 720px;
    height: 424px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 25;
  }

  .hero-play img {
    width: 250px;
    padding-top: 0;
  }

  .hero-text {
    margin-left: 1100px;
    padding-right: 5px;
    max-width: 1000px;
  }

  .hero-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 55px;
    color: #FFFAEB;
    margin-bottom: 50px;
  }

  .hero-desc {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #FFFAEB;
    line-height: 1.4;
    max-width: 900px;
  }

  .hero-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #761316;
  }

  .nav-active {
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 40px rgba(255,255,255,0.6);
    transform: scale(1.05);
  }

  /* ========================================
   IMAGE GALLERY GRID
======================================== */

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 474px);
    gap: 100px;
    justify-content: center;
    margin-top: 150px;
  }

  /* ========================================
   GALLERY CARD
======================================== */

  .gallery-card {
    max-width: 474px;
    max-height: 740px;
    background: #2B2E55;
    /* Navy */
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
  }

  /* ========================================
   IMAGE SECTION
======================================== */

  .gallery-card-top {
    height: 560px;
    padding: 30px;
  }

  .gallery-card-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }

  /* ========================================
   CREAM DIVIDER LINE
======================================== */

  .gallery-divider {
    height: 4px;
    width: 100%;
    background: #FFFAEB;
    flex: 0 0 4px;
  }

  /* ========================================
   RED BOTTOM SECTION
======================================== */

  .gallery-card-bottom {
    background: #761316;
    /* Deep red */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 30px;
    padding-bottom: 20px;
  }

  /* ========================================
   TEXT STYLING
======================================== */

  .gallery-card-bottom h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 43px;
    /* 44pt approx */
    letter-spacing: 2px;
    color: #FFFAEB;
    margin-top: 20px;
  }

  .gallery-card-bottom p {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 34px;
    letter-spacing: 1px;
    color: #FFFAEB;
    margin-bottom: 5px;
  }

  /* ========================================
   PREMIUM FADE CAROUSEL
======================================== */

  .gallery-carousel {
    position: relative;
    padding-bottom: 120px;
  }

  /* stacked pages */

  .gallery-page {
    display: none;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 1.2s ease-in-out;
  }

  .gallery-page.active-page {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  /* 3 rows exactly */

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 474px);
    gap: 100px;
    justify-content: center;
    margin-top: 120px;
  }

  /* ========================================
   BOTTOM CENTER CONTROLS
======================================== */

  .gallery-controls {
    margin-top: -30px;
    display: flex;
    justify-content: center;
    gap: 80px;
    padding-bottom: 60px;
  }

  /* Square patriotic arrows */

  .gallery-arrow {
    width: 130px;
    height: 130px;
    background: #2B2E55;
    /* Navy */
    border: 6px solid #FFFAEB;
    /* Cream */
    color: #FFFAEB;
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
  }

  /* Patriotic hover */

  .gallery-arrow:hover {
    background: #761316;
    /* Red */
    transform: scale(1.1);
  }

  /* ========================================
   CONVERSATIONS GRID
======================================== */

  .conversations-grid {
    display: grid;
    grid-template-columns: repeat(3, 700px);
    gap: 110px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    justify-content: center;
    margin-top: 160px;
    padding-bottom: 60px;
  }

  /* ========================================
   CONVERSATION CARD
======================================== */

  .conversation-card {
    width: 650px;
    background: rgba(43, 46, 85, 0.85);
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
  }

  /* Thumbnail */

  .conversation-thumbnail {
    position: relative;
    align-content: center;
    width: 95%;
    padding-left: 65px;
    padding-top: 50px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    padding-right: 30px;
    margin-bottom: 20px;
  }

  .conversation-thumbnail img {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }

  /* Play Overlay */

  .conversation-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50px;
    top: 10px;
  }

  .conversation-play img {
    width: 130px;
    height: 130px;
  }

  /* Body */

  .conversation-body {
    padding: 60px 30px;
    text-align: center;
    flex: 1;
  }

  .conversation-body h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #FFFAEB;
    margin-bottom: 20px;
    margin-top: -20px;
  }

  .conversation-body p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #FFFAEB;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  /* Footer */

  .conversation-footer {
    height: 70px;
    background: #761316;
    position: relative;
  }

  /* ================================
   VIDEO MODAL
================================ */

  .video-overlay {
    backdrop-filter: blur(8px);
  }

  /* Container */

  .video-container {
    width: 1600px;
    animation: fadeIn 0.4s ease forwards;
  }

  /* Close button */

  .video-close {
    position: absolute;
    top: -60px;
    font-size: 60px;
  }

  /* Animation */

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.95);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  /* Individual sizing */

  .gallery-accent {
    top: -40px;
    width: 90px;
    height: 90px;
  }

  .conversation-accent {
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    width: 80px;
    height: 80px;
  }

  .hero-footer-accent {
    left: 75%;
    transform: translateX(-50%);
    top: -45px;
    width: 100px;
    height: 100px;
  }

  /* ========================================
   LUSHOOTSEED GRID
======================================== */

  .lushootseed-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 150px;
    padding-bottom: 80px;
  }

  /* ========================================
   LUSHOOTSEED CARD
======================================== */

  .lushootseed-card {
    background: rgba(43, 46, 85, 0.85);
    border: 4px solid #F0EBE3;
    border-radius: 25px;
    padding: 50px 70px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
    min-height: 300px;
  }

  .lushootseed-card h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    color: #FFFAEB;
    margin-bottom: 25px;
    letter-spacing: 2px;
  }

  .lushootseed-native {
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    color: #FFFAEB;
    margin-bottom: 15px;
  }

  .lushootseed-english {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    color: #FFFAEB;
    margin-bottom: 25px;
  }

  .lushootseed-card audio {
    width: 100%;
  }

  .lushootseed-card {
    position: relative;
  }

  .lushootseed-accent {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background-image: url('/graphics/WhiteStar.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .lushootseed-card audio {
    width: 100%;
    transform-origin: center;
  }

  /* ========================================
   CUSTOM AUDIO (SQUARE)
======================================== */

  .custom-audio {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #FFFAEB;
    padding: 20px;
    border: 3px solid #761316;
    border-radius: 0;
    height: 90px;
  }

  .play-btn {
    width: 65px;
    height: 65px;
    color: #2B2E55;
    font-size: 40px;
    border: none;
    cursor: pointer;
  }

  .time {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #2B2E55;
    width: 70px;
    text-align: center;
  }

  .progress-bar {
    flex: 1;
    height: 12px;
    background: #761316;
    cursor: pointer;
    position: relative;
  }

  .progress-fill {
    height: 100%;
    width: 0%;
    background: #c0aaaac4;
  }

  .volume-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .volume-slider {
    width: 180px;
    height: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    background: linear-gradient( to right, #761316 0%, #761316 100%, #c0aaaac4 100% );
  }

  /* Chrome / Edge track */

  .volume-slider::-webkit-slider-runnable-track {
    height: 10px;
    background: transparent;
  }

  /* Thumb */

  .volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 24px;
    height: 24px;
    background: #2B2E55;
    /* Navy thumb */
    border: 3px solid #FFFAEB;
    cursor: pointer;
    margin-top: -7px;
  }

  /* Firefox */

  .volume-slider::-moz-range-track {
    height: 10px;
    background: transparent;
  }

  .volume-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #2B2E55;
    border: 3px solid #FFFAEB;
    cursor: pointer;
  }

  .volume-svg {
    width: 60px;
    height: 45px;
    fill: #2B2E55;
    stroke: #2B2E55;
    transition: transform 0.2s ease;
  }

  .volume-icon:hover .volume-svg {
    transform: scale(1.15);
  }

  .alphabet-pagination {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .alphabet-pagination button {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    background: #2B2E55;
    color: #FFFAEB;
    border: 2px solid #FFFAEB;
    padding: 4px 8px;
    cursor: pointer;
    display: flex;
  }

  .alphabet-pagination button.active-letter {
    background: #761316;
    /* Red */
    transform: scale(1.1);
  }

  .search-icon-btn svg {
    width: 100px;
    height: 100px;
  }

  .search-icon-btn {
    width: 110px;
    height: 110px;
    right: -35px;
  }

  #veteranSearch {
    font-size: 50px;
    width: 1300px;
    right: 70px;
  }

  #clearSearch {
    width: 80px;
    height: 80px;
    right: -32px;
    font-size: 40px;
  }

  .gallery-search-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: 200px;
  }

  .no-results-inner h2 {
    font-size: 55px;
  }

  .no-results-inner p {
    font-size: 30px;
  }

  .no-results-inner {
    padding: 60px 60px;
  }

  .no-results-message {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
    margin-bottom: -210px;
  }

  .news-content h3 {
    font-size: 44px;
    margin-bottom: 10px;
  }

  .news-content p {
    font-size: 26px;
  }

  .news-link {
    font-size: 24px;
  }

  .articles-gallery-main img {
    width: 100%;
    max-width: clamp(280px, 40vw, 1000px);
    height: 900px;
  }

  .articles-gallery-counter {
    font-size: 24px;
  }

  .articles-gallery-thumbnails {
    gap: clamp(8px, 1.5vw, 46px);
  }

  .articles-gallery-arrow {
    width: clamp(30px, 5vw, 80px);
    height: clamp(30px, 5vw, 80px);
    border: 3px solid #FFFAEB;
    font-size: clamp(14px, 2vw, 28px);
  }

  .articles-gallery-pages {
    gap: 18px;
  }

  .articles-gallery-pages button {
    width: 60px;
    height: 60px;
    border: 2px solid #FFFAEB;
    font-size: 20px;
  }

  .article-content {
    padding: 30px;
  }

  .article-content h3 {
    font-size: clamp(12px, 1.5vw, 32px);
  }

  .view-pdf-btn {
    font-size: 30px;
  }

  .section-title {
    font-size: clamp(20px, 3vw, 54px);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .articles-grid {
    gap: clamp(15px, 3vw, 65px);
    padding: 20px 20px 20px 20px;
  }
}

.m-0 {
  margin: 0px;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.bg-brand-brownDark {
  --tw-bg-opacity: 1;
  background-color: rgb(99 69 39 / var(--tw-bg-opacity));
}

.font-body {
  font-family: 'Open Sans', sans-serif;
}

.text-brand-cream {
  --tw-text-opacity: 1;
  color: rgb(255 250 235 / var(--tw-text-opacity));
}
