* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', 'Times New Roman', serif;
  background: #f4f1e8;
  color: #1a1a1a;
  line-height: 1.6;
}

/* MASTHEAD */
.masthead {
  background: #8b0000;
  color: white;
  text-align: center;
  padding: 20px;
  border-bottom: 4px solid #000;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  opacity: 0.9;
}


.title {
  font-family: 'Impact', 'Arial Black', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 3px 3px 0 #000;
  margin: 10px 0;
  color: white;
}

.tagline {
  font-style: italic;
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 15px;
  color: white;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 15px;
  border-top: 2px solid rgba(255,255,255,0.3);
}

.nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.nav a:hover {
  text-decoration: underline;
}

/* CONTAINER */
.container {
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 20px;
}

/* INTRO SECTION FOR SEO */
.intro-section {
  background: white;
  padding: 25px;
  border: 3px solid #000;
  margin-bottom: 30px;
}

.intro-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #8b0000;
}

.intro-section p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.intro-section .highlight {
  background: #fff8dc;
  padding: 15px;
  border-left: 4px solid #8b0000;
  font-weight: bold;
}

/* LEAD STORY */
.lead-story {
  background: white;
  padding: 30px;
  border: 3px solid #000;
  margin-bottom: 30px;
  position: relative;
}

.badge {
  display: inline-block;
  background: #8b0000;
  color: white;
  padding: 4px 12px;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.lead-story h2 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.byline {
  color: #666;
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.article-content p {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.card {
  background: white;
  padding: 20px;
  border: 2px solid #000;
  border-top: 4px solid #8b0000;
}

.card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.3;
}

.card p {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.location {
  font-weight: bold;
  font-size: 0.85rem;
  color: #8b0000;
}

/* SUBMIT SECTION */
.submit-section {
  background: white;
  border: 3px solid #000;
  text-align: center;
}

.submit-section h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.submit-section form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.submit-section input,
.submit-section textarea {
  padding: 10px;
  border: 2px solid #000;
  font-family: Georgia, serif;
  font-size: 0.95rem;
}

.submit-section button {
  background: #8b0000;
  color: white;
  border: 2px solid #000;
  padding: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.9rem;
}

.submit-section button:hover {
  background: #5c0000;
}

/* FOOTER */
footer {
  background: #1a1a1a;
  color: #999;
  text-align: center;
  padding: 30px 20px;
  border-top: 4px solid #8b0000;
}

footer p {
  margin-bottom: 5px;
}

footer strong {
  color: white;
}

.small {
  font-size: 0.75rem;
  margin-top: 10px;
  opacity: 0.6;
}

/* AD SECTIONS */
.ad-section {
  margin-bottom: 30px;
}

.ad-banner {
  background: #fff8dc;
  border: 3px dashed #8b0000;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.ad-label {
  display: inline-block;
  background: #8b0000;
  color: white;
  padding: 2px 10px;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ad-banner h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #8b0000;
}

.ad-banner p {
  font-size: 0.95rem;
}

.ad-banner {
  background: #fff;
  border: 4px dashed #000;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.ad-label {
  display: inline-block;
  background: #000;
  color: #FFD700;
  padding: 2px 10px;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ad-banner h3 {
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ad-banner p {
  font-weight: bold;
}

/* SHOP SECTION */
.shop-section {
  background: white;
  border: 3px solid #000;
  padding: 30px;
  margin-bottom: 30px;
}

.shop-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.shop-intro {
  text-align: center;
  margin-bottom: 20px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.merch-card {
  background: #f9f9f9;
  border: 2px solid #000;
  padding: 20px;
  text-align: center;
}

.merch-image {
  font-size: 3rem;
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 4px;
}

.merch-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.merch-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.merch-card .price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.merch-desc {
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.buy-btn {
  background: #8b0000;
  color: white;
  border: 2px solid #000;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.9rem;
}

.buy-btn:hover {
  background: #5c0000;
}

/* BECOME SHITESEER SECTION */
.become-section {
  background: white;
  border: 3px solid #000;
  padding: 30px;
  margin-bottom: 30px;
}

.become-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.become-intro {
  text-align: center;
  margin-bottom: 30px;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.tier-card {
  background: #f9f9f9;
  border: 2px solid #000;
  padding: 25px;
  text-align: center;
  position: relative;
}

.tier-card.featured {
  border: 3px solid #8b0000;
  transform: scale(1.05);
}

.tier-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tier-price {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.tier-card ul {
  list-style: none;
  margin-bottom: 20px;
  text-align: left;
}

.tier-card li {
  margin-bottom: 8px;
  padding-left: 10px;
}

/* SATIRE DISCLAIMER */
.satire-disclaimer {
  background: #000;
  color: #FFD700;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 10px;
}



.live-badge {
  background: #22c55e;
  color: white;
  padding: 2px 8px;
  font-weight: 900;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 2px solid #000;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.ad-disclaimer {
  background: #000;
  color: #FFD700;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 10px;
  border: 3px solid #FFD700;
}

/* ADVERTISE SECTION */
.advertise-section {
  background: white;
  border: 3px solid #000;
  padding: 30px;
  margin-bottom: 30px;
}

.advertise-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.advertise-intro {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.05rem;
}

.ad-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.ad-card {
  background: #f9f9f9;
  border: 2px solid #000;
  padding: 25px;
  text-align: center;
  position: relative;
}

.ad-card.featured {
  border: 3px solid #8b0000;
  transform: scale(1.05);
}

.ad-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ad-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #8b0000;
  margin-bottom: 15px;
}

.ad-card ul {
  list-style: none;
  text-align: left;
  margin-bottom: 20px;
}

.ad-card li {
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 0.9rem;
}

.ad-contact {
  text-align: center;
  padding: 20px;
  background: #f4f1e8;
  border: 2px solid #000;
}

.ad-contact h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.ad-contact p {
  margin-bottom: 10px;
}

/* NATIONAL FRONT PAGE - BBC STYLE */
.national-section {
  background: white;
  border: none;
  padding:0;
  margin-bottom: 30px;
}




/* HERO SECTION */
.hero-section {
  padding: 20px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

.hero-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.hero-image {
  background: #f4f1e8;
  border: 3px solid #000;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}

.hero-text .section-tag {
  display: inline-block;
  background: #8b0000;
  color: white;
  padding: 3px 10px;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-text h2 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.hero-summary {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 10px;
}

.hero-meta {
  font-size: 0.85rem;
  color: #666;
}

/* STORIES GRID */
.national-content {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
  padding: 20px;
}

/* CATEGORY SECTIONS */
.category-section {
  padding: 20px;
  border-bottom: 3px solid #000;
}

.category-section h2 {
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #8b0000;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

/* MOST READ SECTION */
.most-read-section {
  background: white;
  padding: 30px;
  margin-bottom: 30px;
  border: 3px solid #000;
}

.most-read-section h2 {
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #8b0000;
}

.most-read-list {
  max-width: 600px;
  margin: 0 auto 20px;
}

.most-read-item {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
}

.most-read-item:last-child {
  border-bottom: none;
}

.mr-number {
  font-weight: 900;
  color: #8b0000;
  font-size: 1.2rem;
  min-width: 25px;
}

.most-read-item a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

.most-read-item a:hover {
  text-decoration: underline;
}

.all-towns-link {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.town-btn {
  display: inline-block;
  background: #8b0000;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid #000;
}

.town-btn:hover {
  background: #5c0000;
}

/* HISTORY SECTION */
.history-section {
  background: white;
  padding: 30px;
  margin-bottom: 30px;
  border: 3px solid #000;
}

.history-section h2 {
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  color: #8b0000;
}

.history-intro {
  text-align: center;
  margin-bottom: 25px;
  font-style: italic;
}

.history-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.history-card {
  background: #f4f1e8;
  padding: 20px;
  border: 2px solid #000;
}

.history-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.history-card p {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

/* UPDATE INTRO SECTION */
.intro-section {
  background: white;
  padding: 25px;
  border: 3px solid #000;
  margin-bottom: 30px;
}

.intro-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #8b0000;
}

.intro-section p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.intro-section .highlight {
  background: #fff8dc;
  padding: 15px;
  border-left: 4px solid #8b0000;
  font-weight: bold;
}

.stories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.story-card {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.story-card .section-tag {
  display: inline-block;
  background: #8b0000;
  color: white;
  padding: 2px 8px;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.story-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.story-meta {
  font-size: 0.8rem;
  color: #666;
}

/* MOST READ SIDEBAR */
.most-read {
  background: #f4f1e8;
  padding: 20px;
  border: 3px solid #000;
}

.most-read h3 {
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid #8b0000;
}

.most-read ol {
  padding-left: 20px;
}

.most-read li {
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.most-read a {
  color: #1a1a1a;
  text-decoration: none;
}

.most-read a:hover {
  text-decoration: underline;
}

/* SEARCH SECTION */
.search-section {
  padding: 20px;
  background: #f4f1e8;
  border-top: 3px solid #000;
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-section input {
  flex: 1;
  padding: 10px;
  border: 2px solid #000;
  font-size: 0.95rem;
}

.search-section select {
  padding: 10px;
  border: 2px solid #000;
  font-size: 0.9rem;
}

.reset-btn {
  background: #8b0000;
  color: white;
  border: 2px solid #000;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.85rem;
}

.reset-btn:hover {
  background: #5c0000;
}


/* MASTHEAD LOGO LAYOUT */
.masthead-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
  overflow: hidden;
}

.logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}

.logo-link img {
  width: 120px;
  height: auto;
  display: block;
  margin-top: -10px;
  margin-bottom: -10px;
}

.masthead-title {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.masthead-name {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.masthead-tagline {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .masthead {
    padding: 8px 10px;
  }

  .logo-link img {
    width: 96px;
  }

  .masthead-name {
    font-size: 2rem;
  }

  .masthead-tagline {
    font-size: 0.7rem;
  }
}

.clean-logo {
  background: #fffde7;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 20px 30px;
  display: inline-block;
  max-width: 500px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.logo-top {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #333;
  margin-bottom: 8px;
}

.logo-main {
  font-family: 'Segoe UI', Arial Black, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 0.04em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  margin: 8px 0;
}

.logo-main i {
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #444;
}

.logo-bottom {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #555;
  margin-top: 8px;
}



@media (max-width: 768px) {
  .title {
    font-size: 2rem !important;
    margin: 5px 0;
  }

  .tagline {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }

  .satire-disclaimer {
    font-size: 0.7rem;
    padding: 5px;
    margin-top: 5px;
  }

  .ad-disclaimer {
    font-size: 0.7rem;
    padding: 5px;
    margin-top: 5px;
  }

  .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 5px;
    padding: 8px 10px;
  }

  .nav a {
    font-size: 0.75rem;
    padding: 5px 8px;
    white-space: nowrap;
  }

  .hero-story {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .hero-image {
    height: 180px;
    font-size: 2.5rem;
  }

  .hero-text h2 {
    font-size: 1.5rem;
  }

  .hero-text .section-tag {
    font-size: 0.6rem;
  }

  .hero-summary {
    font-size: 0.95rem;
  }

  .stories-grid {
    gap: 15px;
  }

  .story-card h3 {
    font-size: 1.1rem;
  }

  .national-content {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .most-read {
    padding: 15px;
  }

  .filter-controls {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .shop-grid, .tier-grid, .ad-options, .category-grid, .region-stories {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .container {
    padding: 0 10px;
  }

  .lead-story, .shop-section, .become-section, .advertise-section, .intro-section, .history-section, .category-section {
    padding: 15px;
    margin-bottom: 15px;
  }

  .search-section {
    flex-direction: column;
    gap: 8px;
    padding: 15px;
  }

  .national-section {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .masthead {
    padding: 5px 8px;
  }

  .logo-link img {
    width: 66px;
  }

  .masthead-name {
    font-size: 1.4rem;
  }

  .masthead-tagline {
    font-size: 0.6rem;
  }

  .title {
    font-size: 1.6rem !important;
    margin: 3px 0;
  }

  .tagline {
    font-size: 0.8rem;
    margin-bottom: 3px;
  }

  .nav a {
    font-size: 0.7rem;
    padding: 4px 6px;
  }

  .satire-disclaimer, .ad-disclaimer {
    font-size: 0.65rem;
    padding: 4px;
  }

  .hero-image {
    height: 150px;
    font-size: 2rem;
  }

  .hero-text h2 {
    font-size: 1.3rem;
  }

  h2 {
    font-size: 1.3rem !important;
  }

  h3 {
    font-size: 1rem !important;
  }

  .story-card h3 {
    font-size: 1rem;
  }

  .lead-story, .shop-section, .become-section, .advertise-section, .intro-section, .history-section, .category-section {
    padding: 12px;
    margin-bottom: 12px;
  }

  .shop-grid, .tier-grid, .ad-options, .category-grid, .region-stories {
    gap: 12px;
  }
}
