@import url('vendor/fonts/interpreter-z-fonts.css');

.iz-page {
    background-color: #0a0a0a;
    margin: 0;
    padding: 0;
}

.iz-hero {
    width: 100%;
}

.iz-hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.iz-value-strip {
    background-color: #0a0a0a;
    padding: 50px 24px;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
}

.iz-value-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.iz-value-word {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
}

.iz-value-dot {
    color: #c41e1e;
    font-size: 22px;
    font-weight: 700;
}

.iz-services-banner {
    width: 100%;
}

.iz-banner-image {
    width: 100%;
    height: auto;
    display: block;
}

.iz-listeners {
    padding: 70px 24px;
    background-color: #0a0a0a;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
}

.iz-listeners-inner {
    display: flex;
    align-items: center;
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto;
}

.iz-listeners-image {
    width: 100%;
    max-width: 420px;
    border-radius: 8px;
    flex-shrink: 0;
}

.iz-listeners-text {
    flex: 1;
}

.iz-listeners-body {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #cccccc;
}

.iz-footer {
    background-color: #0a0a0a;
    padding: 40px 24px;
    text-align: center;
    border-top: 1px solid #2a2a2a;
}

.iz-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 16px;
}

.iz-sa-crest {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: grayscale(1) invert(1) brightness(1.4);
}

.iz-back-link span {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #888888;
}

.iz-back-link:hover span {
    color: #ffffff;
}

.iz-copyright {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #555555;
}

@media (max-width: 768px) {
    .iz-value-inner {
        flex-direction: column;
        gap: 16px;
    }

    .iz-value-dot {
        display: none;
    }

    .iz-value-word {
        font-size: 18px;
    }
    .iz-listeners-inner {
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.iz-listeners-body {
    font-size: 16px;
}
}
.iz-hub-grid {
    padding: 80px 24px;
    max-width: 1300px;
    margin: 0 auto;
}

.iz-hub-header {
    text-align: center;
    margin-bottom: 48px;
}

.iz-hub-title {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.iz-hub-sub {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.02em;
}

.iz-hub-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
}

.iz-hub-scroll::-webkit-scrollbar {
    height: 6px;
}

.iz-hub-scroll::-webkit-scrollbar-thumb {
    background-color: #c41e1e;
    border-radius: 3px;
}

.iz-hub-card {
    position: relative;
    flex: 0 0 240px;
    height: 320px;
    border-radius: 10px;
    background-color: #151515;
    border: 1px solid #2a2a2a;
    text-decoration: none;
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iz-hub-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(196, 30, 30, 0.25);
}

.iz-card-front {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    text-align: center;
    transition: opacity 0.3s ease;
}

.iz-hub-card:hover .iz-card-front {
    opacity: 0;
}

.iz-card-icon {
    font-size: 40px;
}

.iz-card-front h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
}

.iz-card-back {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 28px;
    background-color: #c41e1e;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.iz-hub-card:hover .iz-card-back {
    opacity: 1;
}

.iz-card-back h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
}

.iz-card-back p {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}

.iz-card-link {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.03em;
}

@media (max-width: 768px) {
    .iz-hub-title {
        font-size: 24px;
    }

    .iz-hub-card {
        flex: 0 0 200px;
        height: 280px;
    }
}
.izs-hero {
    padding: 60px 24px 40px;
    text-align: center;
    border-bottom: 1px solid #2a2a2a;
}

.izs-back {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #888888;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 24px;
}

.izs-back:hover {
    color: #ffffff;
}

.izs-title {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.izs-sub {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #c41e1e;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.izs-categories {
    padding: 70px 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.izs-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
}

@media (max-width: 768px) {
    .izs-cat-grid {
        grid-template-columns: 1fr;
    }
}

.izs-cat-card {
    background-color: #0a0a0a;
    padding: 32px 28px;
    border-left: 3px solid transparent;
    transition: border-color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.izs-cat-card:hover {
    border-left: 3px solid #c41e1e;
    background-color: #131313;
    transform: translateX(6px);
}

.izs-cat-card:hover h3 {
    transform: translateX(2px);
}

.izs-cat-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #c41e1e;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.izs-cat-card p {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #cccccc;
}



.izs-area {
    position: relative;
    text-align: center;
    background-image: url('Images/interpreter-z-la-skyline.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.izs-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(10,10,10,0.95) 0%,
        rgba(10,10,10,0.5) 35%,
        rgba(10,10,10,0.5) 65%,
        rgba(10,10,10,0.95) 100%
    );
}

.izs-area-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    padding: 0 24px;
    width: 100%;
}



.izs-area h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}


.izs-area p {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #999999;
    line-height: 1.6;
}

.izs-contact {
    padding: 70px 24px;
    text-align: center;
}

.izs-contact-inner h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
}

.izs-contact-inner p {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #999999;
    margin-bottom: 16px;
}

