/* =========================================================
   NENA Jewelry & Precious Metals - Custom Theme
   Elegant, premium look with gold accents
   ========================================================= */

:root {
    --nena-gold: #c9a961;
    --nena-gold-light: #e0c989;
    --nena-gold-dark: #a3863d;
    --nena-rose: #d77a7a;
    --nena-ink: #1a1a1f;
    --nena-charcoal: #2a2a30;
    --nena-graphite: #545459;
    --nena-mute: #8a8a8f;
    --nena-soft: #f6f3ee;
    --nena-line: #ece5d8;
    --nena-bg: #fbf9f5;
    --nena-shadow: 0 20px 60px rgba(26, 26, 31, 0.08);
    --nena-shadow-hover: 0 30px 80px rgba(26, 26, 31, 0.14);
    --nena-serif: 'Cormorant Garamond', 'Playfair Display', 'Georgia', serif;
    --nena-sans: 'Jost', 'Poppins', 'Helvetica Neue', sans-serif;
}

/* ---------- Base typography ---------- */
body {
    font-family: var(--nena-sans);
    color: var(--nena-charcoal);
    background-color: var(--nena-bg);
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--nena-serif);
    color: var(--nena-ink);
    font-weight: 500;
    letter-spacing: 0.005em;
}

::selection {
    background: var(--nena-gold);
    color: #fff;
}

/* =========================================================
   HEADER  — utility topbar + main navbar
   ========================================================= */

.nena-site-header {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 1030;
}

/* Top utility bar */
.nena-topbar {
    background: var(--nena-ink);
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    border-bottom: 1px solid rgba(201, 169, 97, 0.18);
}
.nena-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    flex-wrap: wrap;
}
.nena-topbar ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 26px; }
.nena-topbar-info li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.72);
    letter-spacing: 0.3px;
}
.nena-topbar-info li i {
    color: var(--nena-gold-light);
    font-size: 13px;
}
.nena-topbar-info a {
    color: rgba(255,255,255,0.78);
    transition: color 0.3s ease;
}
.nena-topbar-info a:hover { color: var(--nena-gold-light); }

.nena-topbar-social { gap: 12px; }
.nena-topbar-social li a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: all 0.3s ease;
}
.nena-topbar-social li a:hover {
    background: var(--nena-gold);
    border-color: var(--nena-gold);
    color: #fff;
}

@media (max-width: 575px) {
    .nena-topbar-inner { justify-content: center; height: auto; padding: 8px 0; }
    .nena-topbar ul { gap: 14px; flex-wrap: wrap; justify-content: center; }
    .nena-topbar-info li { font-size: 12px; }
}

/* Main navbar */
.nena-navbar {
    background: transparent;
    padding: 16px 0 !important;
    position: relative;
    transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
/* Sticky / scrolled state — theme adds .fixed-menu, headroom adds others */
.nena-navbar.fixed-menu,
.nena-navbar.headroom--not-top,
.nena-navbar.bg-white-fixed,
.nena-navbar.scrolled,
.nena-navbar.headroom--pinned {
    background: #ffffff !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    padding: 6px 0 !important;
    border-bottom-color: transparent;
    position: fixed !important;
    top: 0; left: 0; right: 0;
    z-index: 1040;
}

.nena-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nena-brand {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 6px 14px;
    border-radius: 2px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}
.nena-brand img {
    max-height: 50px;
    width: auto;
    transition: max-height 0.3s ease;
}
.nena-navbar.fixed-menu .nena-brand,
.nena-navbar.headroom--not-top .nena-brand,
.nena-navbar.scrolled .nena-brand {
    box-shadow: none;
    padding: 0;
    background: transparent;
}
.nena-navbar.fixed-menu .nena-brand img,
.nena-navbar.headroom--not-top .nena-brand img,
.nena-navbar.scrolled .nena-brand img { max-height: 42px; }

.nena-menu {
    display: flex;
    align-items: center;
    margin: 0 30px 0 auto;
    padding: 0;
    list-style: none;
}
/* High specificity to beat .navbar-top-default .navbar-nav .nav-link in style.css */
.nena-navbar.navbar-top-default .nena-menu.navbar-nav .nav-link,
.nena-navbar .nena-menu.navbar-nav .nav-link {
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: var(--nena-sans);
    font-size: 12px !important;
    letter-spacing: 2.4px;
    font-weight: 500;
    padding: 10px 18px !important;
    margin: 0 !important;
    position: relative;
    transition: color 0.3s ease;
}
.nena-navbar .nena-menu.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    bottom: 4px;
    width: 0;
    height: 1px;
    background: var(--nena-gold-light);
    border-radius: 0;
    transition: width 0.35s ease, left 0.35s ease;
}
.nena-navbar .nena-menu.navbar-nav .nav-link:hover::after { width: 60%; left: 20%; }
.nena-navbar .nena-menu.navbar-nav .nav-link:hover,
.nena-navbar .nena-menu.navbar-nav .nav-link.active { color: var(--nena-gold-light) !important; }

