/* The bakery demo avoids using tooling so doesn't use SASS. This is a static */
/* CSS file that extends Bootstrap. It's deliberately verbose to aid          */
/* readability with global themes, themes for each list view and themes for   */
/* each detail view                                                           */
/* 0. Fonts                                                                   */
/* 1. Global styles --------------------------------------------------------- */
/* 2. Page header ----------------------------------------------------------- */
/* 3. Main menu ------------------------------------------------------------- */
/* 4. Breadcrumb ------------------------------------------------------------ */
/* 5. Location styles ------------------------------------------------------- */
/* 6. Blog styles ----------------------------------------------------------- */
/* 7. Bread styles ---------------------------------------------------------- */
/* 8. Form styles ----------------------------------------------------------- */
/* 9. Homepage styles ------------------------------------------------------- */
/* 9. Miscellaneous/ Helper styles ------------------------------------------ */


/* Fonts */
.ibm-plex-mono {
  font-family: 'IBM Plex Mono', monospace;
}

.gt-zirkon {
  font-family: 'GT Zirkon';
}

.gt-pressura {
  font-family: 'GT Pressura';
}

/* Global styles */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 19px;
  font-family: 'GT Zirkon', serif;
  background: rgb(255,255,255);
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

@media (min-width: 768px) {
  body {
    font-size: 22px;
  }
}

h1 {
  font-weight: 300;
  font-family: 'GT Zirkon', sans-serif;
  position: relative;
}

.hero h1 {
  color: white;
}

h2 {
  font-weight: 900;
  font-family: 'GT Zirkon', sans-serif;
  color: black;
}

h3 {
  font-weight: 900;
  font-family: 'GT Zirkon', sans-serif;
  color: black;
}

h4 {
  font-weight: 600;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 22px;
}

p {
  margin: 0 0 30px;
  color: #444;
  overflow-wrap: anywhere;;
}

a, a:focus, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.btn {
  color: black;
  display: inline-block;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.15em;
  padding: 15px 20px;
  text-transform: uppercase;
}

a.btn:hover {
  color: black;
}

a.btn-sm {
  border-radius: 4px;
  font-size: 10px;
  line-height: normal;
  padding: 6px 8px;
}

/* .header input {
  border-radius: 3px 0 0 3px;
  border: 1px solid #BCBFC2;
  font-size: 18px;
  padding: 8px 6px 6px 40px;
  width: 100%;
  margin-left: -10px;
} */

/* queries for type */
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }

  .stand-first {
    font-size: 26px;
  }

  .intro {
    font-size: 30px;
    margin: 0 0 60px;
  }

  p {
    margin: 0 0 30px;
  }
}

ul {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  ul {
    margin: 0 0 50px;
  }
}

figure {
  margin: 0 0 30px;
  position: relative;
}
@media (min-width: 768px) {
  figure {
    margin: 0 0 50px;
  }
}
figcaption {
  bottom: 0;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 16px;
  font-weight: 300;
  left: 0;
  width: 100%;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* Generic detail page styles */
.intro {
  color: #262D33;
  font-weight: 400;
  font-family: 'GT Zirkon';
  font-size: 17px;
  line-height: 23px;
}
.stand-first {
  color: rgba(255,255,255,0.8);
  margin: 0;
}

/* Hero image area */
.hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 37.5%, #000000 90%), url(https://storage.googleapis.com/globalwarming-media/images/background-hero-homepage-compres.2e16d0ba.fill-1920x1600.jpg);
  background-size: cover;
  background-position: center;
  padding: 30px 0 200px 0;
  position: relative;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .hero {
    padding: 60px 0 400px 0;
    margin: 0 0 40px;
  }
}
.hero-gradient-mask {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 37.5%, #000000 90%), url(https://storage.googleapis.com/globalwarming-media/images/background-hero-homepage-compres.2e16d0ba.fill-1920x1600.jpg);
  background-size: cover;
  background-position: right;
  /*border-top-right-radius: 20px; 
  border-bottom-right-radius: 20px; */
  box-shadow: 0 4px 6px rgba(0,0,0,0.19), 0 4px 6px rgb(0 0 0 / 29%);
}

.hero-main-article  {
  border-right: 1px solid white;
}

@media (max-width: 768px) {
  .hero-gradient-mask {
    border-radius: 0px; 
    box-shadow: 0 4px 6px rgba(0,0,0,0.19), 0 4px 6px rgb(0 0 0 / 29%);
  }
  
}

@media (max-width: 991px) {
  .hero-main-article  {
    border-right: none;
    border-bottom: 1px solid white;
  }
}

/* .subscribe {
  background-image: linear-gradient(to right, rgba(40, 97, 116,0.75), rgba(40, 97, 116,0.75));
} */

blockquote {
  border-left: 5px solid #d4566b;
  margin: 0 0 50px;
}
blockquote p {
  font-size: 30px;
  margin: 0 0 10px;
  padding-left: 1rem;
}
blockquote footer::before {
  display: none;
}
blockquote footer p {
  font-size: 1.8em;
  font-style: italic;
}
cite {
  font-family: 'GT Zirkon', sans-serif;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .header,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

/* ==========================================================================
   Premium Site Header
   ========================================================================== */

.site-header {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  z-index: 100;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
  height: 72px;
}

/* Left Section: Menu + Logo */
.header-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.header-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: #333;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.header-menu-toggle:hover {
  background: #f5f5f5;
  color: #3BBDC4;
}

.header-logo {
  display: flex;
  align-items: center;
  color: #121212;
  text-decoration: none;
  transition: color 0.2s ease;
}

.header-logo:hover {
  color: #3BBDC4;
  text-decoration: none;
}

.header-logo svg {
  height: 26px;
  width: auto;
}

/* Center: Navigation Links */
.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin-top: -3px;
  margin-left: 40px;
}

.header-nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.header-nav-list li {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-nav-list a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: color 0.2s ease;
}

.header-nav-list a:hover {
  color: #3BBDC4;
  text-decoration: none;
}

/* Right: Search */
.header-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

/* Expandable Search */
.header-search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.header-search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: #555;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 2;
}

.header-search-toggle:hover {
  color: #3BBDC4;
  background: #f5f5f5;
}

.header-search-toggle .search-icon {
  position: static;
  top: auto;
  left: auto;
  display: block;
}

.header-search-toggle .close-icon {
  display: none;
}

.header-search-container.active .header-search-toggle .search-icon {
  display: none;
}

.header-search-container.active .header-search-toggle .close-icon {
  display: block;
}

.header-search-form {
  display: flex;
  align-items: center;
  position: absolute;
  right: 44px;
  width: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f5f5f5;
  border-radius: 24px;
  opacity: 0;
}

.header-search-container.active .header-search-form {
  width: 280px;
  opacity: 1;
  padding: 4px 4px 4px 16px;
}

.header-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 14px;
  color: #333;
  outline: none;
  padding: 10px 0;
  width: 100%;
}

.header-search-input::placeholder {
  color: #888;
}

.header-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: #3BBDC4;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.header-search-submit:hover {
  background: #2ea8af;
  transform: scale(1.05);
}

/* Responsive Header */
@media (max-width: 992px) {
  .header-nav {
    display: none;
  }

  .header-logo svg {
    height: 20px;
  }
}

@media (max-width: 768px) {
  .header-container {
    padding: 0 16px;
    height: 64px;
  }

  .header-left {
    gap: 12px;
  }

  .header-search-container.active .header-search-form {
    width: 200px;
  }

  .header-search {
    display: none;
  }

  .header-logo svg {
    height: 16px;
  }

  .header-btn-outline {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-logo svg {
    height: 14px;
  }

  .header-menu-toggle {
    width: 36px;
    height: 36px;
  }

  .header-menu-toggle svg {
    width: 20px;
    height: 20px;
  }
}

/* Legacy header styles (keeping for compatibility) */
.header {
  width: 100%;
  background: white;
  z-index: 10;
}
.headerSection {
  margin-top: 30px;
  margin-bottom: 10px;
  height: 38px;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.top-nav {
  border-bottom: 1px solid #30363D;
}

.top-nav-button {
  background-color: white;
  color: #3BBDC4;
  border: 1px solid #3BBDC4;
  border-radius: 14px;
}

.top-nav-button:hover {
  color: #fff;
  background-color: #3BBDC4;
  border-color: #3BBDC4;
}

/* Secondary Navigation */
.secondary-nav {
  background: #fafafa;
  border-bottom: 1px solid #e0e0e0;
}

.secondary-nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.secondary-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-nav-list li {
  margin: 0;
}

.secondary-nav-list a {
  display: block;
  padding: 16px 24px;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  position: relative;
  transition: all 0.2s ease;
  border-radius: 4px;
}

.secondary-nav-list a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #3BBDC4;
  transition: width 0.2s ease;
}

.secondary-nav-list a:hover {
  color: #3BBDC4;
  text-decoration: none;
  background: rgba(59, 189, 196, 0.05);
}

.secondary-nav-list a:hover::after {
  width: 60%;
}

/* Responsive Secondary Nav */
@media (max-width: 768px) {
  .secondary-nav {
    display: none;
  }
}

/* ==========================================================================
   Sidebar Navigation - Premium Design
   ========================================================================== */

/* Sidebar Overlay */
.sidebar-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0);
  z-index: 99998;
  pointer-events: none;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-overlay.open {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

/* Sidebar Panel */
.sidebar-nav-panel {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: 320px;
  max-width: 85vw;
  height: 100vh !important;
  height: 100dvh !important; /* dynamic viewport height for mobile */
  margin: 0 !important;
  padding: 0;
  background: #fff;
  z-index: 99999;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.sidebar-nav-panel.open {
  transform: translateX(0);
}

/* Hide header elements when sidebar is open */
body.sidebar-open .header,
body.sidebar-open .search-container,
body.sidebar-open .search-label {
  z-index: 1 !important;
}

/* Sidebar Header */
.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
}

.sidebar-close-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #333;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.sidebar-close-btn:hover {
  background: #f5f5f5;
  color: #3BBDC4;
}

