/* Tehran-stock /ninax storefront chrome (cards reuse style.css) */

body.has-site-nav .nx-tehran-hero {
    margin-top: calc(var(--topbar-h) + var(--site-nav-h) + var(--nav-h));
}

.nx-tehran-hero {
    position: relative;
    min-height: min(62vh, 560px);
    overflow: hidden;
    background: #191417;
}

.nx-tehran-hero-image {
    width: 100%;
    height: min(62vh, 560px);
    object-fit: cover;
    display: block;
}

.nx-tehran-hero-copy {
    position: absolute;
    inset: auto 0 0;
    padding: 36px 28px 40px;
    background: linear-gradient(180deg, transparent, rgba(25, 20, 23, 0.72));
    color: #fff;
}

.nx-tehran-hero-copy p {
    margin: 0 0 8px;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
}

.nx-tehran-hero-copy h1 {
    margin: 0;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.25;
}

.nx-tehran-about {
    background: #faf8f8;
    border-bottom: 1px solid #eee5e7;
}

.nx-tehran-about-inner {
    width: min(860px, calc(100% - 40px));
    margin: 0 auto;
    padding: 36px 0 40px;
}

.nx-tehran-about h2 {
    margin: 0 0 12px;
    font-size: 1.35rem;
}

.nx-tehran-about p {
    margin: 0;
    line-height: 2;
    color: #4a4246;
}

@media (max-width: 700px) {
    .nx-tehran-hero,
    .nx-tehran-hero-image {
        min-height: 280px;
        height: 280px;
    }
}