/* Scrolled / sticky state — dark text */
.nena-navbar.fixed-menu.navbar-top-default .nena-menu.navbar-nav .nav-link,
.nena-navbar.fixed-menu .nena-menu.navbar-nav .nav-link,
.nena-navbar.headroom--not-top .nena-menu.navbar-nav .nav-link,
.nena-navbar.scrolled .nena-menu.navbar-nav .nav-link {
    color: var(--nena-ink) !important;
}
.nena-navbar.fixed-menu .nena-menu.navbar-nav .nav-link:hover,
.nena-navbar.fixed-menu .nena-menu.navbar-nav .nav-link.active,
.nena-navbar.headroom--not-top .nena-menu.navbar-nav .nav-link:hover,
.nena-navbar.scrolled .nena-menu.navbar-nav .nav-link:hover {
    color: var(--nena-gold-dark) !important;
}
.nena-navbar.fixed-menu .nena-menu.navbar-nav .nav-link::after,
.nena-navbar.headroom--not-top .nena-menu.navbar-nav .nav-link::after,
.nena-navbar.scrolled .nena-menu.navbar-nav .nav-link::after {
    background: var(--nena-gold);
}

/* CTA button in nav */
.nena-nav-cta {
    display: inline-block;
    padding: 12px 24px;
    background: var(--nena-gold);
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 11.5px;
    font-weight: 500;
    border: 1px solid var(--nena-gold);
    transition: all 0.35s ease;
    text-decoration: none;
    line-height: 1;
}
.nena-nav-cta:hover {
    background: transparent;
    color: var(--nena-gold-light) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(201,169,97,0.25);
}
.nena-navbar.fixed-menu .nena-nav-cta:hover,
.nena-navbar.headroom--not-top .nena-nav-cta:hover,
.nena-navbar.scrolled .nena-nav-cta:hover {
    color: var(--nena-gold-dark) !important;
}

/* Hamburger color reacts to scroll */
.nena-navbar .menu_bars .menu-lines span { background: #fff; }
.nena-navbar.fixed-menu .menu_bars .menu-lines span,
.nena-navbar.headroom--not-top .menu_bars .menu-lines span,
.nena-navbar.scrolled .menu_bars .menu-lines span { background: var(--nena-ink); }

@media (max-width: 991px) {
    .nena-menu, .nena-nav-cta { display: none !important; }
    .nena-navbar .container { justify-content: space-between; }
}

/* =========================================================
   HERO  — Swiper-based fullscreen slider
   ========================================================= */

.nena-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    overflow: hidden;
    background: var(--nena-ink);
}

.nena-hero-swiper,
.nena-hero-swiper .swiper-wrapper,
.nena-hero-swiper .swiper-slide {
    height: 100% !important;
    width: 100% !important;
}

.nena-hero-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.06);
    transition: transform 7s ease-out;
}
.nena-hero-swiper .swiper-slide-active .nena-hero-img {
    transform: scale(1);
}

.nena-hero-fallback {
    background-image: linear-gradient(135deg, #2a2017 0%, #5e4625 50%, #c9a961 100%);
}

/* Overlay veil */
.nena-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(115deg, rgba(15,15,20,0.78) 0%, rgba(15,15,20,0.55) 45%, rgba(15,15,20,0.25) 100%),
        linear-gradient(0deg, rgba(15,15,20,0.55) 0%, rgba(15,15,20,0) 35%);
}

/* Static branded content */
.nena-hero-content {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.nena-hero-content .container { pointer-events: auto; }

.nena-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--nena-gold-light);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 28px;
    animation: nena-fadeUp 1s 0.2s both;
}
.nena-hero-tag-line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: var(--nena-gold-light);
}

.nena-hero-headline {
    font-family: var(--nena-serif);
    color: #fff;
    font-size: clamp(2.8rem, 6.4vw, 5.8rem);
    line-height: 1.04;
    margin: 0 0 26px;
    font-weight: 400;
    letter-spacing: -0.01em;
    animation: nena-fadeUp 1s 0.4s both;
}
.nena-hero-headline .gold {
    color: var(--nena-gold-light);
    position: relative;
    display: inline-block;
}
.nena-hero-headline .gold::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    bottom: 4px;
    height: 8px;
    background: rgba(201,169,97,0.22);
    z-index: -1;
}
.nena-hero-headline em {
    font-style: italic;
    color: rgba(255,255,255,0.92);
    font-weight: 400;
}

