/* ============================================================
   MELBOURNE CHATTER — Shared Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600&family=Inter:wght@300;400;500;600&family=Playfair+Display+SC:wght@400;700&display=swap');

/* ── Custom Properties ── */
:root {
  --navy:        #0b3b2e;
  --navy-mid:    #133158;
  --red:         #d4940b;
  --red-dark:    #9e0e27;
  --gold:        #c8962c;
  --bg:          #f4f1eb;
  --white:       #ffffff;
  --text:        #1c1c1c;
  --text-sec:    #3d3d3d;
  --muted:       #6b7280;
  --border:      #d5cfc4;
  --border-lt:   #ece8e0;

  --cat-property:    #0d7a5f;
  --cat-politics:    #5b21b6;
  --cat-sport:       #d4940b;
  --cat-business:    #b45309;
  --cat-news:        #1e40af;
  --cat-entertainment: #be185d;

  --font-head:   'Playfair Display', Georgia, serif;
  --font-sc:     'Playfair Display SC', Georgia, serif;
  --font-body:   'Inter', -apple-system, sans-serif;

  --max-w:       1240px;
  --gap:         28px;
  --radius:      3px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Utility ── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ── Top Bar ── */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.65);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.topbar-date { white-space: nowrap; }
.topbar-tagline { color: rgba(255,255,255,.4); font-style: italic; text-transform: none; letter-spacing: 0; }
.topbar-social { display: flex; gap: 14px; }
.topbar-social a { color: rgba(255,255,255,.55); font-size: 12px; transition: color .2s; }
.topbar-social a:hover { color: #fff; }

/* ── Masthead ── */
.masthead {
  background: var(--navy);
  padding: 22px 0 20px;
  text-align: center;
  position: relative;
}
.masthead::after {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--red) 40%, var(--gold) 60%, var(--navy));
  margin-top: 16px;
}
.masthead-logo {
  font-family: var(--font-sc);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}
.masthead-logo span { color: var(--red); }
.masthead-edition {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-top: 6px;
}

/* ── Navigation ── */
.site-nav {
  background: var(--navy-mid);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 2px solid var(--red);
}
.site-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
}
.nav-links a {
  display: block;
  padding: 13px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links a.active { color: #fff; background: rgba(255,255,255,.06); }
.nav-links a.nav-cta {
  background: var(--red);
  color: #fff;
  margin-left: 8px;
}
.nav-links a.nav-cta:hover { background: var(--red-dark); }
.nav-search-btn { color: rgba(255,255,255,.6); font-size: 14px; padding: 13px 16px; }
.nav-search-btn:hover { color: #fff; }

/* ── Breaking Ticker ── */
.ticker-wrap {
  background: var(--red);
  overflow: hidden;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.ticker-label {
  background: var(--red-dark);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: stretch;
}
.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: ticker 180s linear infinite;
  gap: 0;
}
.ticker-track span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 0 32px;
}
.ticker-track span::before {
  content: '●';
  margin-right: 14px;
  opacity: .6;
  font-size: 8px;
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Hero Section ── */
.hero {
  position: relative;
  height: clamp(420px, 60vh, 600px);
  overflow: hidden;
  background: var(--navy);
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: .7;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,15,30,.95) 0%, rgba(5,15,30,.5) 50%, rgba(5,15,30,.1) 100%);
}
.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.hero-content .cat-badge { margin-bottom: 12px; }
.hero-headline {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  max-width: 750px;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.hero-headline a { color: inherit; }
.hero-headline a:hover { text-decoration: underline; text-decoration-color: rgba(255,255,255,.5); }
.hero-byline {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.7);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero-byline span { color: rgba(255,255,255,.45); margin: 0 8px; }

/* ── Category Badges ── */
.cat-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 2px;
  color: #fff;
}
.cat-property    { background: var(--cat-property); }
.cat-politics    { background: var(--cat-politics); }
.cat-sport       { background: var(--cat-sport); }
.cat-business    { background: var(--cat-business); }
.cat-news        { background: var(--cat-news); }
.cat-entertainment { background: var(--cat-entertainment); }

/* ── Section Headers ── */
.section-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--navy);
}
.section-header h2 {
  font-family: var(--font-sc);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--navy);
}
.section-header-rule {
  flex: 1;
  height: 1px;
  background: var(--border);
}
.section-header a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--red);
}
.section-header a:hover { text-decoration: underline; }

