@import url('https://fonts.cdnfonts.com/css/minion-pro');
@font-face { font-family:'Minion Pro'; src:local('Minion Pro'),local('MinionPro-Regular'),local('Georgia'); font-weight:400; font-style:normal; }
@font-face { font-family:'Minion Pro'; src:local('Minion Pro Italic'),local('MinionPro-It'),local('Georgia'); font-weight:400; font-style:italic; }
@font-face { font-family:'Minion Pro'; src:local('Minion Pro Medium'),local('MinionPro-Medium'),local('Georgia'); font-weight:500; font-style:normal; }
@font-face { font-family:'Minion Pro'; src:local('Minion Pro Semibold'),local('MinionPro-Semibold'),local('Georgia'); font-weight:600; font-style:normal; }
@font-face { font-family:'Minion Pro'; src:local('Minion Pro Bold'),local('MinionPro-Bold'),local('Georgia'); font-weight:700; font-style:normal; }
@font-face { font-family:'Minion Pro'; src:local('Minion Pro Bold Italic'),local('MinionPro-BoldIt'),local('Georgia'); font-weight:700; font-style:italic; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Minion Pro', Georgia, 'Times New Roman', serif;
  background: #ffffff;
  color: #000000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main { flex: 1 0 auto; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0;
}
*:focus-visible { outline: 2px solid #a33939; outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration:.01ms!important; transition-duration:.01ms!important; }
}
.skip-link {
  position: absolute; top: -9999px; left: 1rem; z-index: 9999;
  background: #a33939; color: #fff; padding: .75rem 1.5rem; border-radius: .375rem;
  font-weight: 600; font-size: 1rem;
}
.skip-link:focus { top: 1rem; }
.site-header {
  background: #a33939;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
  flex-shrink: 0;
}