.sidebar-logo {
  display: flex;
  align-items: center;
}

.sidebar-logo svg {
  height: 20px;
  width: auto;
}

/* Sidebar Search */
.sidebar-search {
  padding: 16px 24px;
  border-bottom: 1px solid #eee;
}

.sidebar-search-input {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.2s ease;
}

.sidebar-search-input:focus-within {
  background: #fff;
  box-shadow: 0 0 0 2px #3BBDC4;
}

.sidebar-search-input input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 15px;
  font-family: 'GT Zirkon', sans-serif;
  color: #333;
  outline: none;
}

.sidebar-search-input input::placeholder {
  color: #999;
}

/* Sidebar Menu */
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 16px 0;
  flex: 1;
  overflow-y: auto;
}

.sidebar-menu-item {
  margin: 0;
  padding: 0;
}

.sidebar-menu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: #222;
  text-decoration: none;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-menu-item a:hover {
  background: #f9f9f9;
  color: #3BBDC4;
  padding-left: 28px;
}

.sidebar-menu-item a svg {
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.2s ease;
  color: #3BBDC4;
}

.sidebar-menu-item a:hover svg {
  opacity: 1;
  transform: translateX(0);
}

.sidebar-menu-item .menu-text {
  position: relative;
}

.sidebar-menu-item a:hover .menu-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #3BBDC4;
  animation: slideIn 0.2s ease forwards;
}

@keyframes slideIn {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Sidebar Subscribe */
.sidebar-subscribe {
  padding: 24px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-top: 1px solid #eee;
}

.sidebar-subscribe h4 {
  font-family: 'GT Zirkon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0 0 8px 0;
}

.sidebar-subscribe p {
  font-size: 13px;
  color: #666;
  margin: 0 0 16px 0;
  line-height: 1.5;
}

.sidebar-subscribe form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-subscribe input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'GT Zirkon', sans-serif;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.sidebar-subscribe input[type="email"]:focus {
  outline: none;
  border-color: #3BBDC4;
  box-shadow: 0 0 0 3px rgba(59, 189, 196, 0.1);
}

.sidebar-subscribe button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  background: #3BBDC4;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sidebar-subscribe button:hover {
  background: #2ea8af;
  transform: translateY(-1px);
}

.sidebar-subscribe button svg {
  transition: transform 0.2s ease;
}

.sidebar-subscribe button:hover svg {
  transform: translateX(4px);
}

/* Sidebar Footer */
.sidebar-footer {
  padding: 20px 24px;
  border-top: 1px solid #eee;
}

.sidebar-social {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.sidebar-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.2s ease;
  background: #f5f5f5;
}

.sidebar-social a:hover {
  color: #fff;
  background: #3BBDC4;
  transform: translateY(-2px);
}

/* Legacy sidebar styles (keeping for compatibility) */
.more-menu {
  top: 65;
  left: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 100;
  position: fixed;
}
.more-sidebar {
  width: 340px;
  transition: transform .3s ease;
  overflow: auto;
  border-right-width: 1px;
  border-color: #e0e0e0;
  background-color: white;
  height: 100%;
}
.sidebar-nav {
  padding-left: 15px;
  list-style: none;
}
.sidebar-nav-pills {
  color: #3BBDC4;
  background-color: transparent;
  font-weight: 400;
}

.sidebar-nav-pills>li>a {
  border-radius: 0;
  border-top: 1px solid transparent;
  color: #262D33;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-top: -1px;
  padding: 10px 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sidebar-nav-pills>li>a {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.sidebar-container {
    position: fixed;
    top: 0;
    min-width: 350px;
    min-height: 400px;
    height: 100%;
    z-index: 1000;
    box-shadow: 0px 1px 14px 0px #353030;
}

.sidebar.collapse.show,
.sidebar.collapse.show + .col {
    transition: .233s cubic-bezier(0,0,.21,1);
    left: 0;
}

.sidebar.collapse ,
.sidebar.collapsing,
.sidebar.collapsing + .col {
    transition: .233s cubic-bezier(0,0,.21,1);
    z-index: 10500;
    left: -100%;
}
/* Logo */
.logo, .logo:visited, .logo:focus {
  display: inline-block;
  padding: 0;
  color: #000000 !important;;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 0;
}
.logo:hover {
  text-decoration: none;
}
.search {
  margin: 0 0 0 15px;
  position: relative;
}

.row.collapse.show,
.row.collapse.show + .col {
    transition: .233s ease-in-out; /*cubic-bezier(0.18, 0.89, 0.32, 1.28); */
}

.row.collapsing,
.row.collapsing + .col {
  transition: .233s ease-in-out; /*cubic-bezier(0.6, -0.28, 0.74, 0.05);*/
  z-index: 10500;
}

.row.collapse.show {
  display: -webkit-inline-box;
}

.search-input--mobile {
  padding: 10px 0px 10px 40px;
}

@media (min-width: 400px) {
  .search {
    display: inline-block;
    margin: 0 0 0 15px;
    height: 45px;
  }
}

.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #ebebeb;
}
.search-box + label .search-icon {
  color: black;
}
.search-box:hover {
  color: white;
  background: #c8c8c8;
  box-shadow: 0 0 0 5px #3d4752;
}
.search-box:hover + label .search-icon {
  color: white;
}
.search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 40px;
  cursor: text;
  width: 100%;;
  border-radius: auto;
  background: #ebebeb;
  color: black;
  z-index: 1;
}
.search-box:focus + label .search-icon {
  color: black;
}
.search-box:not(:focus) {
  text-indent: -5000px;
}

.search-icon-new {
  position: relative;
  color: white;
  cursor: pointer;
}

.search-icon-new svg {
  fill: #3BBDC4;
  height: 20px;
  width: 20px;
}

.search-label {
  margin-top: 6px;
}

@media (max-width: 1100px) {
  .search-box:focus {
    width: 85vw;
  }
}

@media (max-width: 768px) {
  .search-label {
    margin-top: 9px;
  }
  .search-box:focus {
    width: 90vw;
  }
}

.search-icon {
  display: block;
  display: inline-block;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 20px;
}

.search-icon svg {
  fill: #BCBFC2;
  height: 20px;
  width: 20px;
}

