

/* Start:/production/style.css?17811749934594*/
.prod-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prod-hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1rem;
    color: #fff;
}
.prod-hero-content p {
    font-size: 1.0625rem;
    line-height: 1.7;
    opacity: .85;
    color: #fff;
}

.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 420px;
}
.split-section.reverse { direction: rtl; }
.split-section.reverse > * { direction: ltr; }
.split-image {
    overflow: hidden;
    min-height: 300px;
}
.split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.split-text {
    padding: clamp(2rem, 5vw, 4rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--surface);
}
.split-text h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.375rem, 3vw, 2rem);
}
.split-text p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 520px;
}
.split-text p + p { margin-top: 1rem; }
.split-text .stat-highlight {
    margin-top: 1.5rem;
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.split-text .stat-highlight div {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--accent);
    line-height: 1.1;
}
.split-text .stat-highlight span {
    display: block;
    font-family: var(--font-body);
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--muted);
    margin-top: 0.25rem;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: var(--gutter);
    counter-reset: step;
}
.process-step {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
.process-step::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: oklch(from var(--accent) l c h / 0.08);
}
.process-step h3 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    position: relative;
}
.process-step p {
    color: var(--muted);
    font-size: 0.9375rem;
    line-height: 1.7;
    position: relative;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 240px 240px;
    gap: 8px;
    border-radius: var(--radius-sm);
    overflow: hidden;
}
.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-grid .main {
    grid-row: 1 / -1;
}
.gallery-grid .side { width: 100%; }

.stats-banner {
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}
.stats-banner .stats-grid { max-width: 900px; margin: 0 auto; }

.quality-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
    gap: var(--gutter);
}
.quality-item {
    padding: 1.5rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface);
}
.quality-item h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.quality-item p {
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.6;
}
.quality-item .q-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: oklch(from var(--accent) l c h / 0.08);
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: var(--accent);
}

.cta-strip {
    text-align: center;
    padding: clamp(3rem, 8vw, 5rem) 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.cta-strip h2 { margin-bottom: 0.75rem; }
.cta-strip p { color: var(--muted); margin-bottom: 1.5rem; max-width: 480px; margin-left: auto; margin-right: auto; }

@media (max-width: 768px) {
    .split-section,
    .split-section.reverse { grid-template-columns: 1fr; direction: ltr; }
    .split-section.reverse > * { direction: ltr; }
    .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
    .gallery-grid .main { grid-row: auto; }
}
/* End */
/* /production/style.css?17811749934594 */