.header-inner {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
@media (min-width: 768px) {
  .header-inner {
    padding: 0 1.5rem;
    height: 80px;
  }
}
@media (min-width: 1080px) {
  .header-inner {
    height: 120px;
  }
}
.header-logo {
  flex-shrink: 0;
  width: 130px;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-logo {
    width: 180px;
    height: 65px;
  }
}
@media (min-width: 1080px) {
  .header-logo {
    width: 220px;
    height: 100px;
  }
}

.header-logo .logo-eagle {
  height: 80px;
  width: auto;
  flex-shrink: 0;
}

.header-logo .logo-text {
  display: flex;
  flex-direction: column;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 1080px) {
  .main-nav { gap: 2.5rem; }
}

.main-nav a {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: opacity .2s;
  white-space: nowrap;
}
@media (min-width: 1080px) {
  .main-nav a { font-size: 1.125rem; }
}
.main-nav a:hover { opacity: .75; }
.main-nav a.active { font-weight: 600; }
.lang-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: .25rem;
  display: flex;
  align-items: center;
  transition: transform .2s, opacity .2s;
  flex-shrink: 0;
}
.lang-toggle:hover { opacity: .8; transform: scale(1.1); }
.flag {
  width: 36px;
  height: 24px;
  border: 1.6px solid rgba(0,0,0,.4);
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
}
.flag-pl .flag-top { height: 50%; background: #ffffff; }
.flag-pl .flag-bottom { height: 50%; background: #DC143C; }
.flag-en { background: #012169; position: relative; }
.flag-en::before, .flag-en::after { content: ''; position: absolute; inset: 0; }
.flag-en .uj-bg { position:absolute; inset:0; background:#012169; }
.flag-en .uj-diag1 { position:absolute; inset:0; background: linear-gradient(to bottom right, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)); }
.flag-en .uj-diag2 { position:absolute; inset:0; background: linear-gradient(to bottom left, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)); }
.flag-en .uj-h { position:absolute; top:50%; left:0; right:0; height:8px; transform:translateY(-50%); background:#fff; }
.flag-en .uj-v { position:absolute; left:50%; top:0; bottom:0; width:8px; transform:translateX(-50%); background:#fff; }
.flag-en .uj-hred { position:absolute; top:50%; left:0; right:0; height:4px; transform:translateY(-50%); background:#C8102E; }
.flag-en .uj-vred { position:absolute; left:50%; top:0; bottom:0; width:4px; transform:translateX(-50%); background:#C8102E; }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .5rem;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav {
  background: #a33939;
  position: sticky;
  top: 60px;
  z-index: 49;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,.15);
}
@media (min-width: 768px) { .mobile-nav { top: 80px; } }
.mobile-nav.open { max-height: 400px; }
.mobile-nav a, .mobile-lang-btn {
  display: block;
  font-family: 'Minion Pro', Georgia, serif;
  font-size: 1rem;
  color: #fff;
  padding: .625rem 1.5rem;
  text-decoration: none;
  transition: background .15s;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.mobile-nav a:hover, .mobile-lang-btn:hover { background: rgba(255,255,255,.12); }
.mobile-lang-btn {
  display: flex;
  align-items: center;
  gap: .75rem;
  border-top: 1px solid rgba(255,255,255,.15);
  margin-top: .25rem;
  padding-top: .75rem;
}
.breadcrumb-bar {
  background: #a33939;
  padding: 1rem 0;
}
@media (min-width: 768px) { .breadcrumb-bar { padding: 1.5rem 0; } }

.breadcrumb-inner {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  font-size: .75rem;
}
@media (min-width: 768px) { .breadcrumb-inner { padding: 0 1.5rem; gap: 1rem; font-size: 1rem; } }

.breadcrumb-inner a {
  font-family: 'Minion Pro', Georgia, serif;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .2s;
}
.breadcrumb-inner a:hover { opacity: .8; }
.breadcrumb-inner .bc-sep { color: #fff; }
.breadcrumb-inner .bc-current {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}
.site-footer {
  background: #494949;
  padding: 1rem 0;
  flex-shrink: 0;
}

.footer-inner {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 90px;
}
@media (min-width: 768px) { .footer-inner { flex-direction: row; } }
.footer-logo {
  flex-shrink: 0;
  width: 220px;
  height: 100px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.footer-logo .logo-eagle { height: 80px; width: auto; flex-shrink: 0; }
.footer-logo .logo-text {
  display: flex;
  flex-direction: column;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) { .footer-nav { gap: 1.5rem; } }

.footer-nav a {
  font-family: 'Minion Pro', Georgia, serif;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}
.footer-nav a:hover { opacity: .75; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.2);
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
}
.footer-bottom p {
  font-family: 'Minion Pro', Georgia, serif;
  font-size: .875rem;
  color: rgba(255,255,255,.7);
}
.hero {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) { .hero { height: 550px; } }

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  gap: 1.5rem;
}
.hero-overlay h1 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 700;
  font-size: clamp(36px, 8vw, 76px);
  color: #ffffff;
  text-align: center;
  max-width: 900px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,.8);
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.9));
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(4px);
  border: 2px solid #ffffff;
  border-radius: 9999px;
  padding: .75rem 2rem;
  color: #ffffff;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.5);
  transition: background .3s, color .3s, box-shadow .3s;
}
@media (min-width: 768px) { .hero-btn { font-size: 1.25rem; } }
.hero-btn:hover {
  background: #ffffff;
  color: #a33939;
  box-shadow: 0 6px 20px rgba(0,0,0,.6);
}
.hero-btn svg { animation: bounce-down 1s ease-in-out infinite; }
@keyframes bounce-down {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}
.welcome-section {
  background: #f3f4f6;
  padding: 4rem 1.5rem;
  text-align: center;
}
@media (min-width: 768px) { .welcome-section { padding: 5rem 1.5rem; } }
.welcome-section .inner { max-width: 1000px; margin: 0 auto; }
.welcome-section h2 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 2.25rem;
  color: #a33939;
  line-height: 1.25;
}
@media (min-width: 768px) { .welcome-section h2 { font-size: 3rem; } }
.intro-section {
  padding: 1.5rem 1.5rem;
  background: #ffffff;
}
@media (min-width: 768px) { .intro-section { padding: 2rem 1.5rem; } }
.intro-section .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.intro-section p {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625;
  color: #000000;
}
@media (min-width: 768px) { .intro-section p { font-size: 1.25rem; } }
.quote-section {
  background: #f9fafb;
  padding: 1.5rem 1.5rem;
}
@media (min-width: 768px) { .quote-section { padding: 2rem 1.5rem; } }
.quote-section .inner { max-width: 600px; margin: 0 auto; }
.quote-section blockquote {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.625;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) { .quote-section blockquote { font-size: 1.5rem; } }
.video-section {
  padding: 1.5rem 1.5rem;
  background: #ffffff;
}
@media (min-width: 768px) { .video-section { padding: 2rem 1.5rem; } }
.video-section .inner { max-width: 1000px; margin: 0 auto; }
.video-caption {
  text-align: center;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.video-caption h3 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #a33939;
  line-height: 1.375;
}
@media (min-width: 768px) { .video-caption h3 { font-size: 2rem; } }
.video-caption p {
  font-family: 'Minion Pro', Georgia, serif;
  font-size: 1.125rem;
  color: #000000;
}
@media (min-width: 768px) { .video-caption p { font-size: 1.25rem; } }
.video-caption a { text-decoration: underline; transition: color .2s; }
.video-caption a:hover { color: #a33939; }
.player-wrap {
  position: relative;
  background: #000;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
}

.player-wrap video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  cursor: pointer;
}