/* ── Article Cards ── */
.card {
  background: var(--white);
  border: 1px solid var(--border-lt);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s;
}
.card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.09); }
.card-img-wrap { aspect-ratio: 16/9; overflow: hidden; }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card:hover .card-img-wrap img { transform: scale(1.03); }
.card-body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.card-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.card-date { font-size: 11px; color: var(--muted); font-weight: 400; }
.card-headline {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  margin-bottom: 10px;
  flex: 1;
}
.card-headline a:hover { color: var(--red); }
.card-excerpt {
  font-size: .875rem;
  color: var(--text-sec);
  line-height: 1.6;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-author {
  font-size: 11px;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border-lt);
}

/* ── Article Grid ── */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

/* ── Latest News List ── */
.latest-list { display: flex; flex-direction: column; gap: 0; }
.latest-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-lt);
  align-items: start;
}
.latest-item:first-child { border-top: 1px solid var(--border-lt); }
.latest-thumb { aspect-ratio: 16/9; overflow: hidden; flex-shrink: 0; }
.latest-thumb img { width: 100%; height: 100%; object-fit: cover; }
.latest-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.latest-headline {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}
.latest-headline a:hover { color: var(--red); }
.latest-author { font-size: 11px; color: var(--muted); margin-top: 5px; }

/* ── Page Layout ── */
.page-main {
  padding: 40px 0 60px;
}
.page-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 44px;
  align-items: start;
}

/* ── Article Page ── */
.article-hero {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  object-position: center top;
  background: var(--navy);
  display: block;
}
.article-header { padding: 32px 0 24px; border-bottom: 2px solid var(--border); margin-bottom: 32px; }
.article-cat-date { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.article-date { font-size: 12px; color: var(--muted); font-weight: 400; }
.article-headline {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 16px;
}
.article-deck {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--text-sec);
  line-height: 1.5;
  margin-bottom: 20px;
}
.article-byline-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid var(--border-lt);
}
.article-author-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .03em;
}
.article-author-role { font-size: 11px; color: var(--muted); }
.article-pub-date { font-size: 12px; color: var(--muted); margin-left: auto; }
.article-body { font-size: 1.05rem; line-height: 1.8; color: var(--text-sec); }
.article-body p { margin-bottom: 1.4em; }
.article-body a { color: #1a6bbf !important; text-decoration: underline !important; text-underline-offset: 3px; font-weight: 500; }
.article-body a:hover { color: var(--red); text-decoration: underline; }
.article-body h2 {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin: 2em 0 .6em;
  padding-top: 1em;
  border-top: 1px solid var(--border-lt);
}
.article-body blockquote {
  border-left: 4px solid var(--red);
  padding: 12px 0 12px 22px;
  margin: 2em 0;
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--text);
  line-height: 1.5;
}

/* ── Sidebar ── */
.sidebar { position: sticky; top: 74px; }
.sidebar-block {
  background: var(--white);
  border: 1px solid var(--border-lt);
  padding: 20px;
  margin-bottom: 24px;
}
.sidebar-block-title {
  font-family: var(--font-sc);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--navy);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--navy);
  margin-bottom: 16px;
}
.sidebar-list li { padding: 10px 0; border-bottom: 1px solid var(--border-lt); }
.sidebar-list li:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-list a {
  font-family: var(--font-head);
  font-size: .95rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.35;
}
.sidebar-list a:hover { color: var(--red); }
.sidebar-list .s-meta { font-size: 11px; color: var(--muted); margin-top: 3px; }