/* Main menu */
#main-navigation {
  padding-left: 0;
}
@media (min-width: 768px) {
  nav {
    margin: 15px 0 0 0;
    display: block;
  }
}
.nav-pills>li+li {
  margin-left: 0;
}
.nav-pills>li>a {
  border-radius: 0;
  border-top: none;
  border-bottom: 2px solid transparent;
  color: #4a4a4a;
  font-family: 'GT Zirkon', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 20px;
  transition: all 0.2s ease;
}
.nav-pills>li>a, .nav-pills>li>a:focus,
.nav-pills>li, .nav-pills>li, .nav>li>a, .nav>li>a {
  border-radius: 0;
  color: #4a4a4a;
  font-family: 'GT Zirkon', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500 !important;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 20px;
}
.nav-pills>li>a:hover,
.nav>li>a:hover {
  color: #ff3d00 !important;
  border-bottom: 2px solid #ff3d00;
  background-color: transparent;
}
/* The following is to stop a pixel shift on hover */
.nav-pills>.breads {
  width: 90px;
}
.nav-pills>.locations {
  width: 140px;
}
.nav-pills>.blog {
  width: 86px;
}
.nav-pills>.gallery {
  width: 115px;
}
.nav-pills>.contactus {
  /*width: 148px;*/
}
.nav-pills>.about {
  /*width: 88px;*/
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,
.nav-pills>li.active, .nav>li>a:focus {
  color: #ff3d00 !important;
  border-bottom: 2px solid #ff3d00;
  background-color: transparent;
  font-weight: 500;
}
.nav-pills> li:first-of-type > a {
  padding-left: 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-top: 1px solid #d4566b;
}

.dropdown-menu {
  background-color: rgba(25,17,18,1);
  border-radius: 0;
  border: transparent;
}

.dropdown-menu > li> a {
  border-bottom: 1px solid #371c19;
  color: #fff;
  font-family: 'GT Zirkon', sans-serif;
  padding: 10px 20px;
}

.dropdown-menu > li> a:hover {
  background-color: transparent;
  color: #d4566b;
}
/* Menu dropdown hack to allow toggling */
li.has-submenu a.allow-toggle {
  float: left;
  padding-right: 0;
}
.caret-custom {
    float: right;
    display: inline-block!important;
    padding: 10px 10px 15px 5px!important;
}
.caret-custom:after {
    content: "▼"!important;
}
/* Mobile menu styling */
.presentation {
  height: 40px;
  font-size: 25px;
}

@media (max-width: 768px) {
  .nav-pills>.presentation {
    float: none;
  }
  .nav-pills> li > a {
    /*border-top: 1px solid rgba(255,255,255,.1); */
    padding: 20px 0;
  }
  li.has-submenu a.allow-toggle {
    float: none;
  }
  li.has-submenu a.caret-custom {
    display: none!important;
  }
}
/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
}
.footer {
  font-size: 16px;
  font-family: 'GT Zirkon', sans-serif;
  padding: 20px 0;
  margin: 20px 0 0;
  font-weight: 300;
  background-color: white;
}
.footer p {
  margin: 0;
}
.container {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Breadcrumbs */
.breadcrumb-container {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 16px 0;
  position: relative;
  z-index: 3;
}
.breadcrumb {
  background-color: transparent;
  color: #6c757d;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb a {
  color: #0d1b2a;
  transition: color 0.2s ease;
  font-weight: 500;
}
.breadcrumb a:hover {
  color: #ff3d00;
  text-decoration: none;
}
.breadcrumb a i {
  color: #ff3d00;
  font-size: 14px;
}
.breadcrumb .active {
  color: #ff3d00;
  font-weight: 600;
}
.breadcrumb>li+li:before {
  content: "/";
  color: #adb5bd;
  margin: 0 12px;
  font-weight: 400;
}

/* Premium Editorial Cards - Best-in-class design inspired by Guardian, USAFacts, NYT */
.article-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.article-card-link:hover {
  text-decoration: none;
}

.article-card-vibrant {
  margin: 0;
  border-radius: 0;
  max-width: 100%;
  background: #fff;
  border: none;
  box-shadow: none;
  transition: none;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Image container with aspect ratio */
.article-card-vibrant .card-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.article-card-vibrant .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #f0f0f0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* Placeholder for cards without images */
.article-card-vibrant .card-placeholder {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Category pill - Guardian style */
.article-card-vibrant .card-category {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  background: #c70000;
  padding: 3px 8px;
  margin-bottom: 10px;
  border-radius: 2px;
}

/* Alternative category colors by type */
.article-card-vibrant .card-category.education {
  background: #0077b6;
}

.article-card-vibrant .card-category.lifestyle {
  background: #7b2cbf;
}

.article-card-vibrant .card-category.science {
  background: #06d6a0;
}

.article-card-vibrant .card-body {
  padding: 14px 0 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Title - bold serif with underline animation */
.article-card-vibrant .card-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #121212;
  margin: 0 0 8px;
  letter-spacing: -0.2px;
  transition: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease;
  display: inline;
}

.article-card-vibrant:hover .card-title {
  background-size: 100% 1px;
  color: #c70000;
}

/* Excerpt text */
.article-card-vibrant .card-text {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  margin: 0;
  flex: 1;
}

/* Read time / metadata */
.article-card-vibrant .card-meta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #999;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
}

/* Equal height cards in grid */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.row-eq-height > [class*='col-'] {
  display: flex;
}

/* Articles Page Header - Compact */
.articles-page-header {
  background: #fff;
  padding: 0;
  margin-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
}

.articles-page-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.articles-page-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 700;
  color: #121212;
  margin: 0;
  letter-spacing: -0.5px;
}

.articles-page-subtitle {
  display: none;
}

/* Category Filter Pills - Inline */
.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-filter-item {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #707070;
  background: transparent;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #e0e0e0;
}

.category-filter-item:hover {
  background: #f5f5f5;
  color: #121212;
  text-decoration: none;
  border-color: #ccc;
}

.category-filter-item.active {
  background: #121212;
  color: #fff;
  border-color: #121212;
}

/* Current Filter Display */
.current-filter {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #f8f9fa;
  border-radius: 6px;
  margin-bottom: 32px;
}

.current-filter-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.current-filter-value {
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #121212;
}

.current-filter-clear {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #c70000;
  text-decoration: none;
  margin-left: auto;
}

.current-filter-clear:hover {
  text-decoration: underline;
}

/* Section Title */
.articles-section-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 700;
  color: #121212;
  margin: 0 0 32px;
  padding-bottom: 16px;
  border-bottom: 3px solid #121212;
}

