/* ===== OFFSET PRINTING — PREMIUM (scoped) ===== */
body.offset-printing-premium {
    --op-ink: #0a0a0a;
    --op-panel: #111111;
    --op-line: rgba(255, 255, 255, 0.08);
    --op-muted: #8a8780;
    --op-accent: var(--lux-red, #ed2224);
    --op-accent-soft: var(--lux-red-soft, #c41e20);
    --op-radius: 20px;
    --op-radius-lg: 32px;
    --op-font-display: var(--lux-font-display, "Outfit", sans-serif);
    --op-font-body: var(--lux-font-body, "Inter", sans-serif);
    --op-font-editorial: var(--lux-font-editorial, "Cormorant Garamond", Georgia, serif);
}

/* —— Hero —— */
.op-hero {
    position: relative;
    min-height: min(100vh, 920px);
    padding: clamp(6rem, 12vw, 8.5rem) 0 clamp(3rem, 8vw, 5rem);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.op-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.op-hero__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 55% at 70% 20%, rgba(237, 34, 36, 0.12), transparent 55%),
        radial-gradient(ellipse 60% 50% at 0% 100%, rgba(255, 255, 255, 0.04), transparent 50%),
        linear-gradient(165deg, #060606 0%, #0a0a0a 45%, #080808 100%);
    z-index: 0;
}

.op-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
    width: 100%;
}

.op-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--op-font-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--op-accent);
    margin-bottom: 1.25rem;
}

.op-eyebrow::before {
    content: "";
    width: 2rem;
    height: 1px;
    background: linear-gradient(90deg, var(--op-accent), transparent);
}

.op-hero__title {
    font-family: var(--op-font-editorial);
    font-weight: 500;
    font-size: clamp(2.65rem, 5.5vw, 4.25rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #f7f5f0;
    margin: 0 0 1.25rem;
}

.op-hero__title em {
    font-style: italic;
    color: rgba(247, 245, 240, 0.92);
}

.op-hero__lede {
    font-size: clamp(1rem, 1.15vw, 1.125rem);
    line-height: 1.65;
    color: var(--op-muted);
    max-width: 32rem;
    margin: 0 0 2rem;
}

.op-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
    margin-bottom: 2.5rem;
}

.op-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.75rem;
    border-radius: 999px;
    font-family: var(--op-font-display);
    font-weight: 600;
    font-size: 0.9rem;
    background: linear-gradient(135deg, var(--op-accent-soft), var(--op-accent));
    color: #fff;
    border: none;
    text-decoration: none;
    box-shadow: 0 12px 40px rgba(237, 34, 36, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.op-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 48px rgba(237, 34, 36, 0.42);
}

.op-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.65rem;
    border-radius: 999px;
    font-family: var(--op-font-display);
    font-weight: 600;
    font-size: 0.9rem;
    color: #e8e6e3;
    border: 1px solid var(--op-line);
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: border-color 0.25s ease, background 0.25s ease;
}

.op-btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

.op-hero__meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--op-line);
    max-width: 28rem;
}

.op-meta__val {
    font-family: var(--op-font-display);
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.op-meta__lbl {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--op-muted);
    margin-top: 0.35rem;
}

.op-meta-item {
    min-width: 0;
}

.op-hero__visual {
    position: relative;
}

.op-hero__frame {
    position: relative;
    border-radius: var(--op-radius-lg);
    overflow: hidden;
    border: 1px solid var(--op-line);
    box-shadow: 0 48px 100px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    aspect-ratio: 4 / 5;
    max-height: min(72vh, 640px);
    margin-left: auto;
    max-width: 100%;
}

.op-hero__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: contrast(1.05) saturate(0.95);
}