/* ── About Page ── */
.about-hero {
  background: var(--navy);
  color: #fff;
  padding: 64px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(196,18,48,.15) 0%, transparent 70%);
}
.about-hero-content { position: relative; }
.about-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
  margin-bottom: 16px;
}
.about-hero p { font-size: 1.15rem; color: rgba(255,255,255,.75); max-width: 640px; margin: 0 auto; line-height: 1.7; }
.about-section { padding: 56px 0; border-bottom: 1px solid var(--border); }
.about-section:last-of-type { border-bottom: none; }
.about-section h2 {
  font-family: var(--font-head);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 18px;
}
.about-section p { font-size: 1.05rem; line-height: 1.8; color: var(--text-sec); margin-bottom: 1.2em; max-width: 740px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.value-card {
  background: var(--white);
  border: 1px solid var(--border-lt);
  border-top: 3px solid var(--red);
  padding: 22px;
}
.value-card h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
}
.value-card p { font-size: .9rem; color: var(--text-sec); line-height: 1.6; margin: 0; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.team-card {
  background: var(--white);
  border: 1px solid var(--border-lt);
  padding: 24px 20px;
  text-align: center;
}
.team-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--navy);
  margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
}
.team-card h3 { font-family: var(--font-head); font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.team-card p { font-size: .85rem; color: var(--muted); margin: 0; }

/* ── Contact Page ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 44px;
  align-items: start;
}
.contact-form-card {
  background: var(--white);
  border: 1px solid var(--border-lt);
  padding: 36px;
}
.contact-form-card h2 {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.contact-form-card p { font-size: .95rem; color: var(--text-sec); margin-bottom: 28px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: .95rem;
  color: var(--text);
  border-radius: var(--radius);
  transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(10,34,64,.08); }
.form-group textarea { resize: vertical; min-height: 140px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.btn-submit {
  background: var(--navy);
  color: #fff;
  padding: 13px 32px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background .2s;
}
.btn-submit:hover { background: var(--navy-mid); }
.contact-info-card {
  background: var(--navy);
  color: #fff;
  padding: 32px;
  margin-bottom: 20px;
}
.contact-info-card h3 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.contact-detail { margin-bottom: 18px; }
.contact-detail dt {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 4px;
}
.contact-detail dd { font-size: .95rem; color: rgba(255,255,255,.9); }
.contact-detail dd a { color: rgba(255,255,255,.9); }
.contact-detail dd a:hover { color: #fff; text-decoration: underline; }

/* ── Footer ── */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 52px 0 0;
  margin-top: 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand .footer-logo {
  font-family: var(--font-sc);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
  margin-bottom: 12px;
  display: block;
}
.footer-brand .footer-logo span { color: var(--red); }
.footer-brand p { font-size: .875rem; line-height: 1.7; max-width: 280px; color: rgba(255,255,255,.55); }
.footer-col h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: .875rem; color: rgba(255,255,255,.55); transition: color .15s; }
.footer-col ul li a:hover { color: #fff; }
.footer-newsletter p { font-size: .875rem; color: rgba(255,255,255,.55); margin-bottom: 14px; line-height: 1.6; }
.footer-newsletter-form { display: flex; gap: 0; }
.footer-newsletter-form input {
  flex: 1;
  padding: 10px 14px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-right: none;
  color: #fff;
  font-family: var(--font-body);
  font-size: .875rem;
}
.footer-newsletter-form input::placeholder { color: rgba(255,255,255,.35); }
.footer-newsletter-form button {
  padding: 10px 18px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid var(--red);
  cursor: pointer;
  white-space: nowrap;
}
.footer-newsletter-form button:hover { background: var(--red-dark); border-color: var(--red-dark); }
.footer-bottom {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom p { font-size: 11.5px; color: rgba(255,255,255,.4); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 11.5px; color: rgba(255,255,255,.4); transition: color .15s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,.8); }

/* ── News Archive ── */
.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
  margin-bottom: 40px;
}
.archive-hero-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.archive-hero-card .card-img-wrap { aspect-ratio: auto; min-height: 280px; }
.page-hero {
  background: var(--navy);
  padding: 36px 0;
  margin-bottom: 40px;
}
.page-hero h1 {
  font-family: var(--font-head);
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.page-hero p { color: rgba(255,255,255,.6); font-size: 1rem; margin-top: 6px; }

/* ── Breadcrumb ── */
.breadcrumb {
  font-size: 12px;
  color: var(--muted);
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--navy); text-decoration: underline; }
.breadcrumb-sep { color: var(--border); }