/* Tag Filter Notice */
.tag-filter-notice {
  background: #f8f9fa;
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.tag-filter-notice p {
  margin: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #555;
}

.tag-filter-notice .clear-filter {
  margin-left: 12px;
  color: #0077b6;
  text-decoration: none;
}

.tag-filter-notice .clear-filter:hover {
  text-decoration: underline;
}

/* No Articles Message */
.no-articles {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
}

.no-articles p {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  color: #707070;
}

/* Articles index grid - editorial layout */
.articles-grid-editorial {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 24px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .articles-grid-editorial {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 20px;
  }
}

@media (max-width: 991px) {
  .articles-grid-editorial {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }

  .articles-page-header .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .articles-page-title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .articles-grid-editorial {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .article-card-vibrant .card-title {
    font-size: 15px;
  }

  .articles-page-title {
    font-size: 24px;
  }

  .category-filter-item {
    font-size: 11px;
    padding: 6px 12px;
  }
}

/* Mobile nav */
.navbar-toggle { display:block; }

.navbar-toggle .icon-bar {
  background-color: #BCBFC2;
}

/* Pagination navigation */
nav[role=pagination] {
  margin-top: 50px;
  text-align: center;
}

/* Location list page */
.location-list-item {
  text-align: center;
  margin-bottom: 30px;
}
.location-list-title {
  line-height: 270px;
  height: 270px;
  background-color: #eb7400;
}
.location-list-title img {
  background-color: rgba(233,228,221,1);
  height: 270px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.location-list-title:hover img {
  opacity: 0.3;
}
.location-list-title span.title {
  color: white;
  display: inline-block;
  font-weight: 300;
  position: relative;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}
.location-list-title:hover span.title {
  text-shadow: none;
}
.location-list-item address {
  font-weight: 300;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 1.4em;
  padding: 10px 40px;
}

/* Location detail page */
.template-location-page .intro {
  margin-bottom: 0;
}
.location-opening h3 {
  margin-top: 0;
}
span.day {
  font-weight: bold;
  font-family: 'GT Zirkon', sans-serif;
}
time.location-time {
  display: block;
}
.map-container {
  height: 550px;
}
.location-address {
  background-color: rgba(233,228,221,1);
  padding: 10px 30px;
  margin-bottom: -200px;
  position: relative;
  z-index: 1;
}

/* Blog list view */
.blog-tags>li {
  border-right: 1px solid rgba(0,0,0,0.1);
  font-size: 0.9em;
  margin-left: -6px;
  padding: 4px 18px;
  text-transform: uppercase;
  display: inline-block;
}
.blog-tags>li:first-child {
  margin-left: 0;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.blog-list li {
  list-style: none;
}

@media (min-width: 1025px) {
.blog-list li:first-of-type, .blogpage-listing li:first-of-type,
.blog-list li:nth-child(6), .blogpage-listing li:nth-child(6),
.blog-list li:nth-child(7), .blogpage-listing li:nth-child(7),
.blog-list li:nth-child(12), .blogpage-listing li:nth-child(12) {
      width: 50%;
    }
}

.blog-list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.blog-list-item a {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.blog-list-item:hover img {
    opacity: 0.3;
}

.blog-list-item .image {
  overflow: hidden;
  flex: 1 0 auto;
}

 .blog-list-item .image img {
  min-height: 170px;
  /*width: auto;
  min-width: 100%;*/
} 

.blog-list-item .text {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 23%,rgba(0,0,0,1) 50%);
  margin-top: -150px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.blog-list-item .text h2 {
  color: #fff;
  font-weight: 200;
  margin-top: 0;
}

.blog-list-item .text p {
  color: #e3e3e3;
  font-size: 0.8em;
  margin-bottom: 0;
}

.blog-list-item .footer {
  background-color: #333;
  color: #fff;
  margin-top: 0;
  padding: 20px;
  position: relative;
  z-index: 1;
}

/* used to style tags on blog */
span.outline {
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 0.8em;
  padding: 3px 6px;
  text-transform: uppercase;
}

/* Blog detail page */
.blog-meta {
    margin-bottom: 20px;
}
.blog-avatar {
    border-radius: 100%;
    display: inline;
    width: unset;
}
.blog-avatars {
    margin-bottom: 20px;
}
.blog-avatars .author {
  display: inline-block;
  margin-right: 30px;
}

/* Bread styles */
/* Bread listview */
.bread-list-item {
  display: block;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  margin: 12px;
  overflow: hidden;
  color: inherit;
}

.bread-list-item h2 {
  font-weight: 300;
}

@media (min-width: 992px) {
  .bread-list-item {
    width: 47%;
  }
}

.bread-list-item .image {
  background-color: #eb7400;
  margin: 0;
  max-width: 180px;
  max-height: 180px;
  min-width: 180px;
  min-height: 180px;
  padding: 0;
}

.bread-list-item:hover img {
  opacity: 0.3;
}

.bread-list-item img {
  margin: 0;
  width: auto;
}

.bread-list-item ul {
  padding-left: 2px;
}

.bread-list-item li {
  list-style: none;
}

.bread-list-item li span {
  color: #777;
  display: inline-block;
  font-weight: 600;
  width: 70px;
}

/* Bread detail page */
.bread-detail .introduction {
  color: #777;
  font-size: 1.4em;
  margin-top: 40px;
}

.bread-detail figure {
  margin: 35px auto 20px auto;
  overflow: hidden;
}

.bread-detail figure img {
  height: auto;
}

.bread-detail ul.bread-meta {
  list-style: none;
  padding-left: 0;
}

.bread-detail ul.bread-meta li ul {
  padding-left: 0;
}

.bread-detail ul.bread-meta li ul li {
  border-bottom: 1px solid #ccc;
  list-style: none;
  max-width: 450px;
}

/* Articles */
/* Article detail page */
.intro::first-letter {
  font-size: 100px;
  line-height: 75px;
  color: #3BBDC4;
  font-weight: 600;
  vertical-align: bottom;
  float: left;
  padding-top: 4px;
	padding-right: 6px;
	margin-bottom: 0.75rem;
}

.article-container h2 {
  color: #131313;
  font-weight: 700;
  font-family: 'GT Zirkon';
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 15px;
}

.article-container h3 {
  color:#4B5157;
  font-weight: 400;
  font-family: 'GT Zirkon';
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 15px;
}

.block-paragraph_block>p {
  color: #262D33;
  font-weight: 400;
  font-family: 'GT Zirkon';
  font-size: 17px;
  line-height: 23px;
  overflow-wrap: anywhere;;
}

.block-paragraph_block>ul {
  color: #262D33;
  font-weight: 400;
  font-family: 'GT Zirkon';
  font-size: 17px;
  line-height: 23px;
}

.block-paragraph_block>ol {
  color: #262D33;
  font-weight: 400;
  font-family: 'GT Zirkon';
  font-size: 17px;
  line-height: 23px;
}

/* Forms */
/* Form detail page */
.form-page input, textarea, select {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media (max-width: 766px) {
  .form-page input, textarea, select {
    width: 100%;
  }
}

.form-page li input[type=checkbox], input[type=radio] {
  display: inline-block;
  margin-right: 10px;
}

.form-page .fieldWrapper ul,
.form-page .fieldWrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-page .required {
  color: red;
}

.form-page .fieldWrapper {
  margin-bottom: 15px;
}

.form-page .help {
  color: #999;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 0.8em;
  margin-top: 10px;
  max-width: 350px;
}

/* Form thank you page */
.form-page-thanks h1 {
  margin-bottom: 30px;
}

/* Generic title image header include */
.base-header img {
  height: auto;
  margin-top: 20px;
  max-width: 100%;
  width: auto;
}

@media (max-width: 970px) {
  .base-header img {
    width: 100%;
  }
}

.article-title {
  font-size: 45px; 
  line-height: 50px; 
  letter-spacing: -3px;
  font-weight: 700; 
  color: white;
}

@media (max-width: 766px) {
  .article-title {
    font-size: 36px; 
    line-height: 36px; 
    font-weight: 700; 
    color: white;
  }
}

/* Homepage */

.homepage .hero {
  margin: 0;
  padding: 200px 0 30px 0;
}

.homepage .hero h1 {
  font-size: 2.2em;
  text-transform: uppercase;
}

.homepage .hero h1:after {
  background-color: rgba(255,255,255, 0.7);
  content: "";
  display: block;
  height: 5px;
  margin: 20px auto;
  width: 250px;
}

.homepage .home-hero {
  margin-bottom: 0;
  padding-bottom: 60px;
  text-align: center;
}
.homepage .home-hero .lead {
  color: #ddd;
  font-size: 1.6em;
  margin: 40px auto;
}

.homepage .home-hero .hero-cta-link {
  color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 10px 34px 10px 10px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-duration: 0.1s;
}

.homepage .home-hero .hero-cta-link:hover:before,
.homepage .home-hero .hero-cta-link:focus:before,
.homepage .home-hero .hero-cta-link:active:before {
  transform: translateX(4px);
}
.homepage .streamfield {
  background: linear-gradient(45deg, rgba(170,170,170,1) 0%,rgba(238,238,238,1) 44%);
}
.homepage .streamfield-column {
  padding: 60px;
  margin: 0 auto;
  float: none;
}
.homepage .streamfield-column h1,
.homepage .streamfield-column h2,
.homepage .streamfield-column h3,
.homepage .streamfield-column h4,
.homepage .streamfield-column h5 {
  text-align: center;
}
.homepage .promo-row {
  padding: 40px 0 40px 0;
}
.homepage .promo {
  background: linear-gradient(190deg, rgba(0,4,8,1) 0%,rgba(55,28,25,1) 100%);
  border-radius: 0px 0px 10px 10px;
  color: #fff;
  height: 100%;
  margin-bottom: 20px;
  margin-top: -40px;
  padding: 40px 60px;
  text-align: center;
}
.homepage .promo h1,
.homepage .promo h2,
.homepage .promo h3,
.homepage .promo h4 {
  color: #eb7400;
  font-weight: 200;
}
.homepage .promo p,
.homepage .promo li {
  color: #ccc;
  line-height: 1.6em;
}
.homepage .promo a {
  color: #fff;
}
@media (max-width: 970px) {
  .homepage .promo {
    padding: 30px 40px;
  }
  .homepage .promo figure img {
    max-width: 120px;
    height: auto;
  }
  .homepage .promo p {
    color: #fff;
    font-size: 1em;
  }
}
@media (max-width: 766px) {
  .homepage .promo {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.homepage .promo figure img {
  border-radius: 100%;
  margin: auto;
  width: auto;
}
.homepage .feature-1 h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.homepage .feature-1 .featured-children li {
  border: 1px solid #ccc;
  border-radius: 3px;
  list-style: none;
  margin-bottom: 10px;
}
.homepage .feature-1 .featured-children li figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.homepage .feature-1 .featured-children li img {
  width: auto;
}
.homepage .feature-1 .featured-children li h3 {
  margin-top: 40px;
  font-weight: 300;
  font-size: 1.4em;
}
.homepage .feature-2 {
  padding: 40px 0 20px;
}
.homepage .feature-2 .feature-2-row {
  display: flex;
  flex-wrap: wrap;
}
.homepage .feature-2 h2,
.homepage .feature-3 h2 {
  text-align: center;
  margin: 20px;
}
.homepage .feature-2 .feature-2-item {
  display: flex;
  flex-direction: column;
  margin: 0 auto 20px;
}
.homepage .feature-2 .featured-children li {
  list-style: none;
}
.homepage .feature-2 .feature-2-item figure {
  margin-bottom: 0;
}
.homepage .feature-2 .feature-2-item img {
  min-height: 210px;
}
.homepage .feature-2 .feature-2-item .feature-2-text {
  background-color: #dfdfdf;
  border-radius: 0 0 10px 10px;
  padding: 0 20px;
  flex: 1;
}
.homepage .feature-2 figure,
.homepage .feature-3 figure {
  background-color: #eb7400;
  margin: 0;
}
@media (max-width: 766px) {
  .homepage .feature-2 .feature-2-row {
    display: inline-block;
  }
}
.homepage .feature-3 .featured-children li {
  list-style: none;
}
.homepage .feature-3 h3 {
  color: #fff;
  font-weight: 300;
  font-size: 1.8em;
  margin-bottom: 135px;
  margin-top: -145px;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
  z-index: 1;
}
.homepage .feature-2 li:hover img,
.homepage .feature-3 li:hover img {
  opacity: 0.3;
}

.homepage-education {
  /* Background */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%), url('https://static.globalwarming.com/media/static/background-homepage-globe.jpeg');
  background-size: cover;
  color: white;
}

.homepage-eduction-block-primary {
  background-color: #249FB5;
  background-color: rgba(42, 116, 129, 0.20);
}

/* linear-gradient(180deg, rgba(36, 159, 181, 0.3) 50%, rgba(36, 159, 181, 0.62) 100%) */
.homepage-eduction-block {
  background: linear-gradient(180deg, rgb(42 116 129 / 20%) 50%, rgb(42 116 129 / 75%) 100%), url('https://static.globalwarming.com/media/static/background-homepage-globe.jpeg');
  background-size: cover;
  color: white;
  background-position: center;
  box-shadow: 3px 1px 7px 2px #353030;
}

.homepage-eduction-block-secondary {
  background-color: #3BBDC4;
  background-color: rgba(59, 189, 196,0.75);
  border-radius: 10px;
  height: 15em;
  -moz-box-shadow: 0px -1px 4px 0px #353030;
  -webkit-box-shadow: 0px -1px 4px 0px #353030;
  box-shadow: 0px -1px 4px 0px #353030;
}

@media (max-width: 768px) {
  .homepage-eduction-block-secondary {
    height: 9em;
    border-radius: 10px !important;
  }
  
}

/* Miscellaneous helper styles */
/* No gutters */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 970px) {
  .row.no-gutters {
    display: block;
  }
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Bootstrap Equal height rows */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

/* From Wagtail core */
.richtext-image.left{
    float:left;
    width: 50%;
}
.richtext-image.right{
    float:right;
    width: 50%;
}

/* Subscribe */

.subscribe-container {
  color: white;
  background-size:     cover;                      /* <------ */
  background-repeat:   no-repeat;
  background-position: center center; 
  background-image:  url(https://static.globalwarming.com/media/images/subscribe-small-background-compressed.jpg);
}

.subscribe-btn {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  border-radius: 5px;
}


/* bootstrap overrides */
.btn:focus {
  box-shadow: none;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-shadow {
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 3px -2px, rgb(0 0 0 / 14%) 0px 3px 4px 0px, rgb(0 0 0 / 12%) 0px 1px 8px 0px;
}


/* Carousal */
@media (min-width: 768px) {
  /* show 4 items */
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be absolue position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}


/* Contact us */
.fieldWrapper>label {
  font-size: 16px;
  list-style: 24px;
}

/* ==========================================================================
   MODERN EDITORIAL HOMEPAGE
   ========================================================================== */

.editorial-home {
  font-family: 'GT Zirkon', -apple-system, sans-serif;
}

.editorial-home a {
  color: inherit;
  text-decoration: none;
}

/* Hero Section */
.editorial-home .hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url(https://storage.googleapis.com/globalwarming-media/images/background-hero-homepage-compres.2e16d0ba.fill-1920x1600.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px;
  color: #fff;
  position: relative;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

/* Animated particles overlay */
.editorial-home .hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.3), transparent),
    radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.2), transparent),
    radial-gradient(2px 2px at 50px 160px, rgba(255,255,255,0.3), transparent),
    radial-gradient(2px 2px at 90px 40px, rgba(255,255,255,0.2), transparent),
    radial-gradient(2px 2px at 130px 80px, rgba(255,255,255,0.3), transparent),
    radial-gradient(2px 2px at 160px 120px, rgba(255,255,255,0.2), transparent);
  background-size: 200px 200px;
  animation: float-particles 20s linear infinite;
  opacity: 0.6;
  pointer-events: none;
}

@keyframes float-particles {
  0% { transform: translateY(0); }
  100% { transform: translateY(-200px); }
}

.editorial-home .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

/* Animated badge */
.editorial-home .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 61, 0, 0.9);
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 30px;
  animation: fadeInUp 0.8s ease-out;
}

.editorial-home .hero-badge .pulse {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.editorial-home .hero-badge .badge-text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Hero title with dramatic effect */
.editorial-home .hero-title {
  font-size: 80px;
  font-weight: 900;
  line-height: 0.95;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.editorial-home .hero-title .title-line {
  display: block;
  animation: fadeInUp 0.8s ease-out backwards;
}

.editorial-home .hero-title .title-line:nth-child(1) {
  animation-delay: 0.2s;
  opacity: 0.9;
}

.editorial-home .hero-title .title-line:nth-child(2) {
  animation-delay: 0.4s;
}

.editorial-home .hero-title .title-highlight {
  background: linear-gradient(135deg, #ff3d00 0%, #ff6b35 50%, #ffd23f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.editorial-home .hero-subtitle {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
  max-width: 550px;
  animation: fadeInUp 0.8s ease-out 0.6s backwards;
}

/* Hero stats */
.editorial-home .hero-stats {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
  animation: fadeInUp 0.8s ease-out 0.8s backwards;
}

.editorial-home .hero-stat {
  position: relative;
}

.editorial-home .hero-stat::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.2);
}

.editorial-home .hero-stat:last-child::after {
  display: none;
}

.editorial-home .hero-stat .stat-number {
  display: block;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.editorial-home .hero-stat .stat-unit {
  font-size: 24px;
  color: #ff6b35;
}

.editorial-home .hero-stat .stat-desc {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.6);
  margin-top: 8px;
}

/* CTA buttons */
.editorial-home .hero-cta {
  display: flex;
  gap: 20px;
  align-items: center;
  animation: fadeInUp 0.8s ease-out 1s backwards;
}

.editorial-home .hero-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #ff3d00 0%, #ff6b35 100%);
  color: #fff;
  padding: 18px 32px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 61, 0, 0.3);
}

.editorial-home .hero-cta .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 61, 0, 0.4);
}