.player-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
}
.player-center-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s;
}
.player-center-overlay.hidden { opacity: 0; pointer-events: none; }
.player-play-btn {
  width: 80px;
  height: 80px;
  background: #a33939;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  transition: background .3s, transform .3s;
}
@media (min-width: 768px) { .player-play-btn { width: 112px; height: 112px; } }
.player-play-btn:hover { background: #8a2f2f; transform: scale(1.1); }
.player-play-btn svg { fill: #fff; margin-left: 5px; }
@media (min-width: 768px) { .player-play-btn svg { width: 48px; height: 48px; } }
.player-controls {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.7) 60%, transparent 100%);
  transition: opacity .3s;
}
.player-controls.hidden { opacity: 0; pointer-events: none; }
.player-seek {
  width: 100%;
  height: 4px;
  appearance: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  margin-bottom: .75rem;
  background: linear-gradient(to right, #a33939 0%, #a33939 var(--progress, 0%), rgba(255,255,255,.3) var(--progress, 0%), rgba(255,255,255,.3) 100%);
}
.player-seek::-webkit-slider-thumb {
  appearance: none;
  width: 12px; height: 12px;
  background: #a33939;
  border-radius: 50%;
}

.player-row {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.player-btn {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: .25rem;
  transition: color .2s;
  display: flex;
  align-items: center;
}
.player-btn:hover { color: #a33939; }

.player-time {
  font-family: 'Minion Pro', Georgia, serif;
  font-size: .875rem;
  color: #fff;
  white-space: nowrap;
}

.player-spacer { flex: 1; }

.player-vol-group {
  display: none;
  align-items: center;
  gap: .5rem;
}
@media (min-width: 768px) { .player-vol-group { display: flex; } }

.player-vol {
  width: 80px;
  height: 4px;
  appearance: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  background: linear-gradient(to right, #a33939 0%, #a33939 var(--vol, 100%), rgba(255,255,255,.3) var(--vol, 100%), rgba(255,255,255,.3) 100%);
}
.player-vol::-webkit-slider-thumb {
  appearance: none;
  width: 10px; height: 10px;
  background: #a33939;
  border-radius: 50%;
}
.page-title-band {
  background: #f5f5f5;
  padding: 4rem 1.5rem;
  text-align: center;
}
@media (min-width: 768px) { .page-title-band { padding: 5rem 1.5rem; } }
.page-title-band h1 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 2.25rem;
  color: #a33939;
}
@media (min-width: 768px) { .page-title-band h1 { font-size: 3rem; } }
.content-section {
  padding: 1.5rem 1.5rem;
}
@media (min-width: 768px) { .content-section { padding: 2rem 1.5rem; } }
.content-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.body-text {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625;
  color: #000;
}
@media (min-width: 768px) { .body-text { font-size: 1.25rem; } }
.body-medium {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625;
  color: #000;
}
@media (min-width: 768px) { .body-medium { font-size: 1.25rem; } }
.carousel-outer {
  padding: 1.5rem 1.5rem 3rem;
  background: #fff;
}
.carousel-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2.75rem;
}
.carousel-viewport {
  overflow: hidden;
  border-radius: .5rem;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
}
.carousel-track {
  display: flex;
  transition: transform .5s ease;
}
.carousel-slide { min-width: 100%; }

.slide-image {
  width: 100%;
  height: 256px;
  overflow: hidden;
}

.slide-image--large {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slide-image--large {
    height: 520px;
  }
}
@media (min-width: 768px) { .slide-image { height: 520px; } }
.slide-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.slide-body {
  padding: 2rem;
  background: linear-gradient(to bottom, rgba(0,0,0,.9), #000);
  color: #fff;
}
@media (min-width: 768px) { .slide-body { padding: 3rem; } }
.slide-body h2 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) { .slide-body h2 { font-size: 1.75rem; } }
.slide-body p {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625;
}
@media (min-width: 768px) { .slide-body p { font-size: 1.25rem; } }

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  background: #fff;
  color: #a33939;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  z-index: 5;
  transition: background .2s, color .2s;
}
.carousel-arrow:hover { background: #a33939; color: #fff; }
.carousel-arrow.prev { left: 0; }
.carousel-arrow.next { right: 0; }

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 1.5rem;
}
.carousel-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  transition: background .2s;
}
.carousel-dot.active { background: #a33939; }
.episodes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) { .episodes-grid { grid-template-columns: 1fr 1fr; } }
.ep-card {
  background: #fff;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
  transition: box-shadow .3s;
  display: block;
  text-decoration: none;
  color: inherit;
}
.ep-card:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04); }
.ep-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 768px) { .ep-thumb { height: 250px; } }
.ep-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ep-card:hover .ep-thumb img { transform: scale(1.05); }
.ep-badge {
  position: absolute;
  top: .5rem; left: .5rem;
  background: rgba(0,0,0,.7);
  color: #fff;
  padding: .2rem .6rem;
  border-radius: .25rem;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: .875rem;
}
.ep-play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s;
}
.ep-card:hover .ep-play-overlay { opacity: 1; }
.ep-play-icon {
  width: 64px; height: 64px;
  background: rgba(163,57,57,.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) { .ep-play-icon { width: 80px; height: 80px; } }
.ep-play-icon svg { fill: #fff; margin-left: 4px; }
.ep-body { padding: 1.5rem; }
.ep-body h4 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #a33939;
  margin-bottom: .75rem;
}
@media (min-width: 768px) { .ep-body h4 { font-size: 1.25rem; } }
.ep-body p {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 400;
  font-size: 1rem;
  color: #4b5563;
}
.search-box {
  position: relative;
  margin-bottom: 1.25rem;
}
.search-box svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
}
.search-input {
  width: 100%;
  padding: .75rem 1rem .75rem 3rem;
  border: 2px solid #d1d5db;
  border-radius: .5rem;
  font-family: 'Minion Pro', Georgia, serif;
  font-size: 1.125rem;
  outline: none;
  transition: border-color .2s;
  background: #fff;
}
.search-input:focus { border-color: #a33939; }

.filter-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.5rem; }
.filter-chip {
  padding: .375rem 1.5rem;
  border-radius: 9999px;
  border: 2px solid #a33939;
  background: #fff;
  color: #a33939;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.filter-chip:hover, .filter-chip.active { background: #a33939; color: #fff; }
.biz-card {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
  border-left: 4px solid #a33939;
  padding: 1.5rem;
  transition: box-shadow .3s;
}
.biz-card:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1); }
.biz-card h3 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #a33939;
  margin-bottom: 1rem;
}
.biz-detail {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  margin-bottom: .625rem;
}
.biz-detail svg { flex-shrink: 0; margin-top: 3px; color: #6b7280; }
.biz-detail span, .biz-detail a {
  font-family: 'Minion Pro', Georgia, serif;
  font-size: 1rem;
  color: #374151;
}
.biz-detail a { color: #a33939; }
.biz-detail a:hover { text-decoration: underline; }
.no-results {
  text-align: center;
  padding: 3rem 0;
  font-family: 'Minion Pro', Georgia, serif;
  font-style: italic;
  font-size: 1.125rem;
  color: #6b7280;
  display: none;
}
.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) { .news-grid { grid-template-columns: 1fr 1fr; } }
.news-card {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  overflow: hidden;
  transition: box-shadow .3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.news-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); }

