.services-journey { position: relative; }
.svc-rocket-track { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: visible; }
.svc-rocket-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.svc-path-bg { stroke: rgba(14, 26, 36, 0.1); stroke-width: 2; stroke-linecap: round; fill: none; }
.svc-path-progress { stroke: url(#svcPathGrad); stroke-width: 2.5; stroke-linecap: round; fill: none; filter: drop-shadow(0 0 6px rgba(255, 74, 28, 0.35)); }
.svc-path-dot { fill: #fff; stroke: var(--rd-orange); stroke-width: 2; opacity: 0; transition: opacity 400ms ease; }
.services-journey.is-active .svc-path-dot.is-lit { opacity: 1; }
.svc-rocket { position: absolute; top: 0; left: 0; width: 40px; height: 58px; margin: -29px 0 0 -20px; will-change: transform; transform: translate3d(0, 0, 0); transition: opacity 400ms ease; filter: drop-shadow(0 5px 14px rgba(14, 26, 36, 0.2)); }
.svc-rocket svg { display: block; width: 100%; height: 100%; overflow: visible; }
.svc-rocket-body { fill: url(#rocketBodyGrad); stroke: rgba(14, 26, 36, 0.08); stroke-width: 0.4; }
.svc-rocket-nose { fill: url(#rocketNoseGrad); }
.svc-rocket-stripe { stroke: var(--rd-orange); stroke-width: 1.6; stroke-linecap: round; opacity: 0.75; }
.svc-rocket-window { fill: rgba(255, 255, 255, 0.95); stroke: rgba(39, 100, 230, 0.35); stroke-width: 0.6; }
.svc-rocket-nozzle { fill: var(--rd-ink); }
.svc-rocket-fin { fill: var(--rd-ink); opacity: 0.9; }
.svc-rocket-fin-tip { fill: var(--rd-orange); }
.svc-flame { transform-origin: 16px 38px; transition: transform 280ms ease, opacity 280ms ease; }
.svc-flame-glow { fill: url(#flameGlowGrad); opacity: 0.65; }
.svc-flame-outer { fill: var(--rd-orange); opacity: 0.92; }
.svc-flame-mid { fill: var(--rd-orange-2); opacity: 0.95; }
.svc-flame-inner { fill: #ffb347; opacity: 0.98; }
.svc-flame-core { fill: #fff8ee; opacity: 1; }
.svc-rocket.is-idle .svc-flame { transform: scaleY(0.48) scaleX(0.88); opacity: 0.38; }
.svc-rocket.is-idle .svc-flame-glow { opacity: 0.2; }
.svc-rocket.is-moving .svc-flame { animation: svcFlameFlicker 0.09s ease-in-out infinite alternate; }
.svc-rocket.is-moving .svc-flame-mid, .svc-rocket.is-moving .svc-flame-inner, .svc-rocket.is-moving .svc-flame-core { animation: svcFlameCore 0.07s ease-in-out infinite alternate; }
.svc-rocket.is-moving .svc-flame-glow { animation: svcFlameGlow 0.11s ease-in-out infinite alternate; }
.services-journey .service-row { position: relative; z-index: 1; }
.svc-rocket-track.is-reduced .svc-rocket { display: none; }
.svc-rocket-track.is-reduced .svc-path-progress { opacity: 0.35; }
@keyframes svcFlameFlicker { from { transform: scaleY(0.88) scaleX(0.9); } to { transform: scaleY(1.42) scaleX(1.1); } }
@keyframes svcFlameCore { from { opacity: 0.8; transform: scaleY(0.92); } to { opacity: 1; transform: scaleY(1.18); } }
@keyframes svcFlameGlow { from { opacity: 0.5; transform: scale(0.92); } to { opacity: 0.88; transform: scale(1.12); } }
.service-row { display: grid; grid-template-columns: 1fr 1.08fr; gap: 44px; align-items: stretch; padding: 36px 0; border-top: 1px solid var(--rd-line); }
.service-row:last-child { border-bottom: 1px solid var(--rd-line); }
.service-row.flip .service-media { order: -1; }
.service-info { position: relative; padding: 28px 26px; border: 1px solid var(--rd-line); border-radius: var(--radius-lg); background: #fff; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.service-info::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, var(--accent), transparent); }
.service-info-link { position: absolute; inset: 0; z-index: 1; }
.service-info::after { content: ""; position: absolute; right: -24px; bottom: -24px; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 14%, white), transparent 68%); pointer-events: none; }
.service-info .svc-index { font-family: var(--font-heading); font-size: 13px; font-weight: 800; color: var(--accent); letter-spacing: 1px; margin-bottom: 14px; display: inline-flex; align-items: center; gap: 10px; position: relative; z-index: 1; }
.service-info .svc-index::before { content: ""; width: 22px; height: 2px; background: var(--accent); }
.service-info h3 { font-size: clamp(22px, 2.4vw, 30px); margin-bottom: 12px; position: relative; z-index: 1; }
.service-info > p { max-width: 100%; font-size: 15px; margin-bottom: 16px; position: relative; z-index: 1; }
.svc-thumb-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 16px; position: relative; z-index: 1; }
.svc-thumb { position: relative; aspect-ratio: 16 / 10; border-radius: 8px; overflow: hidden; border: 1px solid var(--rd-line); }
.svc-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.service-row:hover .svc-thumb img { transform: scale(1.06); }
.svc-thumb span { position: absolute; inset: auto 0 0 0; padding: 4px 7px; background: linear-gradient(0deg, rgba(14, 26, 36, 0.72), transparent); color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.4px; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; position: relative; z-index: 2; }
.svc-tags span, .svc-tags a { padding: 5px 11px; border: 1px solid var(--rd-line); border-radius: 99px; background: var(--rd-soft); color: var(--rd-ink); font-size: 12px; font-weight: 700; transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease; }
.svc-tags span:hover, .svc-tags a:hover { border-color: color-mix(in srgb, var(--accent) 50%, white); color: var(--accent); background: color-mix(in srgb, var(--accent) 7%, white); transform: translateY(-2px); }
.service-info .text-link { position: relative; z-index: 2; }
.service-info .text-link i { color: var(--accent); }
.service-info .text-link:hover { color: var(--accent); }
.service-media { position: relative; border-radius: var(--radius-lg); overflow: visible; background: linear-gradient(135deg, var(--rd-ink), var(--rd-ink-2)); box-shadow: var(--shadow); aspect-ratio: 16 / 11; min-height: 240px; border: 2px solid transparent; transition: border-color 220ms ease, box-shadow 220ms ease; }
.media-link { position: absolute; inset: 0; z-index: 6; }
.service-row:hover .service-info, .service-row:hover .service-media { border-color: var(--rd-orange); }
.service-row:hover .service-media { box-shadow: 0 20px 45px rgba(255, 74, 28, 0.22); }
.service-media-inner { position: absolute; inset: 32px; border-radius: 10px; overflow: hidden; }
.service-media::before { content: ""; position: absolute; inset: 32px; border-radius: 10px; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 32%, transparent), transparent 55%); z-index: 2; pointer-events: none; }
.service-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.92; transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1); }
.service-row:hover .service-media img { transform: scale(1.05); }
.media-deco { position: absolute; z-index: 5; border-radius: 12px; background: #fff; box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28); overflow: hidden; animation: mediaFloat 6s ease-in-out infinite; }
.media-deco-a { top: -14px; right: -10px; width: 68px; height: 68px; padding: 5px; animation-delay: 0s; }
.media-deco-b { bottom: 24px; left: -16px; width: 86px; padding: 6px; animation-delay: 1.2s; }
.media-deco img { position: static; width: 100%; height: 54px; object-fit: cover; border-radius: 8px; opacity: 1; }
.media-deco strong { display: block; margin-top: 5px; font-family: var(--font-heading); font-size: 11px; color: var(--rd-ink); line-height: 1.2; }
.media-deco i { position: absolute; top: 8px; right: 8px; width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; background: var(--accent); color: #fff; font-size: 10px; }
.media-overlay { position: absolute; inset: 0; z-index: 3; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--radius-lg); }
.media-title { position: absolute; inset: 0; z-index: 4; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; pointer-events: none; }
.media-title span { display: inline-block; font-family: var(--font-heading); font-size: clamp(15px, 1.6vw, 19px); font-weight: 800; color: #fff; letter-spacing: 0.3px; background: var(--rd-orange); padding: 10px 22px; border-radius: 99px; box-shadow: 0 12px 28px rgba(255, 74, 28, 0.4); }
.media-pill { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 99px; background: rgba(255, 255, 255, 0.92); color: var(--rd-ink); font-size: 12px; font-weight: 800; }
.media-pill i { color: var(--accent); }
.media-widget { align-self: flex-end; width: 100%; max-width: 320px; padding: 14px; border-radius: 12px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3); backdrop-filter: blur(6px); transform: translateY(8px); opacity: 0; transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), opacity 600ms ease; }
.service-row.is-visible .media-widget { transform: translateY(0); opacity: 1; }
.mw-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.mw-row:last-child { margin-bottom: 0; }
.mw-row small { font-size: 11px; font-weight: 700; color: var(--rd-muted); }
.mw-row strong { font-family: var(--font-heading); font-size: 15px; color: var(--rd-ink); }
.mw-bar { height: 7px; border-radius: 99px; background: var(--rd-line); overflow: hidden; }
.mw-bar i { display: block; height: 100%; width: 0; border-radius: 99px; background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 50%, #fff)); transition: width 1s cubic-bezier(0.22, 1, 0.36, 1); }
.service-row.is-visible .mw-bar i { width: var(--w, 70%); }
.mw-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.mw-chips span { padding: 4px 9px; border-radius: 6px; background: color-mix(in srgb, var(--accent) 12%, white); color: var(--accent); font-size: 10.5px; font-weight: 800; }
.mw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.mw-grid span { aspect-ratio: 1; border-radius: 6px; background-size: cover; background-position: center; }
.metrics { padding: 92px 0; background: var(--rd-ink); color: rgba(255, 255, 255, 0.7); position: relative; overflow: hidden; }
.metrics::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 400px at 15% 20%, rgba(255, 74, 28, 0.16), transparent 60%); pointer-events: none; }
.metrics .container { position: relative; z-index: 1; }
.metrics-head { max-width: 640px; margin-bottom: 50px; }
.metrics-head h2 { color: #fff; font-size: clamp(26px, 3.2vw, 40px); margin-bottom: 14px; }
.metrics-head p { color: rgba(255, 255, 255, 0.66); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.metric { padding: 28px 24px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.04); transition: transform 240ms ease, background 240ms ease, border-color 240ms ease; }
.metric:hover { transform: translateY(-6px); background: rgba(255, 255, 255, 0.07); border-color: rgba(255, 74, 28, 0.4); }
.metric-value { font-family: var(--font-heading); font-size: clamp(34px, 4vw, 50px); font-weight: 900; color: #fff; line-height: 1; letter-spacing: -0.02em; }
.metric-value .suffix { color: var(--rd-orange); }
.metric-label { margin-top: 12px; font-size: 13.5px; font-weight: 700; color: rgba(255, 255, 255, 0.66); }
.portfolio { padding: 104px 0; background: #fff; }
.work-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 240px; gap: 18px; }
.work-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--rd-ink); box-shadow: var(--shadow-soft); isolation: isolate; border: 2px solid transparent; transition: border-color 220ms ease, box-shadow 220ms ease; }
.work-card:hover { border-color: var(--rd-orange); box-shadow: 0 20px 45px rgba(255, 74, 28, 0.3); }
.work-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1); }
.work-card:hover img { transform: scale(1.06); }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14, 26, 36, 0.12) 0%, rgba(14, 26, 36, 0.82) 100%); z-index: 1; }
.work-card .work-body { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 22px; }
.work-card .work-cat { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 8px; padding: 5px 10px; border-radius: 99px; background: rgba(255, 255, 255, 0.16); backdrop-filter: blur(8px); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.4px; }
.work-card h3 { color: #fff; font-size: 19px; margin-bottom: 6px; }
.work-card p { color: rgba(255, 255, 255, 0.78); font-size: 13px; max-width: 340px; }
.work-card .work-result { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: #fff; font-size: 13px; font-weight: 800; }
.work-card .work-result i { color: var(--rd-orange-2); }
.work-a { grid-column: span 4; grid-row: span 2; } .work-b { grid-column: span 2; grid-row: span 1; } .work-c { grid-column: span 2; grid-row: span 1; } .work-d { grid-column: span 3; grid-row: span 1; } .work-e { grid-column: span 3; grid-row: span 1; }
.showreel { position: relative; padding: 100px 0; background: var(--rd-ink); color: rgba(255, 255, 255, 0.72); overflow: hidden; }
.showreel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255, 74, 28, 0.18), transparent 40%), radial-gradient(600px 400px at 90% 90%, rgba(39, 100, 230, 0.14), transparent 60%); pointer-events: none; }
.showreel .container { position: relative; z-index: 2; }
.showreel .section-title { color: #fff; }
.showreel .section-copy { color: rgba(255, 255, 255, 0.66); }
.reel-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr); gap: 22px; overflow-x: auto; padding: 8px 4px 20px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(255, 74, 28, 0.4) transparent; }
@media (min-width: 1024px) { .reel-scroller { grid-template-columns: repeat(4, 1fr); grid-auto-flow: initial; overflow: visible; } }
.reel-scroller::-webkit-scrollbar { height: 6px; } .reel-scroller::-webkit-scrollbar-thumb { background: rgba(255, 74, 28, 0.4); border-radius: 99px; }
.reel { position: relative; scroll-snap-align: start; aspect-ratio: 9 / 16; border-radius: 20px; overflow: hidden; background: #05080c; border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4); cursor: pointer; transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1); }
.reel:hover { transform: translateY(-8px); }
.reel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1); }
.reel:hover img { transform: scale(1.08); }
.reel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.78)); z-index: 1; }
.reel-top { position: absolute; top: 14px; left: 14px; right: 14px; z-index: 3; display: flex; align-items: center; justify-content: space-between; }
.reel-cat { padding: 4px 9px; border-radius: 99px; background: rgba(255, 255, 255, 0.16); backdrop-filter: blur(8px); color: #fff; font-size: 10.5px; font-weight: 800; }
.reel-stat { display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 99px; background: rgba(255, 255, 255, 0.9); color: var(--rd-ink); font-size: 10.5px; font-weight: 800; }
.reel-stat i { color: var(--rd-orange); }
.reel-play { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; justify-content: center; }
.reel-play span { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.92); color: var(--rd-ink); font-size: 17px; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4); transition: transform 240ms ease, background 240ms ease; }
.reel:hover .reel-play span { transform: scale(1.08); background: #fff; }
.reel-meta { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 3; }
.reel-meta h3 { color: #fff; font-size: 17px; margin-bottom: 4px; }
.reel-meta p { color: rgba(255, 255, 255, 0.7); font-size: 12.5px; }
.process { padding: 104px 0; background: var(--rd-cream); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; }
.process-step { position: relative; padding: 30px 26px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--rd-line); overflow: hidden; transition: transform 240ms ease, box-shadow 240ms ease; }
.process-step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.process-step::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--accent), transparent); }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 12px; background: color-mix(in srgb, var(--accent) 14%, white); color: var(--accent); font-family: var(--font-heading); font-weight: 900; font-size: 16px; }
.process-step h3 { font-size: 20px; margin-bottom: 10px; }
.process-step p { font-size: 14px; color: var(--rd-muted); }
.why { padding: 104px 0; background: linear-gradient(135deg, rgba(14, 26, 36, 0.95), rgba(18, 37, 51, 0.95)), url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=70") center / cover no-repeat; color: rgba(255, 255, 255, 0.72); }
.why-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 52px; align-items: center; }
.why h2, .why h3 { color: #fff; }
.why .section-copy { color: rgba(255, 255, 255, 0.7); }
.why-list { display: grid; gap: 14px; }
.why-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.06); backdrop-filter: blur(14px); transition: transform 220ms ease, background 220ms ease; }
.why-item:hover { transform: translateX(8px); background: rgba(255, 255, 255, 0.11); }
.why-item i { width: 54px; height: 54px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 74, 28, 0.18); color: var(--rd-orange-2); font-size: 22px; }
.why-item h3 { font-size: 18px; margin-bottom: 6px; }
.why-item p { color: rgba(255, 255, 255, 0.68); font-size: 14px; }