.editorial-home .hero-cta .btn-primary i {
  transition: transform 0.3s ease;
}

.editorial-home .hero-cta .btn-primary:hover i {
  transform: translateX(5px);
}

.editorial-home .hero-cta .btn-secondary {
  color: #fff;
  padding: 18px 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  transition: all 0.3s ease;
}

.editorial-home .hero-cta .btn-secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
}

/* Trending section */
.editorial-home .hero-trending {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 400px;
  animation: fadeInUp 0.8s ease-out 1.2s backwards;
}

.editorial-home .trending-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff6b35;
  margin-bottom: 20px;
}

.editorial-home .trending-label i {
  animation: flicker 1.5s ease-in-out infinite;
}

@keyframes flicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.editorial-home .trending-articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.editorial-home .trending-item {
  display: block;
  padding: 16px 20px;
  background: rgba(255,255,255,0.05);
  border-left: 3px solid transparent;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
}

.editorial-home .trending-item:hover {
  background: rgba(255,255,255,0.1);
  border-left-color: #ff6b35;
  transform: translateX(5px);
}

.editorial-home .trending-category {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #00f5d4;
  margin-bottom: 6px;
}

.editorial-home .trending-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

/* Scroll indicator */
.editorial-home .hero-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

.editorial-home .hero-scroll-indicator i {
  font-size: 14px;
}

/* Stats Strip */
.editorial-home .stats-strip {
  background: #ffffff;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.editorial-home .stats-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.editorial-home .stat {
  text-align: center;
  padding: 0 16px;
}

.editorial-home .stat-value {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #ff3d00;
  letter-spacing: -0.5px;
}

.editorial-home .stat:nth-child(2) .stat-value {
  color: #00b4d8;
}

.editorial-home .stat:nth-child(3) .stat-value {
  color: #06d6a0;
}

.editorial-home .stat:nth-child(4) .stat-value {
  color: #7b2cbf;
}

.editorial-home .stat-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: #0d1b2a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
  font-weight: 600;
}

/* Articles Section */
.editorial-home .articles-section {
  padding: 48px 0;
}

.editorial-home .articles-section.alt {
  background: #f8f9fa;
}

.editorial-home .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid #121212;
}

.editorial-home .section-header h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.3px;
  margin: 0;
  color: #121212;
}

.editorial-home .section-header .view-all {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  color: #c70000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  text-decoration: none;
}

.editorial-home .section-header .view-all:hover {
  color: #a00;
  text-decoration: underline;
}

.editorial-home .section-header .view-all i {
  margin-left: 4px;
  font-size: 10px;
}

/* Articles Grid */
.editorial-home .articles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 24px;
}

.editorial-home .articles-grid.small {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
}

/* Homepage cards - Premium editorial style */
.editorial-home .article-card {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transition: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.editorial-home .article-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* Image with zoom effect */
.editorial-home .card-image {
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: #f0f0f0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.editorial-home .articles-grid.small .card-image {
  aspect-ratio: 16 / 9;
}

.editorial-home .card-image.placeholder {
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.editorial-home .card-content {
  padding: 14px 0 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.editorial-home .articles-grid.small .card-content {
  padding: 12px 0 0 0;
}

/* Category pill - Guardian style */
.editorial-home .card-content .category {
  display: inline-block;
  width: fit-content;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  background: #c70000;
  padding: 3px 8px;
  margin-bottom: 10px;
  border-radius: 2px;
}

/* Title - bold serif with underline animation */
.editorial-home .card-content h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #121212;
  margin: 0 0 8px;
  letter-spacing: -0.2px;
  background-image: linear-gradient(#121212, #121212);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease, color 0.3s ease;
  display: inline;
}

.editorial-home .article-card:hover .card-content h3 {
  background-size: 100% 1px;
  color: #c70000;
}

.editorial-home .articles-grid.small .card-content h3 {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Excerpt text */
.editorial-home .card-content p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #707070;
  margin: 0 0 8px;
  flex: 1;
}

.editorial-home .card-content time {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* External Stories Section */
.external-stories-section {
  padding: 48px 0;
  background: #fff;
}

.external-stories-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid #121212;
}

.external-stories-section .section-header h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin: 0;
  color: #121212;
}

.external-stories-section .source-badge {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: #0077b6;
  padding: 4px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.external-stories-section .source-badge i {
  margin-right: 4px;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.story-card {
  background: #f8f9fa;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.story-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.story-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.story-content {
  padding: 20px;
}

.story-content time {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.story-content h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #121212;
  margin: 0 0 12px;
  transition: color 0.2s ease;
}

.story-card:hover .story-content h3 {
  color: #0077b6;
}

.story-content .external-link {
  display: inline-flex;
  align-items: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  color: #0077b6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.story-content .external-link i {
  margin-left: 4px;
  font-size: 9px;
}

.no-stories {
  grid-column: 1 / -1;
  text-align: center;
  color: #707070;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  padding: 40px;
}

@media (max-width: 1199px) {
  .stories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .stories-grid {
    grid-template-columns: 1fr;
  }

  .external-stories-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* Quote Section */
.editorial-home .quote-section {
  background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%);
  padding: 80px 0;
}

.editorial-home .quote-section blockquote {
  text-align: center;
  margin: 0;
  padding: 0;
}

.editorial-home .quote-section blockquote p {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 40px;
}

.editorial-home .quote-section blockquote footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.editorial-home .quote-section blockquote footer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.editorial-home .quote-section blockquote footer div {
  text-align: left;
}

.editorial-home .quote-section blockquote cite {
  display: block;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.editorial-home .quote-section blockquote footer span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

/* Newsletter Section */
.editorial-home .newsletter-section {
  padding: 60px 0;
  background: #fff;
}

.editorial-home .newsletter-box {
  background: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%);
  padding: 48px;
  border-radius: 12px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.editorial-home .newsletter-box h3 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 12px;
  color: #fff;
}

.editorial-home .newsletter-box p {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 28px;
}

.editorial-home .newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
}

.editorial-home .newsletter-form input {
  flex: 1;
  padding: 14px 18px;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  font-size: 14px;
  font-family: 'IBM Plex Mono', monospace;
}

.editorial-home .newsletter-form input:focus {
  outline: none;
  border-color: #1a1a2e;
}

.editorial-home .newsletter-form button {
  background: #ff3d00;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.editorial-home .newsletter-form button:hover {
  background: #e63600;
  transform: translateY(-2px);
}

/* ==========================================================================
   About Page Styles
   ========================================================================== */

.about-page {
  background: #fff;
}

/* About Hero */
.about-hero {
  position: relative;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 120px 0 80px;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.about-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.about-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #00f5d4;
  margin-bottom: 20px;
}

.about-hero h1 {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.1;
}

.about-tagline {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

/* Mission Section */
.about-mission {
  padding: 80px 0;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: start;
}

.mission-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: #121212;
  margin-bottom: 30px;
}

.mission-content .lead {
  font-size: 20px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 25px;
  font-weight: 500;
}

.mission-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.mission-content strong {
  color: #121212;
}

.mission-sidebar {
  position: sticky;
  top: 100px;
}

.vision-card {
  background: linear-gradient(135deg, #ff3d00 0%, #ff6b35 100%);
  border-radius: 16px;
  padding: 35px;
  color: #fff;
  margin-bottom: 25px;
}

.vision-icon {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.vision-icon i {
  font-size: 22px;
}

.vision-card h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}

.vision-card p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.95;
  margin: 0;
}

.values-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px;
}

.values-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 20px;
}

.values-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.values-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.values-card li:last-child {
  border-bottom: none;
}

.values-card li i {
  color: #00c853;
  font-size: 14px;
}

/* Leadership Section */
.about-leadership {
  background: #f8f9fa;
  padding: 80px 0;
}

.about-leadership .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ff3d00;
  margin-bottom: 15px;
}