.op-hero__badge {
    position: absolute;
    bottom: clamp(1rem, 3vw, 1.75rem);
    left: clamp(1rem, 3vw, 1.75rem);
    right: clamp(1rem, 3vw, 1.75rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    background: rgba(8, 8, 8, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.op-hero__badge span {
    font-family: var(--op-font-display);
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.04em;
}

.op-hero__badge small {
    display: block;
    font-size: 0.68rem;
    font-weight: 500;
    color: var(--op-muted);
    margin-top: 0.2rem;
    letter-spacing: 0.02em;
}

.op-hero__accent-line {
    width: 3px;
    height: 2.5rem;
    border-radius: 99px;
    background: linear-gradient(180deg, var(--op-accent), transparent);
    flex-shrink: 0;
}

/* —— Section shell —— */
.op-section {
    position: relative;
    padding: clamp(4rem, 10vw, 7rem) 0;
}

.op-section--dark {
    background: linear-gradient(180deg, var(--lux-charcoal, #0f0f0f) 0%, #0c0c0c 100%);
}

.op-section__head {
    max-width: 42rem;
    margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.op-section__head--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.op-section__head--center .op-eyebrow {
    justify-content: center;
}

.op-section__head--center .op-eyebrow::before {
    display: none;
}

.op-h2 {
    font-family: var(--op-font-editorial);
    font-weight: 500;
    font-size: clamp(2rem, 3.8vw, 3.25rem);
    line-height: 1.08;
    color: #f4f2ed;
    margin: 0 0 1rem;
}

.op-h2 em {
    font-style: italic;
    color: rgba(244, 242, 237, 0.9);
}

.op-section__sub {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--op-muted);
    margin: 0;
}

/* —— Capability cards —— */
.op-bento {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
}

.op-card {
    position: relative;
    border-radius: var(--op-radius);
    overflow: hidden;
    border: 1px solid var(--op-line);
    background: var(--op-panel);
    min-height: 320px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.op-card:hover {
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-4px);
}

.op-card__media {
    position: relative;
    height: 160px;
    flex-shrink: 0;
}

.op-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.op-card__num {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    font-family: var(--op-font-display);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.25);
}

.op-card__body {
    padding: 1.35rem 1.35rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Cinematic Workflow Grid */
.op-workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.op-workflow-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 24px;
    transition: var(--transition);
    overflow: hidden;
    will-change: transform, border-color;
}

.op-workflow-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(237, 34, 36, 0.3);
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.op-workflow-image {
    position: relative;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.op-workflow-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.op-workflow-card:hover .op-workflow-image img {
    transform: scale(1.1);
}

.op-workflow-num {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--lux-red);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(237, 34, 36, 0.4);
    z-index: 2;
}

.op-workflow-content h3 {
    font-family: var(--lux-font-display);
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 12px;
}

.op-workflow-content p {
    font-size: 0.95rem;
    color: var(--lux-text-muted);
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .op-workflow-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}


.op-card__link {
    font-family: var(--op-font-display);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--op-accent);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.op-card__link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* —— Atelier / tech —— */
.op-atelier {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.op-atelier__visual {
    position: relative;
}

.op-atelier__main {
    border-radius: var(--op-radius-lg);
    overflow: hidden;
    border: 1px solid var(--op-line);
    aspect-ratio: 5 / 6;
    max-height: 560px;
    box-shadow: var(--lux-shadow-deep, 0 40px 100px rgba(0, 0, 0, 0.55));
}

.op-atelier__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.op-atelier__float {
    position: absolute;
    width: 42%;
    max-width: 200px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--op-line);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
    bottom: 8%;
    right: -6%;
}

.op-atelier__float img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.op-atelier__content .op-h2 {
    margin-bottom: 1.25rem;
}

.op-atelier__content > p {
    color: var(--op-muted);
    line-height: 1.65;
    margin: 0 0 1.75rem;
}

.op-specs {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.op-spec {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--op-line);
    font-size: 0.9rem;
}

.op-spec dt {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 500;
}

.op-spec dd {
    margin: 0;
    font-family: var(--op-font-display);
    font-weight: 700;
    color: var(--op-accent);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

.op-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.op-pill {
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--op-line);
    background: rgba(255, 255, 255, 0.04);
}

/* —— Timeline —— */
.op-timeline {
    display: grid;
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
}

.op-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    padding: clamp(1.5rem, 3vw, 2.25rem) 0;
    border-bottom: 1px solid var(--op-line);
}

.op-step:last-child {
    border-bottom: none;
}

.op-step__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 2.5rem;
    flex-shrink: 0;
}

.op-step__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--op-accent);
    box-shadow: 0 0 0 4px rgba(237, 34, 36, 0.25);
    flex-shrink: 0;
}

.op-step__line {
    flex: 1;
    width: 1px;
    min-height: 2rem;
    margin-top: 0.5rem;
    background: linear-gradient(180deg, rgba(237, 34, 36, 0.5), var(--op-line));
}

.op-step:last-child .op-step__line {
    display: none;
}

.op-step__body h3 {
    font-family: var(--op-font-display);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem;
}

.op-step__body p {
    margin: 0;
    color: var(--op-muted);
    line-height: 1.6;
    font-size: 0.95rem;
    max-width: 36rem;
}

.op-step__thumb {
    margin-top: 1rem;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--op-line);
    max-width: 420px;
}

.op-step__thumb img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

/* —— CTA —— */
.op-cta {
    position: relative;
    padding: clamp(4rem, 12vw, 7rem) 0;
    text-align: center;
    overflow: hidden;
}

.op-cta__bg {
    position: absolute;
    inset: 0;
}

.op-cta__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
    filter: saturate(0.85) contrast(1.05);
}

.op-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.92) 0%, rgba(8, 8, 8, 0.88) 50%, rgba(5, 5, 5, 0.94) 100%);
}

.op-cta .container {
    position: relative;
    z-index: 1;
}

.op-cta__title {
    font-family: var(--op-font-editorial);
    font-weight: 500;
    font-size: clamp(2.25rem, 4.5vw, 3.5rem);
    color: #fff;
    margin: 0 0 1rem;
    line-height: 1.1;
}

.op-cta__copy {
    color: var(--op-muted);
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 36rem;
    margin: 0 auto 2rem;
}

.op-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem 1rem;
}

