{"id":1327,"date":"2026-03-16T02:31:40","date_gmt":"2026-03-16T02:31:40","guid":{"rendered":"https:\/\/joyministries.net\/blt\/?p=1327"},"modified":"2026-03-16T02:31:40","modified_gmt":"2026-03-16T02:31:40","slug":"gernika-sacred-city-of-the-basque","status":"publish","type":"post","link":"https:\/\/joyministries.net\/blt\/2026\/03\/16\/gernika-sacred-city-of-the-basque\/","title":{"rendered":"Gernika: Sacred City of the Basque"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Gernika \u2014 Sacred Oak, Shattered Sky<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&#038;family=EB+Garamond:ital,wght@0,400;0,500;1,400&#038;family=Libre+Baskerville:ital@0;1&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --ash: #1a1510;\n    --ember: #c4401a;\n    --oak: #4a3520;\n    --parchment: #f0e8d5;\n    --cream: #f8f3e8;\n    --gold: #b8962e;\n    --smoke: #6b5d50;\n    --red: #8b1a1a;\n    --green: #2d4a2d;\n    --sky: #3a5f7a;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--ash);\n    color: var(--parchment);\n    font-family: 'EB Garamond', serif;\n    font-size: 18px;\n    line-height: 1.8;\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    min-height: 100vh;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    background: radial-gradient(ellipse at center, #2a1a08 0%, var(--ash) 70%);\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: \n      radial-gradient(circle at 20% 50%, rgba(196,64,26,0.08) 0%, transparent 50%),\n      radial-gradient(circle at 80% 30%, rgba(184,150,46,0.05) 0%, transparent 40%);\n  }\n\n  \/* Animated smoke particles *\/\n  .smoke-layer {\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n  }\n\n  .particle {\n    position: absolute;\n    border-radius: 50%;\n    background: rgba(107,93,80,0.15);\n    filter: blur(40px);\n    animation: drift linear infinite;\n  }\n\n  @keyframes drift {\n    from { transform: translateY(100vh) scale(0.5); opacity: 0; }\n    20% { opacity: 1; }\n    80% { opacity: 0.3; }\n    to { transform: translateY(-20vh) scale(1.5); opacity: 0; }\n  }\n\n  .hero-content {\n    position: relative;\n    z-index: 2;\n    text-align: center;\n    max-width: 800px;\n    padding: 2rem;\n    animation: fadeUp 2s ease forwards;\n    opacity: 0;\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(40px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .hero-eyebrow {\n    font-family: 'EB Garamond', serif;\n    font-size: 0.85rem;\n    letter-spacing: 0.35em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 1.5rem;\n    opacity: 0.8;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(3rem, 8vw, 7rem);\n    font-weight: 700;\n    line-height: 1.0;\n    color: var(--cream);\n    margin-bottom: 0.5rem;\n    text-shadow: 0 0 80px rgba(196,64,26,0.3);\n  }\n\n  .hero h1 em {\n    display: block;\n    font-style: italic;\n    color: var(--ember);\n    font-size: 0.65em;\n    letter-spacing: 0.05em;\n  }\n\n  .hero-sub {\n    margin-top: 2rem;\n    font-style: italic;\n    color: rgba(240,232,213,0.65);\n    font-size: 1.1rem;\n    max-width: 500px;\n    margin-inline: auto;\n  }\n\n  .scroll-cue {\n    position: absolute;\n    bottom: 2rem;\n    left: 50%;\n    transform: translateX(-50%);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 0.5rem;\n    color: rgba(240,232,213,0.35);\n    font-size: 0.75rem;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    animation: bounce 2s ease infinite;\n  }\n\n  @keyframes bounce {\n    0%, 100% { transform: translateX(-50%) translateY(0); }\n    50% { transform: translateX(-50%) translateY(8px); }\n  }\n\n  .scroll-cue::after {\n    content: '';\n    width: 1px;\n    height: 40px;\n    background: linear-gradient(to bottom, rgba(184,150,46,0.5), transparent);\n  }\n\n  \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n  .chapter {\n    position: relative;\n    padding: 6rem 2rem;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .chapter-number {\n    font-family: 'Playfair Display', serif;\n    font-size: 8rem;\n    color: rgba(184,150,46,0.07);\n    position: absolute;\n    top: 2rem;\n    right: 0;\n    line-height: 1;\n    pointer-events: none;\n    font-weight: 700;\n  }\n\n  .chapter-label {\n    font-size: 0.8rem;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 1rem;\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .chapter-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, rgba(184,150,46,0.4), transparent);\n    max-width: 120px;\n  }\n\n  .chapter h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 4vw, 3.5rem);\n    font-weight: 400;\n    line-height: 1.15;\n    color: var(--cream);\n    margin-bottom: 2.5rem;\n  }\n\n  .chapter h2 em {\n    font-style: italic;\n    color: var(--gold);\n  }\n\n  .chapter p {\n    color: rgba(240,232,213,0.82);\n    margin-bottom: 1.5rem;\n    font-size: 1.05rem;\n    max-width: 700px;\n  }\n\n  .lead {\n    font-size: 1.25rem !important;\n    font-style: italic;\n    color: rgba(240,232,213,0.9) !important;\n    border-left: 3px solid var(--ember);\n    padding-left: 1.5rem;\n    margin-bottom: 2.5rem !important;\n  }\n\n  \/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n  .divider {\n    width: 100%;\n    height: 1px;\n    background: linear-gradient(to right, transparent, rgba(184,150,46,0.3), transparent);\n    margin: 0;\n  }\n\n  \/* \u2500\u2500 FULL BLEED PANELS \u2500\u2500 *\/\n  .panel {\n    padding: 5rem 2rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .panel-oak {\n    background: linear-gradient(135deg, #0d1a0d 0%, #1a2a1a 50%, #0d1a0d 100%);\n    border-top: 1px solid rgba(45,74,45,0.4);\n    border-bottom: 1px solid rgba(45,74,45,0.4);\n  }\n\n  .panel-fire {\n    background: linear-gradient(135deg, #1a0a06 0%, #2a1008 50%, #1a0a06 100%);\n    border-top: 1px solid rgba(196,64,26,0.3);\n    border-bottom: 1px solid rgba(196,64,26,0.3);\n  }\n\n  .panel-sky {\n    background: linear-gradient(135deg, #060d14 0%, #0d1a26 50%, #060d14 100%);\n    border-top: 1px solid rgba(58,95,122,0.3);\n    border-bottom: 1px solid rgba(58,95,122,0.3);\n  }\n\n  .panel-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* \u2500\u2500 TREE SVG \u2500\u2500 *\/\n  .oak-container {\n    display: flex;\n    gap: 4rem;\n    align-items: flex-start;\n    flex-wrap: wrap;\n  }\n\n  .oak-svg-wrap {\n    flex: 0 0 auto;\n    width: 260px;\n    animation: sway 6s ease-in-out infinite;\n    transform-origin: bottom center;\n  }\n\n  @keyframes sway {\n    0%, 100% { transform: rotate(-1.5deg); }\n    50% { transform: rotate(1.5deg); }\n  }\n\n  .oak-text { flex: 1; min-width: 280px; }\n\n  \/* \u2500\u2500 TIMELINE \u2500\u2500 *\/\n  .timeline {\n    position: relative;\n    padding-left: 2rem;\n    max-width: 750px;\n    margin-top: 2rem;\n  }\n\n  .timeline::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 0;\n    bottom: 0;\n    width: 2px;\n    background: linear-gradient(to bottom, var(--ember), var(--gold), var(--sky), var(--green));\n  }\n\n  .timeline-item {\n    position: relative;\n    padding: 0 0 3rem 2.5rem;\n  }\n\n  .timeline-item::before {\n    content: '';\n    position: absolute;\n    left: -6px;\n    top: 8px;\n    width: 14px;\n    height: 14px;\n    border-radius: 50%;\n    background: var(--gold);\n    border: 2px solid var(--ash);\n    box-shadow: 0 0 12px rgba(184,150,46,0.5);\n  }\n\n  .timeline-year {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.6rem;\n    color: var(--gold);\n    font-weight: 700;\n    line-height: 1;\n    margin-bottom: 0.3rem;\n  }\n\n  .timeline-title {\n    font-size: 1rem;\n    font-weight: 500;\n    color: var(--cream);\n    letter-spacing: 0.05em;\n    margin-bottom: 0.6rem;\n  }\n\n  .timeline-body {\n    color: rgba(240,232,213,0.72);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n\n  \/* \u2500\u2500 BOMBING SECTION \u2500\u2500 *\/\n  .bombing-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 3rem;\n    align-items: start;\n    margin-top: 2rem;\n  }\n\n  @media (max-width: 700px) {\n    .bombing-grid { grid-template-columns: 1fr; }\n    .oak-container { flex-direction: column; }\n    .oak-svg-wrap { width: 180px; margin: 0 auto; }\n  }\n\n  .stat-box {\n    border: 1px solid rgba(196,64,26,0.3);\n    padding: 1.5rem;\n    background: rgba(196,64,26,0.05);\n    margin-bottom: 1.5rem;\n  }\n\n  .stat-number {\n    font-family: 'Playfair Display', serif;\n    font-size: 3.5rem;\n    color: var(--ember);\n    font-weight: 700;\n    line-height: 1;\n    display: block;\n  }\n\n  .stat-label {\n    font-size: 0.85rem;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: rgba(240,232,213,0.5);\n    margin-top: 0.25rem;\n  }\n\n  \/* \u2500\u2500 PICASSO \u2500\u2500 *\/\n  .guernica-art {\n    width: 100%;\n    max-width: 1100px;\n    margin: 2rem auto;\n    position: relative;\n  }\n\n  .guernica-svg {\n    width: 100%;\n    height: auto;\n    filter: drop-shadow(0 0 30px rgba(196,64,26,0.2));\n  }\n\n  \/* \u2500\u2500 QUOTE \u2500\u2500 *\/\n  .pull-quote {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.4rem, 3vw, 2.2rem);\n    font-style: italic;\n    line-height: 1.4;\n    color: var(--cream);\n    text-align: center;\n    padding: 3rem 2rem;\n    max-width: 700px;\n    margin: 0 auto;\n    position: relative;\n  }\n\n  .pull-quote::before, .pull-quote::after {\n    content: '\"';\n    font-family: 'Playfair Display', serif;\n    font-size: 6rem;\n    color: rgba(184,150,46,0.15);\n    position: absolute;\n    line-height: 1;\n  }\n\n  .pull-quote::before { top: 0; left: 0; }\n  .pull-quote::after { content: '\"'; bottom: -1rem; right: 0; }\n\n  .pull-quote cite {\n    display: block;\n    font-size: 0.85rem;\n    font-family: 'EB Garamond', serif;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-top: 1.5rem;\n    font-style: normal;\n  }\n\n  \/* \u2500\u2500 RECOVERY \u2500\u2500 *\/\n  .pillar-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 1.5rem;\n    margin-top: 2rem;\n  }\n\n  .pillar {\n    border: 1px solid rgba(184,150,46,0.2);\n    padding: 1.5rem;\n    background: rgba(184,150,46,0.03);\n    transition: background 0.3s;\n  }\n\n  .pillar:hover {\n    background: rgba(184,150,46,0.08);\n  }\n\n  .pillar-icon {\n    font-size: 2rem;\n    margin-bottom: 0.75rem;\n  }\n\n  .pillar h4 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.1rem;\n    color: var(--cream);\n    margin-bottom: 0.5rem;\n  }\n\n  .pillar p {\n    font-size: 0.9rem !important;\n    color: rgba(240,232,213,0.6) !important;\n    line-height: 1.6;\n  }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  footer {\n    text-align: center;\n    padding: 4rem 2rem;\n    border-top: 1px solid rgba(184,150,46,0.15);\n    color: rgba(240,232,213,0.35);\n    font-size: 0.85rem;\n    letter-spacing: 0.1em;\n  }\n\n  footer strong {\n    display: block;\n    font-family: 'Playfair Display', serif;\n    font-size: 1.5rem;\n    color: var(--gold);\n    margin-bottom: 0.5rem;\n    font-style: italic;\n    font-weight: 400;\n  }\n\n  \/* Scroll reveal *\/\n  .reveal {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.8s ease, transform 0.8s ease;\n  }\n\n  .reveal.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"smoke-layer\" id=\"smokeLayer\"><\/div>\n  <div class=\"hero-content\">\n    <div class=\"hero-eyebrow\">Basque Country \u00b7 Euskadi<\/div>\n    <h1>GERNIKA<em>Sacred City of the Basque People<\/em><\/h1>\n    <p class=\"hero-sub\">A story of ancient roots, devastating fire, and the enduring spirit of a people who refused to be erased<\/p>\n  <\/div>\n  <div class=\"scroll-cue\">Scroll<\/div>\n<\/section>\n\n<!-- I. ORIGINS -->\n<div class=\"divider\"><\/div>\n<section class=\"chapter reveal\">\n  <div class=\"chapter-number\">I<\/div>\n  <div class=\"chapter-label\">Origins<\/div>\n  <h2>Where the Land <em>Remembers<\/em><\/h2>\n  <p class=\"lead\">Gernika sits in the green hills of Bizkaia, in the heart of the Basque Country \u2014 one of Europe&#8217;s oldest inhabited regions, home to a people whose origins remain one of history&#8217;s great mysteries.<\/p>\n  <p>The Basques, known in their own tongue as <em>Euskaldunak<\/em> (speakers of Euskara), are linguistically and genetically distinct from all neighboring peoples. Their language, Euskara, has no known ancestor \u2014 a living fossil from before the Indo-European wave washed over Europe some four thousand years ago. Gernika emerged from this ancient world as a market town in the medieval period, its first recorded charter dating to 1366.<\/p>\n  <p>Yet its significance far predated any document. The area had long been considered sacred ground, a gathering place where the clans of Bizkaia came to deliberate, resolve disputes, and affirm collective life under the shade of a great oak tree \u2014 the <em>Gernikako Arbola<\/em>, the Tree of Gernika.<\/p>\n<\/section>\n\n<!-- II. THE OAK -->\n<div class=\"divider\"><\/div>\n<section class=\"panel panel-oak\">\n  <div class=\"panel-inner\">\n    <div class=\"chapter-label reveal\">The Sacred Tree<\/div>\n    <div class=\"oak-container\">\n      <div class=\"oak-svg-wrap reveal\">\n        <svg viewBox=\"0 0 200 320\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"oak-tree\">\n          <defs>\n            <radialGradient id=\"leafGrad\" cx=\"50%\" cy=\"40%\">\n              <stop offset=\"0%\" stop-color=\"#4a7a4a\"\/>\n              <stop offset=\"100%\" stop-color=\"#1a3a1a\"\/>\n            <\/radialGradient>\n            <radialGradient id=\"leaf2\" cx=\"50%\" cy=\"40%\">\n              <stop offset=\"0%\" stop-color=\"#3a6a3a\"\/>\n              <stop offset=\"100%\" stop-color=\"#122212\"\/>\n            <\/radialGradient>\n          <\/defs>\n          <!-- Roots -->\n          <path d=\"M90 290 Q70 310 50 315\" stroke=\"#2a1a0a\" stroke-width=\"6\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <path d=\"M100 292 Q100 315 95 320\" stroke=\"#2a1a0a\" stroke-width=\"5\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <path d=\"M110 290 Q130 310 150 315\" stroke=\"#2a1a0a\" stroke-width=\"6\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <path d=\"M85 295 Q60 308 40 305\" stroke=\"#2a1a0a\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <path d=\"M115 295 Q140 308 162 305\" stroke=\"#2a1a0a\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <!-- Trunk -->\n          <path d=\"M80 288 Q78 250 82 210 Q85 180 82 150\" stroke=\"#3a2510\" stroke-width=\"18\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <path d=\"M120 288 Q122 250 118 210 Q115 180 118 150\" stroke=\"#4a3218\" stroke-width=\"18\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <rect x=\"82\" y=\"148\" width=\"36\" height=\"145\" rx=\"8\" fill=\"#3a2814\"\/>\n          <!-- Bark texture -->\n          <path d=\"M90 200 Q95 215 88 230 Q93 245 90 260\" stroke=\"#2a1a0a\" stroke-width=\"1.5\" fill=\"none\" opacity=\"0.6\"\/>\n          <path d=\"M105 195 Q110 210 103 228 Q108 243 105 258\" stroke=\"#2a1a0a\" stroke-width=\"1.5\" fill=\"none\" opacity=\"0.4\"\/>\n          <!-- Main branches -->\n          <path d=\"M98 150 Q70 130 50 100\" stroke=\"#3a2814\" stroke-width=\"10\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <path d=\"M102 150 Q130 130 152 100\" stroke=\"#3a2814\" stroke-width=\"10\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <path d=\"M100 140 Q100 110 100 85\" stroke=\"#3a2814\" stroke-width=\"9\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <path d=\"M70 115 Q55 95 42 75\" stroke=\"#3a2814\" stroke-width=\"6\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <path d=\"M130 115 Q145 95 158 75\" stroke=\"#3a2814\" stroke-width=\"6\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <!-- Foliage layers -->\n          <ellipse cx=\"100\" cy=\"60\" rx=\"75\" ry=\"65\" fill=\"url(#leafGrad)\" opacity=\"0.9\"\/>\n          <ellipse cx=\"55\" cy=\"85\" rx=\"45\" ry=\"40\" fill=\"url(#leaf2)\" opacity=\"0.85\"\/>\n          <ellipse cx=\"148\" cy=\"85\" rx=\"45\" ry=\"40\" fill=\"url(#leaf2)\" opacity=\"0.85\"\/>\n          <ellipse cx=\"100\" cy=\"40\" rx=\"55\" ry=\"50\" fill=\"url(#leafGrad)\" opacity=\"0.9\"\/>\n          <ellipse cx=\"80\" cy=\"30\" rx=\"40\" ry=\"35\" fill=\"#3a6a3a\" opacity=\"0.8\"\/>\n          <ellipse cx=\"120\" cy=\"32\" rx=\"38\" ry=\"33\" fill=\"#3a6a3a\" opacity=\"0.8\"\/>\n          <!-- Acorns -->\n          <circle cx=\"45\" cy=\"108\" r=\"4\" fill=\"#6a4a20\"\/>\n          <rect x=\"43\" y=\"101\" width=\"4\" height=\"8\" rx=\"2\" fill=\"#4a3518\"\/>\n          <circle cx=\"156\" cy=\"105\" r=\"4\" fill=\"#6a4a20\"\/>\n          <rect x=\"154\" y=\"98\" width=\"4\" height=\"8\" rx=\"2\" fill=\"#4a3518\"\/>\n          <!-- Gold shimmer leaves -->\n          <circle cx=\"65\" cy=\"45\" r=\"3\" fill=\"rgba(184,150,46,0.3)\"\/>\n          <circle cx=\"135\" cy=\"38\" r=\"2.5\" fill=\"rgba(184,150,46,0.3)\"\/>\n          <circle cx=\"100\" cy=\"18\" r=\"3\" fill=\"rgba(184,150,46,0.25)\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"oak-text reveal\">\n        <h2 style=\"font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3vw,2.8rem);color:var(--cream);margin-bottom:1.5rem;line-height:1.2;\">\n          The Tree of Gernika<br><em style=\"color:var(--gold);font-style:italic;\">Gernikako Arbola<\/em>\n        <\/h2>\n        <p style=\"color:rgba(240,232,213,0.82);margin-bottom:1.2rem;\">For centuries, the Lords of Bizkaia \u2014 and later the Spanish monarchs as rulers of Bizkaia \u2014 were required to travel to Gernika and swear an oath beneath this oak to uphold the ancient laws and liberties of the Basque people, known as the <em>Foru<\/em> or <em>Fueros<\/em>. But the ritual was never the oak alone. Before processing to the tree, kings and lords first heard Mass at the <em>Church of Santa Mar\u00eda la Antigua<\/em>, whose origins trace to a small chapel that once stood within an ancient oak grove \u2014 the very same grove from which the solitary sacred tree descended. The oath-taking was thus a two-part sacred act: a spiritual preparation within the church, followed by a civic covenant beneath the sky. The sacred and the constitutional were inseparable.<\/p>\n        <p style=\"color:rgba(240,232,213,0.82);margin-bottom:1.2rem;\">The Juntas Generales de Bizkaia, the parliament of Bizkaia, met here. The oak became the supreme symbol of Basque autonomy and democratic tradition \u2014 a living covenant between rulers and the governed. By the early 17th century, Gernika had also acquired a Franciscan presence \u2014 a convent established in 1610, later expanded to include a church and school. The Franciscans were not architects of the Fueros, but they wove themselves into the everyday religious and intellectual life of a town that already bore an ancient constitutional identity. Theirs was the pastoral complement to the oak&#8217;s civic grandeur.<\/p>\n        <p style=\"color:rgba(240,232,213,0.82);margin-bottom:1.2rem;\">When the original tree died, its descendant was planted beside it. The current tree, the fifth in an unbroken lineage, continues to grow today. Basque poet Jos\u00e9 Mar\u00eda Iparraguirre immortalized it in <em>Gernikako Arbola<\/em> (1853), which became the unofficial Basque anthem \u2014 perhaps the world&#8217;s only national song in praise of a tree.<\/p>\n        <p style=\"color:var(--gold);font-style:italic;font-family:'Playfair Display',serif;font-size:1.1rem;\">\n          &#8220;Gernikako arbola \/ Da bedeinkatua \/ Euskaldunen artean \/ Guztiz maitatua.&#8221;<br>\n          <span style=\"color:rgba(240,232,213,0.5);font-family:'EB Garamond',serif;font-size:0.9rem;font-style:normal;\">The Tree of Gernika \/ Is blessed \/ Among the Basques \/ Greatly beloved.<\/span>\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- III. TIMELINE -->\n<section class=\"chapter reveal\">\n  <div class=\"chapter-number\">III<\/div>\n  <div class=\"chapter-label\">Centuries of History<\/div>\n  <h2>A Town at the <em>Heart of Liberty<\/em><\/h2>\n  <div class=\"timeline\">\n    <div class=\"timeline-item reveal\">\n      <div class=\"timeline-year\">1366<\/div>\n      <div class=\"timeline-title\">The Town Charter<\/div>\n      <div class=\"timeline-body\">Gernika receives its founding charter from the Lord of Bizkaia, establishing it as a formal settlement while preserving the ancient assembly traditions already practiced there.<\/div>\n    <\/div>\n    <div class=\"timeline-item reveal\">\n      <div class=\"timeline-year\">15th\u201316th c.<\/div>\n      <div class=\"timeline-title\">Under Castile, Under the Oak<\/div>\n      <div class=\"timeline-body\">Bizkaia joins the Crown of Castile, but Basque Fueros (ancient laws) are preserved. Spanish monarchs \u2014 including Charles V and Philip II \u2014 travel to Gernika to swear their oaths beneath the oak.<\/div>\n    <\/div>\n    <div class=\"timeline-item reveal\">\n      <div class=\"timeline-year\">1839<\/div>\n      <div class=\"timeline-title\">Threat to the Fueros<\/div>\n      <div class=\"timeline-body\">After the First Carlist War, the Spanish central government begins eroding Basque autonomy. The oak and Gernika become potent symbols of resistance and Basque identity under increasing pressure.<\/div>\n    <\/div>\n    <div class=\"timeline-item reveal\">\n      <div class=\"timeline-year\">1853<\/div>\n      <div class=\"timeline-title\">The Anthem is Born<\/div>\n      <div class=\"timeline-body\">Exiled Basque poet Iparraguirre writes <em>Gernikako Arbola<\/em> in Geneva, setting the oak as the eternal emblem of Basque peoplehood. The song spreads like fire through Basque communities worldwide.<\/div>\n    <\/div>\n    <div class=\"timeline-item reveal\">\n      <div class=\"timeline-year\">1931<\/div>\n      <div class=\"timeline-title\">A Republic, A Hope<\/div>\n      <div class=\"timeline-body\">Spain&#8217;s Second Republic opens the possibility of Basque autonomy. A statute of autonomy is drafted \u2014 but Spain is lurching toward civil war, and time is running out.<\/div>\n    <\/div>\n    <div class=\"timeline-item reveal\">\n      <div class=\"timeline-year\">April 26, 1937<\/div>\n      <div class=\"timeline-title\">The Bombing<\/div>\n      <div class=\"timeline-body\">Nazi Germany&#8217;s Condor Legion and Fascist Italy&#8217;s Aviazione Legionaria, acting in support of Franco&#8217;s Nationalists, carry out a terror bombing of Gernika on market day. The town burns for three days.<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- IV. THE BOMBING -->\n<div class=\"divider\"><\/div>\n<section class=\"panel panel-fire\">\n  <div class=\"panel-inner\">\n    <div class=\"chapter-label reveal\" style=\"color:var(--ember);\">April 26, 1937<\/div>\n    <h2 class=\"reveal\" style=\"font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3rem);color:var(--cream);margin-bottom:2rem;line-height:1.2;\">\n      The Sky Falls.<br><em style=\"color:var(--ember);\">The Town Burns.<\/em>\n    <\/h2>\n    <div class=\"bombing-grid\">\n      <div>\n        <p class=\"lead reveal\" style=\"border-color:var(--ember);\">It was a Monday \u2014 market day. The streets and squares of Gernika were filled with farmers, merchants, and refugees fleeing the front lines. Then, at 4:30 in the afternoon, the bombers came.<\/p>\n        <p class=\"reveal\" style=\"color:rgba(240,232,213,0.8);margin-bottom:1.2rem;\">For over three hours, waves of Heinkel He 111s, Junkers Ju 52s, and Messerschmitt fighters bombed and strafed the town. High-explosive bombs shattered buildings; incendiary bombs followed to set the rubble alight. Fighter planes flew low to machine-gun civilians attempting to flee into open fields.<\/p>\n        <p class=\"reveal\" style=\"color:rgba(240,232,213,0.8);margin-bottom:1.2rem;\">The bombing was not a military assault on a strategic target. It was an experiment \u2014 a test of what aerial bombardment could do to a civilian population, and a calculated strike at the spiritual heart of Basque resistance. The Casa de Juntas (parliament house) and the sacred oak, just outside town, were deliberately spared \u2014 a grotesque statement that this was annihilation of a <em>people<\/em>, not just a place.<\/p>\n        <p class=\"reveal\" style=\"color:rgba(240,232,213,0.8);\">The fires burned for three days. When they were extinguished, approximately 70% of the town lay in ruins. Gernika became the first major city in modern history to be destroyed by aerial bombardment \u2014 and a warning to the world of what was coming.<\/p>\n        <p class=\"reveal\" style=\"color:rgba(240,232,213,0.8);margin-top:1.2rem;\">Among the journalists who rushed to the ruins that night was <strong style=\"color:var(--cream);\">George Steer<\/strong>, 28-year-old correspondent for <em>The Times<\/em> of London. Unlike others who filed immediately, Steer stayed behind in the burning town talking to survivors, collecting fragments of incendiary bombs stamped with the German eagle, and returned at dawn to see the destruction in daylight. In his despatch \u2014 published two days later in both <em>The Times<\/em> and <em>The New York Times<\/em> \u2014 he noted that the sacred oak and the Church of Santa Mar\u00eda had been left standing amid the ruins. The world read his words and understood what they meant.<\/p>\n      <\/div>\n      <div>\n        <div class=\"stat-box reveal\">\n          <span class=\"stat-number\">~1,650<\/span>\n          <span class=\"stat-label\">Civilian casualties (Basque government est.)<\/span>\n        <\/div>\n        <div class=\"stat-box reveal\">\n          <span class=\"stat-number\">3 hrs<\/span>\n          <span class=\"stat-label\">Duration of the bombing raid<\/span>\n        <\/div>\n        <div class=\"stat-box reveal\">\n          <span class=\"stat-number\">70%<\/span>\n          <span class=\"stat-label\">Of the town destroyed<\/span>\n        <\/div>\n        <div class=\"stat-box reveal\">\n          <span class=\"stat-number\">43<\/span>\n          <span class=\"stat-label\">Aircraft in the Condor Legion attack<\/span>\n        <\/div>\n        <p class=\"reveal\" style=\"color:rgba(240,232,213,0.55);font-style:italic;font-size:0.9rem;margin-top:1rem;\">Note: Casualty figures were long disputed by Franco&#8217;s regime, which initially denied the bombing occurred at all \u2014 claiming Basque forces had destroyed the town themselves. The lie persisted for decades.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- V. PICASSO -->\n<div class=\"divider\"><\/div>\n<section class=\"chapter reveal\">\n  <div class=\"chapter-number\">V<\/div>\n  <div class=\"chapter-label\">The World Responds<\/div>\n  <h2><em>Guernica<\/em> \u2014 When Art Becomes Memory<\/h2>\n  <p class=\"lead\">Pablo Picasso learned of the bombing while in Paris \u2014 not from a Basque source, but from a newspaper. He was Andalusian, not Basque, with no ancestral connection to Gernika. That an outsider became the bombing&#8217;s most enduring witness is itself part of the story.<\/p>\n\n  <p class=\"reveal\" style=\"margin-bottom:1.2rem;\">The chain of witness ran like this: survivors spoke to journalists in the burning streets; <strong>George Steer<\/strong> of <em>The Times<\/em> gathered their testimonies, collected fragments of German bomb casings as evidence, and filed a despatch of extraordinary precision and moral clarity. It ran in <em>The Times<\/em> and <em>The New York Times<\/em> on April 28, 1937 \u2014 two days after the bombing. In Paris, Picasso read it. Within days, his friend the poet Juan Larrea visited his studio and urged him to make the bombing his subject. On May 1st, Picasso abandoned his original commission and began work on what would become <em>Guernica<\/em>. A survivor&#8217;s word, carried by a journalist&#8217;s pen, ignited a painter&#8217;s brush.<\/p>\n\n  <p class=\"reveal\" style=\"margin-bottom:1.2rem;\">Steer&#8217;s own report had noted, amid the devastation, that the sacred oak and the <em>Church of Santa Mar\u00eda la Antigua<\/em> had survived the bombardment \u2014 the same church where kings had heard Mass before swearing their oaths beneath the tree. The bombers had spared them deliberately, making the obliteration of the surrounding town all the more savage in its symbolism. Steer saw this. He wrote it. The world read it. And Picasso painted it.<\/p>\n\n  <!-- Photo of the Guernica tile mosaic in Gernika -->\n  <div class=\"guernica-art reveal\">\n    <p style=\"font-size:0.78rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(184,150,46,0.55);text-align:center;margin-bottom:0.75rem;\">The tile mosaic reproduction of <em>Guernica<\/em> \u2014 photographed in Gernika<\/p>\n    <img decoding=\"async\" src=\"IMG_5180.jpg\" alt=\"Visitors standing before the Guernica tile mosaic in Gernika, inscribed Guernica Gernikara\" style=\"width:100%;height:auto;display:block;border:1px solid rgba(184,150,46,0.25);\"\/>\n    <!-- hidden SVG placeholder to preserve closing tags structure -->\n    <svg viewBox=\"0 0 1 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:none;position:absolute;\">\n      <defs>\n        <filter id=\"grain2\" x=\"-5%\" y=\"-5%\" width=\"110%\" height=\"110%\">\n          <feTurbulence type=\"fractalNoise\" baseFrequency=\"0.75\" numOctaves=\"4\" stitchTiles=\"stitch\" result=\"noise\"\/>\n          <feColorMatrix type=\"saturate\" values=\"0\" in=\"noise\" result=\"grayNoise\"\/>\n          <feBlend in=\"SourceGraphic\" in2=\"grayNoise\" mode=\"multiply\" result=\"blended\"\/>\n          <feComponentTransfer in=\"blended\">\n            <feFuncA type=\"linear\" slope=\"1\"\/>\n          <\/feComponentTransfer>\n        <\/filter>\n        <filter id=\"softBlur\">\n          <feGaussianBlur stdDeviation=\"0.8\"\/>\n        <\/filter>\n        <!-- Light cone from bulb -->\n        <radialGradient id=\"bulbLight\" cx=\"50%\" cy=\"0%\" r=\"70%\">\n          <stop offset=\"0%\" stop-color=\"#d8cc88\" stop-opacity=\"0.18\"\/>\n          <stop offset=\"100%\" stop-color=\"#d8cc88\" stop-opacity=\"0\"\/>\n        <\/radialGradient>\n        <!-- Wall panels shading -->\n        <linearGradient id=\"wallLeft\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">\n          <stop offset=\"0%\" stop-color=\"#111110\"\/>\n          <stop offset=\"100%\" stop-color=\"#1e1e1c\"\/>\n        <\/linearGradient>\n        <linearGradient id=\"wallCenter\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">\n          <stop offset=\"0%\" stop-color=\"#252522\"\/>\n          <stop offset=\"100%\" stop-color=\"#161614\"\/>\n        <\/linearGradient>\n        <linearGradient id=\"wallRight\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">\n          <stop offset=\"0%\" stop-color=\"#1a1a18\"\/>\n          <stop offset=\"100%\" stop-color=\"#0e0e0c\"\/>\n        <\/linearGradient>\n        <linearGradient id=\"horseBody\" x1=\"30%\" y1=\"0%\" x2=\"70%\" y2=\"100%\">\n          <stop offset=\"0%\" stop-color=\"#ccc8b8\"\/>\n          <stop offset=\"50%\" stop-color=\"#989484\"\/>\n          <stop offset=\"100%\" stop-color=\"#4a4840\"\/>\n        <\/linearGradient>\n        <linearGradient id=\"motherGrad\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">\n          <stop offset=\"0%\" stop-color=\"#b0aca0\"\/>\n          <stop offset=\"100%\" stop-color=\"#484640\"\/>\n        <\/linearGradient>\n      <\/defs>\n\n      <!-- \u2500\u2500 BACKGROUND: three tonal panels \u2500\u2500 -->\n      <rect width=\"1400\" height=\"620\" fill=\"#181816\"\/>\n      <rect x=\"0\" y=\"0\" width=\"420\" height=\"620\" fill=\"url(#wallLeft)\" opacity=\"0.9\"\/>\n      <rect x=\"420\" y=\"0\" width=\"560\" height=\"620\" fill=\"url(#wallCenter)\" opacity=\"0.9\"\/>\n      <rect x=\"980\" y=\"0\" width=\"420\" height=\"620\" fill=\"url(#wallRight)\" opacity=\"0.9\"\/>\n\n      <!-- Bulb light wash -->\n      <ellipse cx=\"700\" cy=\"0\" rx=\"600\" ry=\"500\" fill=\"url(#bulbLight)\"\/>\n\n      <!-- \u2500\u2500 FLOOR \u2500\u2500 -->\n      <polygon points=\"0,520 1400,510 1400,620 0,620\" fill=\"#0c0c0a\"\/>\n      <!-- Floor cracks -->\n      <path d=\"M200 540 L280 580 L320 560 L380 600\" stroke=\"#080806\" stroke-width=\"3\" fill=\"none\"\/>\n      <path d=\"M600 530 L640 570 L700 550 L760 590\" stroke=\"#080806\" stroke-width=\"2\" fill=\"none\"\/>\n      <path d=\"M900 535 L960 565 L1020 555\" stroke=\"#080806\" stroke-width=\"2\" fill=\"none\"\/>\n      <!-- Scattered debris \/ broken tiles -->\n      <polygon points=\"140,515 175,510 180,525 145,528\" fill=\"#141412\"\/>\n      <polygon points=\"450,520 490,516 492,530 455,532\" fill=\"#161614\"\/>\n      <polygon points=\"820,518 855,514 857,527 822,529\" fill=\"#121210\"\/>\n      <polygon points=\"1100,522 1130,518 1132,532 1103,534\" fill=\"#141412\"\/>\n\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n      <!-- LEFT SECTION: fallen soldier + woman with lamp -->\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n\n      <!-- Fallen soldier \u2014 dismembered, bottom left -->\n      <!-- Arm holding broken sword -->\n      <path d=\"M30 560 Q70 540 100 520 Q115 510 120 500\" stroke=\"#6a6860\" stroke-width=\"14\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Broken sword blade -->\n      <path d=\"M120 500 L148 475 L155 480 L128 506Z\" fill=\"#5a5850\"\/>\n      <path d=\"M148 475 L160 462 L152 458 L140 470Z\" fill=\"#4a4840\"\/>\n      <!-- Flower growing from sword -->\n      <circle cx=\"151\" cy=\"460\" r=\"7\" fill=\"#606058\" stroke=\"#787870\" stroke-width=\"1.5\"\/>\n      <path d=\"M148 453 Q151 445 154 453\" stroke=\"#787870\" stroke-width=\"2\" fill=\"none\"\/>\n      <!-- Soldier torso fragment -->\n      <path d=\"M45 565 Q80 555 115 560 Q110 590 80 595 Q50 592 45 565Z\" fill=\"#3a3830\"\/>\n      <!-- Soldier head (severed, eyes wide) -->\n      <ellipse cx=\"85\" cy=\"530\" rx=\"28\" ry=\"24\" fill=\"#5a5850\" stroke=\"#6a6860\" stroke-width=\"1.5\"\/>\n      <!-- Eyes open in death -->\n      <ellipse cx=\"76\" cy=\"527\" rx=\"7\" ry=\"5\" fill=\"#2a2820\"\/>\n      <circle cx=\"76\" cy=\"527\" r=\"3\" fill=\"#080806\"\/>\n      <ellipse cx=\"94\" cy=\"527\" rx=\"7\" ry=\"5\" fill=\"#2a2820\"\/>\n      <circle cx=\"94\" cy=\"527\" r=\"3\" fill=\"#080806\"\/>\n      <!-- Mouth agape -->\n      <path d=\"M72 538 Q85 546 98 538 Q90 548 85 549 Q80 549 72 538Z\" fill=\"#1a1816\"\/>\n      <!-- Leg fragment -->\n      <path d=\"M160 570 Q185 550 200 530\" stroke=\"#4a4840\" stroke-width=\"16\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M195 525 Q205 510 198 500 Q190 510 195 525Z\" fill=\"#3a3830\"\/>\n\n      <!-- Woman leaning from window with oil lamp \u2014 upper left -->\n      <!-- Window frame -->\n      <rect x=\"118\" y=\"80\" width=\"160\" height=\"230\" rx=\"4\" fill=\"#0e0e0c\" stroke=\"#2a2a28\" stroke-width=\"2\"\/>\n      <rect x=\"125\" y=\"87\" width=\"146\" height=\"216\" rx=\"2\" fill=\"#141412\"\/>\n      <!-- Window cross bar -->\n      <line x1=\"118\" y1=\"195\" x2=\"278\" y2=\"195\" stroke=\"#2a2a28\" stroke-width=\"3\"\/>\n      <line x1=\"198\" y1=\"80\" x2=\"198\" y2=\"310\" stroke=\"#2a2a28\" stroke-width=\"3\"\/>\n      <!-- Woman's body leaning out \u2014 dramatic reach -->\n      <!-- Torso -->\n      <path d=\"M155 190 Q175 160 200 150 Q220 148 235 165 Q245 185 235 205 Q218 215 198 210 Q175 215 155 190Z\" fill=\"#9a9688\"\/>\n      <!-- Head thrown back, screaming mouth open to sky -->\n      <ellipse cx=\"200\" cy=\"135\" rx=\"26\" ry=\"28\" fill=\"#b0aca0\"\/>\n      <!-- Eyes wide -->\n      <ellipse cx=\"191\" cy=\"130\" rx=\"6\" ry=\"7\" fill=\"#2a2820\"\/>\n      <circle cx=\"191\" cy=\"130\" r=\"3.5\" fill=\"#080806\"\/>\n      <ellipse cx=\"210\" cy=\"129\" rx=\"6\" ry=\"7\" fill=\"#2a2820\"\/>\n      <circle cx=\"210\" cy=\"129\" r=\"3.5\" fill=\"#080806\"\/>\n      <!-- Nostrils -->\n      <ellipse cx=\"196\" cy=\"139\" rx=\"3\" ry=\"2\" fill=\"#3a3830\"\/>\n      <ellipse cx=\"204\" cy=\"139\" rx=\"3\" ry=\"2\" fill=\"#3a3830\"\/>\n      <!-- Screaming mouth \u2014 open, tongue visible -->\n      <path d=\"M184 148 Q200 162 216 148 Q210 160 200 163 Q190 162 184 148Z\" fill=\"#1a1816\"\/>\n      <path d=\"M188 152 Q200 158 212 152\" stroke=\"#303028\" stroke-width=\"1\" fill=\"none\"\/>\n      <!-- Tongue -->\n      <path d=\"M194 155 Q200 162 206 155 Q202 164 200 164 Q198 163 194 155Z\" fill=\"#4a3030\"\/>\n      <!-- Arm reaching forward with lamp -->\n      <path d=\"M235 175 Q270 165 310 150 Q340 140 360 130\" stroke=\"#9a9688\" stroke-width=\"14\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Oil lamp -->\n      <ellipse cx=\"368\" cy=\"124\" rx=\"22\" ry=\"12\" fill=\"#7a7868\"\/>\n      <path d=\"M346 124 Q368 100 390 124\" stroke=\"#6a6858\" stroke-width=\"2\" fill=\"#5a5848\"\/>\n      <!-- Flame \u2014 naturalistic -->\n      <path d=\"M362 112 Q368 88 374 112 Q378 98 368 90 Q358 98 362 112Z\" fill=\"#d4901a\" opacity=\"0.9\"\/>\n      <path d=\"M364 108 Q368 92 372 108 Q374 96 368 90 Q362 96 364 108Z\" fill=\"#f0c840\" opacity=\"0.85\"\/>\n      <!-- Second arm -->\n      <path d=\"M155 200 Q130 220 115 250 Q108 270 115 290\" stroke=\"#9a9688\" stroke-width=\"12\" fill=\"none\" stroke-linecap=\"round\"\/>\n\n      <!-- Dove on window ledge (broken wing) -->\n      <path d=\"M270 308 Q295 295 318 302 Q308 316 290 318Z\" fill=\"#5a5850\" stroke=\"#6a6860\" stroke-width=\"1\"\/>\n      <path d=\"M295 295 Q310 278 322 288 Q315 306 298 306Z\" fill=\"#4a4840\"\/>\n      <!-- Broken wing drooping -->\n      <path d=\"M270 308 Q255 320 248 335\" stroke=\"#4a4840\" stroke-width=\"5\" fill=\"none\" stroke-linecap=\"round\"\/>\n\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n      <!-- CENTRE: screaming horse (dominant figure) -->\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n\n      <!-- Horse body \u2014 large, central, anguished -->\n      <path d=\"M420 310 Q450 250 490 220 Q530 195 580 200 Q630 205 665 240 Q695 275 690 320 Q680 365 640 385 Q595 400 545 395 Q490 390 458 365 Q428 345 420 310Z\" fill=\"url(#horseBody)\" stroke=\"#8a8878\" stroke-width=\"2\"\/>\n      <!-- Horse underbelly wound \/ shadow -->\n      <path d=\"M460 370 Q510 390 560 388 Q600 385 630 370 Q600 400 545 405 Q490 405 460 370Z\" fill=\"#3a3830\" opacity=\"0.7\"\/>\n      <!-- Ribcage lines showing through skin (anguish) -->\n      <path d=\"M490 310 Q510 295 530 310\" stroke=\"#7a7868\" stroke-width=\"2\" fill=\"none\" opacity=\"0.6\"\/>\n      <path d=\"M510 320 Q530 305 550 320\" stroke=\"#7a7868\" stroke-width=\"2\" fill=\"none\" opacity=\"0.5\"\/>\n      <path d=\"M530 330 Q550 315 568 328\" stroke=\"#7a7868\" stroke-width=\"2\" fill=\"none\" opacity=\"0.4\"\/>\n      <!-- Horse neck \u2014 arched in torment -->\n      <path d=\"M580 200 Q600 170 615 140 Q625 115 618 95\" stroke=\"#aaa898\" stroke-width=\"28\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Horse head thrown back \u2014 screaming -->\n      <!-- Skull shape -->\n      <path d=\"M580 100 Q600 65 638 58 Q670 55 685 78 Q695 100 682 118 Q665 130 640 128 Q610 130 580 100Z\" fill=\"#c8c4b4\"\/>\n      <!-- Nostrils flared -->\n      <ellipse cx=\"679\" cy=\"100\" rx=\"8\" ry=\"5\" fill=\"#3a3830\"\/>\n      <ellipse cx=\"671\" cy=\"107\" rx=\"5\" ry=\"3.5\" fill=\"#2a2820\"\/>\n      <!-- Eye \u2014 wild, white-ringed with terror -->\n      <ellipse cx=\"635\" cy=\"78\" rx=\"16\" ry=\"14\" fill=\"#e8e4d4\"\/>\n      <ellipse cx=\"635\" cy=\"78\" rx=\"10\" ry=\"9\" fill=\"#3a3830\"\/>\n      <ellipse cx=\"635\" cy=\"78\" rx=\"5\" ry=\"5\" fill=\"#080806\"\/>\n      <ellipse cx=\"632\" cy=\"75\" rx=\"2\" ry=\"2\" fill=\"#f0ece0\" opacity=\"0.8\"\/>\n      <!-- Eyelashes \/ terror lines -->\n      <path d=\"M621 68 L616 62 M628 65 L625 58 M643 67 L646 60 M650 72 L656 67\" stroke=\"#6a6860\" stroke-width=\"1.5\" fill=\"none\"\/>\n      <!-- Horse mouth wide open -->\n      <path d=\"M655 112 Q672 130 690 118 Q685 142 672 148 Q658 150 645 140 Q636 130 640 118 Q646 112 655 112Z\" fill=\"#1a1816\"\/>\n      <!-- Teeth -->\n      <path d=\"M648 116 L652 128 M658 114 L660 127 M668 113 L668 126 M677 115 L675 127\" stroke=\"#d0ccbc\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Tongue \u2014 lolling, daggerlike -->\n      <path d=\"M650 130 Q665 148 672 155 Q660 158 648 148 Q642 140 650 130Z\" fill=\"#6a3030\"\/>\n      <!-- Horse mane -->\n      <path d=\"M618 95 Q600 80 590 65 Q598 60 610 72 Q608 65 618 60 Q625 72 615 80 Q622 75 630 78\" stroke=\"#9a9688\" stroke-width=\"4\" fill=\"none\"\/>\n      <!-- Front legs \u2014 one raised, one collapsed -->\n      <path d=\"M500 390 Q490 430 480 470 Q475 490 478 510\" stroke=\"#9a9688\" stroke-width=\"18\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M478 510 Q472 525 482 535 Q492 525 488 510\" stroke=\"#8a8878\" stroke-width=\"10\" fill=\"none\"\/>\n      <!-- Raised foreleg -->\n      <path d=\"M560 385 Q550 340 540 310 Q535 290 542 270\" stroke=\"#a0a090\" stroke-width=\"16\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M542 270 Q548 248 558 242 Q565 250 558 268\" stroke=\"#9a9688\" stroke-width=\"12\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Hind legs -->\n      <path d=\"M450 385 Q440 420 435 460 Q432 490 440 515\" stroke=\"#8a8878\" stroke-width=\"18\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M625 390 Q635 425 640 465 Q643 495 635 518\" stroke=\"#8a8878\" stroke-width=\"18\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Wound \/ spear in horse's back -->\n      <path d=\"M545 205 L540 165 Q542 155 548 158 L548 205\" fill=\"#4a4840\"\/>\n      <path d=\"M535 155 Q548 140 558 155 Q553 170 548 158Z\" fill=\"#6a6860\"\/>\n\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n      <!-- CENTRE-TOP: electric bulb (the eye of god \/ surveillance) -->\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n      <!-- Bulb hanging cord -->\n      <line x1=\"700\" y1=\"0\" x2=\"700\" y2=\"50\" stroke=\"#5a5850\" stroke-width=\"4\"\/>\n      <!-- Bulb socket -->\n      <rect x=\"686\" y=\"48\" width=\"28\" height=\"16\" rx=\"4\" fill=\"#4a4840\"\/>\n      <!-- Bulb glass -->\n      <ellipse cx=\"700\" cy=\"82\" rx=\"38\" ry=\"42\" fill=\"#d8d0a0\"\/>\n      <!-- Inner filament glow -->\n      <ellipse cx=\"700\" cy=\"82\" rx=\"28\" ry=\"32\" fill=\"#f0e870\" opacity=\"0.7\"\/>\n      <!-- Filament -->\n      <path d=\"M686 82 Q693 70 700 82 Q707 70 714 82\" stroke=\"#c89020\" stroke-width=\"2.5\" fill=\"none\"\/>\n      <!-- Pointed bottom of bulb -->\n      <path d=\"M662 100 Q700 135 738 100\" stroke=\"#c8c090\" stroke-width=\"2\" fill=\"#d0c898\"\/>\n      <!-- Eye\/pupil inside bulb (Picasso's famous detail) -->\n      <ellipse cx=\"700\" cy=\"78\" rx=\"18\" ry=\"15\" fill=\"#2a2820\"\/>\n      <ellipse cx=\"700\" cy=\"78\" rx=\"10\" ry=\"8\" fill=\"#080806\"\/>\n      <ellipse cx=\"695\" cy=\"73\" rx=\"4\" ry=\"4\" fill=\"#d0cca0\" opacity=\"0.6\"\/>\n      <!-- Jagged light rays emanating like a screaming star -->\n      <path d=\"M700 42 L692 20 L700 38 L708 20Z\" fill=\"#d8d098\" opacity=\"0.7\"\/>\n      <path d=\"M662 58 L645 42 L660 62 L640 50Z\" fill=\"#d8d098\" opacity=\"0.6\"\/>\n      <path d=\"M738 58 L755 42 L740 62 L760 50Z\" fill=\"#d8d098\" opacity=\"0.6\"\/>\n      <path d=\"M648 88 L620 82 L650 92 L618 98Z\" fill=\"#d8d098\" opacity=\"0.5\"\/>\n      <path d=\"M752 88 L780 82 L750 92 L782 98Z\" fill=\"#d8d098\" opacity=\"0.5\"\/>\n\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n      <!-- LEFT-CENTER: mother with dead child -->\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n\n      <!-- Mother's body \u2014 seated, arching backward in grief -->\n      <path d=\"M345 380 Q365 330 390 305 Q415 285 440 295 Q460 310 455 345 Q445 375 418 395 Q388 408 360 398 Q342 390 345 380Z\" fill=\"url(#motherGrad)\"\/>\n      <!-- Mother's head thrown far back, mouth to sky -->\n      <path d=\"M410 275 Q425 248 448 238 Q470 232 482 248 Q490 265 480 282 Q465 295 445 292 Q422 292 410 275Z\" fill=\"#b8b4a4\"\/>\n      <!-- Eyes shut tight in anguish -->\n      <path d=\"M422 265 Q432 260 440 265\" stroke=\"#3a3830\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M452 262 Q461 257 469 262\" stroke=\"#3a3830\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Tear lines -->\n      <path d=\"M430 268 Q428 278 426 285\" stroke=\"#7a7870\" stroke-width=\"1.5\" fill=\"none\"\/>\n      <path d=\"M460 266 Q458 276 456 283\" stroke=\"#7a7870\" stroke-width=\"1.5\" fill=\"none\"\/>\n      <!-- Mother's mouth \u2014 wide open, tongue up, wailing -->\n      <path d=\"M428 280 Q446 298 465 280 Q458 298 446 302 Q434 300 428 280Z\" fill=\"#1a1816\"\/>\n      <path d=\"M432 285 Q446 294 460 285\" stroke=\"#303028\" stroke-width=\"1\" fill=\"none\"\/>\n      <!-- Tongue pointed upward -->\n      <path d=\"M437 288 Q446 302 455 288 Q448 308 446 308 Q443 307 437 288Z\" fill=\"#5a3030\"\/>\n      <!-- Mother's arms cradling dead infant -->\n      <path d=\"M390 305 Q370 325 355 355 Q345 375 350 395\" stroke=\"#a8a498\" stroke-width=\"14\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M440 295 Q420 305 400 320 Q382 338 378 360\" stroke=\"#a8a498\" stroke-width=\"12\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Dead infant \u2014 limp, head lolling -->\n      <ellipse cx=\"368\" cy=\"368\" rx=\"24\" ry=\"20\" fill=\"#989080\" stroke=\"#7a7868\" stroke-width=\"1.5\"\/>\n      <!-- Closed eyes of infant -->\n      <path d=\"M358 365 Q366 362 373 365\" stroke=\"#3a3830\" stroke-width=\"2.5\" fill=\"none\"\/>\n      <path d=\"M360 371 Q368 368 375 371\" stroke=\"#3a3830\" stroke-width=\"2\" fill=\"none\"\/>\n      <!-- Infant mouth agape -->\n      <path d=\"M355 376 Q368 383 380 376\" stroke=\"#3a3830\" stroke-width=\"1.5\" fill=\"none\"\/>\n      <!-- Infant body \u2014 limp -->\n      <path d=\"M345 383 Q362 395 385 388 Q378 405 360 402 Q342 398 345 383Z\" fill=\"#808070\"\/>\n\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n      <!-- RIGHT SECTION: bull + screaming woman -->\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n\n      <!-- Bull \u2014 upper right, calm amid chaos (ambiguity) -->\n      <!-- Body -->\n      <path d=\"M980 140 Q1020 100 1080 95 Q1140 92 1175 125 Q1205 155 1195 195 Q1180 230 1140 240 Q1095 248 1055 235 Q1010 218 990 185 Q975 168 980 140Z\" fill=\"#4a4840\" stroke=\"#5a5850\" stroke-width=\"2\"\/>\n      <!-- Bull's neck \/ dewlap -->\n      <path d=\"M990 185 Q970 210 960 235 Q958 255 968 260 Q982 255 985 235 Q990 215 995 200\" fill=\"#3a3830\"\/>\n      <!-- Bull head -->\n      <path d=\"M1140 100 Q1165 75 1198 72 Q1228 72 1240 95 Q1248 118 1232 138 Q1210 152 1185 146 Q1158 138 1140 118 Q1133 110 1140 100Z\" fill=\"#585848\" stroke=\"#6a6858\" stroke-width=\"1.5\"\/>\n      <!-- Bull horns \u2014 menacing -->\n      <path d=\"M1165 78 Q1158 48 1150 30 Q1145 20 1152 18 Q1162 22 1165 40 L1175 78\" fill=\"#3a3830\"\/>\n      <path d=\"M1210 80 Q1225 52 1235 35 Q1242 24 1248 28 Q1252 38 1242 52 L1220 82\" fill=\"#3a3830\"\/>\n      <!-- Bull eye \u2014 calm, observing -->\n      <ellipse cx=\"1192\" cy=\"108\" rx=\"14\" ry=\"12\" fill=\"#2a2820\"\/>\n      <ellipse cx=\"1192\" cy=\"108\" rx=\"8\" ry=\"7\" fill=\"#080806\"\/>\n      <ellipse cx=\"1188\" cy=\"104\" rx=\"3\" ry=\"3\" fill=\"#d0cca0\" opacity=\"0.5\"\/>\n      <!-- Bull nostrils -->\n      <ellipse cx=\"1232\" cy=\"125\" rx=\"7\" ry=\"4.5\" fill=\"#2a2820\"\/>\n      <ellipse cx=\"1240\" cy=\"135\" rx=\"5\" ry=\"3\" fill=\"#2a2820\"\/>\n      <!-- Bull tail \u2014 curled upward -->\n      <path d=\"M985 145 Q960 130 948 108 Q942 88 952 78 Q964 72 972 85 Q968 100 978 110\" stroke=\"#4a4840\" stroke-width=\"8\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Tuft -->\n      <path d=\"M975 112 Q968 98 980 92 Q988 105 975 112Z\" fill=\"#3a3830\"\/>\n      <!-- Bull's legs -->\n      <path d=\"M1020 238 Q1018 280 1015 320 Q1013 350 1020 370\" stroke=\"#404038\" stroke-width=\"16\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M1080 242 Q1080 285 1082 325 Q1083 355 1078 375\" stroke=\"#404038\" stroke-width=\"16\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M1135 238 Q1138 278 1140 318 Q1142 348 1138 368\" stroke=\"#404038\" stroke-width=\"16\" fill=\"none\" stroke-linecap=\"round\"\/>\n\n      <!-- Screaming woman \u2014 right foreground, running\/fleeing -->\n      <!-- Body \u2014 lurching forward in panic -->\n      <path d=\"M1050 420 Q1075 380 1105 365 Q1135 355 1158 368 Q1178 382 1172 415 Q1162 445 1130 460 Q1095 472 1065 458 Q1040 444 1050 420Z\" fill=\"#989080\"\/>\n      <!-- Leg dragging (injured) -->\n      <path d=\"M1055 458 Q1040 490 1030 520 Q1025 545 1038 558 Q1050 548 1048 525 Q1052 500 1062 475\" stroke=\"#888070\" stroke-width=\"18\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Foot -->\n      <path d=\"M1038 558 Q1020 570 1015 582 Q1028 585 1048 572\" fill=\"#787060\"\/>\n      <!-- Other leg running -->\n      <path d=\"M1165 455 Q1175 490 1178 525 Q1180 550 1170 562\" stroke=\"#888070\" stroke-width=\"18\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M1170 562 Q1178 575 1195 572 Q1192 558 1178 556\" fill=\"#787060\"\/>\n      <!-- Arms raised in horror -->\n      <path d=\"M1058 420 Q1030 400 1010 378 Q998 360 1005 350 Q1015 345 1024 358 Q1035 375 1050 392\" stroke=\"#989080\" stroke-width=\"14\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M1160 375 Q1185 350 1200 335 Q1212 322 1220 328 Q1225 340 1210 350 Q1195 360 1178 375\" stroke=\"#989080\" stroke-width=\"14\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Head \u2014 mouth wide open in scream -->\n      <path d=\"M1090 348 Q1108 318 1132 312 Q1154 310 1165 328 Q1172 346 1162 362 Q1148 375 1128 373 Q1105 370 1092 355 Q1085 348 1090 348Z\" fill=\"#b0aca0\"\/>\n      <!-- Eyes wide with terror -->\n      <ellipse cx=\"1108\" cy=\"340\" rx=\"9\" ry=\"10\" fill=\"#e8e4d4\"\/>\n      <ellipse cx=\"1108\" cy=\"340\" rx=\"5\" ry=\"6\" fill=\"#2a2820\"\/>\n      <circle cx=\"1108\" cy=\"340\" r=\"3\" fill=\"#080806\"\/>\n      <ellipse cx=\"1148\" cy=\"338\" rx=\"9\" ry=\"10\" fill=\"#e8e4d4\"\/>\n      <ellipse cx=\"1148\" cy=\"338\" rx=\"5\" ry=\"6\" fill=\"#2a2820\"\/>\n      <circle cx=\"1148\" cy=\"338\" r=\"3\" fill=\"#080806\"\/>\n      <!-- Mouth screaming open -->\n      <path d=\"M1098 358 Q1128 376 1158 358 Q1150 374 1128 378 Q1106 376 1098 358Z\" fill=\"#1a1816\"\/>\n      <!-- Teeth top and bottom -->\n      <path d=\"M1105 360 L1108 370 M1115 358 L1116 369 M1125 357 L1125 368 M1135 357 L1135 368 M1145 358 L1143 368 M1153 360 L1149 369\" stroke=\"#d0ccbc\" stroke-width=\"2.5\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Tongue -->\n      <path d=\"M1112 368 Q1128 380 1144 368 Q1136 385 1128 386 Q1120 385 1112 368Z\" fill=\"#6a3030\"\/>\n\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n      <!-- FAR RIGHT: figure in flames -->\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n\n      <!-- Burning building facade -->\n      <rect x=\"1270\" y=\"100\" width=\"130\" height=\"400\" fill=\"#1a1816\" stroke=\"#2a2a28\" stroke-width=\"2\"\/>\n      <!-- Window openings -->\n      <rect x=\"1285\" y=\"120\" width=\"40\" height=\"55\" fill=\"#0a0a08\"\/>\n      <rect x=\"1345\" y=\"120\" width=\"40\" height=\"55\" fill=\"#0a0a08\"\/>\n      <rect x=\"1285\" y=\"205\" width=\"40\" height=\"55\" fill=\"#0a0a08\"\/>\n      <rect x=\"1345\" y=\"205\" width=\"40\" height=\"55\" fill=\"#0a0a08\"\/>\n      <!-- Flames pouring from upper windows -->\n      <path d=\"M1285 120 Q1292 100 1300 90 Q1308 100 1302 118 Q1310 102 1320 94 Q1326 108 1318 122\" fill=\"#c04010\" opacity=\"0.85\"\/>\n      <path d=\"M1345 120 Q1352 98 1362 88 Q1370 102 1363 120 Q1372 104 1380 96 Q1386 112 1376 124\" fill=\"#c04010\" opacity=\"0.8\"\/>\n      <path d=\"M1289 96 Q1300 78 1310 82 Q1316 96 1308 108\" fill=\"#d86020\" opacity=\"0.75\"\/>\n      <path d=\"M1350 94 Q1362 76 1372 80 Q1376 96 1366 106\" fill=\"#d86020\" opacity=\"0.7\"\/>\n      <!-- Inner flame glow -->\n      <path d=\"M1292 102 Q1300 86 1308 92 Q1312 102 1306 112\" fill=\"#e8a020\" opacity=\"0.6\"\/>\n      <path d=\"M1352 100 Q1362 84 1370 90 Q1373 100 1367 110\" fill=\"#e8a020\" opacity=\"0.55\"\/>\n      <!-- Figure falling from building, arms raised -->\n      <path d=\"M1300 290 Q1315 260 1330 240 Q1345 225 1355 235 Q1362 250 1348 268 Q1335 282 1320 295 Q1308 308 1308 325\" stroke=\"#8a8070\" stroke-width=\"14\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Head -->\n      <ellipse cx=\"1345\" cy=\"228\" rx=\"22\" ry=\"20\" fill=\"#9a9080\"\/>\n      <!-- Mouth open -->\n      <path d=\"M1334 236 Q1345 245 1356 236\" stroke=\"#3a3830\" stroke-width=\"2\" fill=\"#1a1816\"\/>\n      <!-- Arms flung wide -->\n      <path d=\"M1300 265 Q1278 252 1260 248\" stroke=\"#8a8070\" stroke-width=\"12\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <path d=\"M1348 260 Q1368 245 1384 240\" stroke=\"#8a8070\" stroke-width=\"12\" fill=\"none\" stroke-linecap=\"round\"\/>\n      <!-- Flame tongues on figure -->\n      <path d=\"M1318 300 Q1312 280 1320 272 Q1328 282 1320 298Z\" fill=\"#c04010\" opacity=\"0.7\"\/>\n      <path d=\"M1300 300 Q1295 285 1305 278 Q1312 288 1304 302Z\" fill=\"#d06020\" opacity=\"0.6\"\/>\n\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n      <!-- STRUCTURAL LINES \u2014 cubist fragmentation -->\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n\n      <!-- Vertical panel dividers (cubist fragmentation of space) -->\n      <line x1=\"340\" y1=\"0\" x2=\"345\" y2=\"620\" stroke=\"#0a0a08\" stroke-width=\"3\" opacity=\"0.8\"\/>\n      <line x1=\"700\" y1=\"0\" x2=\"700\" y2=\"620\" stroke=\"#0a0a08\" stroke-width=\"2\" opacity=\"0.5\"\/>\n      <line x1=\"980\" y1=\"0\" x2=\"975\" y2=\"620\" stroke=\"#0a0a08\" stroke-width=\"3\" opacity=\"0.7\"\/>\n      <line x1=\"1265\" y1=\"0\" x2=\"1268\" y2=\"620\" stroke=\"#0a0a08\" stroke-width=\"2\" opacity=\"0.6\"\/>\n      <!-- Diagonal tension lines -->\n      <line x1=\"0\" y1=\"0\" x2=\"420\" y2=\"280\" stroke=\"#0e0e0c\" stroke-width=\"2\" opacity=\"0.5\"\/>\n      <line x1=\"1400\" y1=\"0\" x2=\"980\" y2=\"320\" stroke=\"#0e0e0c\" stroke-width=\"2\" opacity=\"0.4\"\/>\n\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n      <!-- GRAIN TEXTURE + FRAME -->\n      <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n      <rect width=\"1400\" height=\"620\" fill=\"url(#grain2)\" opacity=\"0.12\"\/>\n      <rect x=\"2\" y=\"2\" width=\"1396\" height=\"616\" fill=\"none\" stroke=\"rgba(184,150,46,0.25)\" stroke-width=\"2\"\/>\n    <\/svg>\n\n    <!-- Caption + Reina Sofia link -->\n    <div style=\"margin-top:1.2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:0 0.25rem;\">\n      <p style=\"font-size:0.82rem;color:rgba(240,232,213,0.45);font-style:italic;max-width:560px;line-height:1.6;\">\n        The ceramic tile mosaic of <em>Guernica<\/em> in the town of Gernika itself, inscribed <em>&#8220;Guernica Gernikara&#8221;<\/em> \u2014 Guernica belongs to Gernika. The original oil on canvas (349 \u00d7 776 cm) hangs in the Museo Reina Sof\u00eda, Madrid.\n      <\/p>\n      <a href=\"https:\/\/www.museoreinasofia.es\/en\/collection\/artwork\/guernica\" target=\"_blank\" rel=\"noopener\"\n         style=\"display:inline-flex;align-items:center;gap:0.6rem;padding:0.6rem 1.2rem;border:1px solid rgba(184,150,46,0.4);color:var(--gold);font-family:'EB Garamond',serif;font-size:0.9rem;letter-spacing:0.1em;text-decoration:none;transition:all 0.25s;\"\n         onmouseover=\"this.style.background='rgba(184,150,46,0.1)';this.style.borderColor='rgba(184,150,46,0.7)'\"\n         onmouseout=\"this.style.background='transparent';this.style.borderColor='rgba(184,150,46,0.4)'\">\n        View the original at Reina Sof\u00eda \u2197\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <p class=\"reveal\">Picasso&#8217;s <em>Guernica<\/em> \u2014 painted in stark black, white, and grey \u2014 depicts screaming figures, a dying horse, a wounded bull, a dismembered soldier, and a mother clutching her dead child. It makes no concession to beauty or narrative resolution. It is pure anguish, fractured and timeless. Picasso was Andalusian, not Basque \u2014 his championship of Gernika was an act of solidarity across regional lines, a declaration that this atrocity belonged to all humanity&#8217;s conscience.<\/p>\n  <p class=\"reveal\">The painting traveled the world as an ambassador of anti-Fascist sentiment. Picasso refused to allow it to return to Spain until democracy was restored. It lived in New York&#8217;s Museum of Modern Art for decades, finally coming home to Madrid in 1981, six years after Franco&#8217;s death.<\/p>\n  <p class=\"reveal\">Today, <em>Guernica<\/em> hangs in the Museo Reina Sof\u00eda in Madrid. A tapestry reproduction hangs outside the UN Security Council chamber \u2014 the room where decisions of war and peace are made \u2014 though it has been covered with a blue curtain on multiple occasions when officials have announced military actions. As for George Steer, Gernika honoured him in 2006 by unveiling a bronze bust and naming a street in his memory \u2014 a journalist given a place among the town&#8217;s permanent dead.<\/p>\n<\/section>\n\n<!-- QUOTE -->\n<div class=\"divider\"><\/div>\n<div class=\"panel\" style=\"background:#0d0d0b;\">\n  <div class=\"pull-quote reveal\">\n    Painting is not made to decorate apartments. It is an offensive and defensive instrument of war against the enemy.\n    <cite>\u2014 Pablo Picasso, on Guernica<\/cite>\n  <\/div>\n<\/div>\n\n<!-- VI. FRANCO ERA -->\n<div class=\"divider\"><\/div>\n<section class=\"chapter reveal\">\n  <div class=\"chapter-number\">VI<\/div>\n  <div class=\"chapter-label\">Suppression &#038; Survival<\/div>\n  <h2>Decades of <em>Silence<\/em><\/h2>\n  <p class=\"lead\">After Franco&#8217;s victory in 1939, the Basque language was banned. Speaking Euskara in public could result in fines or arrest. Basque names were forbidden. Cultural expressions of Basque identity were criminalized.<\/p>\n  <p>Gernika was rebuilt \u2014 partly as a Franco-era propaganda exercise, with the regime claiming it had been the Basques themselves who burned the town. Official Spain denied for decades what the world had witnessed. The Condor Legion&#8217;s own records, the testimony of foreign journalists who had been present, and the word of survivors were all dismissed.<\/p>\n  <p>Yet Basque culture survived in kitchens, in whispered songs, in the mountains where <em>bertsolariak<\/em> (Basque oral poets) kept the language alive, and in the diaspora communities of South America and the American West. The oak tree \u2014 survivor of the bombing \u2014 became a quiet, powerful act of defiance simply by continuing to grow.<\/p>\n  <p>It was not until the dying years of the Franco dictatorship and the Spanish Transition to Democracy that the full truth of Gernika was publicly acknowledged within Spain.<\/p>\n<\/section>\n\n<!-- VII. RENEWAL -->\n<div class=\"divider\"><\/div>\n<section class=\"panel panel-sky\">\n  <div class=\"panel-inner\">\n    <div class=\"chapter-label reveal\" style=\"color:#7aadca;\">Renewal &#038; Memory<\/div>\n    <h2 class=\"reveal\" style=\"font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3rem);color:var(--cream);margin-bottom:1.5rem;line-height:1.2;\">\n      Rebuilding the <em style=\"color:#7aadca;\">Sacred City<\/em>\n    <\/h2>\n    <p class=\"reveal\" style=\"color:rgba(240,232,213,0.82);max-width:700px;margin-bottom:2rem;\">With Spain&#8217;s return to democracy in the late 1970s, the Basque Country won its statute of autonomy (1979), Euskara was co-officialized alongside Spanish, and Gernika could finally begin to reckon openly with its history. Today the city is a living monument to both the horror of what happened and the tenacity of those who survived.<\/p>\n    <div class=\"pillar-grid\">\n      <div class=\"pillar reveal\">\n        <div class=\"pillar-icon\">\ud83c\udf33<\/div>\n        <h4>The Living Oak<\/h4>\n        <p>The current oak, descended through generations from the original, still grows in the grounds of the Casa de Juntas. The stump of its 300-year-old predecessor stands beside it.<\/p>\n      <\/div>\n      <div class=\"pillar reveal\">\n        <div class=\"pillar-icon\">\ud83c\udfdb\ufe0f<\/div>\n        <h4>Casa de Juntas<\/h4>\n        <p>Gernika&#8217;s parliament house still functions. The Juntas Generales of Bizkaia meet here, and the institution remains a living emblem of Basque self-governance.<\/p>\n      <\/div>\n      <div class=\"pillar reveal\">\n        <div class=\"pillar-icon\">\ud83d\udd4a\ufe0f<\/div>\n        <h4>Peace Museum<\/h4>\n        <p>The Gernika Peace Museum tells the story of the bombing and its aftermath, and explores the wider themes of peace, reconciliation, and the rights of civilian populations in war.<\/p>\n      <\/div>\n      <div class=\"pillar reveal\">\n        <div class=\"pillar-icon\">\ud83c\udfa8<\/div>\n        <h4>Guernica Returns<\/h4>\n        <p>Though the painting lives in Madrid, a large reproduction mosaic by Eduardo Paolozzi adorns Gernika&#8217;s streets, and the town&#8217;s connection to Picasso&#8217;s masterwork is proudly commemorated.<\/p>\n      <\/div>\n      <div class=\"pillar reveal\">\n        <div class=\"pillar-icon\">\ud83d\udcdc<\/div>\n        <h4>Basque Parliament<\/h4>\n        <p>The Basque Autonomous Community was established in 1979, restoring the Fueros spirit. Gernika retains its symbolic status as the seat of Basque democratic legitimacy.<\/p>\n      <\/div>\n      <div class=\"pillar reveal\">\n        <div class=\"pillar-icon\">\ud83d\udde3\ufe0f<\/div>\n        <h4>Euskara Lives<\/h4>\n        <p>The Basque language is now taught in schools, used in government, and spoken by a growing number of young Basques \u2014 a language that outlived every empire that tried to erase it.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- VIII. LEGACY -->\n<div class=\"divider\"><\/div>\n<section class=\"chapter reveal\">\n  <div class=\"chapter-number\">VIII<\/div>\n  <div class=\"chapter-label\">Living Legacy<\/div>\n  <h2>What Gernika <em>Means<\/em><\/h2>\n  <p class=\"lead\">Gernika is three things at once: a real town of some 16,000 people in the hills of Bizkaia, a sacred symbol of a people&#8217;s will to self-determination, and a universal name for the crime of targeting civilians from the air.<\/p>\n  <p>In the Spanish language and in international political discourse, <em>una Guernica<\/em> has come to mean any act of mass civilian slaughter. The name has been borrowed for conflicts from Chechnya to Syria, from Iraq to Yemen. Gernika&#8217;s tragedy echoes wherever air power is turned against unarmed populations \u2014 which is to say, it has echoed ceaselessly since 1937.<\/p>\n  <p>But there is another side to Gernika&#8217;s legacy: survival. The oak still grows. The Juntas still meet. Children learn Euskara in schools. The market still comes to town on Mondays \u2014 as it did on the day the bombs fell, as it has for centuries. Gernika teaches not only the depths of human cruelty, but the tenacity of culture, memory, and identity in the face of annihilation.<\/p>\n  <p>The town&#8217;s motto, adapted from the bombing&#8217;s bitter truth, might as well be: <em>they tried to bury us. They did not know we were seeds.<\/em><\/p>\n<\/section>\n\n<!-- FINAL QUOTE -->\n<div class=\"divider\"><\/div>\n<div class=\"panel\" style=\"background: radial-gradient(ellipse at center, #1a1208 0%, #0d0d0b 70%);\">\n  <div class=\"pull-quote reveal\" style=\"color:var(--gold);\">\n    Gernikako arbola da bedeinkatua \u2014<br>\n    <span style=\"color:var(--cream);font-size:0.75em;\">The Tree of Gernika is blessed.<\/span>\n    <cite>\u2014 Jos\u00e9 Mar\u00eda Iparraguirre, 1853<\/cite>\n  <\/div>\n<\/div>\n\n<footer>\n  <strong>Gernika \u2014 Guernica<\/strong>\n  Bizkaia \u00b7 Basque Country \u00b7 Euskadi<br>\n  Founded 1366 \u00b7 Bombed April 26, 1937 \u00b7 Enduring always\n<\/footer>\n\n<script>\n\/\/ Smoke particles\nconst smokeLayer = document.getElementById('smokeLayer');\nfor (let i = 0; i < 8; i++) {\n  const p = document.createElement('div');\n  p.className = 'particle';\n  const size = 80 + Math.random() * 200;\n  p.style.cssText = `\n    width: ${size}px;\n    height: ${size}px;\n    left: ${Math.random() * 100}%;\n    animation-duration: ${10 + Math.random() * 15}s;\n    animation-delay: ${-Math.random() * 15}s;\n  `;\n  smokeLayer.appendChild(p);\n}\n\n\/\/ Scroll reveal\nconst observer = new IntersectionObserver((entries) => {\n  entries.forEach(e => {\n    if (e.isIntersecting) {\n      e.target.classList.add('visible');\n    }\n  });\n}, { threshold: 0.1, rootMargin: '0px 0px -60px 0px' });\n\ndocument.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Gernika \u2014 Sacred Oak, Shattered Sky Basque Country \u00b7 Euskadi GERNIKASacred City of the Basque People A story of ancient roots, devastating fire, and the enduring spirit of a people who refused to be erased Scroll I Origins Where the Land Remembers Gernika sits in the green hills of Bizkaia, in the heart of the &hellip; <a href=\"https:\/\/joyministries.net\/blt\/2026\/03\/16\/gernika-sacred-city-of-the-basque\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Gernika: Sacred City of the Basque&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":1329,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23,22,24],"tags":[],"class_list":["post-1327","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-culture","category-spirituality","category-town"],"_links":{"self":[{"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/posts\/1327","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/comments?post=1327"}],"version-history":[{"count":2,"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/posts\/1327\/revisions"}],"predecessor-version":[{"id":1330,"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/posts\/1327\/revisions\/1330"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/media\/1329"}],"wp:attachment":[{"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/media?parent=1327"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/categories?post=1327"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/joyministries.net\/blt\/wp-json\/wp\/v2\/tags?post=1327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}