/* Rutuja custom widgets (services, work, case study, testimonials, clients,
   technologies, team, insights) — measurements from the Figma frames. */

/* ---- Shared atoms -------------------------------------------------------- */
.rc-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.rc-tag { display: inline-block; padding: 6px 12px; border-radius: 999px; background: var(--rc-chip); font: 500 13px/20px var(--rc-body-font); color: var(--rc-body); white-space: nowrap; }
.rc-tag--outline { background: #fff; border: 1px solid var(--rc-border); }
.rc-tag--ondark { background: rgba(255, 255, 255, .14); color: #fff; }
.rc-eyebrow { display: inline-flex; align-items: center; gap: 12px; font: 600 13px/16px var(--rc-body-font); letter-spacing: 1.8px; text-transform: uppercase; color: var(--rc-text); }
.rc-eyebrow--green { color: var(--rc-green); }
.rc-eyebrow--dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--rc-green); }
.rc-arrow { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 999px; border: 1px solid var(--rc-border2); color: var(--rc-text); background: transparent; transition: background .2s, color .2s, border-color .2s; }
.rc-arrow--md { width: 44px; height: 44px; font-size: 18px; }
.rc-arrow--lg { width: 52px; height: 52px; font-size: 21px; }
.rc-arrow--nav { width: 48px; height: 48px; font-size: 19px; cursor: pointer; padding: 0; }
.rc-arrow.is-filled, .rc-svc__row.is-active .rc-arrow, .rc-work:hover .rc-arrow, .rc-svc-card:hover .rc-arrow { background: var(--rc-green); border-color: var(--rc-green); color: #fff; }
.rc-arrow svg { fill: none; }
.rc-textlink { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 6px; border-bottom: 1px solid rgba(15, 21, 18, .35); font: 600 14px/20px var(--rc-body-font); color: var(--rc-text); text-decoration: none; }
.rc-textlink svg { width: 16px; height: 16px; fill: none; }
.rc-textlink.rc-svc__plink { border-bottom: 0; padding-bottom: 0; }
.rc-note { font: 500 13px/20px var(--rc-body-font); color: var(--rc-muted); margin: 0; }
.rc-stars { display: inline-flex; gap: 4px; color: var(--rc-amber); }
.rc-stars svg { width: 16px; height: 16px; }
.rc-avatar { display: inline-flex; align-items: center; justify-content: center; width: var(--s, 48px); height: var(--s, 48px); border-radius: 999px; overflow: hidden; flex-shrink: 0; }
.rc-avatar img { width: 100%; height: 100%; object-fit: cover; }
.rc-avatar--initials { background: var(--rc-soft); color: var(--rc-deep); font: 600 14px/20px var(--rc-body-font); }
.rc-iconbox { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 14px; background: var(--rc-soft); color: var(--rc-green); font-size: 25px; flex-shrink: 0; }
.rc-iconbox svg { fill: none; }
.rc-iconbox.is-filled { background: var(--rc-green); color: #fff; }
.rc-iconbox--lg { width: 64px; height: 64px; font-size: 28px; }
.rc-iconbox--lg img { width: 28px; height: 28px; }

/* Browser / phone mocks */
.rc-browser { display: flex; flex-direction: column; width: 100%; background: #fff; border: 1px solid var(--rc-border); border-radius: 12px; overflow: hidden; box-shadow: var(--rc-shadow-card); }
.rc-browser__chrome { display: flex; align-items: center; gap: 10px; height: 36px; padding: 0 14px; background: var(--rc-bg); flex-shrink: 0; }
.rc-browser__dots { display: inline-flex; gap: 6px; }
.rc-browser__dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--rc-border2); }
.rc-browser__dots i:first-child { background: #DB536D; } .rc-browser__dots i:nth-child(2) { background: #F1AA25; } .rc-browser__dots i:last-child { background: #00A975; }
.rc-browser__url { flex: 1; display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 6px; background: #fff; border: 1px solid var(--rc-border); font: 500 12px/16px var(--rc-body-font); letter-spacing: .4px; color: var(--rc-muted); }
.rc-browser__url svg { width: 10px; height: 10px; fill: none; }
.rc-browser__screen { flex: 1; min-height: 0; background: #fff center top / cover no-repeat; }
.rc-phone { position: relative; width: 127px; height: 260px; padding: 4px; border-radius: 20px; background: var(--rc-ink); box-shadow: var(--rc-shadow-card); flex-shrink: 0; }
.rc-phone__screen { width: 100%; height: 100%; border-radius: 16px; background: #fff center top / cover no-repeat; }
.rc-phone__island { position: absolute; left: 50%; top: 10px; width: 41px; height: 10px; margin-left: -20px; border-radius: 999px; background: var(--rc-ink); }
.rc-shotpanel { display: flex; align-items: flex-end; justify-content: center; overflow: hidden; border-radius: 20px; background: var(--rc-chip); padding: 48px 8% 0; }
.rc-shotpanel--dark { background: var(--rc-ink); }
.rc-shotpanel--browser .rc-browser { height: 100%; }
.rc-shotpanel--phone { align-items: flex-end; padding-top: 32px; }

/* ---- Services -------------------------------------------------------------- */
.rc-svc { display: flex; gap: 64px; align-items: flex-start; }
.rc-svc__list { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; }
.rc-svc__row { display: flex; gap: 32px; align-items: flex-start; padding: 36px 0; border-top: 1px solid var(--rc-border); text-decoration: none; color: inherit; border-radius: 20px; transition: background .2s, padding .2s; }
.rc-svc__row:first-child { border-top: 0; }
.rc-svc__row:last-child { border-bottom: 1px solid var(--rc-border); }
.rc-svc__row.is-active { background: var(--rc-tint); padding: 36px 28px; border-color: transparent; }
.rc-svc__row.is-active + .rc-svc__row { border-top-color: transparent; }
.rc-svc__num { font: 500 12px/16px var(--rc-body-font); letter-spacing: .4px; color: var(--rc-muted); padding-top: 14px; width: 20px; flex-shrink: 0; }
.rc-svc__row.is-active .rc-svc__num { color: var(--rc-green); }
.rc-svc__body { flex: 1; display: flex; flex-direction: column; gap: 14px; max-width: 560px; }
.rc-svc__title { display: flex; align-items: center; gap: 12px; font: 700 36px/44px var(--rc-head); letter-spacing: -.9px; color: var(--rc-text); }
.rc-svc__accent { width: 0; height: 3px; border-radius: 2px; background: var(--rc-green); transition: width .25s; }
.rc-svc__row.is-active .rc-svc__accent { width: 48px; }
.rc-svc__desc { font: 400 17px/28px var(--rc-body-font); color: var(--rc-body); }
.rc-svc__row.is-active .rc-tag { background: #fff; border: 1px solid var(--rc-border); }
.rc-svc__row .rc-arrow { margin-left: auto; }
.rc-svc__preview { width: 468px; flex-shrink: 0; position: sticky; top: 120px; display: flex; flex-direction: column; gap: 20px; }
.rc-shotpanel--tall { height: 520px; padding: 62px 37px 0; }
.rc-svc__caption { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.rc-svc__caption strong { display: block; font: 600 14px/20px var(--rc-body-font); color: var(--rc-text); }
.rc-svc__caption .rc-svc__psub { display: block; font: 500 13px/20px var(--rc-body-font); color: var(--rc-muted); }
.rc-svc-cards { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); gap: 24px; }
.rc-svc-card { position: relative; display: flex; flex-direction: column; gap: 16px; padding: 36px; border-radius: 20px; background: #fff; border: 1px solid var(--rc-border); text-decoration: none; color: inherit; transition: box-shadow .2s, transform .2s; }
.rc-svc-card:hover { box-shadow: var(--rc-shadow-card); transform: translateY(-2px); }
.rc-svc-card__num { position: absolute; top: 36px; right: 36px; font: 500 12px/16px var(--rc-body-font); letter-spacing: .4px; color: var(--rc-muted); }
.rc-svc-card__title { margin: 0; font: 700 26px/34px var(--rc-head); letter-spacing: -.4px; color: var(--rc-text); }
.rc-svc-card__desc { margin: 0; font: 400 16px/26px var(--rc-body-font); color: var(--rc-body); }
.rc-svc-card__more { margin-top: auto; }

/* ---- Work ------------------------------------------------------------------ */
.rc-work { display: flex; flex-direction: column; gap: 22px; text-decoration: none; color: inherit; min-width: 0; }
.rc-work .rc-shotpanel { height: 400px; padding: 48px 8% 0; }
.rc-work--lg .rc-shotpanel { height: 560px; padding: 67px 8% 0; }
.rc-work--sm .rc-shotpanel { height: 264px; padding-top: 32px; }
.rc-work__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.rc-work__text { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.rc-work__title { font: 600 26px/34px var(--rc-head); letter-spacing: -.4px; color: var(--rc-text); }
.rc-work--lg .rc-work__title { font: 700 36px/44px var(--rc-head); letter-spacing: -.9px; }
.rc-work__meta { font: 400 15px/24px var(--rc-body-font); color: var(--rc-muted); white-space: pre-wrap; }
.rc-work__desc { font: 400 17px/28px var(--rc-body-font); color: var(--rc-body); }
.rc-workgrid { display: flex; flex-direction: column; gap: 64px; }
.rc-workgrid__row1 { display: grid; grid-template-columns: 2fr 1fr; gap: 32px; }
.rc-workgrid__side { display: flex; flex-direction: column; gap: 40px; }
.rc-workgrid__row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.rc-workgrid--grid { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); gap: 48px 32px; }
.rc-workgrid--grid .rc-shotpanel { height: 300px; padding-top: 36px; }

/* ---- Case study ------------------------------------------------------------ */
.rc-case { display: flex; gap: 64px; align-items: flex-start; }
.rc-case__info { width: 432px; flex-shrink: 0; position: sticky; top: 120px; display: flex; flex-direction: column; gap: 32px; }
.rc-shotpanel--sm { height: 300px; padding: 36px 35px 0; }
.rc-case__specs { margin: 0; display: flex; flex-direction: column; }
.rc-case__specs > div { display: flex; gap: 16px; padding: 14px 0; border-top: 1px solid var(--rc-border); }
.rc-case__specs > div:first-child { border-top: 0; }
.rc-case__specs dt { width: 120px; flex-shrink: 0; font: 500 13px/20px var(--rc-body-font); color: var(--rc-muted); }
.rc-case__specs dd { margin: 0; font: 600 14px/20px var(--rc-body-font); color: var(--rc-text); }
.rc-case__flow { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.rc-case__step { display: flex; gap: 32px; padding: 32px 0; border-top: 1px solid var(--rc-border); }
.rc-case__step:first-child { border-top: 0; }
.rc-case__rail { display: flex; flex-direction: column; align-items: center; width: 56px; flex-shrink: 0; }
.rc-case__line { width: 2px; height: 80px; border-radius: 1px; background: var(--rc-border); }
.rc-case__chev { width: 16px; height: 16px; color: var(--rc-border2); fill: none; }
.rc-case__text { display: flex; flex-direction: column; gap: 10px; max-width: 720px; }
.rc-case__title { margin: 0; font: 600 26px/34px var(--rc-head); letter-spacing: -.4px; color: var(--rc-text); }
.rc-case__body { margin: 0; font: 400 17px/28px var(--rc-body-font); color: var(--rc-body); }
.rc-case__body.is-strong { color: var(--rc-text); }
.rc-casecards { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.rc-casecard { display: flex; flex-direction: column; gap: 24px; text-decoration: none; color: inherit; padding: 28px; border: 1px solid var(--rc-border); border-radius: 24px; background: #fff; }
.rc-casecard .rc-shotpanel { height: 300px; padding-top: 36px; }
.rc-casecard__body { display: flex; flex-direction: column; gap: 12px; }
.rc-casecard__title { font: 700 30px/38px var(--rc-head); letter-spacing: -.6px; color: var(--rc-text); }
.rc-casecard__lead { font: 400 17px/28px var(--rc-body-font); color: var(--rc-body); }

/* ---- Testimonials ---------------------------------------------------------- */
.rc-testimonials { display: flex; flex-direction: column; gap: 80px; }
.rc-featquote { display: flex; flex-direction: column; align-items: center; gap: 40px; padding: 64px 0; border-top: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1); text-align: center; }
.rc-theme-light .rc-featquote { border-color: var(--rc-border); }
.rc-featquote__icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 999px; background: rgba(0, 169, 117, .18); color: var(--rc-green); font-size: 24px; }
.rc-featquote__icon svg { fill: currentColor; }
.rc-featquote__text { margin: 0; max-width: 1000px; font: 600 36px/44px var(--rc-head); letter-spacing: -.9px; color: #fff; }
.rc-theme-light .rc-featquote__text { color: var(--rc-text); }
.rc-testi { display: flex; flex-direction: column; gap: 28px; height: 100%; padding: 40px; border-radius: 20px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); }
.rc-theme-light .rc-testi { background: #fff; border-color: var(--rc-border); }
.rc-testi__quote { margin: 0; flex: 1; font: 500 20px/28px var(--rc-head); letter-spacing: -.2px; color: #fff; }
.rc-theme-light .rc-testi__quote { color: var(--rc-text); }
.rc-testi__who { display: flex; align-items: center; gap: 14px; }
.rc-testi__who > span { display: flex; flex-direction: column; gap: 2px; text-align: left; }
.rc-testi__who strong { font: 600 14px/20px var(--rc-body-font); color: #fff; }
.rc-testi__who em { font: 500 13px/20px var(--rc-body-font); font-style: normal; color: var(--rc-ondark); }
.rc-theme-light .rc-testi__who strong { color: var(--rc-text); }
.rc-theme-light .rc-testi__who em { color: var(--rc-muted); }
.rc-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.rc-fragments { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; height: 100%; min-height: 520px; padding: 48px; border-radius: 24px; background: var(--rc-ink); }
.rc-fragments__list { display: flex; flex-direction: column; gap: 18px; }
.rc-fragment p { margin: 0 0 4px; font: 700 32px/40px var(--rc-head); letter-spacing: -.9px; color: #fff; }
.rc-fragment.is-first p { font-size: 40px; line-height: 48px; }
.rc-fragment.is-green p { color: var(--rc-green); }
.rc-fragment span { font: 500 13px/20px var(--rc-body-font); color: var(--rc-ondark); }
.rc-fragments__note { margin: 0; font: 500 13px/20px var(--rc-body-font); color: var(--rc-ondark); }

/* ---- Swiper shells --------------------------------------------------------- */
.rc-slider .swiper { overflow: hidden; }
.rc-slider .swiper-slide { height: auto; }
.rc-slider__nav { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; }
.rc-slider__dots { display: flex; gap: 8px; }
.rc-dot { display: block; width: 8px; height: 8px; border-radius: 4px; background: rgba(255, 255, 255, .25); transition: width .2s; cursor: pointer; }
.rc-dot.is-active { width: 32px; background: var(--rc-green); }
.rc-theme-light .rc-dot { background: var(--rc-border2); }
.rc-theme-light .rc-dot.is-active { background: var(--rc-green); }
.rc-slider__arrows { display: flex; gap: 12px; }
.rc-slider .rc-arrow--nav { border-color: rgba(255, 255, 255, .3); color: #fff; }
.rc-theme-light .rc-slider .rc-arrow--nav { border-color: var(--rc-border2); color: var(--rc-text); }
.rc-slider .rc-arrow--nav:hover { background: var(--rc-green); border-color: var(--rc-green); color: #fff; }
.rc-slider .swiper-button-disabled { opacity: .35; }

/* Marquee rows: linear continuous scroll */
.rc-marquee { display: flex; flex-direction: column; gap: 16px; }
.rc-marquee__row .swiper { overflow: hidden; padding: 8px 0; }
.rc-marquee__row .swiper-wrapper { transition-timing-function: linear !important; }
.rc-marquee__row .swiper-slide { width: auto; }
.rc-logo { display: inline-flex; align-items: center; justify-content: center; width: var(--w, 150px); height: 84px; border-radius: 14px; background: #fff; }
.rc-logo img { width: var(--lw, 90px); height: 40px; object-fit: contain; }
.rc-theme-light .rc-logo { border: 1px solid var(--rc-border); }
.rc-logogrid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.rc-techpill { display: inline-flex; align-items: center; gap: 12px; padding: 16px 26px 16px 22px; border-radius: 999px; background: #fff; border: 1px solid var(--rc-border); font: 600 20px/28px var(--rc-head); letter-spacing: -.2px; color: var(--rc-text); white-space: nowrap; }
.rc-techpill i { width: 10px; height: 10px; border-radius: 3px; flex-shrink: 0; }
.rc-tech--sm .rc-techpill { padding: 8px 14px 8px 12px; font: 500 13px/20px var(--rc-body-font); gap: 8px; }
.rc-tech--sm .rc-techpill i { width: 8px; height: 8px; }
.rc-tech--wrap { display: flex; flex-wrap: wrap; gap: 12px; }
.rc-tech.rc-marquee { gap: 0; }

/* ---- Team ------------------------------------------------------------------ */
.rc-team-list { display: flex; flex-direction: column; }
.rc-member { display: flex; gap: 20px; padding: 24px 0; border-top: 1px solid var(--rc-border); }
.rc-member:last-child { border-bottom: 1px solid var(--rc-border); }
.rc-member__text { flex: 1; display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.rc-member__head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.rc-member__head strong { font: 600 17px/24px var(--rc-head); color: var(--rc-text); }
.rc-member__head span { font: 500 13px/20px var(--rc-body-font); color: var(--rc-green); text-align: right; }
.rc-member p { margin: 0; font: 400 15px/24px var(--rc-body-font); color: var(--rc-body); }
.rc-team-grid { display: grid; grid-template-columns: repeat(var(--cols, 4), 1fr); gap: 32px; }
.rc-member-card { display: flex; flex-direction: column; border-radius: 20px; background: #fff; border: 1px solid var(--rc-border); height: 100%; overflow: hidden; }
.rc-member-card__top { display: flex; align-items: center; justify-content: center; height: 300px; background: var(--rc-chip); }
.rc-member-card__top .rc-avatar--initials { font-size: 20px; }
.rc-member-card__top .rc-avatar img { width: 100%; height: 100%; }
.rc-member-card__body { display: flex; flex-direction: column; gap: 8px; padding: 20px 24px 28px; }
.rc-member-card strong { font: 600 20px/28px var(--rc-head); letter-spacing: -.2px; color: var(--rc-text); }
.rc-member-card span { font: 500 13px/20px var(--rc-body-font); color: var(--rc-green); }
.rc-member-card p { margin: 0; font: 400 15px/24px var(--rc-body-font); color: var(--rc-body); }

/* ---- Insights -------------------------------------------------------------- */
.rc-insights { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.rc-insights__list { display: flex; flex-direction: column; gap: 32px; }
.rc-post { display: flex; text-decoration: none; color: inherit; min-width: 0; }
.rc-post--lg, .rc-post--card { flex-direction: column; gap: 24px; }
.rc-post--card { gap: 16px; }
.rc-post--sm { gap: 24px; align-items: flex-start; }
.rc-post__thumb { display: flex; flex-shrink: 0; overflow: hidden; border-radius: 16px; background: var(--rc-chip); }
.rc-post__thumb img { width: 100%; height: 100%; object-fit: cover; }
.rc-post__thumb.is-lg { height: 400px; border-radius: 20px; }
.rc-post__thumb.is-md { height: 240px; }
.rc-post__thumb.is-sm { width: 224px; height: 168px; }
.rc-post__thumb.is-ghost { flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 0; padding: 32px; background: var(--rc-ink); }
.rc-post__ghost { font: 800 56px/60px var(--rc-head); letter-spacing: -2px; color: rgba(255, 255, 255, .14); max-width: 600px; }
.rc-post__thumb.is-icon { align-items: center; justify-content: center; background: var(--rc-soft); color: var(--rc-green); font-size: 32px; }
.rc-post__thumb.is-icon.is-amber { background: #FDF3DC; color: var(--rc-amber); }
.rc-post__thumb.is-icon svg { fill: none; }
.rc-post__body { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.rc-post--lg .rc-post__body { gap: 24px; }
.rc-post__title { font: 600 20px/28px var(--rc-head); letter-spacing: -.2px; color: var(--rc-text); }
.rc-post--lg .rc-post__title { font: 700 36px/44px var(--rc-head); letter-spacing: -.9px; }
.rc-post__excerpt { font: 400 17px/28px var(--rc-body-font); color: var(--rc-body); max-width: 600px; }
.rc-post__meta { display: inline-flex; align-items: center; gap: 16px; font: 500 13px/20px var(--rc-body-font); color: var(--rc-muted); }
.rc-post__meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--rc-border2); }
.rc-posts-grid { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); gap: 32px; }

/* ---- Responsive (Figma responsive frames: 1440 laptop / 1280 / 1024 tab / 768 / 390 mob) ---- */
@media (max-width: 1440px) {
	/* R.SERVICES desk: preview = cw*0.34 (435 @1440, 394 @1280), gap 48, row gap 24 / pad 32 */
	.rc-svc { gap: 48px; }
	.rc-svc__preview { width: 435px; }
	.rc-svc__row { gap: 24px; padding: 32px 0; }
	.rc-svc__row.is-active { padding: 32px 24px; border-radius: 16px; }
	.rc-svc__title { font-size: 32px; line-height: 40px; letter-spacing: -.8px; }
	.rc-svc__row .rc-arrow--lg { width: 44px; height: 44px; font-size: 18px; }
	.rc-case { gap: 48px; }
	.rc-case__info { width: 410px; }
	.rc-case__step { gap: 24px; padding: 24px 0; }
	.rc-case__rail { width: 56px; }
	.rc-case__title { font-size: 20px; line-height: 28px; letter-spacing: -.2px; }
	.rc-work--lg .rc-shotpanel { height: 527px; }
	.rc-work .rc-shotpanel { height: 374px; }
	.rc-work--sm .rc-shotpanel { height: 247px; }
	.rc-work--lg .rc-work__title { font-size: 32px; line-height: 40px; letter-spacing: -.8px; }
	.rc-featquote { padding: 56px 0; gap: 28px; }
	.rc-featquote__icon { width: 48px; height: 48px; font-size: 22px; }
	.rc-featquote__text { font-size: 32px; line-height: 40px; letter-spacing: -.8px; }
	.rc-testi { padding: 36px; }
	.rc-fragments { padding: 40px; gap: 20px; min-height: 0; }
	.rc-fragments__list { gap: 20px; }
	.rc-fragment p, .rc-fragment.is-first p { font-size: 26px; line-height: 34px; letter-spacing: -.4px; }
	.rc-techpill { font: 600 17px/24px var(--rc-head); padding: 14px 22px 14px 18px; gap: 10px; }
	.rc-techpill i { width: 8px; height: 8px; border-radius: 2px; }
	.rc-member { gap: 16px; padding: 18px 0; }
	.rc-post__thumb.is-lg { height: 374px; border-radius: 16px; padding: 24px; }
	.rc-post--lg .rc-post__title { font-size: 26px; line-height: 34px; letter-spacing: -.4px; }
	.rc-post--lg .rc-post__body { gap: 16px; }
	.rc-post--lg .rc-post__excerpt { display: none; }
	.rc-post--sm { gap: 16px; }
	.rc-post__thumb.is-sm { width: 160px; height: 120px; border-radius: 12px; }
	.rc-post__title { font-size: 17px; line-height: 24px; letter-spacing: 0; }
	.rc-insights__list { gap: 24px; }
	.rc-post__ghost { font-size: 60px; line-height: 66px; letter-spacing: -2.2px; }
}
@media (max-width: 1280px) {
	.rc-svc__preview { width: 394px; }
	.rc-svc__title { font-size: 30px; line-height: 38px; letter-spacing: -.7px; }
	.rc-case__info { width: 371px; }
	.rc-work--lg .rc-shotpanel { height: 477px; }
	.rc-work .rc-shotpanel { height: 338px; }
	.rc-work--sm .rc-shotpanel { height: 223px; }
	.rc-work--lg .rc-work__title { font-size: 30px; line-height: 38px; letter-spacing: -.7px; }
	.rc-work__title { font-size: 24px; line-height: 32px; }
	.rc-featquote__text { font-size: 30px; line-height: 38px; letter-spacing: -.7px; }
	.rc-fragment p, .rc-fragment.is-first p { font-size: 24px; line-height: 32px; }
	.rc-post__thumb.is-lg { height: 338px; }
	.rc-post--lg .rc-post__title { font-size: 24px; line-height: 32px; }
	.rc-post__ghost { font-size: 54px; line-height: 60px; letter-spacing: -2px; }
}
@media (max-width: 1024px) {
	/* tab: services list only (no preview), rows gap 24 pad 32; number kept */
	.rc-svc { flex-direction: column; gap: 40px; }
	.rc-svc__preview, .rc-svc__accent { display: none; }
	.rc-svc__title { font-size: 28px; line-height: 36px; letter-spacing: -.6px; }
	.rc-svc__body { max-width: none; }
	/* R.CASE tab: column gap 48, shot cw*0.7, flow rows gap 24 pad 24, iconbox 56, h5 + body */
	.rc-case { flex-direction: column; gap: 48px; }
	.rc-case__info { width: 100%; position: static; gap: 24px; }
	.rc-case .rc-shotpanel--sm { height: auto; aspect-ratio: 10 / 7; padding: 36px 8% 0; }
	.rc-case__line { height: 56px; }
	.rc-shotpanel--tall { height: 420px; }
	/* R.WORK tab: uniform 2-col grid, gut 24, rowGap 40, card h = w*0.64 (294 @1024) */
	.rc-workgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 24px; }
	.rc-workgrid__row1, .rc-workgrid__side, .rc-workgrid__row2 { display: contents; }
	.rc-work--lg .rc-shotpanel, .rc-work .rc-shotpanel, .rc-work--sm .rc-shotpanel { height: 294px; padding: 36px 8% 0; }
	.rc-work--lg .rc-work__title, .rc-work__title { font: 600 22px/30px var(--rc-head); letter-spacing: -.3px; }
	.rc-work__desc { display: none; }
	.rc-svc-cards, .rc-workgrid--grid, .rc-team-grid, .rc-posts-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
	.rc-workgrid--grid .rc-shotpanel { height: 294px; }
	/* R.INSIGHTS tab: column, featured h = cw*0.6 (566 @1024), small thumbs 160 */
	.rc-insights { grid-template-columns: 1fr; gap: 24px; }
	.rc-post__thumb.is-lg { height: 566px; }
	.rc-post--lg .rc-post__title { font-size: 22px; line-height: 30px; letter-spacing: -.3px; }
	.rc-post__ghost { font-size: 48px; line-height: 54px; letter-spacing: -1.8px; }
	/* R.CLIENTS tab: 2-col testimonials, featured h3 28/36, logo grid 5 per row */
	.rc-testi-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.rc-featquote__text { font-size: 28px; line-height: 36px; letter-spacing: -.6px; }
	.rc-fragment p, .rc-fragment.is-first p { font-size: 22px; line-height: 30px; letter-spacing: -.3px; }
	.rc-casecards { grid-template-columns: 1fr; gap: 24px; }
	.rc-testimonials { gap: 56px; }
	/* logo wall: static centered grid (Figma "LogoMarquee" tab/mob = wrapped tiles, 5 per row @tab, 3 @mob) */
	.rc-marquee.rc-logos { gap: 12px; }
	.rc-marquee.rc-logos .rc-marquee__row + .rc-marquee__row { display: none; }
	.rc-marquee.rc-logos .swiper { overflow: visible; padding: 0; }
	.rc-marquee.rc-logos .swiper-wrapper { flex-wrap: wrap; justify-content: center; gap: 12px; transform: none !important; transition: none !important; }
	.rc-marquee.rc-logos .swiper-slide { width: calc(20% - 9.6px) !important; margin: 0 !important; }
	.rc-marquee.rc-logos .swiper-slide:nth-child(n + 11) { display: none; }
	.rc-logo { width: 100% !important; height: 80px; border-radius: 12px; }
	.rc-logo img { width: auto; max-width: calc(100% - 24px); height: 36px; }
}
@media (max-width: 800px) {
	/* 768 frame: h3 26/34, work cards 218 tall, featured insight 422, story 3 cols */
	.rc-svc__title { font-size: 26px; line-height: 34px; letter-spacing: -.5px; }
	.rc-work--lg .rc-shotpanel, .rc-work .rc-shotpanel, .rc-work--sm .rc-shotpanel, .rc-workgrid--grid .rc-shotpanel { height: 218px; padding-top: 28px; }
	.rc-work--lg .rc-work__title, .rc-work__title { font-size: 21px; line-height: 28px; }
	.rc-post__thumb.is-lg { height: 422px; }
	.rc-post--lg .rc-post__title { font-size: 21px; line-height: 28px; }
	.rc-post__ghost { font-size: 42px; line-height: 48px; letter-spacing: -1.5px; }
	.rc-featquote__text { font-size: 26px; line-height: 34px; letter-spacing: -.5px; }
	.rc-fragment p, .rc-fragment.is-first p { font-size: 21px; line-height: 28px; }
	.rc-case .rc-shotpanel--sm { padding-top: 28px; }
}
@media (max-width: 767px) {
	/* R.SERVICES mob: row gap 14, pad 24/0, hover pad 16, h3 24/31, desc small 13/20, tags gap 6, arrow 44 */
	.rc-svc__row { gap: 14px; padding: 24px 0; }
	.rc-svc__row.is-active { padding: 24px 16px; }
	.rc-svc__title { font-size: 24px; line-height: 31px; letter-spacing: -.5px; gap: 8px; }
	.rc-svc__desc { font-size: 15px; line-height: 24px; }
	.rc-svc__body { gap: 12px; }
	.rc-svc__body .rc-tags { gap: 6px; }
	.rc-svc__num { width: auto; padding-top: 8px; }
	/* R.WORK mob: 1 col, rowGap 40, card 350x224 */
	.rc-workgrid { grid-template-columns: 1fr; gap: 40px; }
	.rc-work--lg .rc-shotpanel, .rc-work .rc-shotpanel, .rc-work--sm .rc-shotpanel, .rc-workgrid--grid .rc-shotpanel { height: 224px; padding: 28px 6% 0; }
	.rc-work { gap: 16px; }
	.rc-work--lg .rc-work__title, .rc-work__title { font-size: 20px; line-height: 27px; letter-spacing: -.3px; }
	.rc-svc-cards, .rc-workgrid--grid, .rc-team-grid, .rc-posts-grid, .rc-testi-grid { grid-template-columns: 1fr; gap: 24px; }
	/* R.CASE mob: flow rows gap 14 pad 24, iconbox 44, h5 18/25, small 13/20; specs dt 96 */
	.rc-case { gap: 48px; }
	.rc-case__step { gap: 14px; padding: 24px 0; }
	.rc-case__rail { width: 44px; }
	.rc-case__rail .rc-iconbox { width: 44px; height: 44px; border-radius: 12px; font-size: 20px; }
	.rc-case__line, .rc-case__chev { display: none; }
	.rc-case__text { gap: 8px; }
	.rc-case__title { font-size: 18px; line-height: 25px; letter-spacing: -.2px; }
	.rc-case__body { font-size: 15px; line-height: 24px; }
	.rc-case__specs > div { gap: 12px; padding: 12px 0; }
	.rc-case__specs dt { width: 96px; }
	.rc-case .rc-shotpanel--sm { padding: 24px 6% 0; }
	/* R.CLIENTS mob: logos 3 per row (9), h 64, logo 28; featured h4 20/27, pad 40, gap 28; cards pad 28 */
	.rc-marquee.rc-logos .swiper-slide { width: calc(33.333% - 8px) !important; }
	.rc-marquee.rc-logos .swiper-slide:nth-child(n + 10) { display: none; }
	.rc-logo { height: 64px; }
	.rc-logo img { height: 28px; }
	.rc-featquote { padding: 40px 0; gap: 28px; }
	.rc-featquote__text { font-size: 20px; line-height: 27px; letter-spacing: -.3px; }
	.rc-testi { padding: 28px; gap: 24px; }
	.rc-testimonials { gap: 40px; }
	.rc-slider__nav { margin-top: 24px; }
	/* R.STAY mob: fragments pad 28, h4 20/27 */
	.rc-fragments { padding: 28px; }
	.rc-fragment p, .rc-fragment.is-first p { font-size: 20px; line-height: 27px; letter-spacing: -.3px; }
	/* R.TECH mob: label 14/20, pad 10/16/10/14 */
	.rc-techpill { font: 600 14px/20px var(--rc-body-font); padding: 10px 16px 10px 14px; gap: 10px; }
	/* R.TEAM mob: rows pad 18, avatar 44, name h6, role caption, bio small */
	.rc-member__head { flex-direction: column; align-items: flex-start; gap: 2px; }
	.rc-member__head span { text-align: left; }
	.rc-member .rc-avatar { --s: 44px; }
	/* R.INSIGHTS mob: featured h = cw*0.6 (210), pad 24; small posts keep a row with 96x72 thumb */
	.rc-post__thumb.is-lg { height: 210px; padding: 24px; }
	.rc-post__ghost { font-size: 36px; line-height: 42px; letter-spacing: -1.2px; }
	.rc-post--lg .rc-post__title { font-size: 20px; line-height: 27px; letter-spacing: -.3px; }
	.rc-post--sm { flex-direction: row; gap: 16px; }
	.rc-post__thumb.is-sm { width: 96px; height: 72px; }
	.rc-post__thumb.is-icon { font-size: 22px; }
	.rc-post__body { gap: 8px; }
	.rc-shotpanel--sm { height: auto; }
}

/* ---- Fix pass 1 ---------------------------------------------------------- */
.rc-shotpanel .rc-browser { height: 100%; width: 100%; }
.rc-shotpanel .rc-browser__screen { min-height: 120px; }
.rc-shotpanel--tall .rc-browser { height: 458px; }
.rc-post__body .rc-tag { align-self: flex-start; }

/* ---- Services overview (alternating rows) ---------------------------------- */
.rc-svc-overview { display: flex; flex-direction: column; }
.rc-svc-ov { display: flex; align-items: center; gap: 64px; padding: 72px 0; border-top: 1px solid var(--rc-border); }
.rc-svc-ov.is-flip { flex-direction: row-reverse; }
.rc-svc-ov__text { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.rc-svc-ov__num { font: 500 12px/16px var(--rc-body-font); letter-spacing: .4px; color: var(--rc-green); }
.rc-svc-ov__title { margin: 0; font: 700 54px/62px var(--rc-head); letter-spacing: -1.8px; color: var(--rc-text); max-width: 700px; }
.rc-svc-ov__desc { margin: 0; font: 400 20px/32px var(--rc-body-font); color: var(--rc-body); max-width: 640px; }
.rc-svc-ov__visual { width: 520px; flex-shrink: 0; }
.rc-svc-ov__visual .rc-shotpanel { height: 340px; padding: 17px 42px 0; }
.rc-svc-ov__visual .rc-shotpanel--phone { padding-top: 6px; }
.rc-svc-ov__visual .rc-phone { width: 163px; height: 334px; padding: 6px; border-radius: 26px; }
.rc-svc-ov__visual .rc-phone__screen { border-radius: 20px; }
.rc-shotpanel--gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 33px 42px !important; align-items: stretch; }
.rc-shotpanel--gallery img { width: 100%; height: 129px; object-fit: cover; border-radius: 12px; border: 1px solid var(--rc-border); background: #fff; }
.rc-btn-outline { display: inline-flex; align-items: center; gap: 12px; height: 50px; padding: 0 16px 0 24px; border: 1.5px solid var(--rc-text); border-radius: 999px; font: 600 16px/24px var(--rc-body-font); color: var(--rc-text); text-decoration: none; margin-top: 4px; transition: background .2s, color .2s; }
.rc-btn-outline i { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 999px; background: var(--rc-chip); font-size: 16px; transition: transform .2s; }
.rc-btn-outline i svg { fill: none; }
.rc-btn-outline:hover { background: var(--rc-text); color: #fff; }
.rc-btn-outline:hover i { transform: translateX(2px); background: rgba(255, 255, 255, .14); }
@media (max-width: 1024px) {
	.rc-svc-ov, .rc-svc-ov.is-flip { flex-direction: column; align-items: stretch; gap: 32px; padding: 48px 0; }
	.rc-svc-ov__visual { width: 100%; }
	.rc-svc-ov__title { font-size: 40px; line-height: 48px; }
}
@media (max-width: 767px) {
	.rc-svc-ov__title { font-size: 30px; line-height: 38px; letter-spacing: -.9px; }
	.rc-svc-ov__desc { font-size: 17px; line-height: 28px; }
	.rc-svc-ov__visual .rc-shotpanel { height: 260px; padding: 16px 16px 0; }
	.rc-svc-ov__visual .rc-phone { width: 127px; height: 250px; }
	.rc-shotpanel--gallery { padding: 16px !important; }
	.rc-shotpanel--gallery img { height: 100px; }
}

/* ---- Portfolio filters + layout ---------------------------------------------- */
.rc-filters { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding: 24px 0; border-top: 1px solid var(--rc-border); border-bottom: 1px solid var(--rc-border); margin-bottom: 80px; }
.rc-filters__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rc-filter { padding: 10px 18px; border-radius: 999px; border: 1px solid var(--rc-border); background: #fff; font: 600 14px/20px var(--rc-body-font); color: var(--rc-text); cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.rc-filter:hover { border-color: var(--rc-border2); }
.rc-filter.is-active { background: var(--rc-ink); border-color: var(--rc-ink); color: #fff; }
.rc-filters__note { display: inline-flex; align-items: center; gap: 8px; font: 500 13px/20px var(--rc-body-font); color: var(--rc-muted); }
.rc-filters__note svg { width: 16px; height: 16px; fill: none; }
.rc-workgrid__row3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.rc-workgrid__row3 .rc-shotpanel { height: 280px; padding-top: 14px; }
.rc-workgrid--portfolio .rc-workgrid__row2 .rc-shotpanel { height: 400px; padding-top: 20px; }
.rc-workgrid.is-filtered .rc-workgrid__row1, .rc-workgrid.is-filtered .rc-workgrid__side, .rc-workgrid.is-filtered .rc-workgrid__row2, .rc-workgrid.is-filtered .rc-workgrid__row3 { display: contents; }
.rc-workgrid.is-filtered { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 32px; }
.rc-workgrid.is-filtered .rc-work { display: flex; }
.rc-workgrid.is-filtered .rc-work.is-hidden { display: none; }
.rc-workgrid.is-filtered .rc-work .rc-shotpanel { height: 280px !important; padding-top: 14px !important; }
.rc-workgrid.is-filtered .rc-work--lg .rc-work__title { font: 600 26px/34px var(--rc-head); letter-spacing: -.4px; }
.rc-workgrid.is-filtered .rc-work__desc { display: none; }
@media (max-width: 1024px) { .rc-workgrid__row3, .rc-workgrid.is-filtered { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { .rc-workgrid__row3, .rc-workgrid.is-filtered { grid-template-columns: 1fr; } .rc-filters { margin-bottom: 48px; } }

/* ---- Case study client bar ------------------------------------------------- */
.rc-clientbar { display: flex; padding: 40px 0; }
.rc-clientbar__cell { flex: 1 1 0; display: flex; flex-direction: column; gap: 6px; padding: 0 25px; border-left: 1px solid var(--rc-border); }
.rc-clientbar__cell:first-child { padding-left: 0; border-left: 0; }
.rc-clientbar__cell span { font: 500 13px/20px var(--rc-body-font); color: var(--rc-muted); }
.rc-clientbar__cell strong { font: 600 14px/20px var(--rc-body-font); color: var(--rc-text); }
@media (max-width: 1024px) { .rc-clientbar { flex-wrap: wrap; gap: 24px 0; } .rc-clientbar__cell { flex: 1 1 33%; } }
@media (max-width: 767px) { .rc-clientbar__cell { flex: 1 1 100%; padding: 0; border: 0; } }

/* ---- Inner-page mobile frames (Figma 21:743 Services · 21:1039 Portfolio) ---- */
@media (max-width: 767px) {
	/* service overview rows: visual first (350x176 panel), number, h3, small, tags, text link */
	.rc-svc-ov, .rc-svc-ov.is-flip { gap: 20px; padding: 40px 0; }
	.rc-svc-ov__visual { order: -1; }
	.rc-svc-ov__visual .rc-shotpanel { height: 176px; padding: 14px 24px 0; border-radius: 16px; }
	.rc-svc-ov__visual .rc-shotpanel--phone { padding-top: 8px; }
	.rc-svc-ov__visual .rc-phone { width: 84px; height: 168px; padding: 3px; border-radius: 14px; }
	.rc-svc-ov__visual .rc-phone__screen { border-radius: 11px; }
	.rc-svc-ov__visual .rc-phone__island { width: 26px; height: 6px; margin-left: -13px; top: 6px; }
	.rc-shotpanel--gallery { padding: 14px 24px !important; gap: 10px; }
	.rc-shotpanel--gallery img { height: 64px; }
	.rc-svc-ov__text { gap: 12px; }
	.rc-svc-ov__title { font-size: 24px; line-height: 31px; letter-spacing: -.5px; }
	.rc-svc-ov__desc { font-size: 15px; line-height: 24px; }
	.rc-svc-ov .rc-btn-outline { height: auto; padding: 0 0 6px; border: 0; border-bottom: 1px solid rgba(15, 21, 18, .35); border-radius: 0; font: 600 14px/20px var(--rc-body-font); gap: 10px; margin-top: 4px; }
	.rc-svc-ov .rc-btn-outline i { width: auto; height: auto; background: none; }
	.rc-svc-ov .rc-btn-outline:hover { background: none; color: var(--rc-text); }
	/* portfolio filters: one scrolling row, no sort note */
	.rc-filters { flex-wrap: nowrap; padding: 16px 0; margin-bottom: 40px; overflow-x: auto; scrollbar-width: none; }
	.rc-filters::-webkit-scrollbar { display: none; }
	.rc-filters__chips { flex-wrap: nowrap; }
	.rc-filters__note { display: none; }
	/* portfolio grid: Figma order Mystic · iNDEXTb · GAIL · Jakas · Gujarati · Y2 · Payment; kiosk card not in the frame */
	.rc-workgrid--portfolio { display: grid; grid-template-columns: 1fr; gap: 40px; }
	.rc-workgrid--portfolio .rc-workgrid__row1, .rc-workgrid--portfolio .rc-workgrid__side, .rc-workgrid--portfolio .rc-workgrid__row2, .rc-workgrid--portfolio .rc-workgrid__row3 { display: contents; }
	.rc-workgrid--portfolio .rc-work[data-slug="payment-reminder"] { order: 8; }
	.rc-workgrid--portfolio .rc-work[data-slug="kiosk-lfd-applications"] { display: none; }
}

/* Insights: featured/list thumbnails that carry a real image (tag overlays the photo, as in Figma) */
.rc-post__thumb.is-photo { position: relative; align-items: flex-end; justify-content: flex-start; padding: 0; overflow: hidden; }
.rc-post__thumb.is-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rc-post__thumb.is-lg.is-photo { padding: 32px; }
.rc-post__thumb.is-lg.is-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 20, 18, .72) 0%, rgba(10, 20, 18, .15) 45%, rgba(10, 20, 18, 0) 70%); }
.rc-post__thumb.is-photo .rc-tag { position: relative; z-index: 1; backdrop-filter: blur(6px); }
@media (max-width: 767px) { .rc-post__thumb.is-lg.is-photo { padding: 24px; } }