.about-leadership .section-header h2 {
  font-size: 42px;
  font-weight: 900;
  color: #121212;
  margin-bottom: 15px;
}

.about-leadership .section-header p {
  font-size: 18px;
  color: #666;
}

.team-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.team-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 280px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-decoration: none;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.team-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
  transform: scale(1.05);
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.team-overlay i {
  font-size: 40px;
  color: #fff;
}

.team-info {
  padding: 25px;
  text-align: center;
}

.team-info h3 {
  font-size: 22px;
  font-weight: 800;
  color: #121212;
  margin-bottom: 5px;
}

.team-role {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff3d00;
  margin-bottom: 10px;
}

.team-info p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* About CTA */
.about-cta {
  background: linear-gradient(135deg, #121212 0%, #1a1a2e 100%);
  padding: 80px 0;
}

.cta-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}

.cta-content p {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 30px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #ff3d00 0%, #ff6b35 100%);
  color: #fff;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 61, 0, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 61, 0, 0.4);
  color: #fff;
}

.cta-button i {
  transition: transform 0.3s ease;
}

.cta-button:hover i {
  transform: translateX(5px);
}

/* About Page Responsive */
@media (max-width: 991px) {
  .mission-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mission-sidebar {
    position: static;
  }

  .about-hero h1 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .about-hero {
    padding: 80px 20px 60px;
  }

  .about-hero h1 {
    font-size: 32px;
  }

  .about-tagline {
    font-size: 16px;
  }

  .about-mission {
    padding: 50px 0;
  }

  .mission-content h2 {
    font-size: 28px;
  }

  .about-leadership {
    padding: 50px 0;
  }

  .about-leadership .section-header h2 {
    font-size: 32px;
  }

  .team-card {
    width: 100%;
    max-width: 320px;
  }

  .about-cta {
    padding: 50px 20px;
  }

  .cta-content h2 {
    font-size: 28px;
  }
}

/* ==========================================================================
   Standard Page Styles (Terms, Privacy, etc.)
   ========================================================================== */

.standard-page {
  background: #fff;
}

/* Standard Hero */
.standard-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 100px 0 60px;
}

.standard-hero-content {
  max-width: 800px;
}

.standard-hero h1 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

.standard-hero .last-updated {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* Standard Content */
.standard-content {
  padding: 60px 0 80px;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: start;
}

.content-body {
  max-width: 100%;
}

.content-body h2 {
  font-size: 28px;
  font-weight: 800;
  color: #121212;
  margin: 40px 0 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.content-body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.content-body h3 {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  margin: 30px 0 15px;
}

.content-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.content-body ul,
.content-body ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.content-body li {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 10px;
}

.content-body a {
  color: #0077b6;
  text-decoration: underline;
}

.content-body a:hover {
  color: #005a8c;
}

/* Content Sidebar */
.content-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
}

.sidebar-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 15px;
}

.sidebar-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-card li {
  margin-bottom: 10px;
}

.sidebar-card li:last-child {
  margin-bottom: 0;
}

.sidebar-card li a {
  font-size: 14px;
  color: #555;
  transition: color 0.2s;
}

.sidebar-card li a:hover {
  color: #ff3d00;
}

.contact-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ff3d00;
  transition: color 0.2s;
}

.contact-link:hover {
  color: #e63600;
}

/* Standard Page Responsive */
@media (max-width: 991px) {
  .content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .content-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .standard-hero {
    padding: 80px 20px 50px;
  }

  .standard-hero h1 {
    font-size: 32px;
  }

  .standard-content {
    padding: 40px 0 60px;
  }

  .content-sidebar {
    grid-template-columns: 1fr;
  }

  .content-body h2 {
    font-size: 24px;
  }

  .content-body h3 {
    font-size: 20px;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .editorial-home .hero {
    min-height: 100vh;
    padding: 100px 0 80px;
  }

  .editorial-home .hero-title {
    font-size: 60px;
  }

  .editorial-home .hero-trending {
    position: static;
    width: 100%;
    margin-top: 50px;
  }

  .editorial-home .trending-articles {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .editorial-home .trending-item {
    flex: 1;
    min-width: 200px;
  }

  .editorial-home .hero-stats {
    gap: 30px;
  }

  .editorial-home .hero-stat .stat-number {
    font-size: 36px;
  }

  .editorial-home .hero-scroll-indicator {
    display: none;
  }

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

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

@media (max-width: 575px) {
  .editorial-home .hero {
    padding: 80px 20px 40px;
    min-height: auto;
    min-height: -webkit-fill-available;
  }

  .editorial-home .hero-content {
    max-width: 100%;
  }

  /* Disable particles on mobile for performance */
  .editorial-home .hero-particles {
    display: none;
  }

  /* Badge - keep it prominent */
  .editorial-home .hero-badge {
    padding: 6px 12px;
    margin-bottom: 16px;
    gap: 6px;
  }

  .editorial-home .hero-badge .pulse {
    width: 6px;
    height: 6px;
  }

  .editorial-home .hero-badge .badge-text {
    font-size: 9px;
    letter-spacing: 1px;
  }

  /* Title - smaller for mobile */
  .editorial-home .hero-title {
    font-size: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    line-height: 1;
  }

  .editorial-home .hero-title .title-line {
    display: block;
  }

  .editorial-home .hero-title .title-highlight {
    font-size: 40px;
  }

  /* Subtitle */
  .editorial-home .hero-subtitle {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  /* Stats - compact grid on mobile */
  .editorial-home .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 24px;
    padding: 16px;
    background: rgba(0,0,0,0.4);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .editorial-home .hero-stat {
    text-align: center;
  }

  .editorial-home .hero-stat .stat-number {
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
  }

  .editorial-home .hero-stat .stat-unit {
    font-size: 14px;
  }

  .editorial-home .hero-stat .stat-desc {
    font-size: 8px;
    letter-spacing: 0.3px;
    margin-top: 4px;
    line-height: 1.2;
  }

  /* CTAs - full width buttons */
  .editorial-home .hero-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 10px;
  }

  .editorial-home .hero-cta .btn-primary {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 14px 20px;
    font-size: 12px;
  }

  .editorial-home .hero-cta .btn-secondary {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 12px;
    text-align: center;
  }

  /* Trending section - compact cards */
  .editorial-home .hero-trending {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .editorial-home .trending-label {
    font-size: 9px;
    margin-bottom: 12px;
  }

  .editorial-home .trending-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 8px;
  }

  .editorial-home .trending-item {
    padding: 12px 14px;
    min-width: auto;
    background: rgba(255,255,255,0.08);
    border-radius: 6px;
  }

  .editorial-home .trending-category {
    font-size: 8px;
    margin-bottom: 3px;
  }

  .editorial-home .trending-title {
    font-size: 12px;
    line-height: 1.3;
  }

  /* Hide scroll indicator on mobile */
  .editorial-home .hero-scroll-indicator {
    display: none;
  }

  .editorial-home .articles-grid,
  .editorial-home .articles-grid.small {
    grid-template-columns: 1fr;
  }

  .editorial-home .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .editorial-home .quote-section blockquote p {
    font-size: 18px;
  }

  .editorial-home .section-header h2 {
    font-size: 20px;
  }

  .editorial-home .article-card .card-content h3 {
    font-size: 16px;
  }

  .editorial-home .article-card .card-content p {
    font-size: 13px;
  }
}

/* ==========================================================================
   PREMIUM BLOG DESIGN - Modern Editorial Style
   ========================================================================== */

/* Blog Header */
.blog-premium-header {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.blog-premium-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.blog-premium-header .container {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 100%;
}

.blog-header-content {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 10px;
}

.blog-label {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e94560;
  background: rgba(233, 69, 96, 0.15);
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.blog-main-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 52px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -1px;
}

.blog-subtitle {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 500px;
  margin: 0 auto;
}

/* Category Navigation Pills */
.blog-category-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-nav-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  flex-shrink: 0;
}

.blog-nav-pill:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  text-decoration: none;
}

.blog-nav-pill.active {
  background: #e94560;
  border-color: #e94560;
  color: #ffffff;
}

/* Blog Content Area */
.blog-premium-content {
  background: #fafafa;
  padding: 60px 0 100px;
  min-height: 60vh;
}

/* Filter Notice */
.blog-filter-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  margin-bottom: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #555;
}

.filter-icon {
  color: #e94560;
}

.clear-filter-btn {
  margin-left: auto;
  color: #e94560;
  text-decoration: none;
  font-weight: 500;
}

.clear-filter-btn:hover {
  text-decoration: underline;
}

/* Featured Post */
.blog-featured-post {
  margin-bottom: 60px;
}

.blog-featured-post .featured-link {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all 0.4s ease;
}

.blog-featured-post .featured-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.featured-image-wrapper {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-featured-post .featured-link:hover .featured-image {
  transform: scale(1.05);
}

.featured-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 100%);
}