.nena-hero-tagline {
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 0 38px;
    animation: nena-fadeUp 1s 0.6s both;
}

.nena-hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    animation: nena-fadeUp 1s 0.8s both;
}

@keyframes nena-fadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Buttons */
.nena-btn {
    display: inline-block;
    padding: 16px 38px;
    font-family: var(--nena-sans);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: none;
    line-height: 1.2;
    position: relative;
}
.nena-btn-primary {
    background: var(--nena-gold);
    color: #fff !important;
    border-color: var(--nena-gold);
}
.nena-btn-primary:hover {
    background: var(--nena-gold-dark);
    border-color: var(--nena-gold-dark);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(201, 169, 97, 0.35);
}
.nena-btn-line {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255,255,255,0.55);
}
.nena-btn-line:hover {
    background: #fff;
    color: var(--nena-ink) !important;
    border-color: #fff;
    transform: translateY(-2px);
}
.nena-btn-ghost {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255,255,255,0.6);
}
.nena-btn-ghost:hover {
    background: #fff;
    color: var(--nena-ink) !important;
    border-color: #fff;
}

/* Slide counter + progress */
.nena-hero-meter {
    position: absolute;
    z-index: 8;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255,255,255,0.85);
    font-family: var(--nena-serif);
    font-size: 18px;
    letter-spacing: 1px;
}
.nena-hero-meter-current {
    color: var(--nena-gold-light);
    font-weight: 500;
    font-size: 22px;
}
.nena-hero-meter-line {
    width: 110px;
    height: 1px;
    background: rgba(255,255,255,0.25);
    position: relative;
    overflow: hidden;
}
.nena-hero-meter-line span {
    position: absolute;
    inset: 0;
    width: 0%;
    background: var(--nena-gold-light);
}
.nena-hero-meter-total {
    color: rgba(255,255,255,0.55);
    font-size: 14px;
}

/* Custom prev/next arrows */
.nena-hero-prev,
.nena-hero-next {
    position: absolute;
    z-index: 8;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.22);
    color: #fff;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.35s ease;
    outline: none;
}
.nena-hero-prev { left: 30px; }
.nena-hero-next { right: 30px; }
.nena-hero-prev:hover,
.nena-hero-next:hover {
    background: var(--nena-gold);
    border-color: var(--nena-gold);
    color: #fff;
    transform: translateY(-50%) scale(1.05);
}

/* Vertical brand strip */
.nena-hero-strip {
    position: absolute;
    z-index: 7;
    top: 50%;
    right: -10px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
    color: rgba(255,255,255,0.4);
    font-size: 11px;
    letter-spacing: 7px;
    text-transform: uppercase;
    pointer-events: none;
}

/* Scroll cue */
.nena-hero-scroll {
    position: absolute;
    z-index: 8;
    bottom: 24px;
    right: 40px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transition: color 0.3s ease;
}
.nena-hero-scroll .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--nena-gold-light);
    animation: nena-pulse 1.6s ease infinite;
}
@keyframes nena-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.4; transform: scale(1.6); }
}
.nena-hero-scroll:hover { color: var(--nena-gold-light); }

@media (max-width: 991px) {
    .nena-hero-prev, .nena-hero-next { width: 44px; height: 44px; }
    .nena-hero-prev { left: 14px; }
    .nena-hero-next { right: 14px; }
    .nena-hero-strip,
    .nena-hero-scroll { display: none; }
    .nena-hero-meter { bottom: 28px; }
}
@media (max-width: 575px) {
    .nena-hero { min-height: 580px; }
    .nena-hero-headline { font-size: 2.6rem; }
    .nena-hero-tagline { font-size: 15px; }
    .nena-hero-cta-row .nena-btn { width: 100%; max-width: 280px; text-align: center; }
}

/* =========================================================
   SECTIONS — shared
   ========================================================= */

.nena-section {
    padding: 110px 0;
    position: relative;
}
@media (max-width: 768px) {
    .nena-section { padding: 70px 0; }
}

.bg-light-gray {
    background-color: var(--nena-soft) !important;
}

.nena-section-head {
    margin-bottom: 60px;
}

.nena-eyebrow {
    display: inline-block;
    font-family: var(--nena-sans);
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--nena-gold-dark);
    margin-bottom: 18px;
    font-weight: 500;
}

