/* EU-only theme: keep existing nations unchanged. */
.eu-theme { --color-bg-dark:#070b19; --color-bg-mid:#10182b; --color-gold:#d9c65e; --color-gold-dim:#776b39; color:#e6e9f1; background:#070b19; }
.eu-theme main { overflow:clip; }
.eu-theme .section { scroll-margin-top:80px; }
.eu-theme .section-title { font-size:clamp(1.6rem,4vw,3rem); overflow-wrap:anywhere; }
.eu-section-label { display:block; margin-top:12px; font:400 .95rem var(--font-jp); letter-spacing:.18em; color:#a9b5cf; }
.eu-hero { min-height:100svh; isolation:isolate; }
.eu-theme .hero-content { width:100%; padding:0 6%; }
.eu-kicker { font: .72rem var(--font-en); letter-spacing:.23em; color:#b9c1d9; margin-bottom:30px; }
.eu-hero .jp-title { font:400 clamp(2.6rem,7vw,5rem) var(--font-jp); letter-spacing:.18em; }
.eu-hero .en-title { font-size:clamp(1.1rem,3vw,2.3rem); color:var(--color-gold); margin:12px 0 24px; }
.eu-hero .subtitle { border-block:1px solid #9f8a3a80; padding:14px 8px; font-size:clamp(.95rem,2vw,1.2rem); }
.eu-affiliation { margin-top:22px; color:#b4bed6; font-size:.85rem; }
.eu-tinted { background:linear-gradient(120deg,#111a31,#080e20); border-block:1px solid #b8a44526; }
.eu-theme .info-table-wrapper,.eu-theme .info-visuals { min-width:0; flex:1 1 340px; }
.eu-theme .info-table-wrapper { padding:24px; }
.eu-theme .info-table th { width:30%; letter-spacing:0; }
.eu-theme .visual-card { margin:0; border-color:#776b3966; padding:30px; }
.eu-theme .nation-flag { display:block; width:360px; max-width:100%; height:auto; margin:auto; }
.eu-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; }
.eu-military-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.eu-card { min-width:0; padding:36px; background:linear-gradient(140deg,#14203b,#0a1020); border:1px solid #776b3977; border-top:2px solid var(--color-gold-dim); }
.eu-card h3 { color:var(--color-gold); font:400 clamp(1.15rem,2vw,1.5rem) var(--font-jp); letter-spacing:.05em; margin-bottom:18px; }
.eu-card p+p,.eu-prose p+p { margin-top:18px; }
.eu-card ul { padding-left:1.3em; }
.eu-card li+li { margin-top:10px; }
.eu-card a { color:#c4d6ff; text-decoration:underline; text-underline-offset:4px; }
.eu-small-label { color:#aab8d8; font-size:.8rem; letter-spacing:.12em; margin-bottom:22px; }
.eu-intro { text-align:center; max-width:800px; margin:0 auto 40px; font-size:1.15rem; }
.eu-theme .large-text-box p { text-align:left; font-size:1.05rem; }
.eu-theme .large-text-box p:last-child { margin-bottom:0; }
.eu-history { border-left:1px solid var(--color-gold-dim); padding-left:30px; display:grid; gap:30px; }
.eu-theme blockquote { margin:22px 0; padding:20px 24px; border-left:3px solid var(--color-gold); background:#c6b44a0b; }
.eu-theme .eu-manifesto { font-size:clamp(1.25rem,3vw,2rem); max-width:960px; margin:0 auto 45px; line-height:2; }
.eu-prose { max-width:900px; margin:auto; }
.eu-theme .eu-criticism { margin-top:32px; }
.eu-theme cite { display:block; color:#aab8d8; font-size:.85rem; font-style:normal; margin-top:12px; }
.eu-theme .mobile-nav { height:100dvh; overflow-y:auto; padding:90px 20px 35px; align-items:safe center; }
.eu-theme .mobile-nav li { margin:8px 0; }
.eu-theme a:focus-visible,.eu-theme button:focus-visible { outline:2px solid var(--color-gold); outline-offset:5px; }
@media(max-width:768px) { .eu-theme .section { padding:80px 0; } .eu-theme .section-title { margin-bottom:40px; } .eu-grid,.eu-military-grid { grid-template-columns:1fr; } .eu-card { padding:26px 22px; } .eu-theme .large-text-box { padding:30px 22px; } .eu-theme .info-table-wrapper { padding:10px; } .eu-theme .info-table th,.eu-theme .info-table td { padding:13px 8px; font-size:.88rem; } .eu-history { padding-left:15px; } .eu-theme .footer-btn { margin:6px; } }


/* The shared nation.js owns entrances, reveals and parallax. Overscan keeps
   the moving images covering their sections over the full tween range. */
.eu-hero .hero-bg {
    top:-50%; left:0; width:100%; height:150%;
    filter:brightness(.6) contrast(1.08);
    background-position:65% center;
}
.eu-theme .summary-section { overflow:hidden; }
.eu-theme .summary-bg { top:-30%; height:140%; filter:brightness(.35); }
.eu-theme .summary-section > .container { z-index:2; }
.eu-theme .eu-map { display:block; width:335px; max-width:100%; height:auto; margin:auto; }
.eu-military-card { padding:0; overflow:hidden; }
.eu-military-image { display:block; width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; transition:transform .5s ease; }
.eu-military-card:hover .eu-military-image { transform:scale(1.03); }
.eu-military-copy { position:relative; padding:28px; }
.eu-theme .eu-military-card { padding:0; }
@media(max-width:768px) { .eu-military-copy { padding:24px 22px; } }