.featured-content {
  padding: 50px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.featured-category {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  background: #e94560;
  padding: 6px 14px;
  border-radius: 4px;
}

.featured-date {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #888;
}

.featured-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a2e;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

.featured-excerpt {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0 0 28px;
}

.featured-read-more {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  color: #e94560;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.featured-read-more .arrow {
  transition: transform 0.3s ease;
}

.blog-featured-post .featured-link:hover .featured-read-more .arrow {
  transform: translateX(4px);
}

/* Section Header */
.blog-section-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.section-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a2e;
  margin: 0;
  white-space: nowrap;
}

.section-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #ddd 0%, transparent 100%);
}

/* Premium Blog Grid */
.blog-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Blog Card */
.blog-card-premium {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

.blog-card-premium:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.blog-card-premium .card-link {
  text-decoration: none;
  display: block;
}

.blog-card-premium .card-image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.blog-card-premium .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card-premium:hover .card-image {
  transform: scale(1.08);
}

.blog-card-premium .card-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.blog-card-premium .card-content {
  padding: 24px;
}

.blog-card-premium .card-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.blog-card-premium .card-category-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e94560;
  background: rgba(233, 69, 96, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
}

.blog-card-premium .card-date {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: #999;
}

.blog-card-premium .card-headline {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  color: #1a1a2e;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
  transition: color 0.3s ease;
}

.blog-card-premium:hover .card-headline {
  color: #e94560;
}

.blog-card-premium .card-excerpt {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  margin: 0 0 18px;
}

.blog-card-premium .card-read-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a2e;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.blog-card-premium .card-read-link::after {
  content: '→';
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.blog-card-premium:hover .card-read-link::after {
  transform: translateX(4px);
}

/* Large Cards (First two after featured) */
.blog-card-premium.card-large {
  grid-column: span 1;
}

.blog-card-premium.card-large .card-image-container {
  height: 240px;
}

.blog-card-premium.card-large .card-headline {
  font-size: 22px;
}

/* Empty State */
.blog-empty-state {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
  border-radius: 16px;
}

.empty-icon {
  color: #ccc;
  margin-bottom: 24px;
}

.blog-empty-state h3 {
  font-family: 'Georgia', serif;
  font-size: 24px;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.blog-empty-state p {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  color: #888;
  margin: 0;
}

/* Responsive - Blog Premium */
@media (max-width: 1199px) {
  .blog-premium-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .blog-card-premium.card-large {
    grid-column: span 1;
  }
}

@media (max-width: 991px) {
  .blog-premium-header {
    padding: 60px 0 50px;
  }

  .blog-main-title {
    font-size: 40px;
  }

  .blog-featured-post .featured-link {
    grid-template-columns: 1fr;
  }

  .featured-image-wrapper {
    min-height: 280px;
  }

  .featured-content {
    padding: 35px 30px;
  }

  .featured-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .blog-premium-header {
    padding: 50px 15px 40px;
  }

  .blog-main-title {
    font-size: 32px;
  }

  .blog-subtitle {
    font-size: 13px;
    padding: 0 10px;
  }

  .blog-category-nav {
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .blog-category-nav::-webkit-scrollbar {
    display: none;
  }

  .blog-nav-pill {
    font-size: 11px;
    padding: 8px 14px;
  }

  .blog-premium-content {
    padding: 40px 15px 60px;
  }

  .blog-premium-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-featured-post {
    margin-bottom: 30px;
  }

  .featured-image-wrapper {
    min-height: 200px;
  }

  .featured-content {
    padding: 24px 20px;
  }

  .featured-title {
    font-size: 20px;
    line-height: 1.3;
  }

  .featured-excerpt {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .featured-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .featured-category {
    font-size: 10px;
  }

  .featured-date {
    font-size: 11px;
  }

  .featured-read-more {
    font-size: 13px;
  }

  .blog-section-header {
    margin: 30px 0 25px;
  }

  .section-title {
    font-size: 14px;
  }

  .blog-card-premium .card-content {
    padding: 20px;
  }

  .card-headline {
    font-size: 17px;
  }

  .blog-card-premium .card-excerpt {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .blog-card-premium .card-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

/* Extra small screens (phones in portrait) */
@media (max-width: 480px) {
  .blog-premium-header {
    padding: 40px 12px 30px;
  }

  .blog-main-title {
    font-size: 26px;
  }

  .blog-subtitle {
    font-size: 12px;
  }

  .blog-label {
    font-size: 10px;
    padding: 6px 14px;
  }

  .blog-category-nav {
    gap: 6px;
  }

  .blog-nav-pill {
    font-size: 10px;
    padding: 6px 12px;
  }

  .featured-title {
    font-size: 18px;
  }

  .featured-content {
    padding: 20px 16px;
  }

  .card-headline {
    font-size: 16px;
  }

  .blog-card-premium .card-content {
    padding: 16px;
  }
}

/* ==========================================================================
   BLOG ARTICLE DETAIL PAGE - Premium Editorial Style
   ========================================================================== */

/* Article Hero */
.article-hero {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-color: #1a1a2e;
  display: flex;
  align-items: flex-end;
}

.article-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%);
}

.article-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 0;
}

.article-hero-content .container {
  max-width: 900px;
}

.article-tags-top {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.article-tag-pill {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background: #e94560;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.article-tag-pill:hover {
  background: #d63850;
  color: #ffffff;
  text-decoration: none;
}

.article-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 24px;
  letter-spacing: -0.5px;
}

.article-meta-hero {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.article-date,
.article-read-time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.article-date svg,
.article-read-time svg {
  opacity: 0.7;
}

/* Article Content Wrapper */
.article-content-wrapper {
  background: #ffffff;
  padding: 80px 0;
}

.article-content-inner {
  max-width: 720px;
  margin: 0 auto;
}

/* Introduction */
.article-introduction {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 22px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e5e5e5;
  font-style: italic;
}

/* Article Body */
.article-body {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 19px;
  line-height: 1.8;
  color: #333;
}

.article-body p {
  margin-bottom: 28px;
}

.article-body h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 56px 0 24px;
  line-height: 1.3;
}

.article-body h3 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 26px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 48px 0 20px;
  line-height: 1.3;
}

.article-body h4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 40px 0 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.article-body a {
  color: #e94560;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-body a:hover {
  color: #d63850;
}

.article-body blockquote {
  margin: 48px 0;
  padding: 24px 32px;
  border-left: 4px solid #e94560;
  background: #f8f9fa;
  font-style: italic;
  font-size: 20px;
  color: #555;
}

.article-body blockquote p:last-child {
  margin-bottom: 0;
}

.article-body ul,
.article-body ol {
  margin: 28px 0;
  padding-left: 28px;
}

.article-body li {
  margin-bottom: 12px;
}

.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 40px 0;
}

.article-body figure {
  margin: 48px 0;
}

.article-body figcaption {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #888;
  text-align: center;
  margin-top: 12px;
}

.article-body pre,
.article-body code {
  font-family: 'IBM Plex Mono', monospace;
}

.article-body pre {
  background: #1a1a2e;
  color: #f8f9fa;
  padding: 24px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 32px 0;
}

.article-body code {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}

.article-body pre code {
  background: none;
  padding: 0;
}

/* Article Footer */
.article-footer {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.article-tags-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.tags-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
}

.article-tag-bottom {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.article-tag-bottom:hover {
  background: #1a1a2e;
  border-color: #1a1a2e;
  color: #ffffff;
  text-decoration: none;
}

/* Share Section */
.article-share {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.share-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
}

.share-buttons {
  display: flex;
  gap: 12px;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #ffffff;
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.share-btn:hover {
  border-color: transparent;
}

.share-twitter:hover {
  background: #000000;
  color: #ffffff;
}

.share-facebook:hover {
  background: #1877F2;
  color: #ffffff;
}

.share-linkedin:hover {
  background: #0A66C2;
  color: #ffffff;
}

.share-copy:hover {
  background: #1a1a2e;
  color: #ffffff;
}

.share-copy.copied {
  background: #28a745;
  border-color: #28a745;
  color: #ffffff;
}

/* Related Articles Section */
.related-articles {
  background: #f8f9fa;
  padding: 80px 0;
}

.related-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 400;
  color: #1a1a2e;
  text-align: center;
  margin: 0 0 48px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.related-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.related-image {
  height: 180px;
  overflow: hidden;
}

.related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.related-card:hover .related-image img {
  transform: scale(1.05);
}

.related-content {
  padding: 24px;
}

.related-tag {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e94560;
  margin-bottom: 12px;
}

.related-headline {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.4;
  margin: 0 0 12px;
}

.related-date {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #888;
}

/* Article Page Responsive */
@media (max-width: 991px) {
  .article-hero {
    min-height: 400px;
  }

  .article-title {
    font-size: 38px;
  }

  .article-content-wrapper {
    padding: 60px 0;
  }

  .article-introduction {
    font-size: 20px;
  }

  .article-body {
    font-size: 18px;
  }

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

@media (max-width: 767px) {
  .article-hero {
    min-height: 350px;
  }

  .article-hero-content {
    padding: 40px 20px;
  }

  .article-title {
    font-size: 28px;
  }

  .article-meta-hero {
    gap: 16px;
  }

  .article-date,
  .article-read-time {
    font-size: 12px;
  }

  .article-content-wrapper {
    padding: 48px 20px;
  }

  .article-introduction {
    font-size: 18px;
    margin-bottom: 36px;
    padding-bottom: 36px;
  }

  .article-body {
    font-size: 17px;
  }

  .article-body h2 {
    font-size: 26px;
    margin-top: 40px;
  }

  .article-body h3 {
    font-size: 22px;
    margin-top: 36px;
  }

  .article-body blockquote {
    padding: 20px 24px;
    margin: 32px 0;
  }

  .article-footer {
    margin-top: 48px;
    padding-top: 32px;
  }

  .article-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .related-articles {
    padding: 60px 20px;
  }

  .related-title {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .related-image {
    height: 200px;
  }
}

/* ============================================= */
/* Article Page Specific Styles                 */
/* ============================================= */

/* Breadcrumb Navigation */
.article-breadcrumb {
  background: #f8f9fa;
  padding: 16px 0;
  border-bottom: 1px solid #e9ecef;
}

.article-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-family: 'IBM Plex Mono', monospace;
}

.breadcrumb-home {
  color: #6c757d;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.breadcrumb-home:hover {
  color: #3BBDC4;
}

.breadcrumb-separator {
  color: #adb5bd;
}

.breadcrumb-link {
  color: #6c757d;
  transition: color 0.2s ease;
}

.breadcrumb-link:hover {
  color: #3BBDC4;
}

.breadcrumb-current {
  color: #262D33;
  font-weight: 500;
}

/* Article Hero Tall Variant */
.article-hero-tall {
  min-height: 550px;
}

/* Article Category Tag */
.article-tag-category {
  background: rgba(59, 189, 196, 0.9);
}

/* Hero Navigation */
.article-nav-hero {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.article-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: all 0.2s ease;
}

.article-nav-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.article-nav-btn svg {
  width: 16px;
  height: 16px;
}

/* Article Pagination Section */
.article-pagination {
  background: #f8f9fa;
  padding: 48px 0;
  border-top: 1px solid #e9ecef;
}

.pagination-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.pagination-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pagination-item:hover {
  border-color: #3BBDC4;
  box-shadow: 0 4px 12px rgba(59, 189, 196, 0.15);
  transform: translateY(-2px);
}

.pagination-empty {
  background: transparent;
  border: none;
}

.pagination-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #3BBDC4;
}

.pagination-label svg {
  width: 14px;
  height: 14px;
}

.pagination-title {
  font-family: 'GT Zirkon', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #262D33;
  line-height: 1.4;
}

.pagination-prev .pagination-label {
  justify-content: flex-start;
}

.pagination-next {
  text-align: right;
}

.pagination-next .pagination-label {
  justify-content: flex-end;
}

/* Reddit Share Button */
.share-reddit {
  background: #ff4500;
}

.share-reddit:hover {
  background: #e03d00;
}

/* Article Pagination Mobile */
@media (max-width: 767px) {
  .article-breadcrumb .container {
    font-size: 12px;
    gap: 8px;
  }

  .article-hero-tall {
    min-height: 450px;
  }

  .article-nav-hero {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .article-nav-btn {
    justify-content: center;
    padding: 12px 16px;
  }

  .pagination-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pagination-item {
    padding: 20px;
  }

  .pagination-next {
    text-align: left;
  }

  .pagination-next .pagination-label {
    justify-content: flex-start;
  }

  .pagination-title {
    font-size: 16px;
  }

  .article-pagination {
    padding: 32px 0;
  }
}

@media (max-width: 480px) {
  .article-hero-tall {
    min-height: 400px;
  }

  .article-nav-btn {
    font-size: 12px;
    padding: 10px 14px;
  }
}

/* ==========================================================================
   SEARCH PAGE - Modern Editorial Design
   ========================================================================== */

.search-page {
  font-family: 'GT Zirkon', -apple-system, sans-serif;
}

/* Search Hero */
.search-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 80px 0;
  text-align: center;
}

.search-hero-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}

.search-hero-subtitle {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 40px;
}

/* Search Form */
.search-form {
  max-width: 640px;
  margin: 0 auto;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
  padding: 6px 6px 6px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.search-input-icon {
  width: 22px;
  height: 22px;
  color: #888;
  flex-shrink: 0;
}

.search-input-field {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 16px;
  font-family: 'GT Zirkon', sans-serif;
  font-size: 16px;
  color: #262D33;
  outline: none;
}

.search-input-field::placeholder {
  color: #999;
}

.search-submit-btn {
  background: #3BBDC4;
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.search-submit-btn:hover {
  background: #2a9fa5;
}

/* Search Results Section */
.search-results-section {
  background: #f8f9fa;
  padding: 60px 0 100px;
  min-height: 50vh;
}

.search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #262D33;
}

.search-results-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  font-weight: 700;
  color: #262D33;
  margin: 0;
}

.search-results-count {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Search Results List */
.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Search Result Card */
.search-result-card {
  display: flex;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  text-decoration: none;
}

.search-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.search-result-image {
  flex-shrink: 0;
  width: 280px;
  height: 180px;
  overflow: hidden;
}

.search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.search-result-card:hover .search-result-image img {
  transform: scale(1.05);
}

.search-result-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);
}

.search-result-content {
  flex: 1;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
}

.search-result-category {
  display: inline-block;
  width: fit-content;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  background: #3BBDC4;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}

.search-result-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #262D33;
  margin: 0 0 12px;
  transition: color 0.2s ease;
}

.search-result-card:hover .search-result-title {
  color: #3BBDC4;
}

.search-result-excerpt {
  font-family: 'GT Zirkon', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 16px;
  flex: 1;
}

.search-result-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.search-result-date {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #888;
}

.search-result-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  color: #3BBDC4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.search-result-readmore svg {
  transition: transform 0.2s ease;
}

.search-result-card:hover .search-result-readmore svg {
  transform: translateX(4px);
}

/* No Results State */
.search-no-results {
  text-align: center;
  padding: 80px 20px;
  background: #ffffff;
  border-radius: 16px;
}

.search-no-results svg {
  color: #ccc;
  margin-bottom: 24px;
}

.search-no-results h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 400;
  color: #262D33;
  margin: 0 0 12px;
}

