/* Torna Atölyesi — endüstriyel çelik ve güvenlik turuncusu görünümü */
@import url("/themes/mermer-imalat/theme.css");

:root {
    --theme-primary: #ea580c;
    --theme-dark: #111827;
    --theme-page-bg: #f8fafc;
    --theme-brand: #ea580c;
}

body {
    background-color: var(--theme-page-bg);
}

.theme-site-header {
    border-bottom-color: rgba(71, 85, 105, 0.22);
}

.theme-hero-panel {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    background: #111827;
    box-shadow: 0 24px 60px -28px rgba(15, 23, 42, 0.75);
}

.theme-hero-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(234, 88, 12, 0.18), transparent 42%),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, 0.025) 18px 19px);
}

.theme-hero-panel-img {
    width: 100%;
    height: 100%;
    max-height: 24rem;
    object-fit: cover;
}

.theme-card,
.theme-contact-card,
.theme-blog-card {
    border-top: 3px solid rgba(var(--theme-primary-rgb), 0.75);
}

.theme-section--band {
    background:
        linear-gradient(rgba(248, 250, 252, 0.96), rgba(248, 250, 252, 0.96)),
        repeating-linear-gradient(135deg, #cbd5e1 0 1px, transparent 1px 20px);
}

.theme-hero-btn,
.theme-nav-btn-primary {
    background-image: linear-gradient(135deg, #f97316, #c2410c);
}

.theme-cta-card {
    background-image: linear-gradient(120deg, #111827, #334155 62%, #c2410c);
}

.theme-site-footer {
    background-color: #0b1120;
}
