/* ============================================
   VMAM CHURCH THEME — main.css
   Virgin Mary & Archangel Michael Coptic Orthodox Church
   Palette: Maroon #8b1a1a | Gold #c8a830 | Cream #edeace
   ============================================ */

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --maroon:       #8b1a1a;
  --maroon-dark:  #6a1010;
  --maroon-light: #a82020;
  --gold:         #c8a830;
  --gold-light:   #f0d060;
  --cream:        #edeace;
  --cream-dark:   #e0d8b0;
  --text-dark:    #3a1808;
  --text-mid:     #6a4a30;
  --text-light:   #9a7a58;
  --navy:         #1a3f72;
  --white:        #ffffff;
  --font-serif:   Georgia, 'Times New Roman', serif;
  --font-sans:    'Segoe UI', Arial, sans-serif;
  --shadow-sm:    0 2px 8px rgba(0,0,0,0.10);
  --shadow-md:    0 4px 16px rgba(0,0,0,0.15);
  --radius:       10px;
  --transition:   0.2s ease;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--text-dark);
  background-color: var(--cream);
  background-image: url('../images/background.png');
  background-repeat: repeat;
  background-size: 240px;
  min-height: 100vh;
  line-height: 1.6;
}

a { color: var(--maroon); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--maroon-light); }
img { max-width: 100%; height: auto; display: block; }

/* ============================================
   TOP BAR
   ============================================ */