/* —— Responsive —— */
@media (max-width: 1100px) {
    .op-hero__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .op-eyebrow {
        justify-content: center;
    }

    .op-eyebrow::before {
        display: none;
    }

    .op-hero__lede {
        margin-left: auto;
        margin-right: auto;
    }

    .op-hero__actions {
        justify-content: center;
    }

    .op-hero__meta {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .op-hero__visual {
        order: -1;
    }

    .op-hero__frame {
        margin: 0 auto;
        max-height: 520px;
        aspect-ratio: 16 / 11;
    }

    .op-atelier {
        grid-template-columns: 1fr;
    }

    .op-atelier__visual {
        max-width: 520px;
        margin: 0 auto;
    }

    .op-atelier__float {
        right: 4%;
        bottom: 6%;
        width: 38%;
    }

    .op-atelier__content {
        text-align: center;
    }

    .op-specs {
        text-align: left;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .op-pills {
        justify-content: center;
    }

    .op-bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .op-hero {
        min-height: auto;
        padding-top: 5.5rem;
    }

    .op-hero__meta {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.25rem;
    }

    .op-hero__badge {
        flex-direction: column;
        align-items: flex-start;
    }

    .op-hero__accent-line {
        display: none;
    }

    .op-bento {
        grid-template-columns: 1fr;
    }

    .op-card {
        min-height: 0;
    }

    .op-step {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .op-step__rail {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        gap: 0.75rem;
    }

    .op-step__line {
        flex: 1;
        height: 1px;
        min-height: 0;
        margin-top: 0;
        background: var(--op-line);
    }

    .op-step__thumb {
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .op-card,
    .op-btn-primary {
        transition: none;
    }

    .op-card:hover {
        transform: none;
    }

    .op-btn-primary:hover {
        transform: none;
    }
}

/* ===== SERVICES HORIZONTAL ROW REDESIGN ===== */
.op-services-section {
    background: #060606;
}

.op-services-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 80px;
}

.op-service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    transition: background 0.4s ease;
}

.op-service-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.op-service-row--flip {
    direction: rtl;
}

.op-service-row--flip > * {
    direction: ltr;
}

/* Image side */
.op-service-row__img {
    position: relative;
    overflow: hidden;
}

.op-service-row__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75) saturate(0.85);
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                filter 0.6s ease;
}

.op-service-row:hover .op-service-row__img img {
    transform: scale(1.06);
    filter: brightness(0.9) saturate(1);
}

/* Body / content side */
.op-service-row__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 6vw, 5rem) clamp(2.5rem, 5vw, 5rem);
    background: #0a0a0a;
    position: relative;
    transition: background 0.4s ease;
}

.op-service-row:hover .op-service-row__body {
    background: #0f0f0f;
}

.op-service-row__body::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--op-accent, #ED2224), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.op-service-row:hover .op-service-row__body::before {
    opacity: 1;
}

.op-service-row--flip .op-service-row__body::before {
    left: auto;
    right: 0;
}

.op-service-row__num {
    font-family: var(--op-font-display, 'Outfit', sans-serif);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--op-accent, #ED2224);
    display: block;
    margin-bottom: 1.25rem;
    opacity: 0.8;
}

.op-service-row__title {
    font-family: var(--op-font-editorial, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(2.2rem, 3.5vw, 3.25rem);
    font-weight: 500;
    color: #f4f2ed;
    line-height: 1.0;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem;
}

.op-service-row__desc {
    font-family: var(--op-font-body, 'Inter', sans-serif);
    font-size: 1rem;
    line-height: 1.7;
    color: #8a8780;
    margin: 0 0 2rem;
    max-width: 38ch;
}

.op-service-row__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 2.5rem;
}

.op-service-row__tags span {
    font-family: var(--op-font-display, 'Outfit', sans-serif);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    padding: 5px 14px;
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.3s ease, color 0.3s ease;
}

.op-service-row:hover .op-service-row__tags span {
    border-color: rgba(237, 34, 36, 0.3);
    color: rgba(255, 255, 255, 0.7);
}

.op-service-row__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--op-font-display, 'Outfit', sans-serif);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: gap 0.3s ease;
    width: fit-content;
}

.op-service-row__cta span {
    color: var(--op-accent, #ED2224);
    font-size: 1rem;
    transition: transform 0.3s ease;
    display: inline-block;
}

.op-service-row:hover .op-service-row__cta {
    gap: 16px;
}

.op-service-row:hover .op-service-row__cta span {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 900px) {
    .op-service-row,
    .op-service-row--flip {
        grid-template-columns: 1fr;
        direction: ltr;
        min-height: auto;
    }

    .op-service-row__img {
        height: 280px;
    }

    .op-service-row--flip > * {
        direction: ltr;
    }

    .op-service-row__body::before,
    .op-service-row--flip .op-service-row__body::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 3px;
    }
}

@media (max-width: 600px) {
    .op-service-row__img {
        height: 220px;
    }

    .op-service-row__body {
        padding: 2rem 1.5rem;
    }
}