.news-thumb { height: 240px; overflow: hidden; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.news-card:hover .news-thumb img { transform: scale(1.05); }

.news-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  flex: 1;
}
.news-date {
  display: inline-block;
  align-self: flex-start;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: .75rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #a33939;
  background: rgba(163,57,57,.1);
  padding: .2rem .75rem;
  border-radius: 9999px;
}

.news-title {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #111827;
  line-height: 1.25;
  transition: color .2s;
}
@media (min-width: 768px) { .news-title { font-size: 1.625rem; } }
.news-card:hover .news-title { color: #a33939; }

.news-excerpt {
  font-family: 'Minion Pro', Georgia, serif;
  font-size: 1rem;
  color: #374151;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) { .news-excerpt { font-size: 1.125rem; } }

.read-more {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1rem;
  color: #a33939;
  margin-top: auto;
  padding-top: .75rem;
  transition: color .2s;
}
.read-more:hover { color: #8a2f2f; }
.read-more svg { transition: transform .2s; }
.read-more:hover svg { transform: translateX(3px); }
.article-wrap {
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) { .article-wrap { padding: 3rem 1.5rem; } }
.article-inner { max-width: 1000px; margin: 0 auto; }

.article-hero {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: .5rem;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  margin-bottom: 2rem;
}
@media (min-width: 768px) { .article-hero { height: 500px; } }

.article-inner h1 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 700;
  font-size: 2rem;
  color: #a33939;
  line-height: 1.25;
  margin-bottom: 1rem;
}
@media (min-width: 768px) { .article-inner h1 { font-size: 3rem; } }

.article-meta {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  color: #4c4c4c;
  margin-bottom: 2rem;
  font-family: 'Minion Pro', Georgia, serif;
  font-size: 1rem;
}
@media (min-width: 768px) { .article-meta { flex-direction: row; align-items: center; gap: 1.5rem; font-size: 1.125rem; } }
.article-meta .dot { display: none; }
@media (min-width: 768px) { .article-meta .dot { display: inline; } }
.article-meta .meta-date { font-weight: 600; }

.article-body p {
  font-family: 'Minion Pro', Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.625;
  color: #000;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) { .article-body p { font-size: 1.25rem; } }

.back-link {
  display: inline-block;
  background: #a33939;
  color: #fff;
  padding: .75rem 2rem;
  border-radius: .5rem;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  transition: background .3s;
}
.back-link:hover { background: #8a2f2f; }
.ep-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.ep-nav-prev {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #fff;
  color: #a33939;
  border: 2px solid #a33939;
  padding: .75rem 1.5rem;
  border-radius: .5rem;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background .2s, color .2s;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
}
.ep-nav-prev:hover { background: #a33939; color: #fff; }
.ep-nav-next {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #a33939;
  color: #fff;
  border: 2px solid #a33939;
  padding: .75rem 1.5rem;
  border-radius: .5rem;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background .2s;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
  margin-left: auto;
}
.ep-nav-next:hover { background: #8a2f2f; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) { .contact-grid { grid-template-columns: 1fr 1fr; } }

.contact-h2 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: #a33939;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) { .contact-h2 { font-size: 2rem; } }

.contact-item { display: flex; gap: 1rem; margin-bottom: 2rem; }
.contact-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: #a33939;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon svg { stroke: #fff; }
.contact-item h3 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
.contact-item address, .contact-item p {
  font-family: 'Minion Pro', Georgia, serif;
  font-size: 1rem;
  color: #4c4c4c;
  font-style: normal;
  white-space: pre-line;
}
@media (min-width: 768px) { .contact-item address, .contact-item p { font-size: 1.125rem; } }
.contact-item a { color: #a33939; }
.contact-item a:hover { text-decoration: underline; }

.map-wrap { height: 300px; background: #e5e7eb; border-radius: .5rem; overflow: hidden; margin-top: 2rem; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

.form-box {
  background: #fff;
  padding: 2rem;
  border-radius: .5rem;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
}
.form-field { margin-bottom: 1.5rem; }
.form-input, .form-textarea {
  width: 100%;
  padding: .75rem 1rem;
  border: 2px solid #d1d5db;
  border-radius: .5rem;
  font-family: 'Minion Pro', Georgia, serif;
  font-size: 1.125rem;
  outline: none;
  transition: border-color .2s;
  background: #fff;
}
.form-input:focus, .form-textarea:focus { border-color: #a33939; }
.form-textarea { resize: none; }
.submit-btn {
  width: 100%;
  background: #a33939;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: .5rem;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
  transition: background .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}
@media (min-width: 768px) { .submit-btn { font-size: 1.25rem; } }
.submit-btn:hover { background: #8a2f2f; }
.form-success {
  display: none;
  background: #f0fdf4;
  border: 2px solid #22c55e;
  border-radius: .5rem;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.form-success.show { display: block; }
.form-success p { font-family: 'Minion Pro', Georgia, serif; font-weight: 600; font-size: 1.125rem; color: #166534; }
.privacy-section h2 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #a33939;
  margin-top: 2rem;
  margin-bottom: .75rem;
}
@media (min-width: 768px) { .privacy-section h2 { font-size: 1.75rem; } }
.not-found {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}
.not-found-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.not-found h1 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 700;
  font-size: 3rem;
  color: #a33939;
}
@media (min-width: 768px) { .not-found h1 { font-size: 4.75rem; } }
.not-found p { font-family: 'Minion Pro', Georgia, serif; font-size: 1.25rem; color: #000; }
@media (min-width: 768px) { .not-found p { font-size: 1.5rem; } }
.not-found-btn {
  display: inline-block;
  background: #a33939;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: .5rem;
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  transition: background .3s;
}
.not-found-btn:hover { background: #8a2f2f; }
.section-h3 {
  font-family: 'Minion Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #a33939;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) { .section-h3 { font-size: 1.5rem; } }
@media (max-width: 767px) {
  .main-nav { display: none; }
  .hamburger { display: flex; }
}

@keyframes slide-in { from { opacity:0; transform:translateY(-8px); } to { opacity:1; transform:translateY(0); } }
.animate-in { animation: slide-in .3s ease-out; }
.logo-img {
  height: 100px;
  width: 220px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: screen;
  display: block;
}
.flag-img {
  width: 36px;
  height: 24px;
  object-fit: cover;
  border-radius: 3px;
  border: 1.6px solid rgba(0,0,0,0.35);
  display: block;
  flex-shrink: 0;
}
.home-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .home-cards-grid { grid-template-columns: 1fr 1fr 1fr; }
}