.nena-section-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.18;
    color: var(--nena-ink);
    margin: 0 0 22px;
    font-weight: 500;
}
.nena-section-title.text-left { text-align: left; }

.nena-section-subtitle {
    font-size: 2rem;
    color: var(--nena-ink);
    margin-bottom: 18px;
}

.nena-divider {
    display: block;
    width: 70px;
    height: 1px;
    background: var(--nena-gold);
    margin: 18px auto 0;
    position: relative;
}
.nena-divider::before,
.nena-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--nena-gold);
    transform: translateY(-50%);
}
.nena-divider::before { left: -14px; }
.nena-divider::after { right: -14px; }
.nena-divider.left { margin-left: 0; margin-right: auto; }

/* ---------- About ---------- */
.nena-about-text p {
    font-size: 17px;
    line-height: 1.95;
    color: var(--nena-graphite);
    margin-bottom: 22px;
    text-align: center;
}
.nena-about-text strong { color: var(--nena-ink); font-weight: 600; }
.nena-about-text em { color: var(--nena-gold-dark); font-style: normal; font-weight: 500; }

.nena-vision-mission { margin-top: 40px; }
.nena-vm-card {
    background: #fff;
    border: 1px solid var(--nena-line);
    padding: 50px 40px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.nena-vm-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--nena-gold-light), var(--nena-gold), var(--nena-gold-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}
.nena-vm-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--nena-shadow);
    border-color: transparent;
}
.nena-vm-card:hover::before { transform: scaleX(1); }
.nena-vm-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--nena-soft);
    color: var(--nena-gold-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 28px;
    transition: all 0.4s ease;
}
.nena-vm-card:hover .nena-vm-icon {
    background: var(--nena-gold);
    color: #fff;
    transform: rotate(-6deg) scale(1.05);
}
.nena-vm-card h4 { font-size: 1.6rem; margin-bottom: 14px; }
.nena-vm-card p {
    color: var(--nena-graphite);
    line-height: 1.75;
    font-size: 15px;
    margin: 0;
}

/* ---------- Intro band ---------- */
.nena-intro-band {
    background:
        linear-gradient(135deg, rgba(251,249,245,0.94) 0%, rgba(246,243,238,0.96) 100%);
    position: relative;
}
.nena-intro-band::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 35%;
    height: 100%;
    background:
        radial-gradient(circle at 70% 50%, rgba(201,169,97,0.10) 0%, transparent 60%);
    pointer-events: none;
}
.nena-intro-band p {
    color: var(--nena-graphite);
    font-size: 16px;
    line-height: 1.9;
}
.nena-intro-band em {
    font-style: normal;
    color: var(--nena-gold-dark);
    font-weight: 500;
}

.nena-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid var(--nena-line);
    padding: 14px 0;
    box-shadow: var(--nena-shadow);
}
.nena-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 28px;
    border-bottom: 1px solid var(--nena-line);
    transition: background 0.3s ease;
}
.nena-why-list li:last-child { border-bottom: none; }
.nena-why-list li:hover { background: var(--nena-soft); }
.nena-check {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: var(--nena-gold);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 2px;
    box-shadow: 0 6px 16px rgba(201,169,97,0.3);
}
.nena-why-list strong {
    display: block;
    font-family: var(--nena-serif);
    font-size: 1.15rem;
    color: var(--nena-ink);
    margin-bottom: 2px;
    font-weight: 500;
}
.nena-why-list small {
    display: block;
    color: var(--nena-mute);
    font-size: 13px;
    line-height: 1.5;
}

