/*
 * tribal.css — Nagaland pattern overlays
 * Actual PNG paths injected via ntm_tribal_inline_styles() in functions.php
 * because WordPress themes need absolute URLs for background-image.
 */

.ntm-stripe-band {
    height: 12px;
    background-color: #0D0D0D;
    background-repeat: repeat-x;
    background-size: 4px 12px;
    display: block;
    width: 100%;
    flex-shrink: 0;
}

.ntm-weave-bg {
    background-repeat: repeat;
    background-size: 8px 8px;
}

.ntm-diamond-overlay {
    position: relative;
    overflow: hidden;
}
.ntm-diamond-overlay > * {
    position: relative;
    z-index: 1;
}
.ntm-diamond-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background-repeat: repeat;
    background-size: 20px 20px;
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
}

.ntm-diagonal-bg {
    background-repeat: repeat;
    background-size: 6px 6px;
}

/* Hero linen — applied via inline style on the element itself */