.izs-contact-email {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #c41e1e;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.izs-contact-email:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .izs-title {
        font-size: 32px;
    }

    .izs-area {
        background-attachment: scroll;
        min-height: 320px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .izs-area {
        background-attachment: scroll;
        min-height: 380px;
    }
}
/* ============================================
   Z CORE VISUALIZATION — HERO BACKGROUND
   Add this block to the end of interpreter-z.css
   ============================================ */

.izs-hero--viz {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    --izs-viz-accent: #FF0055;
}

.izs-viz-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0a0a0a;
}

.izs-viz-layer::before {
    content: '';
    position: absolute; inset: 0; pointer-events: none; z-index: 0;
    background:
        radial-gradient(ellipse 55% 55% at 50% 50%, rgba(18,3,28,0.85) 0%, transparent 70%),
        radial-gradient(ellipse 100% 100% at 50% 50%, #06020c 0%, #0a0a0a 100%);
}

#izs-viz-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

#izs-viz-canvas canvas {
    display: block;
}

#izs-viz-loading {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    color: rgba(255,255,255,0.45);
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.72rem; letter-spacing: 4px;
    pointer-events: none; transition: opacity 0.9s ease; z-index: 2;
}
#izs-viz-loading::after {
    content: ''; display: inline-block; width: 5px; height: 5px;
    border-radius: 50%; background: var(--izs-viz-accent); margin-left: 7px;
    vertical-align: middle; animation: izs-viz-blink 1s steps(1) infinite;
}
@keyframes izs-viz-blink { 50% { opacity: 0; } }

/* Theme picker — kept as a fun easter egg, scoped to hero bounds */
#izs-viz-ui-panel {
    position: absolute; top: 18px; left: 18px; z-index: 3;
    display: flex; flex-direction: column; gap: 10px;
}

#izs-viz-theme-selector {
    display: flex; gap: 10px; align-items: center;
    padding: 8px 12px;
    background: rgba(6,6,10,0.65);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.5), 0 8px 28px rgba(0,0,0,0.7);
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

.izs-viz-swatch {
    width: 15px; height: 15px; border-radius: 50%; cursor: pointer;
    border: 1.5px solid rgba(255,255,255,0.15); position: relative;
    transition: transform 0.25s cubic-bezier(0.175,0.885,0.32,1.275), border-color 0.25s;
}
.izs-viz-swatch::after {
    content: ''; position: absolute; inset: -4px; border-radius: 50%;
    border: 1px solid transparent; transition: border-color 0.25s, box-shadow 0.25s;
}
.izs-viz-swatch:hover { transform: scale(1.2); }
.izs-viz-swatch.active { border-color: rgba(255,255,255,0.75); transform: scale(1.15); }
.izs-viz-swatch.active::after { border-color: rgba(255,255,255,0.2); box-shadow: 0 0 8px 2px currentColor; }

#izs-viz-theme-label {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.54rem; letter-spacing: 3px;
    color: rgba(255,255,255,0.28); padding-left: 4px;
    user-select: none;
}

/* Hero text sits above the visualization */
.izs-hero--viz .izs-hero-inner {
    position: relative;
    z-index: 2;
    pointer-events: none; /* let drag-to-rotate pass through to the canvas behind the text */
}

.izs-hero--viz .izs-back,
.izs-hero--viz .izs-contact-email {
    pointer-events: auto; /* links stay clickable */
}

@media (max-width: 768px) {
    .izs-hero--viz {
        min-height: 460px;
    }
    #izs-viz-ui-panel {
        top: 14px; left: 14px;
    }
}

/* ============================================
   SCROLL-DOWN INDICATOR — SERVICES HERO
   ============================================ */

.izs-scroll-cue {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 64px;
    height: 64px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    pointer-events: auto;
}

.izs-scroll-cue-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.5;
    animation: izs-scroll-pulse 2s ease-out infinite;
}

@keyframes izs-scroll-pulse {
    0%   { opacity: 0.6; transform: scale(0.5); }
    50%  { opacity: 0.45; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.6); }
}

.izs-scroll-cue-circle {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: filter 0.3s ease;
}

.izs-scroll-cue-circle::before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.35);
}

.izs-scroll-cue-circle svg {
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 2;
    stroke: #0a0a0a;
}

.izs-scroll-cue:hover .izs-scroll-cue-circle {
    filter: brightness(1.15);
}

@media (prefers-reduced-motion: reduce) {
    .izs-scroll-cue-pulse {
        animation: none;
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .izs-scroll-cue {
        bottom: 12px;
        width: 52px;
        height: 52px;
    }
    .izs-scroll-cue-circle {
        width: 30px;
        height: 30px;
        top: 11px;
        left: 11px;
    }
    .izs-scroll-cue-circle svg {
        width: 13px;
        height: 13px;
    }
}