/* ---------- Services ---------- */
.nena-service-grid { margin-top: 20px; }
.nena-service-card {
    background: #fff;
    padding: 50px 36px;
    height: 100%;
    border: 1px solid var(--nena-line);
    text-align: left;
    position: relative;
    transition: all 0.45s ease;
    overflow: hidden;
}
.nena-service-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 3px;
    background: var(--nena-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
}
.nena-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--nena-shadow-hover);
    border-color: transparent;
}
.nena-service-card:hover::after { transform: scaleX(1); transform-origin: left; }
.nena-service-icon {
    width: 64px;
    height: 64px;
    background: var(--nena-soft);
    color: var(--nena-gold-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    font-size: 26px;
    transition: all 0.4s ease;
}
.nena-service-card:hover .nena-service-icon {
    background: var(--nena-gold);
    color: #fff;
}
.nena-service-card h4 {
    font-size: 1.45rem;
    margin-bottom: 14px;
    color: var(--nena-ink);
}
.nena-service-card p {
    color: var(--nena-graphite);
    line-height: 1.75;
    font-size: 14.5px;
    margin: 0;
}

/* ---------- Values ---------- */
.nena-values-section {
    background:
        linear-gradient(rgba(26,26,31,0.92), rgba(26,26,31,0.92));
    color: #fff;
}
.nena-values-section .nena-section-title { color: #fff; }
.nena-values-section .nena-eyebrow { color: var(--nena-gold-light); }
.nena-values-section .nena-divider { background: var(--nena-gold-light); }
.nena-values-section .nena-divider::before,
.nena-values-section .nena-divider::after { background: var(--nena-gold-light); }
.nena-value-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 44px 30px;
    height: 100%;
    text-align: left;
    transition: all 0.4s ease;
    position: relative;
}
.nena-value-card:hover {
    background: rgba(255,255,255,0.06);
    border-color: var(--nena-gold);
    transform: translateY(-6px);
}
.nena-value-num {
    display: block;
    font-family: var(--nena-serif);
    font-size: 2.4rem;
    color: var(--nena-gold-light);
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 1;
}
.nena-value-card h5 {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 14px;
    font-weight: 500;
}
.nena-value-card p {
    color: rgba(255,255,255,0.72);
    font-size: 14.5px;
    line-height: 1.75;
    margin: 0;
}

/* ---------- Contact ---------- */
.nena-contact-card {
    background: #fff;
    padding: 50px 44px;
    height: 100%;
    box-shadow: var(--nena-shadow);
    border-top: 3px solid var(--nena-gold);
}
.nena-contact-title {
    font-size: 1.9rem;
    color: var(--nena-ink);
    margin-bottom: 14px;
}
.nena-contact-lead {
    color: var(--nena-graphite);
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 26px;
}
.nena-contact-info,
.nena-contact-info p {
    color: var(--nena-charcoal);
    font-size: 15px;
    line-height: 1.85;
}
.nena-contact-info a { color: var(--nena-gold-dark); }
.nena-contact-info a:hover { color: var(--nena-ink); }

.nena-map-wrap {
    height: 100%;
    min-height: 360px;
    overflow: hidden;
    box-shadow: var(--nena-shadow);
}
.nena-map-wrap iframe,
.nena-map-wrap > div {
    width: 100% !important;
    height: 100% !important;
    min-height: 360px;
    border: none !important;
    filter: grayscale(0.2) contrast(1.05);
}

.nena-contact-form .form-control {
    background: #fff;
    border: 1px solid var(--nena-line);
    border-radius: 0;
    padding: 16px 22px;
    height: auto;
    font-size: 15px;
    color: var(--nena-charcoal);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.nena-contact-form .form-control:focus {
    border-color: var(--nena-gold);
    box-shadow: 0 0 0 3px rgba(201,169,97,0.12);
}
.nena-contact-form .form-control::placeholder { color: var(--nena-mute); }

.nena-contact-form input[type="submit"],
.nena-contact-form .btn-setting {
    background: var(--nena-ink) !important;
    color: #fff !important;
    border: 1px solid var(--nena-ink) !important;
    padding: 16px 50px !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 12px !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 10px;
}
.nena-contact-form input[type="submit"]:hover,
.nena-contact-form .btn-setting:hover {
    background: var(--nena-gold) !important;
    border-color: var(--nena-gold) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(201,169,97,0.35);
}

/* ---------- Footer ---------- */
.nena-footer {
    background: var(--nena-ink);
    padding: 36px 0;
    color: rgba(255,255,255,0.7);
}
.nena-footer-logo img {
    max-height: 54px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 2px;
}
.nena-footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
}
.nena-footer-social li a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}
.nena-footer-social li a:hover {
    background: var(--nena-gold);
    border-color: var(--nena-gold);
    color: #fff;
    transform: translateY(-2px);
}
.nena-footer .copyrights {
    font-size: 13px;
    letter-spacing: 0.3px;
    color: rgba(255,255,255,0.55);
}

/* ---------- Side menu polish ---------- */
.side-menu .nav-link {
    font-family: var(--nena-serif);
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.side-menu .nav-link:hover,
.side-menu .nav-link.active {
    color: var(--nena-gold-light) !important;
}

/* ---------- Loader ---------- */
.loader { background: var(--nena-bg); }
.loading li { background: var(--nena-gold) !important; }

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991px) {
    .nena-section-title { font-size: 2.2rem; }
    .nena-vm-card,
    .nena-service-card,
    .nena-contact-card { padding: 36px 26px; }
    .nena-section-head { margin-bottom: 40px; }
}
@media (max-width: 575px) {
    .nena-section-title.text-left { text-align: center; }
    .nena-divider.left { margin: 18px auto 0; }
}