/* ── Related Articles ── */
.related-section { margin-top: 48px; padding-top: 32px; border-top: 3px solid var(--navy); }
.related-section h3 {
  font-family: var(--font-sc);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 22px;
}
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .ticker-track { animation-duration: 360s; }
  .article-grid { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-hero-card { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 24px 20px; }
  .site-nav .container { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .site-nav .container::-webkit-scrollbar { display: none; }
  .site-nav .container { -ms-overflow-style: none; scrollbar-width: none; }
  .nav-links { flex-shrink: 0; }
  .nav-links a { padding: 12px 10px; font-size: 11px; letter-spacing: .06em; }
  .topbar-tagline { display: none; }
  .topbar .container { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .topbar .container::-webkit-scrollbar { display: none; }
  .topbar .container { scrollbar-width: none; }
  .topbar-social { flex-shrink: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .nav-links a { padding: 12px 8px; font-size: 10px; }
  .footer-newsletter-form { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ── Telegram CTA (article) ── */
.tg-cta {
  margin: 44px 0 0;
  padding: 26px 28px;
  background: #0b3b2e;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
}
.tg-cta-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  background: #229ED9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tg-cta-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  display: block;
}
.tg-cta-text {
  flex: 1;
  min-width: 0;
}
.tg-cta-text strong {
  display: block;
  font-family: 'Cormorant SC', Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 5px;
  padding: 0;
}
.tg-cta-text p {
  font-size: 14px !important;
  color: rgba(255,255,255,.72) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  font-family: 'Inter', sans-serif !important;
}
.tg-cta-btn {
  flex: 0 0 auto;
  display: inline-block;
  background: #229ED9;
  color: #fff !important;
  font-family: 'Cormorant SC', Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20px;
  border-radius: 3px;
  transition: background .2s;
  white-space: nowrap;
  line-height: 1;
}
.tg-cta-btn:hover {
  background: #1a85ba !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* ── Telegram banner (homepage) ── */
.tg-banner {
  background: #0b3b2e;
  padding: 30px 0;
}
.tg-banner .tg-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}
.tg-banner .tg-cta-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
}
.tg-banner .tg-cta-text strong { font-size: 13px; }
.tg-banner .tg-cta-text p { font-size: 15px !important; }
.tg-banner .tg-cta-btn { padding: 12px 24px; font-size: 12px; }

@media (max-width: 640px) {
  .tg-cta { flex-direction: column; text-align: center; padding: 22px 20px; }
  .tg-cta-btn { width: 100%; text-align: center; padding: 13px 0; }
  .tg-banner .tg-inner { flex-direction: column; text-align: center; }
  .tg-banner .tg-cta-btn { width: 100%; text-align: center; }
}

/* ── Follow CTA (article, replaces Telegram-only CTA) ── */
.follow-cta {
  margin: 44px 0 0;
  padding: 28px 28px 24px;
  background: #0b3b2e;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
}
.follow-cta strong {
  display: block;
  font-family: 'Cormorant SC', Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 6px;
}
.follow-cta p {
  font-size: 14px !important;
  color: rgba(255,255,255,.72) !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  font-family: 'Inter', sans-serif !important;
}
.follow-cta .social-follow-links {
  justify-content: center;
}
@media (max-width: 640px) {
  .follow-cta { padding: 22px 20px 18px; }
  .follow-cta .social-follow-links { flex-direction: column; }
  .follow-cta .sf-btn { justify-content: center; }
}

/* ── Mid-article Follow CTA ── */
.follow-cta-mid {
  margin: 2.4em 0;
  padding: 0;
  background: none;
  box-sizing: border-box;
  position: relative;
}
.follow-cta-mid-card {
  background: var(--navy);
  border-radius: 4px;
  padding: 40px 36px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.follow-cta-mid-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red) 0%, var(--gold) 100%);
}
.follow-cta-mid .cta-mid-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin: 0 0 16px;
  padding: 0;
  line-height: 1;
}
.follow-cta-mid .cta-mid-heading {
  display: block;
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.follow-cta-mid .cta-mid-sub {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,.6) !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}
.follow-cta-mid .cta-mid-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
/* Override .article-body a blue colour with higher specificity */
.article-body .follow-cta-mid a.cta-mid-btn,
.article-body .follow-cta-mid a.cta-mid-btn:visited,
.article-body .follow-cta-mid a.cta-mid-btn:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.follow-cta-mid .cta-mid-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1;
  transition: transform .15s, opacity .15s;
}
.follow-cta-mid .cta-mid-btn:hover {
  transform: translateY(-1px);
  opacity: .88;
}
.follow-cta-mid .cta-mid-btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  flex-shrink: 0;
}
.follow-cta-mid .cta-btn-tg  { background: #229ED9; }
.follow-cta-mid .cta-btn-ig  { background: linear-gradient(135deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); }
.follow-cta-mid .cta-btn-fb  { background: #1877F2; }
.follow-cta-mid .cta-btn-th  { background: #222; }

@media (max-width: 640px) {
  .follow-cta-mid {
    margin: 2em -20px;
  }
  .follow-cta-mid-card {
    border-radius: 0;
    padding: 44px 28px 40px;
  }
  .follow-cta-mid .cta-mid-heading {
    font-size: 1.35rem;
  }
  .follow-cta-mid .cta-mid-links {
    flex-direction: column;
  }
  .follow-cta-mid .cta-mid-btn {
    justify-content: center;
    padding: 14px 22px;
    font-size: 14px;
  }
  .follow-cta-mid .cta-mid-btn svg {
    width: 18px;
    height: 18px;
  }
}

/* ── Follow Banner (homepage, replaces Telegram-only banner) ── */
.follow-banner {
  background: #0b3b2e;
  padding: 32px 0;
  text-align: center;
}
.follow-banner-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.follow-banner strong {
  display: block;
  font-family: 'Cormorant SC', Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 6px;
}
.follow-banner p {
  font-size: 15px !important;
  color: rgba(255,255,255,.72) !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  font-family: 'Inter', sans-serif !important;
}
.follow-banner .social-follow-links {
  justify-content: center;
}
.follow-banner .sf-btn {
  padding: 10px 20px;
  font-size: 13px;
}
@media (max-width: 640px) {
  .follow-banner .social-follow-links { flex-direction: column; }
  .follow-banner .sf-btn { justify-content: center; }
}

/* ── Social Follow Block (article) ── */
.social-follow {
  margin: 16px 0 0;
  padding: 20px 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.social-follow-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--navy);
  white-space: nowrap;
}
.social-follow-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sf-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  transition: opacity .2s;
  line-height: 1;
}
.sf-btn:hover { opacity: .82; }
.sf-btn svg { width: 15px; height: 15px; fill: #fff; flex-shrink: 0; }
.sf-tg { background: #229ED9; }
.sf-ig { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.sf-fb { background: #1877F2; }
.sf-th { background: #000; }

@media (max-width: 640px) {
  .social-follow { flex-direction: column; align-items: flex-start; padding: 18px 20px; }
  .social-follow-links { width: 100%; }
  .sf-btn { flex: 1; justify-content: center; }
}

/* Archive pagination — /news/, /news/page-2/, … */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 40px 0 60px;
  padding: 22px 24px;
  border-top: 1px solid rgba(0,0,0,.08);
  font-family: inherit;
}
.pagination-link {
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #0b3b2e;
  text-decoration: none;
  background: #fff;
  transition: background .15s, border-color .15s;
}
.pagination-link:hover { background: #f4f6fa; border-color: rgba(0,0,0,.3); }
.pagination-disabled { color: #b3b6bc; border-color: rgba(0,0,0,.06); background: #f7f8fa; cursor: default; }
.pagination-disabled:hover { background: #f7f8fa; border-color: rgba(0,0,0,.06); }
.pagination-info { color: #666; font-size: 13px; font-weight: 500; }
@media (max-width: 640px) {
  .pagination { gap: 10px; padding: 18px 12px; }
  .pagination-link { padding: 8px 12px; font-size: 13px; }
}