.topbar {
  background: var(--navy);
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #90b4dc;
}
.topbar-contact { display: flex; gap: 18px; align-items: center; }
.topbar-contact a { color: #90b4dc; }
.topbar-contact a:hover { color: #fff; }
.topbar-contact span { color: #5a7aaa; }
.topbar-social { display: flex; gap: 12px; }
.topbar-social a {
  color: #90b4dc;
  font-size: 16px;
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 4px;
  transition: background var(--transition), color var(--transition);
}
.topbar-social a:hover { color: #fff; background: rgba(255,255,255,0.15); }

/* ============================================
   HEADER
   ============================================ */
.site-header {
  background-color: var(--cream);
  background-image: url('../images/background.png');
  background-repeat: repeat;
  background-size: 240px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(139,26,26,0.15);
}
.header-logo-wrap {
  flex-shrink: 0;
}
.header-logo-circle {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: 2.5px solid rgba(200,168,48,0.5);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.header-logo-circle img { width: 72px; height: 72px; object-fit: contain; border-radius: 50%; }
.header-logo-circle .icon-placeholder {
  font-size: 36px;
  color: var(--maroon);
}
.header-center { flex: 1; text-align: center; }
.header-title {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  color: #4a1808;
  line-height: 1.3;
  margin-bottom: 4px;
}
.header-sub {
  font-size: 12.5px;
  color: var(--text-mid);
}
.header-sub2 {
  font-size: 11.5px;
  color: var(--text-light);
  margin-top: 2px;
}
.header-actions { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.btn-donate {
  background: var(--maroon);
  color: #f8e8c0;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: background var(--transition);
}
.btn-donate:hover { background: var(--maroon-light); color: #fff; }

/* ============================================
   NAVIGATION
   ============================================ */
.site-nav {
  background: var(--maroon);
  display: flex;
  align-items: stretch;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.nav-list {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.nav-list li a {
  font-size: 13px;
  color: #f0dcc0;
  text-decoration: none;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: all var(--transition);
}
.nav-list li a:hover,
.nav-list li.current a {
  color: #fff;
  border-bottom-color: var(--gold);
  background: rgba(0,0,0,0.18);
}
.nav-spacer { flex: 1; }
.nav-highlight a {
  background: rgba(200,168,48,0.15) !important;
  border-bottom-color: var(--gold) !important;
  color: #f8e090 !important;
}
.nav-highlight a:hover { background: rgba(200,168,48,0.28) !important; }

/* Mobile hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #f0dcc0;
  font-size: 22px;
  padding: 12px 16px;
  cursor: pointer;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-video-block {
  height: 240px;
  background: linear-gradient(180deg, rgba(20,26,60,0.85) 0%, rgba(10,18,50,0.94) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-video-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/background.png');
  background-size: 240px;
  opacity: 0.05;
}
.hero-cross-bg {
  position: absolute;
  font-size: 200px;
  color: rgba(255,255,255,0.04);
  user-select: none;
  font-family: serif;
}
.hero-play-btn {
  width: 62px; height: 62px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  border: 2.5px solid rgba(255,255,255,0.4);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all var(--transition);
  text-decoration: none;
}
.hero-play-btn:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.7);
  transform: scale(1.05);
}
.hero-play-btn svg { margin-left: 4px; }

.hero-text {
  text-align: center;
  padding: 26px 40px 32px;
}
.hero-badge {
  display: inline-block;
  background: var(--maroon);
  color: #f8e8c0;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 3px;
  margin-bottom: 14px;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.35;
  margin-bottom: 10px;
}
.hero-verse {
  font-size: 14px;
  color: var(--text-mid);
  font-style: italic;
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}
.hero-verse strong { color: var(--maroon); font-style: normal; }

/* ============================================
   DIVIDER
   ============================================ */
.section-divider {
  height: 1px;
  background: rgba(139,26,26,0.18);
  margin: 0 24px;
}

/* ============================================
   SECTION TITLE
   ============================================ */
.section-title {
  text-align: center;
  padding: 30px 24px 10px;
}
.section-title h2 {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  color: #4a1808;
}
.section-underline {
  width: 56px;
  height: 2.5px;
  background: var(--maroon);
  margin: 9px auto 0;
  border-radius: 2px;
}

/* ============================================
   QUICK NAV TILES
   ============================================ */
.tiles-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 18px 24px 30px;
}
.tile {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  cursor: pointer;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition);
}
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.tile-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tile-inner svg, .tile-inner i { font-size: 32px; color: rgba(255,255,255,0.4); }
.tile-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.70));
  padding: 20px 6px 9px;
  text-align: center;
  font-size: 11.5px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}
.tile-1 { background: linear-gradient(145deg, #1a3f72, #2a60b0); }
.tile-2 { background: linear-gradient(145deg, #3a6030, #5a8040); }
.tile-3 { background: linear-gradient(145deg, #6a3020, #9a4830); }
.tile-4 { background: linear-gradient(145deg, #5a1a1a, #8b2a2a); }
.tile-5 { background: linear-gradient(145deg, #3a3010, #6a5820); }
.tile-6 { background: linear-gradient(145deg, #1a5050, #2a7070); }

/* ============================================
   VERSE BLOCK
   ============================================ */
.verse-block {
  text-align: center;
  padding: 14px 60px 34px;
}
.verse-block-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--maroon);
  margin-bottom: 14px;
}
.verse-block-text {
  font-size: 14.5px;
  color: var(--text-dark);
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 8px;
}
.verse-block-ref {
  font-size: 13.5px;
  color: var(--maroon);
  font-weight: 500;
}

/* ============================================
   NEWS / ANNOUNCEMENTS GRID
   ============================================ */
.news-section { padding: 0 24px 30px; }
.news-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.news-section-head h2 {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 500;
  color: #4a1808;
}
.btn-view-all {
  font-size: 12px;
  color: var(--maroon);
  border: 1.5px solid var(--maroon);
  padding: 5px 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: all var(--transition);
}
.btn-view-all:hover { background: var(--maroon); color: #f8e8c0; }

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.news-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(139,26,26,0.20);
  background: rgba(255,255,255,0.40);
  text-decoration: none;
  display: block;
  transition: transform var(--transition), box-shadow var(--transition);
}
.news-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.news-card-img {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.news-card-img img { width: 100%; height: 100%; object-fit: cover; }
.news-card-img.placeholder { background: linear-gradient(135deg, #1a3f72, #2a60b0); }
.news-card-img.placeholder-2 { background: linear-gradient(135deg, #3a6030, #4a8040); }
.news-card-img.placeholder-3 { background: linear-gradient(135deg, #5a3010, #8b5020); }
.news-card-img.placeholder-4 { background: linear-gradient(135deg, #4a1a1a, #8b2a2a); }
.news-card-body { padding: 12px 14px 14px; }
.news-card-date {
  font-size: 10.5px;
  color: var(--maroon);
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.news-card-title {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.45;
}
.news-card-excerpt {
  font-size: 12px;
  color: var(--text-mid);
  margin-top: 5px;
  line-height: 1.5;
}

/* ============================================
   SCHEDULE TABLE
   ============================================ */
.schedule-section { padding: 0 24px 30px; }
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.schedule-table thead tr { background: var(--maroon); }
.schedule-table th {
  padding: 11px 15px;
  text-align: left;
  color: #f8e8c0;
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.schedule-table td {
  padding: 11px 15px;
  border-bottom: 1px solid rgba(139,26,26,0.12);
  color: var(--text-dark);
  vertical-align: top;
}
.schedule-table tr:nth-child(odd) td { background: rgba(255,255,255,0.50); }
.schedule-table tr:nth-child(even) td { background: rgba(255,255,255,0.28); }
.schedule-table tr:last-child td { border-bottom: none; }
.day-cell { font-weight: 600; color: #4a1808; }
.time-pill {
  display: inline-block;
  background: rgba(139,26,26,0.10);
  color: var(--maroon);
  font-size: 11px;
  padding: 2px 9px;
  border-radius: 3px;
  margin: 2px 0;
  font-weight: 500;
  border: 1px solid rgba(139,26,26,0.18);
  white-space: nowrap;
}
.svc-name { font-weight: 500; }
.svc-note { font-size: 11.5px; color: var(--text-mid); margin-top: 3px; }

/* ============================================
   CLERGY SECTION
   ============================================ */
.clergy-section { padding: 0 24px 30px; }
.clergy-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.clergy-card {
  border-radius: var(--radius);
  padding: 18px 10px 16px;
  text-align: center;
  background: rgba(255,255,255,0.40);
  border: 1px solid rgba(139,26,26,0.18);
}
.clergy-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--maroon);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
  border: 2px solid rgba(200,168,48,0.45);
  overflow: hidden;
}
.clergy-avatar img { width: 100%; height: 100%; object-fit: cover; }
.clergy-avatar-icon { font-size: 22px; color: #f0d080; }
.clergy-role {
  font-size: 9.5px;
  color: var(--maroon);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.clergy-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.35;
}
.clergy-sub {
  font-size: 10.5px;
  color: var(--text-mid);
  margin-top: 3px;
}

/* ============================================
   CONNECT STRIP
   ============================================ */
.connect-strip {
  padding: 12px 40px 34px;
  text-align: center;
}
.connect-strip h3 {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 500;
  color: #4a1808;
  margin-bottom: 6px;
}
.connect-strip p {
  font-size: 13px;
  color: var(--text-mid);
  margin-bottom: 16px;
}
.connect-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--maroon);
  color: #f8e8c0;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: background var(--transition);
}
.btn-primary:hover { background: var(--maroon-light); color: #fff; }
.btn-outline {
  background: transparent;
  color: var(--maroon);
  font-size: 13px;
  font-weight: 500;
  padding: 9px 22px;
  border-radius: 5px;
  border: 1.5px solid var(--maroon);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all var(--transition);
}
.btn-outline:hover { background: var(--maroon); color: #f8e8c0; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--maroon);
  padding: 36px 24px 20px;
  margin-top: 8px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 26px;
}
.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.footer-logo-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.footer-logo-icon svg, .footer-logo-icon i { font-size: 17px; color: #f0d080; }
.footer-logo-name {
  font-size: 12.5px;
  color: #f0d8b0;
  font-weight: 500;
  line-height: 1.4;
}
.footer-desc {
  font-size: 11.5px;
  color: rgba(240,210,160,0.55);
  line-height: 1.85;
}
.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.footer-social-btn {
  width: 30px; height: 30px;
  border-radius: 5px;
  background: rgba(255,255,255,0.10);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: background var(--transition);
}
.footer-social-btn:hover { background: rgba(255,255,255,0.22); }
.footer-social-btn svg, .footer-social-btn i { font-size: 14px; color: #f0d080; }

.footer-col h5 {
  font-size: 9.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(240,210,160,0.45);
  margin-bottom: 13px;
  font-weight: 500;
}
.footer-col a {
  display: block;
  font-size: 12px;
  color: rgba(240,210,160,0.60);
  text-decoration: none;
  line-height: 2.3;
  transition: color var(--transition);
}
.footer-col a:hover { color: #f0d080; }
.footer-col .footer-highlight { color: #f0d080 !important; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom span {
  font-size: 11px;
  color: rgba(240,210,160,0.35);
}
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a {
  font-size: 11px;
  color: rgba(240,210,160,0.35);
  text-decoration: none;
}
.footer-bottom-links a:hover { color: rgba(240,210,160,0.70); }

/* ============================================
   CONTENT PAGES (About, etc.)
   ============================================ */
.page-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 36px 24px 48px;
}
.page-content h1 {
  font-family: var(--font-serif);
  font-size: 26px;
  color: #4a1808;
  margin-bottom: 6px;
  border-bottom: 2px solid var(--maroon);
  padding-bottom: 10px;
}
.page-content h2 {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--maroon);
  margin: 28px 0 10px;
}
.page-content h3 {
  font-size: 16px;
  color: #4a1808;
  margin: 20px 0 8px;
}
.page-content p {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--text-dark);
  margin-bottom: 16px;
}
.page-content ul, .page-content ol {
  padding-left: 22px;
  margin-bottom: 16px;
}
.page-content li {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.page-content blockquote {
  border-left: 4px solid var(--maroon);
  background: rgba(255,255,255,0.40);
  padding: 14px 18px;
  margin: 20px 0;
  font-style: italic;
  color: var(--text-mid);
  border-radius: 0 6px 6px 0;
}
.page-hero-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 24px;
  box-shadow: var(--shadow-md);
}

/* ============================================
   POST / SERMON CARDS (archive)
   ============================================ */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 24px;
}
.post-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,0.42);
  border: 1px solid rgba(139,26,26,0.18);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.post-card-img {
  height: 150px;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  overflow: hidden;
}
.post-card-img img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: 14px 16px 16px; flex: 1; }
.post-card-tag {
  font-size: 10px;
  color: var(--maroon);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.post-card-title {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 8px;
}
.post-card-excerpt {
  font-size: 12.5px;
  color: var(--text-mid);
  line-height: 1.6;
}
.post-card-date {
  font-size: 11px;
  color: var(--text-light);
  margin-top: 10px;
}

/* ============================================
   PAGINATION
   ============================================ */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 24px;
}
.pagination a, .pagination span {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1.5px solid rgba(139,26,26,0.25);
  color: var(--maroon);
  background: rgba(255,255,255,0.40);
  transition: all var(--transition);
}
.pagination a:hover, .pagination .current {
  background: var(--maroon);
  color: #f8e8c0;
  border-color: var(--maroon);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .clergy-grid { grid-template-columns: repeat(3, 1fr); }
  .tiles-grid { grid-template-columns: repeat(3, 1fr); }
  .post-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .topbar-contact { display: none; }
  .site-header { flex-wrap: wrap; gap: 12px; }
  .header-center { order: 3; width: 100%; }
  .tiles-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .clergy-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; }
  .hero-text { padding: 20px 20px 26px; }
  .verse-block { padding: 12px 20px 26px; }
  .nav-list { display: none; flex-direction: column; }
  .nav-list.open { display: flex; }
  .nav-list li a { padding: 11px 16px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-toggle { display: block; }
  .post-grid { grid-template-columns: 1fr; }
  .schedule-table { font-size: 11.5px; }
  .schedule-table th, .schedule-table td { padding: 8px 10px; }
}

/* ============================================
   GHOST KOENIG CARD WIDTH CLASSES (required)
   ============================================ */
.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: auto calc(50% - 50vw) auto calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
}
.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.kg-image { max-width: 100%; }
.kg-embed-card { display: flex; flex-direction: column; align-items: center; }

/* ============================================
   TILE PHOTO OVERLAY
   ============================================ */
.tile-photo-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
}

/* ============================================
   HERO BANNER
   ============================================ */
.hero-banner-block {
  width: 100%;
  display: block;
}
.hero-banner-block a {
  display: block;
  width: 100%;
}
.hero-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
