    :root {
      --bg: #090c10;
      --bg-soft: #10161d;
      --panel: rgba(16, 22, 29, 0.88);
      --panel-2: rgba(21, 28, 36, 0.94);
      --line: rgba(150, 170, 190, 0.14);
      --text: #edf2f7;
      --muted: #9aa7b5;
      --accent: #7f94a8;
      --accent-2: #b8c4cf;
      --glow: rgba(127, 148, 168, 0.28);
      --radius: 20px;
      --shadow: 0 18px 60px rgba(0,0,0,.45);
      --max: 1360px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: 'Inter', sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top left, rgba(127,148,168,0.14), transparent 26%),
        radial-gradient(circle at 80% 10%, rgba(184,196,207,0.10), transparent 18%),
        linear-gradient(180deg, #05070a 0%, #090c10 42%, #0c1015 100%);button-primary
      min-height: 100vh;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      background:
        linear-gradient(rgba(5,7,10,.78), rgba(5,7,10,.92)),
        url('https://panicd.com/dbimages/L_<?php echo $ln; ?>.JPG') center/cover;
      opacity: .20;
      z-index: -2;
      filter: grayscale(100%);
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
      background-size: 32px 32px;
      opacity: .18;
      z-index: -1;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 92%);
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; border-radius: 20px; }

	.blogVideo {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	}
 
    .container {
      width: min(calc(100% - 32px), var(--max));
      margin: 0 auto;
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(18px);
      background: rgba(5, 8, 12, 0.72);
      border-bottom: 1px solid var(--line);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      min-height: 78px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      letter-spacing: .08em;
    }

    .brand-mark {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      background: linear-gradient(145deg, rgba(127,148,168,.22), rgba(255,255,255,.04));
      border: 1px solid rgba(184,196,207,.22);
      display: grid;
      place-items: center;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.02), 0 0 30px rgba(127,148,168,.12);
      font-family: 'Cinzel', serif;
      font-weight: 700;
    }

    .brand-text strong {
      display: block;
      font-family: 'Cinzel', serif;
      font-size: 1.05rem;
    }

    .brand-text span {
      display: block;
      color: var(--muted);
      font-size: .78rem;
      margin-top: 2px;
    }

    .menu {
      display: flex;
      align-items: center;
      gap: 22px;
      color: var(--muted);
      font-size: .96rem;
    }

    .menu a:hover { color: var(--text); }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .button,
    button {
      appearance: none;
      border: none;
      cursor: pointer;
      border-radius: 999px;
      padding: 12px 18px;
      font: inherit;
      font-weight: 600;
      transition: .25s ease;
    }

    .button-ghost {
      background: rgba(255,255,255,.04);
      color: var(--text);
      border: 1px solid var(--line);
    }

    .button-ghost:hover {
      background: rgba(255,255,255,.08);
      transform: translateY(-1px);
    }

    .button-primary {
      background: linear-gradient(135deg, #6e8396, #94a4b3);
      color: #071018;
      box-shadow: 0 10px 24px rgba(127, 148, 168, .3);
    }

    .button-primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(127, 148, 168, .38);
    }
	
	.button-red {
      background: linear-gradient(135deg, #ff0000, #ff4d4d);
      color: #071018;
      box-shadow: 0 10px 24px rgba(127, 148, 168, .3);
    }

    .button-red:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(127, 148, 168, .38);
    }

    .page-shell {
      padding: 28px 0 60px;
    }

    .breadcrumbs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      color: var(--muted);
      font-size: .92rem;
      margin: 0 0 22px;
    }

    .breadcrumbs span { opacity: .7; }

    .hero {
      display: grid;
      grid-template-columns: 1.18fr .82fr;
      gap: 22px;
      margin-bottom: 22px;
    }

    .panel {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: calc(var(--radius) + 4px);
      box-shadow: var(--shadow);
      backdrop-filter: blur(12px);
      overflow: hidden;
      position: relative;
    }

    .hero-media {
      min-height: 620px;
      background:
        linear-gradient(180deg, rgba(4,7,10,.10), rgba(4,7,10,.82)),
        url('https://panicd.com/dbimages/L_<?php echo $ln; ?>.JPG') center/cover;
      display: flex;
      align-items: end;
    }

    .hero-overlay {
      width: 100%;
      padding: 28px;
      background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.55));
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 14px;
    }

    .tag {
      display: inline-flex;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(0,0,0,.34);
      border: 1px solid rgba(255,255,255,.12);
      color: #d9e2ea;
      font-size: .82rem;
    }

    .media-caption {
      color: #dbe3ea;
      font-size: .94rem;
      line-height: 1.6;
      max-width: 62ch;
    }

    .hero-sidebar {
      padding: 22px;
      display: grid;
      gap: 18px;
      align-content: start;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 14px;
      border-radius: 999px;
      border: 1px solid rgba(184,196,207,.18);
      background: rgba(255,255,255,.03);
      color: var(--accent-2);
      width: fit-content;
      font-size: .82rem;
      text-transform: uppercase;
      letter-spacing: .12em;
    }

    .hero-sidebar h1,
    .section-title,
    .card h3,
    .sidebar-card h3,
    .timeline-card h3,
    .section-card h2 {
      font-family: 'Cinzel', serif;
      margin: 0;
    }

    .hero-sidebar h1 {
      font-size: clamp(2.3rem, 4vw, 4rem);
      line-height: .98;
      margin-top: 16px;
    }

    .location-subtitle {
      color: var(--muted);
      font-size: 1.03rem;
      line-height: 1.8;
      margin: 14px 0 0;
    }

    .quick-stats {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .stat {
      padding: 16px;
      border-radius: 18px;
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.05);
    }

    .stat strong {
      display: block;
      font-size: 1rem;
      color: var(--text);
      margin-bottom: 8px;
    }

    .stat span {
      color: var(--muted);
      font-size: .92rem;
      line-height: 1.55;
      display: block;
    }

    .cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .sidebar-card,
    .section-card,
    .timeline-card,
    .card {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 22px;
      box-shadow: var(--shadow);
    }

    .sidebar-card {
      padding: 18px;
    }

    .sidebar-card h3 {
      font-size: 1.04rem;
      margin-bottom: 14px;
    }

    .fact-list {
      display: grid;
      gap: 12px;
    }

    .fact-item {
      display: grid;
      grid-template-columns: 108px 1fr;
      gap: 14px;
      align-items: start;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(255,255,255,.05);
    }

    .fact-item:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }

    .fact-item strong {
      color: var(--accent-2);
      font-size: .83rem;
      text-transform: uppercase;
      letter-spacing: .10em;
      padding-top: 4px;
    }

    .fact-item span,
    .fact-item a {
      color: var(--text);
      line-height: 1.7;
    }

    .main-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 22px;
      align-items: start;
    }

    .content-column,
    .sidebar-column {
      display: grid;
      gap: 22px;
    }
	
	.content-columnL,
    .sidebar-columnL {
      display: grid;
      gap: 22px;
    }
	
	.sidebar { order:1; }
	.content-column { order:2; }

    .section-card {
      padding: 26px;
    }

    .section-header {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 16px;
    }

    .section-kicker {
      color: var(--accent-2);
      font-size: .82rem;
      text-transform: uppercase;
      letter-spacing: .12em;
      margin-bottom: 8px;
      display: block;
    }

    .section-card p {
      color: var(--muted);
      line-height: 1.9;
      margin: 0 0 18px;
      font-size: .98rem;
    }

    .section-card p:last-child { margin-bottom: 0; }

    .claims-grid {
      display: grid;
      gap: 12px;
      margin-top: 16px;
    }

    .claim {
      padding: 16px 18px;
      border-radius: 18px;
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.05);
      color: var(--text);
      line-height: 1.7;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: 1.4fr .8fr .8fr;
      gap: 12px;
      margin-top: 18px;
    }

    .gallery-item {
      border-radius: 20px;
      min-height: 180px;
      background-size: cover;
      background-position: center;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.05);
    }

    .gallery-item.large { min-height: 380px; }

    .gallery-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.40));
    }

    .info-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }

    .chip {
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.06);
      color: var(--accent-2);
      font-size: .86rem;
    }

    .timeline-stack {
      display: grid;
      gap: 14px;
      margin-top: 18px;
    }

    .timeline-card {
      padding: 18px;
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.05);
    }

    .timeline-card time {
      display: inline-block;
      margin-bottom: 10px;
      color: var(--accent-2);
      font-size: .82rem;
      text-transform: uppercase;
      letter-spacing: .12em;
    }

    .timeline-card p {
      margin: 10px 0 0;
      color: var(--muted);
      line-height: 1.7;
    }

    .map-card {
      min-height: 320px;
      border-radius: 22px;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(8,12,18,.22), rgba(8,12,18,.86)),
        url('https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1200&q=80') center/cover;
      position: relative;
      border: 1px solid rgba(255,255,255,.06);
    }

    .map-card::before,
    .map-card::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      background: rgba(184,196,207,.85);
      box-shadow: 0 0 0 12px rgba(184,196,207,.10), 0 0 40px rgba(184,196,207,.28);
      animation: pulse 2.8s infinite;
    }

    .map-card::before { width: 14px; height: 14px; top: 36%; left: 58%; }
    .map-card::after { width: 12px; height: 12px; top: 54%; left: 44%; animation-delay: .8s; }

    @keyframes pulse {
      0% { transform: scale(.8); opacity: .9; }
      70% { transform: scale(1.2); opacity: .5; }
      100% { transform: scale(1.45); opacity: 0; }
    }

    .map-overlay {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      padding: 16px;
      border-radius: 18px;
      background: rgba(6,10,14,.76);
      border: 1px solid rgba(255,255,255,.08);
      backdrop-filter: blur(8px);
      color: var(--muted);
      line-height: 1.7;
    }

    .embed-card {
      min-height: 240px;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 24px;
      background:
        radial-gradient(circle at top center, rgba(127,148,168,.16), transparent 36%),
        rgba(255,255,255,.03);
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,.06);
    }

    .embed-card p {
      margin: 10px 0 0;
      color: var(--muted);
      line-height: 1.7;
      max-width: 34ch;
    }

    .related-grid {
      display: grid;
      gap: 14px;
    }

    .card {
      overflow: hidden;
      transition: transform .25s ease, border-color .25s ease;
    }

    .card:hover {
      transform: translateY(-4px);
      border-color: rgba(184,196,207,.24);
    }

    .thumb {
      aspect-ratio: 16/10;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .thumb::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.48));
    }

    .card-body {
      padding: 18px;
    }

    .meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 12px;
    }

    .meta span {
      font-size: .78rem;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(255,255,255,.04);
      color: var(--accent-2);
      border: 1px solid rgba(255,255,255,.05);
    }

    .card h3 {
      font-size: 1.08rem;
      margin-bottom: 10px;
    }

    .card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
      font-size: .95rem;
    }

    .card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: 16px;
      color: var(--accent-2);
      font-size: .92rem;
    }

    footer {
      padding: 32px 0 60px;
      color: var(--muted);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr .9fr .9fr;
      gap: 18px;
    }

    .footer-card {
      padding: 22px;
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 22px;
      box-shadow: var(--shadow);
    }

    .footer-card h4 {
      margin: 0 0 12px;
      font-family: 'Cinzel', serif;
      color: var(--text);
    }

    .footer-card p,
    .footer-card a {
      color: var(--muted);
      line-height: 1.8;
      display: block;
    }

    .footer-card a:hover { color: var(--text); }

    .copyright {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid var(--line);
      font-size: .92rem;
    }
	
	.read-aloud-box {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		align-items: center;
		background: #2f3e46;
		border: 1px solid #5d7480;
		padding: 15px;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.read-aloud-box button,
	.read-aloud-box select {
		background: #445c69;
		color: #ffffff;
		border: 1px solid #7d98a5;
		padding: 10px 14px;
		border-radius: 6px;
		cursor: pointer;
		font-size: 14px;
	}

	.read-aloud-box button:hover,
	.read-aloud-box select:hover {
		background: #56727f;
	}

	.read-aloud-box label {
		color: #d7e1e8;
		font-size: 14px;
	}

    @media (max-width: 1180px) {
      .hero,
      .main-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .gallery-grid {
        grid-template-columns: 1fr 1fr;
      }

      .gallery-item.large {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 760px) {
      .menu { display: none; }
      .nav { min-height: 72px; }
      .nav-actions .button-ghost { display: none; }
      .page-shell { padding-top: 20px; }
      .hero-media { min-height: 380px; }
      .hero-sidebar { padding: 18px; }
      .quick-stats,
      .gallery-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }
      .fact-item {
        grid-template-columns: 1fr;
        gap: 6px;
      }
      .section-card { padding: 20px; }
      .section-header {
        flex-direction: column;
        align-items: start;
      }
	  .sidebar { order:2; }
	  .content-column { order:1; }

    }
