/*
Theme Name: Ethos Prod Theme
Theme URI: https://iluma.gr/
Author: ILUMA Digital Agency
Description: Ethos/Aether-style premium WordPress theme for audio/studio projects powered by ACF.
Version: 1.0.0
Text Domain: ethos-prod
*/

[x-cloak] { display: none !important; }
body { background-color: #F9F8F6; }
.header-transition { transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.nav-link-effect { position: relative; }
.nav-link-effect::after { content: ''; position: absolute; width: 0; height: 1px; bottom: -2px; left: 0; background-color: currentColor; transition: width 0.3s ease; }
.nav-link-effect:hover::after { width: 100%; }
.admin-bar .fixed.top-0 { top: 32px; }
@media (max-width: 782px) { .admin-bar .fixed.top-0 { top: 46px; } }

.ethos-prose p { margin-bottom: 1.25rem; }
.ethos-prose a { text-decoration: underline; text-underline-offset: 4px; }
.ethos-prose ul { list-style: disc; padding-left: 1.5rem; margin: 1rem 0; }
.ethos-prose ol { list-style: decimal; padding-left: 1.5rem; margin: 1rem 0; }

@keyframes kenburns {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
