/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/[slug]/post.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.post_postContainer__XTDi3 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

@media (min-width: 1600px) {
  .post_postContainer__XTDi3 {
    max-width: 1600px;
  }
}

@media (min-width: 1920px) {
  .post_postContainer__XTDi3 {
    max-width: 1800px;
  }
}

.post_backLink__Xz6uN {
  display: inline-block;
  margin-bottom: 2rem;
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 400;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.post_backLink__Xz6uN:hover {
  color: var(--secondary-blue);
  text-decoration: underline;
}

.post_post__Lp7fd {
  background-color: var(--white);
  border-radius: 12px;
  padding: 3rem 4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}

.post_postHeader__A2pqJ {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e5e7eb;
}

.post_postTitle__A4wlB {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 1rem;
  line-height: 1.3;
  font-family: var(--font-gotham);
}

.post_postMeta__CXwWv {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.post_postDate__sKnKQ {
  font-size: 1rem;
  color: #6b7280;
  font-weight: 500;
}

.post_postAuthor__Klu8I {
  font-size: 1rem;
  color: #6b7280;
}

.post_postImageWrapper__sgoy1 {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  min-height: 450px;
  position: relative;
}

.post_postImage__gIXxI {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.post_postImageWrapper__sgoy1 > div {
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.post_postContent__t3qXI {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #374151;
  max-width: 100%;
  font-weight: 400 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}

.post_postContent__t3qXI p {
  max-width: 100%;
  margin-bottom: 1.5rem;
  font-weight: 400 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}

.post_postContent__t3qXI strong,
.post_postContent__t3qXI b {
  font-weight: 700 !important;
}

.post_postContent__t3qXI span,
.post_postContent__t3qXI div {
  font-weight: 400 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}

.post_postContent__t3qXI h2 {
  font-size: 2rem;
  font-weight: 700 !important;
  color: var(--primary-blue);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.post_postContent__t3qXI h3 {
  font-size: 1.5rem;
  font-weight: 600 !important;
  color: var(--primary-blue);
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.post_postContent__t3qXI ul,
.post_postContent__t3qXI ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.post_postContent__t3qXI li {
  margin-bottom: 0.5rem;
}

.post_postContent__t3qXI a {
  color: var(--primary-blue);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.post_postContent__t3qXI a:hover {
  color: var(--secondary-blue);
}

.post_postContent__t3qXI img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2rem 0;
  object-fit: cover;
}

/* Image gallery grid styling */
.post_postContent__t3qXI .post-image-gallery {
  margin: 3rem 0 !important;
}

.post_postContent__t3qXI .post-gallery-image {
  margin: 0 !important;
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.post_postContent__t3qXI .post-gallery-image:hover {
  transform: scale(1.02) !important;
  opacity: 0.9 !important;
}

.post_postContent__t3qXI .post-gallery-image:active {
  transform: scale(0.98) !important;
}

/* Ensure placeholders in post content have minimum height */
.post_postContent__t3qXI .placeholder {
  min-height: 400px !important;
  aspect-ratio: 16 / 9;
}

.post_postContent__t3qXI img[src=""] {
  display: none;
}

.post_postContent__t3qXI img:not([src]) {
  display: none;
}

.post_postContent__t3qXI figure {
  margin: 2rem 0;
}

.post_postContent__t3qXI figcaption {
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 0.5rem;
  font-style: italic;
  text-align: center;
}

.post_postContent__t3qXI blockquote {
  border-left: 4px solid var(--primary-blue);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #6b7280;
}

@media (max-width: 1200px) {
  .post_postContainer__XTDi3 {
    max-width: 100%;
    padding: 0 2rem;
  }

  .post_post__Lp7fd {
    padding: 3rem 2.5rem;
  }
}

@media (max-width: 768px) {
  .post_postContainer__XTDi3 {
    padding: 0 1.5rem;
  }

  .post_post__Lp7fd {
    padding: 2rem 1.5rem;
  }

  .post_postImageWrapper__sgoy1 {
    min-height: auto;
    margin-bottom: 1.5rem;
  }

  .post_postImageWrapper__sgoy1 > div {
    min-height: auto;
  }

  .post_postTitle__A4wlB {
    font-size: 2rem;
  }

  .post_postContent__t3qXI {
    font-size: 1rem;
  }

  .post_postContent__t3qXI h2 {
    font-size: 1.75rem;
  }

  .post_postContent__t3qXI h3 {
    font-size: 1.25rem;
  }

  /* Image gallery: 3 columns on tablet */
  .post_postContent__t3qXI .post-image-gallery {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.75rem !important;
  }
  
  .post_postContent__t3qXI .post-gallery-image {
    height: 200px !important;
  }
}

@media (max-width: 480px) {
  .post_postContainer__XTDi3 {
    padding: 0 1rem;
  }

  .post_post__Lp7fd {
    padding: 1.5rem 1rem;
  }

  .post_postImageWrapper__sgoy1 {
    min-height: auto;
    margin-bottom: 1rem;
  }

  .post_postImageWrapper__sgoy1 > div {
    min-height: auto;
  }

  .post_postTitle__A4wlB {
    font-size: 1.75rem;
  }

  .post_postMeta__CXwWv {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  /* Image gallery: 2 columns on mobile */
  .post_postContent__t3qXI .post-image-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
  }
  
  .post_postContent__t3qXI .post-gallery-image {
    height: 180px !important;
  }
}

/* Lightbox Styles */
.post_lightbox__VQMXQ {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  animation: post_fadeIn__9Btb8 0.3s ease;
}

@keyframes post_fadeIn__9Btb8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.post_lightboxClose__JSmBB {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10000;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.post_lightboxClose__JSmBB:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.post_lightboxPrev__he4xX,
.post_lightboxNext__b8q_4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10000;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.post_lightboxPrev__he4xX {
  left: 2rem;
}

.post_lightboxNext__b8q_4 {
  right: 2rem;
}

.post_lightboxPrev__he4xX:hover,
.post_lightboxNext__b8q_4:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.post_lightboxContent__COOc9 {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  touch-action: pan-y pinch-zoom;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.post_lightboxImage__tagxM {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.post_lightboxCaption__ubAY7 {
  color: var(--white);
  font-size: 1.125rem;
  text-align: center;
  max-width: 800px;
  margin: 0;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  .post_lightboxPrev__he4xX {
    left: 1rem;
  }

  .post_lightboxNext__b8q_4 {
    right: 1rem;
  }

  .post_lightboxClose__JSmBB {
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}


/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/ImagePlaceholder.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.ImagePlaceholder_placeholder__aTIaX {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.3) 0%, rgba(44, 82, 130, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Ensure placeholder fills container when used in cards */
.ImagePlaceholder_placeholder__aTIaX.ImagePlaceholder_cardImage__4tNuv {
  height: 100% !important;
  min-height: 250px;
  width: 100% !important;
}

.ImagePlaceholder_placeholder__aTIaX::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/houston.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: scale(1.1);
  z-index: 0;
  opacity: 0.6;
}

/* Reduce blur for news cards */
.ImagePlaceholder_placeholder__aTIaX.ImagePlaceholder_cardImage__4tNuv::before {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

@keyframes ImagePlaceholder_float__DZCbI {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-30px, 30px) rotate(240deg);
  }
}

.ImagePlaceholder_placeholderContent__oNy_J {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 1;
  padding: 2rem;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.ImagePlaceholder_logoContainer__M4DC_ {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.ImagePlaceholder_logo__eoMkO {
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.ImagePlaceholder_placeholderText__xr2kP {
  font-size: 2.25rem;
  color: var(--primary-blue);
  font-weight: 400;
  font-family: var(--font-gotham);
  margin: 0;
  opacity: 0.8;
  max-width: 300px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .ImagePlaceholder_placeholderText__xr2kP {
    font-size: 2rem;
    max-width: 250px;
  }
  
  .ImagePlaceholder_placeholderContent__oNy_J {
    gap: 0.75rem;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .ImagePlaceholder_placeholderText__xr2kP {
    font-size: 1.875rem;
    max-width: 200px;
  }
  
  .ImagePlaceholder_placeholderContent__oNy_J {
    gap: 0.5rem;
    padding: 1rem;
  }
}


/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/news/news.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.news_newsPage__XAVTf {
  min-height: 100vh;
}

.news_heroSection__CnRip {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  padding: 6rem 2rem 4rem;
  text-align: center;
}

.news_heroOverlay__TAbO5 {
  max-width: 1200px;
  margin: 0 auto;
}

.news_heroTitle__Iy5pS {
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 1rem;
  font-family: var(--font-gotham);
}

.news_heroSubtitle__K_JxJ {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
}

.news_contentSection__SHS4X {
  padding: 4rem 2rem 10rem;
  background-color: #f5f1e8;
  min-height: 100vh;
  width: 100%;
}

.news_container__Cr4S8 {
  max-width: 1200px;
  margin: 0 auto;
}

.news_sectionTitle__wZg1z {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-blue);
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

.news_newsGrid__4QjqR {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .news_newsGrid__4QjqR {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news_newsCard__okBgi {
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}

.news_newsCard__okBgi:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.news_cardImageWrapper__RWVde {
  width: 100%;
  height: 250px;
  min-height: 250px;
  overflow: hidden;
  background-color: #e5e7eb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_cardImage__HQWTI {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}

.news_cardImageWrapper__RWVde > div {
  width: 100%;
  height: 100%;
  min-height: 250px;
  flex-shrink: 0;
}

.news_cardContent__98C_F {
  padding: 1.5rem;
  text-align: left;
}

.news_cardTitle__KzHfL {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.news_cardDate__tvfKr {
  font-size: 0.95rem;
  color: #374151;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.news_cardExcerpt__dDYNv {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.news_cardTime__3w8ri {
  font-size: 0.95rem;
  color: #374151;
  margin-bottom: 1rem;
  font-weight: 500;
}

.news_cardLink__7hDEh {
  display: inline-block;
  font-size: 0.9rem;
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s ease;
}

.news_cardLink__7hDEh:hover {
  color: var(--secondary-blue);
  text-decoration: underline;
}

.news_viewMoreContainer__fXdyn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  padding-top: 2rem;
}

.news_viewMoreButton__G627n {
  background-color: var(--primary-blue);
  color: var(--white);
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-family: var(--font-gotham);
}

.news_viewMoreButton__G627n:hover {
  background-color: var(--secondary-blue);
  transform: translateY(-2px);
}

.news_viewMoreButton__G627n:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .news_viewMoreContainer__fXdyn {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }

  .news_viewMoreButton__G627n {
    padding: 0.875rem 2rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .news_viewMoreContainer__fXdyn {
    margin-top: 2rem;
    padding-top: 1rem;
  }

  .news_viewMoreButton__G627n {
    padding: 0.75rem 1.75rem;
    font-size: 0.9rem;
    width: 100%;
    max-width: 300px;
  }
}

.news_comingSoon__JA9WK {
  text-align: center;
  padding: 4rem 2rem;
}

.news_comingSoon__JA9WK h2 {
  font-size: 2rem;
  color: var(--primary-blue);
  margin-bottom: 1rem;
}

.news_comingSoon__JA9WK p {
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .news_heroSection__CnRip {
    padding: 4rem 1.5rem 3rem;
  }

  .news_heroTitle__Iy5pS {
    font-size: 2.5rem;
  }

  .news_heroSubtitle__K_JxJ {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .news_contentSection__SHS4X {
    padding: 3rem 1.5rem 8rem;
  }

  .news_sectionTitle__wZg1z {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }

  .news_newsGrid__4QjqR {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .news_cardImageWrapper__RWVde {
    height: 220px;
    min-height: 220px;
  }
  
  .news_cardImageWrapper__RWVde > div {
    min-height: 220px;
  }

  .news_cardContent__98C_F {
    padding: 1.35rem;
  }

  .news_cardTitle__KzHfL {
    font-size: 1.15rem;
    margin-bottom: 0.65rem;
  }

  .news_cardDate__tvfKr,
  .news_cardTime__3w8ri {
    font-size: 0.9rem;
  }

  .news_cardLink__7hDEh {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .news_heroSection__CnRip {
    padding: 3rem 1rem 2.5rem;
  }

  .news_heroTitle__Iy5pS {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .news_heroSubtitle__K_JxJ {
    font-size: 1rem;
  }

  .news_contentSection__SHS4X {
    padding: 2.5rem 1rem 6rem;
  }

  .news_sectionTitle__wZg1z {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .news_newsGrid__4QjqR {
    gap: 1.5rem;
  }

  .news_cardImageWrapper__RWVde {
    height: 200px;
    min-height: 200px;
  }
  
  .news_cardImageWrapper__RWVde > div {
    min-height: 200px;
  }

  .news_cardContent__98C_F {
    padding: 1.25rem;
  }

  .news_cardTitle__KzHfL {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }

  .news_cardDate__tvfKr,
  .news_cardTime__3w8ri {
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
  }

  .news_cardTime__3w8ri {
    margin-bottom: 0.85rem;
  }

  .news_cardLink__7hDEh {
    font-size: 0.8rem;
  }
}