.search-no-results p {
  font-family: 'GT Zirkon', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
  margin: 0 0 8px;
}

.search-no-results .search-suggestions a {
  color: #3BBDC4;
  text-decoration: none;
  font-weight: 500;
}

.search-no-results .search-suggestions a:hover {
  text-decoration: underline;
}

/* Search Page Responsive */
@media (max-width: 991px) {
  .search-hero {
    padding: 60px 20px;
  }

  .search-hero-title {
    font-size: 34px;
  }

  .search-result-image {
    width: 220px;
    height: 160px;
  }

  .search-result-title {
    font-size: 20px;
  }

  .search-result-excerpt {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .search-hero {
    padding: 50px 16px;
  }

  .search-hero-title {
    font-size: 28px;
  }

  .search-hero-subtitle {
    font-size: 13px;
    margin-bottom: 28px;
  }

  .search-input-wrapper {
    flex-direction: column;
    padding: 12px;
    border-radius: 16px;
  }

  .search-input-icon {
    display: none;
  }

  .search-input-field {
    width: 100%;
    padding: 12px 16px;
    text-align: center;
  }

  .search-submit-btn {
    width: 100%;
    padding: 14px 24px;
    margin-top: 8px;
  }

  .search-results-section {
    padding: 40px 16px 60px;
  }

  .search-results-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .search-results-title {
    font-size: 20px;
  }

  .search-result-card {
    flex-direction: column;
  }

  .search-result-image {
    width: 100%;
    height: 200px;
  }

  .search-result-content {
    padding: 20px;
  }

  .search-result-title {
    font-size: 18px;
  }

  .search-result-excerpt {
    font-size: 14px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .search-result-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .search-no-results {
    padding: 60px 20px;
  }

  .search-no-results h2 {
    font-size: 24px;
  }

  .search-no-results p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .search-hero-title {
    font-size: 24px;
  }

  .search-hero-subtitle {
    font-size: 12px;
  }

  .search-result-title {
    font-size: 16px;
  }

  .search-result-excerpt {
    font-size: 13px;
  }
}

